How To See Currently Running Processes in Cpanel/WHM Server
To see the currently running process on Cpanel/WHM server, log in to WHM. Search for “process” on the left-top corner
libnsl.so.1: cannot open shared object file: No such file or directory
While installing LiteSpeed web server on a Cpanel server running on ALMALINUX 8.4, I get an error /usr/src/lsws/lsws-6.0.9/admin/fcgi-bin/admin_php5: error while
Creating Private Nameservers at Enom.com
Private Name servers or vanity name servers are name servers like ns1.your-domain.com and ns2.your-domain.com. If you have used shared hosting,
Copy files from one Amazon S3 bucket to another
Amazon S3 is a cheap object storage service from Amazon AWS. You can use aws-cli to copy files between S3
How to find out what service is using a certain port?
To find out which service or program using a port on a Linux machine, you can use the command fuser
Disable catch-all email on Cpanel Server
To disable catch-all email address for all sites hosted on Cpanel Server, run sed -i ‘s/^\*: [^ ]*$/*: :fail: ADDRESS
linux software installation
Install Thin web server Install Xfce VNC remote desktop on CentOS 7 How to install LetsEncrypt SSL on Bitnami WordPress
Install Thin web server
Thin is a Ruby web server that can handle high levels of concurrency. Install it with gem install thin root@server70
.forward file
Users can create a .forward file in their home directories that is used by mail servers like exim, sendmail used
How to host static site using pm2
PM2 is a process manager for node.js applications. You can use PM2 to host static websites. To host a static
How to find all subdomains of a domain
Subfinder is a subdomain discovery tool that discovers valid subdomains for websites by using passive online sources. It has a
Export MySQL Database table as an XML Document
To export a MySQL database table as an XML document, you can use mysqldump command like mysqldump DB_NAME TABLE_NAME –xml