Site Archives

Install Subversion on Ensim (RHEL 3 or 4)

Posted by plattapuss on November 23rd, 2005

If you have ever wondered if you could install subversion on a RHEL 3 or RHEL 4 box with Ensim 4.x, wonder no more.

Speed up a slow Proftpd connection

Posted by plattapuss on November 20th, 2005

When you make a connection to your server, does it take forever? If so then you might be experiencing ProFTPd’s attempt at doing a reverse DNS lookup.

Change Admin password on Ensim webppliance

Posted by plattapuss on November 20th, 2005

If you have ever forgotten your webppliance password for Ensim, you know how frustrating it can be. Look no longer, here is the simple one-line command you will need to change the Ensim webppliance password: /usr/sbin/passwd_appl_admin [adminname] Be sure to change [admin_name] for what you have chosen as your webppliance username. This is not the [...]

Urchin and HTTPS on RHEL and Ensim

Posted by plattapuss on November 19th, 2005

A very useful little How-to that quickly lets you set up Urchin so that you can access it under https instead of http. cd /usr/local/urchin/var cp /etc/httpd/conf/ssl.crt/server.crt /usr/local/urchin/var/server.crt cp server.key.sample server.key Now we need to change the start up line pico -w /etc/init.d/urchin change this line->”$INSTALLDIR/bin/urchinctl” start to this->”$INSTALLDIR/bin/urchinctl” -e start Restart urchin and your [...]

Install Urchin on Ensim RHEL 3 or 4

Posted by plattapuss on November 19th, 2005

UPDATE: Since EV1 has merged (for better or worse) with The Planet, the forums have also merged. This means that all those fantastic links we used to have are now gone from EV1. So I have found the original post for this how to from Foggy at The Planet forums and updated it here. Hope [...]