All posts in Server Admin

Setting Up a VPS for WordPress

General Stuff on Installing a VPS

If you get a message that you cannot install a package like nano, type this first:

sudo apt-get update

instead of apt-get you can use aptitude which is better.

To install ubuntu desktop make a remote desktop connection to the VPS:

http://markus.revti.com/2009/08/installing-vnc-remote-desktop-on-ubuntu-linux-vps/

Minimal Ubuntu Desktop

http://minimal-desktop.blogspot.com/

http://help.cinfu.com/gui-desktop-xwindows-gnome-installation-on-linux-vps-server-with-ubuntu-os-37/

Remove Apache / LAMP

http://tuxtweaks.com/2010/01/how-to-uninstall-lamp-in-ubuntu-9-10-karmic-koala/

Some Commands

Make compiles and installs source code

Install Nginx

http://wiki.nginx.org/NginxInstall

Install Nslookup command

$ sudo apt-get install dnsutils

How to Set Up a VPS

Install a Firewall on Linux