Archive

Author Archive

Make svnserve load on startup (Ubuntu)

April 25th, 2009 pablo 2 comments

Make svnserve load on startup:

First create a new script on init.d

vi /etc/init.d/svnserve

Read more…

Categories: svn Tags: , ,

Set new logrotate tasks to rotate apache logs in non-standard directories

April 23rd, 2009 pablo 6 comments

I prefer compressing old logs to save space. Edit logrotate.conf

vi /etc/logrotate.conf

Read more…

Categories: logrotate Tags: , , , ,

svn setup and migration

April 23rd, 2009 pablo 1 comment

Install subversion straight from apt.

apt-get install subversion

Migrating svn repository from old server to new server:

Read more…

Categories: svn Tags:

How to exchange ssh keys for passwordless login

April 23rd, 2009 pablo 1 comment

As I’m always using ssh, copying or rsyncing files between all my servers I find it very annoying to always have to type in my login password. To avoid that, I exchanged my ssh keys so that all the authentication is done through those keys. To achieve that simply:

Read more…

How to sync date/time in Ubuntu Intrepid

April 23rd, 2009 pablo 4 comments

In order to keep my servers always showing the correct date/time I use a little software called chrony and make sure I’m using the correct time zone.

Read more…

Categories: Uncategorized Tags: , , , , , ,