A while ago I bought myself a NAS. It had a neat function called “one touch backup” but I was missing some more sophisticated features, so I implemented my own one.
Category: CentOS
Beeper script
On my home server sometimes I need to know what is happening. As the server does not have any monitor the only way how to get some kind of a response is using the embedded speaker.
LDAP authentication for Gitolite
On my server I have an LDAP directory where all the users are stored. To use this for user authentication for GIT using Gitolite you will need 3 things…
System Logging with SYSLOG-NG, RSYSLOG locally and on remote host.
Having logs but not reading them is maybe the most common computation power waste since invention on population counting (census). It’s always better to solve the problem than to silence it! That applies to both: computers and people! 😉
How to install HTOP on CentOS 6
wget http://apt.sw.be/redhat/el6/en/x86_64/rpmforge/RPMS/htop-0.9-1.el6.rf.x86_64.rpm sudo rpm -i htop-0.9-1.el6.rf.x86_64.rpm
Installing GIT and GITOLITE on CentOS 6
I am using git for a while now. But I am accessing it over SSH without any management. This is enough till you want others to have access to your repositories.