WordPress Permalink code for Windows server
In IIS 7 , you can add below code in the Option “URL Rewrite” when you click on the domain, as the .htaccess will not work as it works for…
In IIS 7 , you can add below code in the Option “URL Rewrite” when you click on the domain, as the .htaccess will not work as it works for…
You can easily change the mail server ip address in cpanel by using /etc/mailips file. The same as in PLESK you can also change the outgoing mail server ip address…
This will cover securing /tmp /var/tmp and /dev/shm Secure /tmp: Step 1: Backup your /etc/fstab file Code: cp /etc/fstab /etc/fstab.bak Step 2: Make a 3GB file for /tmp parition and…
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…
Backup existing MySQL data Make sure to save all existing data just in case there are any issues. # cp -Rf /var/lib/mysql /var/lib/mysql-old # mv /etc/my.cnf /etc/my.cnf-old Disable the targets so…
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…
Uninstall Cloudlinux from cpanel [code]wget -O cldeploy http://repo.cloudlinux.com/cloudlinux/sources/cln/cldeploy[/code] [code]sh cldeploy -c[/code] Please, note that some of the packages from CloudLinux repo will still be present. They are same as CentOS…
How to install ImageMagick With PHP-imagick On Plesk Server. ImageMagick Installation [code][root@server ~]# yum install ImageMagick[/code] [code][root@server ~]# yum install ImageMagick-devel[/code] PHP-imagick Installation [code][root@server ~]# yum install gcc[/code] [code][root@server…