Overwrite File with multi-line text

append text to end of file with cat

January 17, 2013

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 […]

install geoip php centos

January 11, 2013

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

January 11, 2013

git copy remote branch Copy remote master branch to remote QA branch in git git push […]