To restart common web services like Apache, Nginx, and MySQL, you typically use systemctl (on most modern Linux systems): Apache (httpd on CentOS, apache2 on Ubuntu) # Ubuntu/Debian […]
How to update software packages (apt/yum)
Updating software packages using apt (for Debian-based systems like Ubuntu) or yum (for Red Hat-based systems like CentOS) is a basic but essential Linux command-line task. Here’s how […]
How to view disk usage and running processes?
1. Log in to WHM: Go to: https://your-server-ip:2087 or https://hostname:2087 Enter your root or reseller credentials. 2. To check disk usage: Go to Home » System Health » […]
Common Linux commands (ls, cd, cp, mv, rm, etc.)
1. Basic Linux Commands ls List files in a directory cd Change directory pwd Show current directory =path cp Copy files or directories mv Move or rename files […]
