How to install Softaculous in linux server Note: Before starting the installation make sure ionCube Loaders are enabled. For that go to WHM and click on Tweak Settings. Please make sure that the Ioncube loader is selected for the backend copy of PHP. Now SSH to your server : Go to the below path cd ...
Month: April 2012
How to check if InnoDB engine is enabled in MySQL
How to check if InnoDB engine is enabled in MySQL If you want to check , if InnoDB is enabled on the server , you can check this via two methods : [email protected][#] mysqladmin variables | grep have_innodb If the above command show the output as below : | have_innodb | YES then it means InnoDB ...
How to uninstall csf firewall
How to uninstall csf firewall Run the below command to uninstall the csf firewall from Linux server using command prompt. cd /etc/csf sh uninstall.sh
How to disable root login in linux
How to disable root login in linux Login to shell. Copy and paste below command to server using your favourite editor. pico -w /etc/ssh/sshd_config Find the line Protocol 2, 1 Uncomment it and change it to look like Protocol 2 Next, find the line #PermitRootLogin yes Un-comment it. It looks like PermitRootLogin no Save the ...
How to check the RAID Drive Status
RAID - Redundant Array of Inexpensive Disks How to check 3ware RAID drive status Login to the server via SSH. Paste the below command. 3ware /c0 show It will show the status of all RAID drives. If you are getting any error then try using the below RAID command. 3ware maint rescan How to check Adaptech RAID drive status ...
How to disable Telnet and Other Unused Service
How to disable Telnet and Other Unused Service Steps: 1. Login to server as root 2. vi /etc/xinetd.d/telnet // OR 3. vi /etc/xinetd.d/krb5-telnet look for lines disable=no and change to disable=yes 4. chkconfig telnet off 5. service xinetd restart
SoftLink Scan
SoftLink Scan on the servers : Hacker creates softlinks under one account and makes link with other users. This way he can hack other accounts. So how to find such compromised account under which hacker has created softlinks. Following is the command which scan on the server and generates result in file: /root/found_links.txt ...