By Huy Tran on March 9, 2009
k3b cannot deal with mp3 files by default in Ubuntu Edgy Eft.
If you need to produce an audio cd by adding mp3 files with k3b, you’ll need to install the following package:
sudo apt-get install libk3b2-mp3
and you are done!!
Posted in Linux, Open Source, Tips - Tricks, Ubuntu | Tagged k3b, mp3, Ubuntu
By Huy Tran on February 17, 2009
1) Go to Synaptic and install
libswt-cairo-gtk-3.4-jni
libswt-gnome-gtk-3.4-jni
libswt-gtk-3.4-java
libswt-gtk-3.4-jni
libswt-mozilla-gtk-3.4-jni
2) cd /usr/lib/jni
cp the files:
libswt-atk-gtk-3448.so
libswt-cairo-gtk-3448.so
libswt-gtk-3448.so
libswt-pi-gtk-3448.so
libswt-awt-gtk-3448.so
libswt-gnome-gtk-3448.so
libswt-mozilla-gtk-3448.so
to the areca/lib folder with names in order of appearance:
libswt-atk-gtk-3232.so
libswt-cairo-gtk-3232.so
libswt-gtk-3232.so
libswt-pi-gtk-3232.so
libswt-awt-gtk-3232.so
libswt-gnome-gtk-3232.so
libswt-mozilla-gtk-3232.so
overwriting the original ones .
3) the files:
org.eclipse.swt.gtk.linux.x86_3.2.0.v3232m.jar
org.eclipse.jface_3.2.0.I20060605-1400.jar
come from an eclipse installation actually, so if you don’t have eclipse,
download it and:
cd eclipse/plugins
and cp the org.eclipse.swt.gtk.linux.x86_64_3.4.1.v3449c.jar
into areca/lib org.eclipse.swt.gtk.linux.x86_3.2.0.v3232m.jar
and cp org.eclipse.jface_3.4.1.M20080827-2000.jar to areca/lib
org.eclipse.jface_3.2.0.I20060605-1400.jar
overwriting the original ones.
Now, the file libarecafs.so [...]
Posted in Linux, Open Source, Tips - Tricks, Ubuntu | Tagged areca, backup, java, Ubuntu
By Huy Tran on September 27, 2008
Install Flash Player For Ubuntu Linux
Type the following command to install flash player:
$ sudo apt-get install flashplugin-nonfree
Now flash player should be working. Visit youtube or any other site to view flash content.
Posted in Firefox, Linux, Open Source, Tips - Tricks, Ubuntu | Tagged flash player, install
By Huy Tran on April 20, 2008
First, I want to add a user. So how to do it?
+ To add user:
sudo adduser <username>
to add password for your user
sudo passwd <username>
+ How can i switch from one user to another one? In this example, i want to switch from one user to another one.
su <username>
and type in your password to login
after that, [...]
Posted in Linux, Open Source, Tips - Tricks, Ubuntu | Tagged add, command, delete, sudo, switch, Ubuntu, user
By Huy Tran on February 5, 2008
What is telnet?
Telnet is a user command and an underlying TCP/IP protocol for accessing remote computers. Through Telnet, an administrator or another user can access someone else’s computer remotely. On the Web, HTTP and FTP protocols allow you to request specific files from remote computers, but not to actually be logged on as a user [...]
Posted in Linux, Open Source, Tips - Tricks, Ubuntu | Tagged service, telnet, Ubuntu