I always foget how to do that so here is the tiny tutorial.
Category: HowTo
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! 😉
Initramfs for encrypted root using GPG encrypted random keys
Cha! The most tricky part is comming. I spent 2 days to make this work. There are several tutorials on the internet but you will still need a lot of thinking and patience.
Creating GPG encrypted random keys
In this post I described how to encrypt a root parition. The paritions are encrypted using LUKS passphrase. A passprase is usually much easier to guess or find out than a randomly generated key. And we can take the keys…
Encrypting root
I am using disk encryption for a while now. But never really managed to encrypt my root filesystem. Finally got so far! Decision made! Now the hard part: Make it work…
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.
SELinux: Own Policy
A very nice course was offered on the Czech Technical University this semester. One of the few where you are supposed to learn something useful. Something what does matter, something you may even need in your future. It was about…
GIT: Branches
How to manage branches in GIT …
GIT: Configuration
Using GIT became my daily content. How about making my day happier? More colorful? 🙂