Category

LAMP Stack

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.
5 min read
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.
5 min read
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…
1 min read
File Permissions
File permissions define access to files and folders on a server or website, or the ability to execute a file/script/etc.
4 min read
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.
6 min read
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…
1 min read
Granting sudo Permissions
Linux offers a robust permissions system for controlling file and server access. Users can elevate permissions using the sudo command.
2 min read
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…
1 min read
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.
7 min read
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…
1 min read
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.
2 min read
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.
2 min read