If your web hosting running fastcgi one of the coolest and easiest ways to turn of magic quotes gpc on your hosting is to create a .user.ini file and store following code in it: magic_quotes_gpc = Off
Category: Technology
Google Now Works while Screen OFF on Moto G
Well it seems it’s happening since the new update for Google Search which added OK Google at any screen to android phones, my phone is able to response to Ok Google commands while the screen is off. I’m running Kitkat 4.4.4 at the moment on my XT1033. Make sure you have installed the latest version… Continue reading Google Now Works while Screen OFF on Moto G
Count the number of files using ls command in linux
So you wanna know how many file are in your current directory in terminal? it’s easy. the “ls” does it all. ls -1 | wc -l Have a good day all.
How to root moto g 4.4.4
So I got this OTA for 4.4.4 kitkat yesterday and the first thing I wanted to do after the successfully update was to root it up. I’m using the dual sim version aka XT1033 which some out there in the INTERNET call it as Indian moto g or Asian moto g. I’ve uploaded a package… Continue reading How to root moto g 4.4.4
Removing OpenVPN Profiles in Android
It seems OpenVPN connect client which is available for Android users to connect to OpenVPN servers from their phone does not include any option to let user remove the VPN profiles he has previously made, Today morning I changed the SSL certificates of My VPN servers to that made all the 4 profiles I had… Continue reading Removing OpenVPN Profiles in Android