Disabling SELinux is necessary to run many of applications and services such as webservers and etc. The easiest way to disable SELinux is the famous command of “setenforce 0”. while this command disables SELinux fast but it does not provide a permanent solution. To disable SELinux Permanently you need to make changes to “/etc/selinux/config” file.… Continue reading Disable SELINUX permanently
Category: Technology
Exclude Folder from Rewrite rule in WordPress
It’s annoying that you cannot create folders in your wordpress website and access them directly, it’s very easy to exlude your folders by editing the .htaccess file. simply use following line of code in your .htaccess and exclude your desired folder: RewriteCond %{REQUEST_URI} !(FOLDERNAME) [NC] Incoming search terms:https://yandex ru/clck/jsredir?from=yandex ru;search;web;;&text=&etext=1821 PyDCF8BPfGEkw06MMNuFEeQy0kbbDPxWTEuPOjkn1k7aeFrIY4j1d18wJ7EqWiwO 7e581965cd88eca0c73fdcb21c7975ad772153e0&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXme
Root Moto G Lollipop xt1033
So I just upgraded to Lollipop 2 days ago and the first thing I have done after the upgrade was to root the phone! I cannot stand being unrooted. So here I’m going to list the steps that I used to root my Moto G xt1033 Asian. after installing Lollipop you will have the default… Continue reading Root Moto G Lollipop xt1033
upgrade rooted moto g xt1033 to Lollipop
well few days ago I received the system update available for my Moto G from Motorola. They supplied the stable OTA update to MOTO G users. Well I obviously could not use get the OTA as I was rooted so I had to flash it with fastboot manually. Assuming you are rooted then you have… Continue reading upgrade rooted moto g xt1033 to Lollipop
How to solve Lockout caused by CPHULK
nothing is more annoying than when you are locked out from your own server by cPhulk, Well this plugin is to ensure your server protection against bruteforce attacks. there are many ways to flush cpuhulk blacklist and get into whm again using SSH, but to me the best option was to temporary disable cphulk and… Continue reading How to solve Lockout caused by CPHULK