nginx code igniter remove index.php prefix
Objective Remove the index.php prefix from your nginx code igniter instance. Assumptions In your main nginx […]
Objective Remove the index.php prefix from your nginx code igniter instance. Assumptions In your main nginx […]
Recently I tried passing a bash variable to perl command in bash script, it didn’t end well. […]
Objective: Append multiline text with cat Examples Replace contents of /etc/apache2/mods-available/geoip.conf cat <<‘EOF’ > /etc/apache2/mods-available/geoip.conf <IfModule […]
To install geoip php centos follow these steps Install Steps # cd /tmp # wget http://pecl.php.net/get/geoip-1.0.8.tgz […]
git copy remote branch Copy remote master branch to remote QA branch in git git push […]