Category

LAMP Stack

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. 
13 min read
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.
4 min read
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.
2 min read
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…
7 min read
Swap Memory
Linux swap memory explained: Its role, benefits, & risks. Learn to check usage (`vmstat`, `sar`), manage swappiness, and add a swap file.
3 min read
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…
7 min read
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…
27 min read
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…
4 min read
Understanding and Using systemd
Modern Linux service management with `systemd`. Learn `systemctl` to start, stop, enable & check services. Intro to `journalctl` logs.
6 min read
Understanding Databases
A database is an organized collection of information. It provides an efficient and organized mechanism for storing, managing, and retrieving…
3 min read
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…
6 min read
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…
9 min read