Git is a tool used by developers to manage version control of their applications. It is highly popular and used by many important projects such as GNOME and others. It...
Category - VPS
VPN stands for Virtual Private Network. One such open source VPN software is OpenVPN and it can work as a Linux VPN server. At a basic level, a VPN secures connections...
Developing a quality application is a complex process. To do it, we use tools that complement the coding process. One of these processes is automation. This is due to...
Docker is an amazing tool that solves the age-old problem between developers and system administrators – developers say an app works on their machine, while system...
MySQL is a database that is popular above all kinds of developers! It’s open source and maintains a perfect balance between speed and features. That’s why in...
The Linux tee command reads standard input and writes it to both standard output and one or more files. In normal output redirection, the lines of the command will be...
Nginx is an open source web server which was first released in 2004 and is written completely in the C programming language. It has many benifits that you’ll...
Apache‘s mod_rewrite is an effective and easy way to manipulate URLs. URL manipulation is done from the server side. In a simple illustration, with mod_rewrite...
In the Linux operating system, a Reverse Proxy acts as a link between the host (client) and the server. It takes up client requests and passes them on to other servers...
In this tutorial, we’ll explain in-depth what Linux environment variables are, and teach you basic modification and read commands on your VPS to get you started! Let’s...
