Lock User After 3 Failed Login Attempts

Make sure to take a backup of the following files /etc/pam.d/password-auth /etc/pam.d/system-auth Edit the above two PAM Authentication Configuration and add the following lines: auth required pam_tally2.so deny=3 unlock_time=600 deny=3 : will lock the account…

Install SSL from WHM

For installing the Let’s encrypt SSL module /scripts/install_lets_encrypt_autossl_provider To enable SSL WHM >> Home / SSL/TLS / Manage AutoSSL >> select user to enable ssl To enable SSL over the command line /usr/local/cpanel/bin/autossl_check –user=username

Steps for URL Masking with index.html

Please first check if your site is loading perfectly at domain.com/neophytefile Create an index.html file within the document_root on your test123.com site (not index.php) Then add the following text to the index.html file and modify…

OpenVZ: container start disabled

Unable to start OpenVZ VPS: #vzctl enter 231572Container is not running #vzctl start 231572Container start disabled Fix: #vzctl set 231572 –disabled no –saveCT configuration saved to /etc/vz/conf/231572.conf