I was looking around how to make LDAP schema as much as possible similar to GoogleContacts so I will be able to import my GoogleContacts to my LDAP server. Here is the result.
Category: Linux
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…
Back to Gentoo
Back in 2008 when I both my second computer (1st multi-core) I wanted to squeeze all the computation power from it. After a while I was using more than one computer and there was simply no time to compile everything on…
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
6 Great Apps to View Disk Usage in Linux
A nice overview of apps which view diskusage can be found at http://www.makeuseof.com/tag/how-to-analyze-your-disk-usage-pattern-in-linux/ My favorite filelight is present! I am also interested in Philesight. As soon as i will have time i have to try it out 🙂
Migrate old GIT repos to a new remote
After I installed and setup GITOLITE i needed to move my repos from the old remote to the new one.