Saturday, October 27, 2007

Icon wireless strength

Right click to panel, choose Add to panel/ Notification Area

Alt-F2, tpye: nm-applet

and see result

Tuesday, October 23, 2007

Install Skype Ubuntu Gutsy

  • dd the Skype repository (If you don't know how to add repositories please see: Repositories/Ubuntu) deb http://download.skype.com/linux/repos/debian/ stable non-free
  • Reloaded or updated the package information
  • Install Skype: # sudo apt-get install skype

Tuesday, October 9, 2007

Config Tomcat on Ubuntu

Open terminal, type:
sudo gedit /etc/profile

at the end of file, type

JAVA_HOME=/usr/lib/jvm/jdk1.6.0
JRE_HOME=/usr/lib/jvm/jdk1.6.0/jre
PATH=$JAVA_HOME/bin:$PATH
CLASSPATH=.:$JAVA_HOME/lib/tools.jar
MANPATH=$MANPATH:$JAVA_HOME/man
CATALINA_HOME=/home/misa/soft/apache-tomcat-6.0.14
export JAVA_HOME PATH CLASSPATH MANPATH CATALINA_HOME JRE_HOME

Thursday, October 4, 2007

install stardict unbuntu

Open terminal:

sudo apt-get install stardict

Add new directories in: /usr/share/stardict/dic/

Wednesday, October 3, 2007

Kiba Dock OSX

Open Terminal Window

sudo gedit /etc/apt/sources.list

1. Add the following lines to the end of the file:

deb http://download.tuxfamily.org/3v1deb feisty eyecandy
deb-src http://download.tuxfamily.org/3v1deb feisty eyecandy

1. Save and Exit Gedit.
2. Run from the terminal window:

# wget http://download.tuxfamily.org/3v1deb/DD800CD9.gpg -O- | sudo apt-key add -
# sudo apt-get update
# sudo apt-get install kiba-dock
# sudo apt-get install kiba-dock-dev
# sudo apt-get install kiba-plugins

hen press Alt + F2 and type kiba-dock and it should work