Showing posts with label mac. Show all posts
Showing posts with label mac. Show all posts

Tuesday, February 25, 2014

MAC like dock for Ubuntu

Kiba dock and AWN are two of my favorite dock that resembles MAC dock.
You can try them from
http://www.kiba-dock.org/
https://launchpad.net/awn

Here is a tutorial to setup kiba-dock in Ubuntu
http://ubuntuforums.org/showthread.php?t=268645

Here is a tutorial to setup awn
http://wiki.awn-project.org/Installation

While Kiba dock focuses on launchers, AWN supports both launchers and task list.I just wanted the launcher and tried to remove the task list from it but I could only seperate, not remove. While checking the blueprint I was happy to know that in future version one of them can be removed.

While both of the provide you with fancy desktop, they requires composite( like copiz fusion) to be enabled. So be aware if you have some old system.

Here is mine desktop with AWN.



BTW AWN stands for Avant Window Navigator.
Read more »

Wednesday, February 12, 2014

How To Change Mac Address In Linux

Q. How can I change the mac address of  network card in my Ubuntu box ?
Ans. Changing mac address is very simple. You only need the command ifconfig. Follow the steps below:
  1. Open terminal
  2. Find the name of your interface, for example eth0
  3. sudo ifconfig eth0 down hw ether aaaabbbb where aabbccdd is the required mac address.
Read more »

Wednesday, January 22, 2014

screenlets mac or vista widget for linux

Linux is powerful with command line, no doubt about it but with few packages you can beat it in graphics to MAC OS and Vista.

The kiba-dock or AWN produces dock that resembles MAC dock. Here is my older post regarding them if you have missed it http://.blogspot.com/2008/03/mac-like-dock-for-ubunut.html

Now lets see the power of a program called screenlets. With it, you can put widgets on your desktop. Check preview below.



Follw the installation procedure.

sudo echo deb http://hendrik.kaju.pri.ee/ubuntu gutsy screenlets >> /etc/apt/sources.list

sudo apt-get update

sudo apt-get install screenlets
sudo apt-get install python-gnome2-extras
sudo apt-get install python-feedparser

This will install screenlets on your system.

Now go to Accessories->screenlets or simply run screenlets-manager from terminal.
There you will find many screenlets.
Double click them or select start/stop to start them.
Select Auto start to start the selected screenlets automatically at logon.

There are few important options:
Window->Lock This locks the position of screenlets making them unmovable.
Window->Sticky This makes your screenlets appear on all workspace.
Window->Widget This makes you screenlets like dashboard in Mac OS X. RUN csm(compiz setting manager), search for the option widget in top left corner and enable it. Now change your screenlets to widget. It will disappear but appear when you press F9 key.

Goto screenlets.org for more screenlets.

Also, now you can use Google gadgets, and other gadgets and web application as your screenlets.
On screenlets-manager select install and select the required option.

Heres what screenlets.org have to say regarding them.

http://screenlets.org/index.php/Google_gadgets_now_run_on_Screenlets_engine_...
http://screenlets.org/index.php/SuperKaramba_themes_now_runs_on_Screenlets_engine_...

Have fun.
Read more »