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 […]
Popular Posts
Trending Posts
Recent Posts
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 […]
Monitoring resource usage (CPU, RAM)
To monitor CPU and RAM usage in cPanel/WHM, there are several built-in tools and methods, depending on whether you’re using cPanel (user level) or WHM (root/administrator level). WHM […]
How to view error and access logs?
By Using Apache (Linux) Step 1: Open Terminal: Use SSH or terminal access to your Linux server. Step 2: View Access Logs: sudo tail -f /var/log/apache2/access.log This shows […]
How to use FTP/SFTP to upload files?
Uploading files to your web hosting account using FTP or SFTP is a fast and reliable way to manage your website files. 1. What Are FTP and SFTP? FTP […]
How to connect via SSH to your server
To connect via SSH (Secure Shell) to your server, you’ll need a few key pieces of information and follow a basic command syntax. Here’s a step-by-step guide: What […]
Difference between Linux and Windows hosting?
When choosing a web hosting plan, one of the key decisions is selecting the right operating system for your server: Linux or Windows. While both serve the same […]
What is Linux hosting?
Linux hosting refers to web hosting services that utilize the Linux operating system on their servers. It’s a popular choice for web hosting due to its stability, security, […]
