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.
Go beyond basic rsync commands. Explore common flags like -a and -z to compress files, preserve permissions, and automate server backups safely.
Discover how to sync local and remote systems using the Linux rsync utility. Learn basic commands, remote SSH transfers, and using alternate ports.
Install Memcached on Ubuntu 12.04+ to speed up dynamic sites by caching database content. Root access is required for setup.
Installing the PHP Extension for Memcached is a simple process, this tutorial will show installation for Ubuntu operating systems. The installation is done through the command line using apt-get.
Installing the PHP Extension for Memcached is a simple process, this tutorial will show installation for CentOS and Fedora operating systems. The installation is done through the command line using yum.
Install Memcached on CentOS or Fedora to boost dynamic web app speed by caching database content and reducing DB load. Root access required.
This guide walks you through adding a new user on a Linux server, setting their password, and granting `sudo` privileges from the command line.
If you are using MySQL databases with multiple users, you may need to control database access by deleting database users. You can delete MySQL users using either cPanel or the command line.
Find log file locations on WHM/cPanel servers. Covers Apache, Exim, MySQL & more to help you troubleshoot server errors and monitor activity.
When setting the PHP memory_limit in WHM, it applies only to the specific PHP version. With EasyApache 4, multiple PHP versions can run simultaneously, so you must repeat the process for each version installed.
If you’ve added multiple users to your Linux server, you might eventually need to delete users, too. You can delete users in two ways, from cPanel and from the command line.