Play .rmvb file on Kubuntu 8.10

This is how to setup kubuntu to be able to play .rmvb file: Download and install SMPlayer software at http://smplayer.berlios.de/ Or if you want to use Synaptic Software Manager, add this line to /etc/apt/sources.list: deb http://ppa.launchpad.net/rvm/ppa/ubuntu intrepid main alternatively, you can add medibuntu repository and install Realplayer package. http://medibuntu.org

Read More

Connect to Wireless Network (WEP) in Ubuntu 11.04 using Command Line

Check wireless adapter: $ iwconfig You will see wireless adapter as wlan0 or ath0 which depends on what driver is installed. Execute the following command to apply ESSID, network key, channel, and mode: $ sudo iwconfig wlan0 essid yantoknuk-singtel $ sudo iwconfig wlan0 channel 6 $ sudo iwconfig wlan0 key ngumbahkucing $ sudo iwconfig wlan0…

Read More