<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.0" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>aumber | .com</title>
	<link>http://www.aumber.com</link>
	<description>the beauty of language dies with every type</description>
	<pubDate>Thu, 13 Dec 2007 04:40:13 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0</generator>
	<language>en</language>
			<item>
		<title>its real world</title>
		<link>http://www.aumber.com/2007/12/12/its-real-world/</link>
		<comments>http://www.aumber.com/2007/12/12/its-real-world/#comments</comments>
		<pubDate>Thu, 13 Dec 2007 04:38:52 +0000</pubDate>
		<dc:creator>Aumber</dc:creator>
		
	<category>Stuff</category>
		<guid isPermaLink="false">http://www.aumber.com/2007/12/12/its-real-world/</guid>
		<description><![CDATA[http://www.itsrealworld.com/

]]></description>
			<content:encoded><![CDATA[<p>http://www.itsrealworld.com/
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.aumber.com/2007/12/12/its-real-world/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Play Tagger</title>
		<link>http://www.aumber.com/2005/12/31/play-tagger/</link>
		<comments>http://www.aumber.com/2005/12/31/play-tagger/#comments</comments>
		<pubDate>Sat, 31 Dec 2005 21:30:09 +0000</pubDate>
		<dc:creator>Aumber</dc:creator>
		
	<category>Web Stuff</category>
		<guid isPermaLink="false">http://www.aumber.com/2005/12/31/play-tagger/</guid>
		<description><![CDATA[Pretty nice&#8230;
&#8220;Play Tagger allows you to easily play mp3 files directly on your website or blog. Simply include a tiny javascript, and your mp3 links will automatically become playable right on the page.&#8221;
del.icio.us/help/playtagger

]]></description>
			<content:encoded><![CDATA[<p>Pretty nice&#8230;</p>
<p>&#8220;Play Tagger allows you to easily play mp3 files directly on your website or blog. Simply include a tiny javascript, and your mp3 links will automatically become playable right on the page.&#8221;</p>
<p><a target="_blank" title="Playtagger" href="http://del.icio.us/help/playtagger">del.icio.us/help/playtagger</a>
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.aumber.com/2005/12/31/play-tagger/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Sage Styles</title>
		<link>http://www.aumber.com/2005/12/31/sage-styles/</link>
		<comments>http://www.aumber.com/2005/12/31/sage-styles/#comments</comments>
		<pubDate>Sat, 31 Dec 2005 05:49:15 +0000</pubDate>
		<dc:creator>Aumber</dc:creator>
		
	<category>Firefox</category>
		<guid isPermaLink="false">http://www.aumber.com/2005/12/31/sage-styles/</guid>
		<description><![CDATA[I use Sage for reading RSS in Firefox.
Stumbled across their site after a long while, they&#8217;ve consolidated some custom CSS examples.
Sage Styles

]]></description>
			<content:encoded><![CDATA[<p>I use <a target="_blank" href="http://sage.mozdev.org/">Sage</a> for reading RSS in Firefox.</p>
<p>Stumbled across their site after a long while, they&#8217;ve consolidated some custom CSS examples.</p>
<p><a target="_blank" href="http://sage.mozdev.org/styles/">Sage Styles</a>
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.aumber.com/2005/12/31/sage-styles/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>smwr</title>
		<link>http://www.aumber.com/2005/12/27/smwr/</link>
		<comments>http://www.aumber.com/2005/12/27/smwr/#comments</comments>
		<pubDate>Wed, 28 Dec 2005 04:16:12 +0000</pubDate>
		<dc:creator>Aumber</dc:creator>
		
	<category>Stuff</category>
		<guid isPermaLink="false">http://www.aumber.com/2005/12/27/smwr/</guid>
		<description><![CDATA[http://www.smwr.com/

]]></description>
			<content:encoded><![CDATA[<p>http://www.smwr.com/
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.aumber.com/2005/12/27/smwr/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>MoinMoin on RH9</title>
		<link>http://www.aumber.com/2005/07/12/moinmoin-on-rh9/</link>
		<comments>http://www.aumber.com/2005/07/12/moinmoin-on-rh9/#comments</comments>
		<pubDate>Tue, 12 Jul 2005 15:03:09 +0000</pubDate>
		<dc:creator>Aumber</dc:creator>
		
	<category>Linux</category>
		<guid isPermaLink="false">http://www.aumber.com/2005/07/12/moinmoin-on-rh9/</guid>
		<description><![CDATA[Build apache2:
export CPPFLAGS=-I/usr/kerberos/include
>./configure &#8211;enable-mod-shared=all &#8211;enable-ssl
>make all
>make CPPFLAGS=-I/usr/kerberos/include
>make install
All installed in /usr/local/apache2
Build mod_php:
http://www.php.net/downloads.php
>export CPPFLAGS=-I/usr/kerberos/include
>./configure &#8211;with-apxs2=/usr/local/apache2/bin/apxs &#8211;with-mysql &#8211;prefix=/usr/local/apache2/php &#8211;with-config-file-path=/usr/local/apache2/php &#8211;enable-force-cgi-redirect &#8211;disable-cgi &#8211;with-zlib &#8211;with-gettext &#8211;with-gdbm &#8211;with-openssl
>make
>make install
Edit httpd.conf and add:
LoadModule php4_module        modules/libphp4.so
AddType application/x-httpd-php .php
DirectoryIndex index.php
Build Python:
wget http://www.python.org/ftp/python/2.4.1/Python-2.4.1.tgz
>./configure &#8211;prefix=/usr/local
>make
>make install
Build mod_python:
>./configure &#8211;prefix=/usr/local/apache2/mod_python &#8211;with-python=/usr/local/bin/python2.4 &#8211;with-apxs=/usr/local/apache2/bin/apxs
>make
>make install
Edit httpd.conf and add:
LoadModule python_module modules/mod_python.so
Setup MoinMoin:
>python -v [...]]]></description>
			<content:encoded><![CDATA[<p>Build apache2:<br />
export CPPFLAGS=-I/usr/kerberos/include<br />
>./configure &#8211;enable-mod-shared=all &#8211;enable-ssl<br />
>make all<br />
>make CPPFLAGS=-I/usr/kerberos/include<br />
>make install<br />
All installed in /usr/local/apache2</p>
<p>Build mod_php:<br />
<a class="linkifyplus" href="http://www.php.net/downloads.php">http://www.php.net/downloads.php</a><br />
>export CPPFLAGS=-I/usr/kerberos/include<br />
>./configure &#8211;with-apxs2=/usr/local/apache2/bin/apxs &#8211;with-mysql &#8211;prefix=/usr/local/apache2/php &#8211;with-config-file-path=/usr/local/apache2/php &#8211;enable-force-cgi-redirect &#8211;disable-cgi &#8211;with-zlib &#8211;with-gettext &#8211;with-gdbm &#8211;with-openssl<br />
>make<br />
>make install<br />
Edit httpd.conf and add:<br />
LoadModule php4_module        modules/libphp4.so<br />
AddType application/x-httpd-php .php<br />
DirectoryIndex index.php</p>
<p>Build Python:<br />
wget <a class="linkifyplus" href="http://www.python.org/ftp/python/2.4.1/Python-2.4.1.tgz">http://www.python.org/ftp/python/2.4.1/Python-2.4.1.tgz</a><br />
>./configure &#8211;prefix=/usr/local<br />
>make<br />
>make install</p>
<p>Build mod_python:<br />
>./configure &#8211;prefix=/usr/local/apache2/mod_python &#8211;with-python=/usr/local/bin/python2.4 &#8211;with-apxs=/usr/local/apache2/bin/apxs<br />
>make<br />
>make install<br />
Edit httpd.conf and add:<br />
LoadModule python_module modules/mod_python.so</p>
<p>Setup MoinMoin:<br />
>python -v setup.py &#8211;quiet install &#8211;record=install.log<br />
>export PREFIX=/usr<br />
>export SHARE=$PREFIX/share/moin<br />
>export WIKILOCATION=/var/www/moin/mywiki<br />
>export INSTANCE=mywiki<br />
>export USER=apache<br />
>export GROUP=apache<br />
>cd $WIKILOCATION<br />
>mkdir $INSTANCE<br />
>cp -R $SHARE/data $INSTANCE<br />
>cp -R $SHARE/underlay $INSTANCE<br />
>cp $SHARE/config/wikiconfig.py $INSTANCE<br />
>chown -R $USER.$GROUP $INSTANCE<br />
>chmod -R ug+rwX $INSTANCE<br />
>chmod -R o-rwx $INSTANCE<br />
>cd $WIKILOCATION/$INSTANCE<br />
>mkdir cgi-bin<br />
>cp $SHARE/server/moin.cgi cgi-bin<br />
>chown -R $USER.$GROUP cgi-bin<br />
>chmod -R ug+rx cgi-bin<br />
>chmod -R o-rwx cgi-bin<br />
>moin.cgi - sys.path.insert(0, &#8216;/var/www/moin/mywiki&#8217;)<br />
Run wikiconfig.py - specify fullpath for data and instance<br />
data_dir = &#8216;/var/www/moin/mywiki/data/&#8217;<br />
data_underlay_dir = &#8216;/var/www/moin/mywiki/underlay/&#8217;<br />
url_prefix = &#8216;/wiki&#8217;<br />
acl_rights_default = u&#8221;All:read&#8221;<br />
acl_rights_before = u&#8221;AumberBhatti:read,write,delete,revert,admin&#8221;<br />
Edit httpd.conf:<br />
Options ExecCGI<br />
Alias /wiki/ &#8220;/usr/local/share/moin/htdocs/&#8221;<br />
#ScriptAlias / &#8220;/var/www/moin/mywiki/cgi-bin/moin.cgi&#8221;</p>
<p>RewriteEngine on<br />
RewriteRule ^/wiki/       -                      [last]<br />
RewriteRule ^/robots.txt  -                      [last]<br />
RewriteRule ^/favicon.ico -                      [last]<br />
RewriteRule ^/?(.*) /var/www/moin/mywiki/cgi-bin/moin.cgi/$1  [last,type=application/x-httpd-cgi]
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.aumber.com/2005/07/12/moinmoin-on-rh9/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>ClamAV + Sendmail/libmilter</title>
		<link>http://www.aumber.com/2004/04/15/clamav-sendmaillibmilter/</link>
		<comments>http://www.aumber.com/2004/04/15/clamav-sendmaillibmilter/#comments</comments>
		<pubDate>Thu, 15 Apr 2004 13:44:04 +0000</pubDate>
		<dc:creator>Aumber</dc:creator>
		
	<category>Linux</category>
		<guid isPermaLink="false">http://www.aumber.com/2005/12/29/clamav-sendmaillibmilter/</guid>
		<description><![CDATA[[TESTED ON THE FOLLOWING DISTROS/VERSIONS]
1. Red Hat Enterprise Linux WS release 3 (Taroon Update 1)
Kernel 2.4.21-9.0.1.ELsmp, clamav-70-rc, sendmail-8.12.10-1,
2. Fedora Core release 1 (Yarrow)
Kernel 2.4.22-1.2188.nptl, clamav-70, sendmail-8.12.10-1.1.1
#####
These instructions document the installation and configuration of ClamAV 0.70-rc on Red Hat ES Release 3.
I will use the Sendmail libmilter APIs to integrate ClamAV with the MTA.
Note: it is [...]]]></description>
			<content:encoded><![CDATA[<p>[TESTED ON THE FOLLOWING DISTROS/VERSIONS]</p>
<p>1. Red Hat Enterprise Linux WS release 3 (Taroon Update 1)<br />
Kernel 2.4.21-9.0.1.ELsmp, clamav-70-rc, sendmail-8.12.10-1,<br />
2. Fedora Core release 1 (Yarrow)<br />
Kernel 2.4.22-1.2188.nptl, clamav-70, sendmail-8.12.10-1.1.1</p>
<p>#####<br />
These instructions document the installation and configuration of ClamAV 0.70-rc on Red Hat ES Release 3.<br />
I will use the Sendmail libmilter APIs to integrate ClamAV with the MTA.</p>
<p>Note: it is assumed that sendmail is already installed and configured.</p>
<p>RHESâ€™s default sendmail installation does not include libmilter (however, sendmail itself is compiled with milter support), you will need to obtain the sendmail source files. Check rpmfind for rpmâ€™s.</p>
<p>###<br />
Software (your versions may differ):<br />
clamav-0.70-rc.tar.gz<br />
sendmail-8.12.10-1.src.rpm</p>
<p>###<br />
Sendmail libmilter:<br />
> rpm ivh sendmail8.12.10-1.src.rpm<br />
> cd /usr/src/redhat/SOURCES/sendmail-8.12.10/libmilter<br />
> sh Build install</p>
<p>Note: RH9/Fedora(?) do not extract source tree, you must â€˜tar zxvfâ€™ the sendmail .tar.gz located in /usr/src/redhat/SOURCES</p>
<p>Note: RHESâ€™s default installation does not include vacation for sendmail, now would be a good time to install vacation also:<br />
> cd /usr/src/redhat/SOURCES/sendmail-8.12.10/vacation<br />
> sh Build install</p>
<p>###<br />
ClamAV:</p>
<p>Create user and group for clamav:<br />
>groupadd -g 601 clamav<br />
>useradd -u 601 -g 601 -d /usr/local/share/clamav -s /bin/false clamav</p>
<p>> cd /usr/local/src/clamav-0.70-rc<br />
> ./configureâ€”enable-milterâ€”sysconfdir=/etc; make; make install</p>
<p>Configure /etc/clamav.conf:<br />
Comment the â€œExampleâ€? line:</p>
<p>1. Example<br />
Included/uncommented the following:<br />
LocalSocket /tmp/clamd<br />
StreamSaveToDisk<br />
StreamMaxLength 10M<br />
MaxThreads 10<br />
ReadTimeout 500 <â€”USE FOR clamav-70<br />
ThreadTimeout 500 <â€”USE ONLY for clamav-70-rc, deprecated<br />
User clamav<br />
ScanMail<br />
ScanArchive<br />
ArchiveMaxFileSize 10M</p>
<p>###<br />
Setup init.d to include clamd:<br />
> cp /usr/local/src/clamav-0.70-rc/contrib/init/RedHat/clamd /etc/init.d/<br />
> chmod 755 /etc/init.d/clamd</p>
<p>###<br />
Setup init.d to include clamav-milter:<br />
> cp /usr/local/src/clamav-0.70-rc/contrib/init/RedHat/clamav-milter /etc/init.d/<br />
> chmod 755 /etc/init.d/clamav-milter</p>
<p>###<br />
Customize clamav-milter start arguments:<br />
> pico w /etc/init.d/clamavmilter<br />
Find the â€˜daemonâ€™ line in the â€˜start()â€™ section and add the following:<br />
daemon clamav-milter P local:/var/run/clamav/clamav.sockâ€”dontscan-on-error -olâ€”noreject</p>
<p>###<br />
Setup the socket directory:<br />
> mkdir /var/run/clamav<br />
> chown clamav:clamav clamav</p>
<p>###<br />
Setup system boot scripts in /etc/rc.d/:<br />
IMPORTANT: clamd must be started before clamav-milter<br />
> ln -s /etc/init.d/clamd /etc/rc2.d/S20clamd<br />
> ln -s /etc/init.d/clamd /etc/rc3.d/S98clamd<br />
> ln -s /etc/init.d/clamd /etc/rc4.d/S98clamd<br />
> ln -s /etc/init.d/clamd /etc/rc5.d/S98clamd<br />
> ln -s /etc/init.d/clamd /etc/rc0.d/K20clamd<br />
> ln -s /etc/init.d/clamd /etc/rc1.d/K20clamd<br />
> ln -s /etc/init.d/clamd /etc/rc6.d/K20clamd<br />
> ln s /etc/init.d/clamavmilter /etc/rc2.d/S91clamav-milter<br />
> ln s /etc/init.d/clamavmilter /etc/rc3.d/S99clamav-milter<br />
> ln s /etc/init.d/clamavmilter /etc/rc4.d/S99clamav-milter<br />
> ln s /etc/init.d/clamavmilter /etc/rc5.d/S99clamav-milter<br />
> ln s /etc/init.d/clamavmilter /etc/rc0.d/K30clamav-milter<br />
> ln s /etc/init.d/clamavmilter /etc/rc1.d/K30clamav-milter<br />
> ln s /etc/init.d/clamavmilter /etc/rc6.d/K30clamav-milter</p>
<p>###<br />
Configure sendmail.mc to include clamav milter support:<br />
> pico -w /etc/mail/sendmail.mc<br />
Add the following lines:<br />
INPUT_MAIL_FILTER(`clamavâ€™, `S=local:/var/run/clamav/clamav.sock, F=T, T=S:4m;R:4mâ€™)<br />
define(`confINPUT_MAIL_FILTERSâ€™, `clamavâ€™)dnl</p>
<p>> mv /etc/mail/sendmail.cf /etc/mail/sendmail.cf.sav<br />
> m4 /etc/mail/sendmail.mc > sendmail.cf</p>
<p>###<br />
Now start the daemons in the following order:<br />
> /etc/init.d/sendmail start<br />
> /etc/init.d/clamd start<br />
> /etc/init.d/clamav-milter start<br />
> /etc/init.d/sendmail restart</p>
<p>Check /var/log/maillog and /var/log/messages for errors.</p>
<p>###<br />
Update clamav database:<br />
> pico -w /etc/cron.daily/freshclam</p>
<p>Add the following:</p>
<p>#!/bin/bash<br />
/usr/local/bin/freshclam > /dev/null 2>&#038;1</p>
<p>>chmod 755 /etc/cron.daily/freshclam</p>
<p>###<br />
Now, all messages are scanned for viruses/worms. If an infected message is sent by a user of the system relayed via SMTP, clamav-milter will not allow the message to be sent, instead, the user will receive a â€œvirus detectedâ€? error within their email client.</p>
<p>If an incoming message is sent to a user of the system, the message will be discarded (/dev/null), notification will be sent to postmaster@localhost. You may customize the handling of infected messages in /etc/clamd.conf. Also, you should NOT send notification to the sender or receiver of the message if an infected message is detected, this is because the headers are usually spoofed, and doing so will only generate unnecessary email traffic.</p>
<p>[DONE]
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.aumber.com/2004/04/15/clamav-sendmaillibmilter/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>[Sendmail] Disable bouncing of emails to non-existent users</title>
		<link>http://www.aumber.com/2004/04/14/sendmail-disable-bouncing-of-emails-to-non-existent-users/</link>
		<comments>http://www.aumber.com/2004/04/14/sendmail-disable-bouncing-of-emails-to-non-existent-users/#comments</comments>
		<pubDate>Wed, 14 Apr 2004 13:46:29 +0000</pubDate>
		<dc:creator>Aumber</dc:creator>
		
	<category>Linux</category>
		<guid isPermaLink="false">http://www.aumber.com/2005/12/29/sendmail-disable-bouncing-of-emails-to-non-existent-users/</guid>
		<description><![CDATA[If a message is sent to a non-existent user of the system, it is normally bounced back to the sender. In the event of virus/worm outbreaks or spam probes of the system, this can present a problem (i.e. bounce infected messages, increase email traffic).To discard all messages directed to non-existent users of the system, do [...]]]></description>
			<content:encoded><![CDATA[<div class="storycontent">If a message is sent to a non-existent user of the system, it is normally bounced back to the sender. In the event of virus/worm outbreaks or spam probes of the system, this can present a problem (i.e. bounce infected messages, increase email traffic).To discard all messages directed to non-existent users of the system, do the following:Note: instructions are based on sendmail version 8.12.10-1</p>
<p>Edit the sendmail.mc file, and add the <span class="caps">LUSER</span>_RELAY line:<br />
> pico -w /etc/mail/sendmail.mc<br />
Add this line:<br />
define(`LUSER_RELAYâ€™, â€œlocal:mailnullâ€™â€˜)dnl</p>
<p>> mv /etc/mail/sendmail.cf /etc/mail/sendmail.cf.sav<br />
> m4 /etc/mail/sendmail.mc > sendmail.cf</p>
<p>Edit the sendmail aliases file to direct all messages sent to â€œmailnullâ€? to /dev/null:</p>
<p>> pico -w /etc/aliases<br />
Find the â€œmailnull: rootâ€? line and change it to:<br />
mailnull:       /dev/null</p>
<p>Restart sendmail:<br />
> /etc/init.d/sendmail restart</p>
<p>[DONE]</div>
]]></content:encoded>
			<wfw:commentRSS>http://www.aumber.com/2004/04/14/sendmail-disable-bouncing-of-emails-to-non-existent-users/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>[Updated] HOWTO: vsftpd with virtual users on Red Hat 9</title>
		<link>http://www.aumber.com/2003/09/24/updated-howto-vsftpd-with-virtual-users-on-red-hat-9/</link>
		<comments>http://www.aumber.com/2003/09/24/updated-howto-vsftpd-with-virtual-users-on-red-hat-9/#comments</comments>
		<pubDate>Wed, 24 Sep 2003 09:08:51 +0000</pubDate>
		<dc:creator>Aumber</dc:creator>
		
	<category>Linux</category>
		<guid isPermaLink="false">http://www.aumber.com/2003/09/24/updated-howto-vsftpd-with-virtual-users-on-red-hat-9/</guid>
		<description><![CDATA[To get vsftpd to work on Red Hat 9, follow the previous HOWTO
but make the following changes:
The vsftpd.conf file is now located in /etc/vsftpd/vsftpd.conf
When creating the xinetd vsftpd file, include the server_args line (this will let vsftpd know that the vsftpd.conf file is now in the subdir):
Edit /etc/xinetd.d/vsftpd to contain:
service ftp
{
disable = no
socket_type = stream
wait [...]]]></description>
			<content:encoded><![CDATA[<p>To get vsftpd to work on Red Hat 9, follow the <a title="vsftpd with virtual users" href="http://www.aumber.com/2003/07/21/howto-vsftpd-with-virtual-users/">previous HOWTO</a><br />
but make the following changes:</p>
<p>The vsftpd.conf file is now located in /etc/vsftpd/vsftpd.conf</p>
<p>When creating the xinetd vsftpd file, include the server_args line (this will let vsftpd know that the vsftpd.conf file is now in the subdir):</p>
<p>Edit /etc/xinetd.d/vsftpd to contain:<br />
service ftp<br />
{</p>
<p>disable = no<br />
socket_type = stream<br />
wait = no<br />
user = root<br />
server = /usr/sbin/vsftpd<br />
server_args = /etc/vsftpd/vsftpd.conf<br />
nice = 10<br />
per_source = 5<br />
instances = 50<br />
log_on_success += PID HOST DURATION<br />
log_on_failure += HOST<br />
}</p>
<p>Then, edit the â€˜Listen=YESâ€™ line of the /etc/vsftpd/vsftpd.conf file to:<br />
Listen=NO</p>
<p>I am using vsftpd-1.1.3-8.i386.rpm, this is an updated rpm from RH that re-enables TCPWrapper support.</p>
<p>[DONE]
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.aumber.com/2003/09/24/updated-howto-vsftpd-with-virtual-users-on-red-hat-9/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Fix Finger on Red Hat 9</title>
		<link>http://www.aumber.com/2003/09/16/fix-finger-on-red-hat-9/</link>
		<comments>http://www.aumber.com/2003/09/16/fix-finger-on-red-hat-9/#comments</comments>
		<pubDate>Tue, 16 Sep 2003 09:18:06 +0000</pubDate>
		<dc:creator>Aumber</dc:creator>
		
	<category>Linux</category>
		<guid isPermaLink="false">http://www.aumber.com/2003/09/16/fix-finger-on-red-hat-9/</guid>
		<description><![CDATA[â€˜fingerâ€™ for standard users always shows â€œNever logged in.â€? To fix this, you must change /var/log/lastlog to allow global read: chmod 644 /var/log/lastlog
]]></description>
			<content:encoded><![CDATA[<div class="storycontent">â€˜fingerâ€™ for standard users always shows â€œNever logged in.â€? To fix this, you must change /var/log/lastlog to allow global read: chmod 644 /var/log/lastlog</div>
]]></content:encoded>
			<wfw:commentRSS>http://www.aumber.com/2003/09/16/fix-finger-on-red-hat-9/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>jabber + ssl on RH9</title>
		<link>http://www.aumber.com/2003/08/28/jabber-ssl-on-rh9/</link>
		<comments>http://www.aumber.com/2003/08/28/jabber-ssl-on-rh9/#comments</comments>
		<pubDate>Thu, 28 Aug 2003 11:44:04 +0000</pubDate>
		<dc:creator>Aumber</dc:creator>
		
	<category>Linux</category>
		<guid isPermaLink="false">http://www.aumber.com/2003/08/28/jabber-ssl-on-rh9/</guid>
		<description><![CDATA[[These instructions are for Red Hat 9 and jabber-1.4.2 source]
The latest jabber server fails to compile on RH9. The following is howto make it work:
In /usr/lib make create these symlinks (if not there already):
libcrypto.so -> ../../lib/libcrypto.so.0.9.7a
libcrypto.so.2 -> ../../lib/libcrypto.so.0.9.7a
libssl.so -> ../../lib/libssl.so.0.9.7a
libssl.so.2 -> ../../lib/libssl.so.0.9.7a
Then run:
./configure â€”enable-ssl
Edit the platform-settings file in the jabber package to include the kerberos [...]]]></description>
			<content:encoded><![CDATA[<p>[These instructions are for Red Hat 9 and jabber-1.4.2 source]</p>
<p>The latest jabber server fails to compile on <span class="caps">RH9</span>. The following is howto make it work:</p>
<p>In /usr/lib make create these symlinks (if not there already):<br />
libcrypto.so -> ../../lib/libcrypto.so.0.9.7a<br />
libcrypto.so.2 -> ../../lib/libcrypto.so.0.9.7a</p>
<p>libssl.so -> ../../lib/libssl.so.0.9.7a<br />
libssl.so.2 -> ../../lib/libssl.so.0.9.7a</p>
<p>Then run:<br />
./configure â€”enable-ssl</p>
<p>Edit the platform-settings file in the jabber package to include the kerberos include dir. Append<br />
-I/usr/kerberos/include<br />
to the end of the <span class="caps">CFLAGS</span> and <span class="caps">CCFLAGS</span> lines.</p>
<p>Then, just follow the jabber documentation to compile/install:<br />
make<br />
edit .xml file
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.aumber.com/2003/08/28/jabber-ssl-on-rh9/feed/</wfw:commentRSS>
		</item>
	</channel>
</rss>

