[DRAFT]
This post is more note for me. I'll use it when it will be required to setup real server instance.
Ubuntu server installed, I did my first login to it.
1. Update software
sudo apt-get update
sudo apt-get upgrade
2. Install SSH client and server
sudo apt-get install openssh-client
sudo apt-get install openssh-server
default configuration is OK for me.
3. Ooops, wrong timezone setup by default
sudo dpkg-reconfigure tzdata
adding ntp time update
sudo apt-get install ntp ntpdate
4. Midnight Commander. Sorry, I'm not a console ninja yet
sudo apt-get install mc
5. Subversion server setup
Very nice article can be found there: http://odyniec.net/articles/ubuntu-subversion-server/
This post is more note for me. I'll use it when it will be required to setup real server instance.
Ubuntu server installed, I did my first login to it.
1. Update software
sudo apt-get update
sudo apt-get upgrade
2. Install SSH client and server
sudo apt-get install openssh-client
sudo apt-get install openssh-server
default configuration is OK for me.
3. Ooops, wrong timezone setup by default
sudo dpkg-reconfigure tzdata
adding ntp time update
sudo apt-get install ntp ntpdate
4. Midnight Commander. Sorry, I'm not a console ninja yet
sudo apt-get install mc
5. Subversion server setup
Very nice article can be found there: http://odyniec.net/articles/ubuntu-subversion-server/
