Articles in this category
Setup phpMyAdmin on Linux (AlmaLinux)
Our helpful guide shows you how to install phpMyAdmin on AlmaLinux to easily manage your MariaDB or MySQL databases.
Setup phpMyAdmin on Linux (Ubuntu)
This tutorial shows you how to install and configure phpMyAdmin on Ubuntu to easily manage MariaDB or MySQL databases from a web browser.
Show (List) MySQL Databases via Command Line on Linux
Find out how to easily show (list) all MySQL databases on Linux via command line with our comprehensive tutorial.
SuPHP on cPanel
Learn to install SuPHP on cPanel via EasyApache 4, manage file permissions, troubleshoot 500 errors using suphp_log, and set custom PHP opti…
Swap Memory
Linux swap memory explained: Its role, benefits, & risks. Learn to check usage (`vmstat`, `sar`), manage swappiness, and add a swap file.
Testing and Sending Mail Using PHP
If you are familiar with PHP, you can create PHP scripts to send mail. PHP mail provides incredible control of the data and content…
Troubleshoot disk space issues
Linux disk full? Learn to find large files/dirs (`df`, `du`, `find`) & high inode usage. Guide covers cleanup for common paths & cPanel spec…
Truncating MariaDB/MySQL tables in the Nexcess Cloud
Truncating MariaDB/MySQL tables allows you to easily remove all data from the chosen MySQL database tables without having to manually delete…
Understanding and Using systemd
Modern Linux service management with `systemd`. Learn `systemctl` to start, stop, enable & check services. Intro to `journalctl` logs.
Understanding Databases
A database is an organized collection of information. It provides an efficient and organized mechanism for storing, managing, and retrieving…
Understanding Ioncube loader
Learn what Ioncube Loader is, how applications like WHMCS use it, and why matching the correct Loader version with your server's PHP version…
Understanding key MySQL variables
This guide explains key MySQL variables, their purpose, impact, and default values. It's a reference for understanding server behavior and o…