to find anything above 200mb … Code: find / -size +204800k -exec du -hs {} \;
Category Archives: Linux
How to Install Linux Malware Detect (LMD) and ClamAV on CentOS 7
Linux Malware Detect (LMD) is malware detector and scanner for Linux, designed for shared hosting environments. LMD is released under GNU GPLV2 license, it can be installed on cPanel WHM and Linux environments with together other detection tools such as ClamAV. Clam AntiVirus (ClamAV) is an open source antivirus solution to detect trojans, malware, viruses and other …
Continue reading “How to Install Linux Malware Detect (LMD) and ClamAV on CentOS 7”
CWP autorenew ssl
forced renewal of all certs can be done with this command: Code: [Select] /root/.acme.sh/acme.sh –home /root/.acme.sh/cwp_certs –cron –force or single domain Code: [Select] /root/.acme.sh/acme.sh –home /root/.acme.sh/cwp_certs –renew -d www.domain.com –force
Elastix backup and restore file location.
/var/www/backup
Reset Elastix Web Interface Admin Password
Reset Elastix Web Interface Admin Password This requires that you can log into the server at the console, or via SSH. If you dont have the login details to log into the console, or ssh in, you will need to reset the root password. After logged in, to reset the admin account password for the …
Continue reading “Reset Elastix Web Interface Admin Password”
Block Countries from your server easily with CSF
If you don’t have a need for certain international visitors to your Linux server, its easy to block them out! First, you’ll need to make sure that CSF is installed. You can follow our guide on installing csf to get this accomplished. Once that’s done, read on to block access from Russia, China, etc.. Now that …
Continue reading “Block Countries from your server easily with CSF”