Category Archives: Uncategorized

CentOS / RHEL 6 – AutoLogin

If your linux is essentially a single user system and you don’t have to worry about anyone else accessing your local console, here’s how to enable it: Edit /etc/gdm/custom.conf to add the following two lines in the [daemon] section: [daemon] … Continue reading

Posted in Uncategorized | 11 Comments

CentOS 6.0 on Inspiron 1525 (BCM4312)

Long awaited CentOS 6.0 was release few days back. Thank you CentOS Team! If you haven’t downloaded it yet, please do so because this is really cool. The biggest attraction for me was two new minimal mode which does exactly what … Continue reading

Posted in Uncategorized | 9 Comments

Compile Mongrel2 on CentOS 5.6

=== install build pre-rquisite === yum install e2fsprogs-devel.x86_64 -y === build zeromq === ./configure –prefix=/opt/zeromq make make install echo /opt/zeromq/lib > /etc/ld.so.conf.d/zeromq.conf ldconfig === build mongrel2 === Add sqlite3 code (amalgamation version) into mongrel3 source directory Then make following changes … Continue reading

Posted in Uncategorized | 1 Comment