by Anjani Phuyal | May 26, 2014 | Centos, Linux, ubuntu
wget http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.1-1.el5.rf.i386.rpm rpm -Uhv rpmforge-release-0.5.1-1.el5.rf.i386.rpm 64 bit wget http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.1-1.el5.rf.x86_64.rpm rpm -Uhv...
by Anjani Phuyal | May 26, 2014 | Centos, Linux, ubuntu
http://www.cyberciti.biz/faq/howto-compress-expand-gz-files/ How do I extract a gz file? $ gunzip file.gz
by Anjani Phuyal | May 26, 2014 | Git, Linux, ubuntu
How to create a new git branch and push it? git checkout -b new_branch_name git push -u origin new_branch_name git config –global user.email “[email protected]” git config user.email “[email protected]” git commit –author...
by Anjani Phuyal | May 26, 2014 | Linux, ubuntu
root sudo gedit /etc/apt/sources.list and make sure that the universe component is included in the source lines. It should look like this deb http://http.us.debian.org/debian squeeze main universe After any changes you should run sudo apt-get update...