How To: Find Symlink under UNIX / Linux
How To: Find Symlink under UNIX / Linux Now, a days sym/root hacking is famous and hacker can create a sym/root folder by using script. How do I find symlink(s)…
LinuxHub: Your Gateway to Reliable Web Hosting Solutions
Empowering Your Web Presence with Linux: Hosting Made Simple!
How To: Find Symlink under UNIX / Linux Now, a days sym/root hacking is famous and hacker can create a sym/root folder by using script. How do I find symlink(s)…
Log folder contents deleted getting cron mails and getting below error. Cannot open /var/log/sa/sa03: No such file or directory Login to server via SSH Go inside /var/log/ folder cd /var/log/…
MySQL Governor installation in without control panel server Run the below command to install MySQL Governor in plain server or without control panel server. yum install db-governor –enablerepo=cloudlinux-updates-testing yum update…
Exim causing load on server Login to server via SSH. Once login then login to mysql root@testserver24x7 # mysql Welcome to the MySQL monitor. Commands end with ; or \g.…
How to create account using SSH in cpanel Login to server via SSH. Use cpanel create account script. Syntax: /scripts/createacct domainname.com username password Example: /scripts/createacct elinux.co.in elinuxco q1w2e3r4 It will…
How to install google apps plugin for cpanel. Go to the below path where you want to download the tar file. cd /usr/local/src/ Download the tar file. [email protected] # wget…
How To Install Process Resource Monitor (PRM) Description: PRM monitors the process table on a given system and matches process id’s with set resource limits in the config file or…
Iptables block ftp access Completely disable the FTP access on the server using below iptables rule: iptables -A INPUT -p tcp –dport 21 -j DROP If you want to block…