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

True Type Fonts in FreeBSD

This is tutorial how to install true type font in FreeBSD. Load  freetype module in  /etc/X11/xorg.conf file inside “Module” section: Load “freetype” And then, create folder for True Type Font (.ttf). It has default location in /usr/local/lib/X11/fonts/TTF. Copy all .ttf files to this folder (some files have Microsoft license, it is not legal to copy). Create fonts.dir…

Read More