kumkum

Ubuntu GPG Error

If you come across this error after running aptitude update or clicking reload button in Synaptic: W: GPG error: http://ppa.launchpad.net intrepid Release: The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY 58403026387EE263 W: You may want to run apt-get update to correct these problems due to a missing GPG key…

Read More

How to Switch Between Ubuntu, Kubuntu, and Xubuntu

For you who have installed Ubuntu / Kubuntu / Xubuntu, you can switch between desktop environment easily. Here are the desktop environments used by each distro: – Ubuntu defaults use Gnome – Kubuntu defaults use KDE – Xubuntu defaults use XFCE Just open Adept or Synaptic package manager, and search for: ubuntu-desktop or kubuntu-desktop or xubuntu-desktop Or…

Read More

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

Install Subversion on Debian

First of all, install these packages: apache2, php5, subversion. # apt-get install apache2 # apt-get install libapache2-mod-php5 # apt-get install subversion # apt-get install libapache2-svn Create repository folder. # mkdir /subversion # svnadmin create –fs-type fsfs /subversion/kendal Make sure subversion is activated in apache. # a2enmod dav # a2enmod dav_svn Create user account for subversion….

Read More