December 2007
3 posts
CEO of Red Hat Steps Down
Just saw this on slashdot.. Related articles are here and here A parting blog message from Matthew Szulik can be found here.. Is this really happening ? It is..!
Dec 20th
SSH with no passwords..
This is quite handy, if you want to have a script to perform some activities on a remote host.. Very useful info can be found here and here. This is what you have to do.. 1. Generate a key-pair to be used in the ssh transactions. You can use “ssh-keygen” to create a key pair.. ssh-keygen -t dsa -b 2048 This would create a dsa key of size 2048 bits. If you prefer a rsa key, you can use...
Dec 20th
Squid, LDAP and Active Directory
Below is procedure i used in integrating squid with OpenLDAP, and the Active Directory with the information gathered from numerous google searches, and various links from friends.. Integrating squid with LDAP ( I used OpenLDAP 2.3, on ubuntu 7.10 ) is quite straight-forward.. I used a squid 2.5 on a RHEL4 for this.. Below are the steps i followed.. 1. Installing OpenLDAP. I used the apt to install...
Dec 19th