Messing around with Debian Linux - Setting up a webserver in Debian Linux PDF Print E-mail
Written by Websmurf   
Tuesday, 23 August 2005
Article Index
Setting up a webserver in Debian Linux
Webserver setup
Desktop environment
Installing other desktop software
Setting up Samba
Wireless network


The first thing i did was setting up a desktop environment. I choose KDE because of it's looks.

Simply type:

# apt-get install kde

to install the KDE desktop

After this it's time install the window server. This is needed to run KDE.

Type:
# apt-get install xserver-common
# apt-get install xserver-xfree86
# apt-get install xfonts-100dpi
# apt-get install xfonts-75dpi
# apt-get install x-window-system-core


After this type:

# startx

to start your desktop environment.



Last Updated ( Sunday, 30 April 2006 )
 
< Prev