WordPress permalink problem in windows server

10 years ago

Question : wordpress permalink problem in windows server Ans: If you are using IIS 7 and have admin rights on…

You do not have sufficient permissions to access this page

10 years ago

Error : You do not have sufficient permissions to access this page When try to activate the plugin in wordpress…

WordPress error ‘Cheatin’ uh?

10 years ago

Wordpress error 'Cheatin’ uh? Error: When you try to  upload the image or logo from your theme or media library…

Delete php.ini file from all directories

10 years ago

Command for to Delete php.ini file from all directories find -name php.ini -exec rm -f {} \;

How to stop syn attack on linux server

10 years ago

The SYN (TCP connection request) attack is a common denial of service (DoS) technique. A SYN flood is a form…

How to Zip and Unzip files in UNIX

10 years ago

Here is how to Zip and Unzip files in UNIX unzip myFile.zip – This command will uncompress compressed files with…

Remove IP from Brute Force Protection

10 years ago

How to remove Ip from the Brute Force Protection by using SSH  ? When WHM locks out an user account, especially…

SSH with private key authentication

10 years ago

How to Add ssh user on linux server ? Ans: You can use the putyykey generator and generate the ssh…

Create yum repository on local machine

10 years ago

Yum repository on local machine If you want to install software/packages after installation of linux  (CentOS, Fedora etc.). You can create…

Using wget to download FTP folders

10 years ago

Using wget to download FTP folders If you want to copy all of the files and folders from one host…