Articles in this category
Editing Files with the Nano Text Editor
Learn to install and use Nano, a user-friendly command-line text editor, with essential shortcuts like Ctrl-O to save and Ctrl-X to exit.
Exploring the rsync Utility
Go beyond basic rsync commands. Explore common flags like -a and -z to compress files, preserve permissions, and automate server backups safely.
File and Directory Management in Linux
In Linux, nearly everything is treated as a file. Our collection of articles covers the essential commands for managing files and directories on your…
File Permissions
File permissions define access to files and folders on a server or website, or the ability to execute a file/script/etc.
Find Common Log Files on WHM / cPanel Servers
Find log file locations on WHM/cPanel servers. Covers Apache, Exim, MySQL & more to help you troubleshoot server errors and monitor activity.
Forcing SSL Connections Using .htaccess
For a secure connection, use .htaccess rules to redirect insecure traffic from http://mysite.com to https://mysite.com, assuming you have an SSL installed. Familiarity with .htaccess…
Granting sudo Permissions
Linux offers a robust permissions system for controlling file and server access. Users can elevate permissions using the sudo command.
How to Install INXI on Ubuntu 18.04
In this tutorial, we will cover the installation of INXI on an Ubuntu 18.04 server. It will also include some basic command-line usage of…
Improving Website Speed with Apache mod_expires and browser caching
Learn to use Apache's mod_expires on cPanel to set browser caching, boosting site speed and reducing server load.
Install Memcached PHP Extension on Ubuntu
Installing the PHP Extension for Memcached is a simple process, this tutorial will show installation for Ubuntu operating systems. The installation is done through…
Installing memcached on CentOS 7 and Fedora
Install Memcached on CentOS or Fedora to boost dynamic web app speed by caching database content and reducing DB load. Root access required.
Installing Memcached on Ubuntu
Install Memcached on Ubuntu 12.04+ to speed up dynamic sites by caching database content. Root access is required for setup.