Docker allows you to containerize your applications, making it rather easy to distribute the entire software stack needed for applications to run. Have you decided you no longer have a need for docker on your Ubuntu system and would like to remove it completely? If so this post is for you, as we will go […]
cURL Set Agent – Everything You Need To Know
What is cURL? cURL (client URL) is a popular command line tool which is used to send requests to between servers to obtain information/data via HTTP requests, HTTPS and other protocols. On most every operating system the cURL command line tool comes installed by default and can be used in terminal (command prompt for windows). […]
Which Is the Best Website Builder for Blogs?
Website builders offer a quick and easy way to launch professional websites, including blogs. But which is the best one to use? Since WordPress is arguably the most powerful blogging platform, it’s a good idea to opt for a website builder that supports it. You’ll also want to look for a tool that provides stunning […]
The Best Booking Website Builder for Online Appointments
Offering online bookings is a must for businesses like salons, restaurants, and clinics. It’s also important if you provide professional services, like consultancy and coaching. Clients can easily check your available slots and make an appointment, without having to call your office. With the right tool, you can create a website with efficient booking functionality. […]
Dockerfile Add vs Copy: What’s the Difference?
Docker allows you to create “images” for your application that contain everything needed for the app to run on another machine. The process of creating this image is called “building,” and during this build process, you need to specify all the files and folders required for your application. You can add these in two ways. […]
How to Create a Product Landing Page
A product landing page serves as your brand’s first impression. It should be designed in a way that helps visitors quickly understand your product and compel them to purchase it. So, you’ll need to ensure that it contains all the elements that make it effective. Fortunately, creating a high converting page for your product is […]
Brew Install Node Guide
What is node.js? Node.js is a popular open source JavaScript platform used for the creation of application environments. There are a couple different ways to install node.js and in this article we’ll explain how to do so using the homebrew utility. Upon installing node.js using homebrew it will also install the node package manager (npm) […]
OpenSSL Version: How To Check
It is crucial these days to serve your web traffic through Hypertext Transfer Protocol (HTTPS), the secure version of HTTP which we’re familiar with seeing in our web browsers. But in order to use this secure protocol to serve our web site data to users we will first require an SSL to be installed on […]
Understanding The Mv Command In Linux
In this blog post, we look at another everyday Linux command line tool, the mv command. The mv command in Linux is used for moving files and directories from one location to another. It is part of GNU coreutils so not only will you find it on Linux, but you will also find it on […]
Vim Show Hidden Characters: A Detailed Guide
What is Vim? Vim is a very useful command line interface text editing tool which is widely used for editing program code as well as text files. This tool was created as an improvement on the Vi text editing utility and comes default with nearly all Linux distributions. Sometimes files containing code will contain hidden […]