Monday, June 30, 2014

Monday, June 09, 2014

Add weather indicator in ubuntu 12.04

You can easily look at your weather in your system tray.

You can install this weather indicator via this commands:

Add ppa with this command:

sudo add-apt-repository ppa:weather-indicator-team/ppa

Then update your system:

sudo apt-get update

Then you can install it:

sudo apt-get install indicator-weather


Now you can see weather here:


Then click on this tray then you can find all information from menu:



Sunday, June 08, 2014

Look at your RAM and CPU usage.

You can easily monitor your RAM and CPU usage.

You can install this system indicator via this commands:

Add ppa with this command:

sudo add-apt-repository ppa:alexeftimie/ppa

Then update your system:

sudo apt-get update

Then you can install it:

sudo apt-get install indicator-sysmonitor


Now you can see cpu and memory usage here:


Add your application on system tray on ubuntu 12.04

You can put your application into system tray easily. You need dconf-editor for that.

Just follow this steps:

Open the terminal with Ctrl + Alt + T

Then run this command for install dconf-editor

sudo apt-get install dconf-tools

Once completed installation then press "ALT+F2" and type "dconf-editor"

Go inside with desktop > unity > panel

then click on systray-whitelist for add your application on tray.

['JavaEmbeddedFrame', 'Wine', 'Update-notifier', 'Skype', 'your-app']



If you want all app in tray then put ['all']



Tweak the Dock settings in ubuntu 12.04

Do you want to change settings of ubuntu?
Then now you have CCSM for it.

For installation:

Open terminal with Ctrl + Alt + T

And run this command for install (Compiz Config Settings manager):

sudo apt-get install compizconfig-settings-manager

Once it completed then open it and start it for your own configuration.