Tag Archives: Ubuntu

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

Posted in Linux, Open Source, Tips - Tricks, Ubuntu | Tagged , , | Leave a comment

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 , , , | 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 , , , , , , | 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

Posted in Linux, Open Source, Software, Ubuntu | Tagged , , , , , , | 1 Comment

Ubuntu Linux enable telnet service

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 … Continue reading

Posted in Linux, Open Source, Tips - Tricks, Ubuntu | Tagged , , | Leave a comment