Things To Do After Installing Elementary OS Freya

October 23, 2015 by Sandeep Bhardwaj | Tags:

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 more

Jekyll with environment variable and multiple _config.yml files

October 17, 2015 by Sandeep Bhardwaj | Tags:

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 more

Enable minimize button in Google chrome on Elementary OS

October 14, 2015 by Sandeep Bhardwaj | Tags:

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 more

Renaming files using terminal on ubuntu

October 13, 2015 by Sandeep Bhardwaj | Tags:

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 more

Starting and Stopping the MySQL Server

October 04, 2015 by Sandeep Bhardwaj | Tags:

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