Setting the appropriate file permissions for any web application is a vital part of web hosting. In this tutorial, you […]
Category: Linux
Latest update about Linux News, Tips and Tricks
How to configure Nginx Server Block on CentOS 7
Server Blocks Nginx allows you to run more than one website on a single server. With Server Blocks, you can […]
Basic commands for managing Nginx services
Pronounced “engine x”, Nginx is the best free, open source, and high-performance reverse proxy server program responsible for handling the […]
How to install and configure VNC on CentOS 7
This guide covers the steps required to install and configure a VNC server on a CentOS 7 system. We will […]
How to quickly create swap files on Linux
Swap is the space on the disk that is used when the physical RAM is full. When the Linux system […]
How to install and configure Ruby on CentOS 7
Ruby is one of the most popular languages today. Ruby has neat syntax and is the language behind Ruby on […]
How to terminate programs on Linux using the kill command
Have you ever encountered a situation where you launch an app and suddenly while using the app it becomes unresponsive […]
How to install and configure MongoDB on CentOS 7
MongoDB is a free and open source document database. MongoDB belongs to the NoSQL database family, which differs from traditional […]
Learn to use the Curl command in Terminal
In this tutorial, we’ll show you how to use the curl tool with practical examples and detailed explanations of the […]
Install and secure phpMyAdmin on Apache CentOS 7
phpMyAdmin is an open source PHP-based tool for managing MySQL and MariaDB servers via a web based interface. PhpMyAdmin allows […]