Articles
- Quick and diry way to set-up shared web hosting.

I have a web server running lighttpd and I have a few sites I want to run from it. This is what I did to enable “shared” web hosting with separate user login. Fist create a new user for the domain. useradd newDomain Add this user to the www-data group usermod -a -G www-data newDomain [...]

No comments

- Find out your Ubuntu/Debian Release

lsb_release -c or cat /etc/debian_version I can never remember, and now you don’t have to.

No comments

- Some info on apt

apt-get install food apt is a very cool and easy to use package manager for UNIX based systems. Here are some simple and effective commands that might help you do things XD apt-get update – makes sure that all the information is newest. apt-get upgrade – checks for all packages that needs to be updated. [...]

No comments