Setup Putty Window Title Permanently
I was working on a migration of servers and for that I was manually setting up the Window Title for each server in putty but the changes last only till…
Linux | CPanel | WHM | webhosting| Plesk | DirectAdmin | CentOs | Debian | Ubuntu Blog
I was working on a migration of servers and for that I was manually setting up the Window Title for each server in putty but the changes last only till…
How to find the External IP if it is Natted If you are behind a NAT and want to find the real / external IP from the server then execute…
If you are looking to Encrypt your MySQL database dump for security reasons than you can use the ccrypt tool to encrypt your dump.sql file. Follow the below simple steps…
Install EPEL repo first Clamav is available on EPEL repo. Please install EPEL first then, run the following command: yum install clamav-server clamav-data clamav-update clamav-filesystem clamav clamav-scanner-systemd clamav-devel clamav-lib clamav-server-systemd…
OpenVPN is an open-source software application that implements virtual private network (VPN) techniques for creating secure point-to-point or site-to-site connections in routed or bridged configurations and remote access facilities. It…
How to install kloxo panel in centos Go to below path. cd /usr/local/src Use the wget Command to download latest version of Kloxo Auto Installer Script wget http://download.lxcenter.org/download/kloxo/production/kloxo-installer.sh Give proper…
What is CVE-2014-7169 / Shell Shock Vulnerability? GNU Bash through 4.3 bash43-025 processes trailing strings after certain malformed function definitions in the values of environment variables, which allows remote attackers…
How to install ImageMagick With PHP-imagick On Plesk Server. ImageMagick Installation # yum install ImageMagick # yum install ImageMagick-devel PHP-imagick Installation # yum install gcc # yum install make automake…