Browsed by
Month: November 2016

Can’t Install “gparted” From Terminal

Can’t Install “gparted” From Terminal

Sometimes, its not a piece of cake to install application in Linux although its is already in its default ppa. I have been using linux for 4 years and I recommend this is the best tool for managing partition. Here is how you normally install gparted in ubuntu 14.04 LTS (my version of OS and also works on other debian distributions). sudo apt-get update sudo apt-get install gparted Sometimes you have to add the exact version…

Read full Article Read More

6 Things To Do Before Pushing In Git Like Professional

6 Things To Do Before Pushing In Git Like Professional

If you have done any work in git than you must be familiarize with the word “git push”. If you are beginner in version control or git then you might get confused what should be done to push your changes. Here are few rules that professional follow before pushing anything in version control like github, bitbucket. The basic six rule you must keep in mind before pushing. Step 1: git branch It’s good habit to…

Read full Article Read More