October 23, 2015 by Sandeep Bhardwaj | Tags: Elementary OS Ubuntu
Enable laptop touchpad click Enable Canonical Partners repository Install Restricted Extra Install Elementary Tweak Install Google Chrome Enable minimize button on google-chrome Install RAR Install GIMP Install uGet on Elementary Freya Install Transmission Clip Grab for You...
Read moreOctober 17, 2015 by Sandeep Bhardwaj | Tags: Jekyll
When we write a new post in jekyll we usually made changes in _config.yml for our local/development environment like :- Development environment #url: http://sandeepbhardwaj.github.io url: http://localhost:4000 google_analytics: #UA-68409070-1 disqus_user: #sandeepbhardwaj Production environme...
Read moreOctober 14, 2015 by Sandeep Bhardwaj | Tags: Elementary OS Ubuntu
By default Google chrome do not have minimize button on Elementary OS and we can’t enable it by using Elementary tweak tool. But we can make it enable by modifying the gConfigurations. Just type the below line in terminal and its done. gconftool-2 --set /apps/metacity/general/button_layout --typ...
Read moreOctober 13, 2015 by Sandeep Bhardwaj | Tags: Ubuntu Tips & Tricks
Suppose we have lots of lots file in a directory and we need to rename of modify the extension of all the file, then renaming one by one is pain and not a good idea as well. If we want to rename all the files in directory in one shot then we can use below command. Example:- Renaming all file wi...
Read moreOctober 04, 2015 by Sandeep Bhardwaj | Tags: Ubuntu MySql
By Default MySQL server is started automatically after installation. Wd can check/verify the status of the MySQL server with the following command: sudo service mysql status Stop the MySQL server with the following command: sudo service mysql stop To restart the MySQL server, use the followi...
Read more