Block FTP access using csf firewall
To completely disable the FTP access on the server follow the below steps: root@server vi /etc/csf/csf.conf Search for the lines: # Allow incoming TCP ports TCP_IN = and remove the…
LinuxHub: Your Gateway to Reliable Web Hosting Solutions
Empowering Your Web Presence with Linux: Hosting Made Simple!
To completely disable the FTP access on the server follow the below steps: root@server vi /etc/csf/csf.conf Search for the lines: # Allow incoming TCP ports TCP_IN = and remove the…
Yum is giving error Time out while Loading fastestmirror While installing any application using yum getting time out error while loading fastest mirror. It seems that mirrors are not able…
How to install MailScanner in CPanel If you have the cPanel Clamavconnector installed (WHM > Add-on Modules) remove it – it will break MailScanner. Login to server via SSH now.…
clamd AntiVirus daemon giving local socket error while starting Clamd is giving below error while starting. Starting Clam AntiVirus Daemon: ERROR: LOCAL: Socket file /var/clamd could not be bound: Permission…
Site is working fine with apache but giving 403 error with litespeed ================================= Error 403: Forbidden You don’t have permissions to access this page. This usually means one of the…
How to install DirectAdmin on Linux Server Go to the below path. cd /usr/local/src Download the setup file using the below command. wget http://www.directadmin.com/setup.sh If permission is incorrect then provide…
Command to check the reboot date and time on Linux server root@server # who -b system boot 2012-04-24 09:04 root@server # last reboot | head -1 reboot system boot 2.6.18-308.1.1.e…
How to check PERL module installed on the linux server Run the below command to check Perl modules installed. root@server # instmodsh It will show below output. root@server # instmodsh…