Categories
Tags
add areca backup command computer cpu CVS server delete dvds firewall flash flash player Gutsy Gibbon howto install IP iptables java k3b Linux memory monitor mp3 network nmap player programs rar reboot Security server service shell shutdown ssh sudo switch telnet terminal tips traceroute tricks Ubuntu upgrading userMeta
Author Archives: Huy Tran
HOWTO: Recording audio cds with K3b
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 … Continue reading
HowTo Ubuntu 8.10 64bit and Areca 6.2 (6.1) java Backup Utility
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 … Continue reading
Posted in Linux, Open Source, Tips - Tricks, Ubuntu
Tagged areca, backup, java, Ubuntu
Leave a comment
Ubuntu Linux: How to Install Flash Player for firefox
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
Leave a comment
add delete and switch user in ubuntu by command lines
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 … Continue reading
Posted in Linux, Open Source, Tips - Tricks, Ubuntu
Tagged add, command, delete, sudo, switch, Ubuntu, user
Leave a comment
Terminal or shell command to shutdown or reboot Ubuntu Linux
So how do you shutdown or reboot Ubuntu Linux from a terminal or a shell prompt? If GUI is working you can always click on a Quit button. If GUI is not working or if you are working remotely over … Continue reading