<?xml version="1.0" encoding="UTF-8"?>
<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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Linux is Rad</title>
	<atom:link href="http://linuxisrad.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://linuxisrad.wordpress.com</link>
	<description>day to day life with linux</description>
	<lastBuildDate>Wed, 09 Jul 2008 18:11:25 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='linuxisrad.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/d372daaaf5ac31cda06a1509c82709e3?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Linux is Rad</title>
		<link>http://linuxisrad.wordpress.com</link>
	</image>
			<item>
		<title>compiling ezmlm on centos 5.x (tls errors and more)</title>
		<link>http://linuxisrad.wordpress.com/2008/07/09/compiling-ezmlm-on-centos-5x-tls-errors-and-more/</link>
		<comments>http://linuxisrad.wordpress.com/2008/07/09/compiling-ezmlm-on-centos-5x-tls-errors-and-more/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 17:38:48 +0000</pubDate>
		<dc:creator>linuxisrad</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[compile]]></category>
		<category><![CDATA[ezmlm]]></category>
		<category><![CDATA[tls]]></category>

		<guid isPermaLink="false">http://linuxisrad.wordpress.com/?p=15</guid>
		<description><![CDATA[getting killed by:
usr/bin/ld: errno: TLS definition in /lib/libc.so.6 section .tbss mismatches non-TLS reference in substdio.a(substdo.o)
/lib/libc.so.6: could not read symbols: Bad value
?
phew&#8230;
man&#8230;
ok, here&#8217;s how to get this crap to compile:
untar it, etc
cd to the dir
then:
echo gcc -O2 -include /usr/include/errno.h &#62; conf-cc
echo cc -m32 -O2 -include /usr/include/errno.h &#62;&#62; conf-cc
echo cc -m32 &#62;conf-ld
(these are just files in the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxisrad.wordpress.com&blog=819644&post=15&subd=linuxisrad&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>getting killed by:</p>
<p>usr/bin/ld: errno: TLS definition in /lib/libc.so.6 section .tbss mismatches non-TLS reference in substdio.a(substdo.o)<br />
/lib/libc.so.6: could not read symbols: Bad value</p>
<p>?</p>
<p>phew&#8230;</p>
<p>man&#8230;</p>
<p>ok, here&#8217;s how to get this crap to compile:</p>
<p>untar it, etc<br />
cd to the dir</p>
<p>then:</p>
<p>echo gcc -O2 -include /usr/include/errno.h &gt; conf-cc<br />
echo cc -m32 -O2 -include /usr/include/errno.h &gt;&gt; conf-cc<br />
echo cc -m32 &gt;conf-ld</p>
<p>(these are just files in the current dir)</p>
<p>add :</p>
<p>#include &#8220;log.h&#8221;</p>
<p>to :</p>
<p>ezmlm-manage.c</p>
<p>and</p>
<p>ezmlm-return.c</p>
<p>(thanks to: http://lists.freebsd.org/pipermail/freebsd-ports-bugs/2003-August/009785.html for that little tidbit)</p>
<p>make</p>
<p>it should work</p>
<p>This fixes the following errors:</p>
<p>ezmlm-manage.c: In function âmainâ:<br />
ezmlm-manage.c:320: warning: incompatible implicit declaration of built-in function âlogâ<br />
ezmlm-manage.c:320: error: incompatible type for argument 1 of âlogâ<br />
ezmlm-manage.c:320: error: too many arguments to function âlogâ<br />
ezmlm-manage.c:331: warning: incompatible implicit declaration of built-in function âlogâ<br />
ezmlm-manage.c:331: error: incompatible type for argument 1 of âlogâ<br />
ezmlm-manage.c:331: error: too many arguments to function âlogâ<br />
ezmlm-manage.c:135: warning: return type of âmainâ is not âintâ</p>
<p>and</p>
<p>/usr/bin/ld: errno: TLS definition in /lib/libc.so.6 section .tbss mismatches non-TLS reference in substdio.a(substdo.o)<br />
/lib/libc.so.6: could not read symbols: Bad value</p>
<p>also see:</p>
<p>http://fixunix.com/plan9/353463-re-9fans-plan9-httpd-pegasus-unix.html</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/linuxisrad.wordpress.com/15/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/linuxisrad.wordpress.com/15/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxisrad.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxisrad.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxisrad.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxisrad.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxisrad.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxisrad.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxisrad.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxisrad.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxisrad.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxisrad.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxisrad.wordpress.com&blog=819644&post=15&subd=linuxisrad&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://linuxisrad.wordpress.com/2008/07/09/compiling-ezmlm-on-centos-5x-tls-errors-and-more/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1a86fdd4ba147ad8c7082281b8fc26a8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">linuxisrad</media:title>
		</media:content>
	</item>
		<item>
		<title>towards a perfect fedora 8 desktop</title>
		<link>http://linuxisrad.wordpress.com/2008/02/25/towards-a-perfect-fedora-8-desktop/</link>
		<comments>http://linuxisrad.wordpress.com/2008/02/25/towards-a-perfect-fedora-8-desktop/#comments</comments>
		<pubDate>Mon, 25 Feb 2008 17:55:33 +0000</pubDate>
		<dc:creator>linuxisrad</dc:creator>
				<category><![CDATA[fedora]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://linuxisrad.wordpress.com/?p=14</guid>
		<description><![CDATA[yum -y install unrar gnome-applet-netspeed azureus ntfs-config filezilla
wget http://www.mjmwired.net/resources/files/msttcorefonts-2.0-1.noarch.rpm
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxisrad.wordpress.com&blog=819644&post=14&subd=linuxisrad&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>yum -y install unrar gnome-applet-netspeed azureus ntfs-config filezilla</p>
<p>wget http://www.mjmwired.net/resources/files/msttcorefonts-2.0-1.noarch.rpm</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/linuxisrad.wordpress.com/14/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/linuxisrad.wordpress.com/14/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxisrad.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxisrad.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxisrad.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxisrad.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxisrad.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxisrad.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxisrad.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxisrad.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxisrad.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxisrad.wordpress.com/14/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxisrad.wordpress.com&blog=819644&post=14&subd=linuxisrad&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://linuxisrad.wordpress.com/2008/02/25/towards-a-perfect-fedora-8-desktop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1a86fdd4ba147ad8c7082281b8fc26a8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">linuxisrad</media:title>
		</media:content>
	</item>
		<item>
		<title>MySQL 5 Left Joins not working &#8211; CodingForums.com</title>
		<link>http://linuxisrad.wordpress.com/2007/12/05/mysql-5-left-joins-not-working-codingforumscom/</link>
		<comments>http://linuxisrad.wordpress.com/2007/12/05/mysql-5-left-joins-not-working-codingforumscom/#comments</comments>
		<pubDate>Wed, 05 Dec 2007 20:45:16 +0000</pubDate>
		<dc:creator>linuxisrad</dc:creator>
				<category><![CDATA[hosting]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://linuxisrad.wordpress.com/2007/12/05/mysql-5-left-joins-not-working-codingforumscom/</guid>
		<description><![CDATA[Mysql Upgrade &#8211; left joins not working?
If you are getting an error like:
Unknown column &#8216;i.blah&#8217; in &#8216;on clause&#8217;
using a left join like:
FROM items_table AS items, meta_data_table AS md, categories_table AS cat LEFT JOIN restricted_table AS rst ON items.item_id=rst.item_id WHERE items.title LIKE &#8216;the%&#8217;
switch the order of the from around so that the item MySQL is complaining [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxisrad.wordpress.com&blog=819644&post=13&subd=linuxisrad&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Mysql Upgrade &#8211; left joins not working?</p>
<p>If you are getting an error like:</p>
<p>Unknown column &#8216;i.blah&#8217; in &#8216;on clause&#8217;</p>
<p>using a left join like:</p>
<p>FROM items_table AS items, meta_data_table AS md, categories_table AS cat LEFT JOIN restricted_table AS rst ON items.item_id=rst.item_id WHERE items.title LIKE &#8216;the%&#8217;</p>
<p>switch the order of the from around so that the item MySQL is complaining about is at the end of the from clause. That should fix it in many cases.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/linuxisrad.wordpress.com/13/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/linuxisrad.wordpress.com/13/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxisrad.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxisrad.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxisrad.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxisrad.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxisrad.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxisrad.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxisrad.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxisrad.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxisrad.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxisrad.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxisrad.wordpress.com&blog=819644&post=13&subd=linuxisrad&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://linuxisrad.wordpress.com/2007/12/05/mysql-5-left-joins-not-working-codingforumscom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1a86fdd4ba147ad8c7082281b8fc26a8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">linuxisrad</media:title>
		</media:content>
	</item>
		<item>
		<title>Resource shortage &#8211; OpenVZ Wiki</title>
		<link>http://linuxisrad.wordpress.com/2007/12/05/resource-shortage-openvz-wiki/</link>
		<comments>http://linuxisrad.wordpress.com/2007/12/05/resource-shortage-openvz-wiki/#comments</comments>
		<pubDate>Wed, 05 Dec 2007 14:44:12 +0000</pubDate>
		<dc:creator>linuxisrad</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://linuxisrad.wordpress.com/2007/12/05/resource-shortage-openvz-wiki/</guid>
		<description><![CDATA[How to change quota&#8217;s in an openvz ve:
In the root node :
      vzctl set NODE_NUMBER &#8211;diskspace hard:soft &#8211;save
example:
      vzctl set 101 &#8211;diskinodes 220000:220000 &#8211;save
See:
http://wiki.openvz.org/Resource_shortage
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxisrad.wordpress.com&blog=819644&post=12&subd=linuxisrad&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>How to change quota&#8217;s in an openvz ve:</p>
<p>In the root node :</p>
<p>      vzctl set NODE_NUMBER &#8211;diskspace hard:soft &#8211;save</p>
<p>example:</p>
<p>      vzctl set 101 &#8211;diskinodes 220000:220000 &#8211;save</p>
<p>See:</p>
<p>http://wiki.openvz.org/Resource_shortage</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/linuxisrad.wordpress.com/12/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/linuxisrad.wordpress.com/12/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxisrad.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxisrad.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxisrad.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxisrad.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxisrad.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxisrad.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxisrad.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxisrad.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxisrad.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxisrad.wordpress.com/12/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxisrad.wordpress.com&blog=819644&post=12&subd=linuxisrad&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://linuxisrad.wordpress.com/2007/12/05/resource-shortage-openvz-wiki/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1a86fdd4ba147ad8c7082281b8fc26a8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">linuxisrad</media:title>
		</media:content>
	</item>
		<item>
		<title>replacing with newlines in emacs</title>
		<link>http://linuxisrad.wordpress.com/2007/12/04/replacing-with-newlines-in-emacs/</link>
		<comments>http://linuxisrad.wordpress.com/2007/12/04/replacing-with-newlines-in-emacs/#comments</comments>
		<pubDate>Tue, 04 Dec 2007 19:02:28 +0000</pubDate>
		<dc:creator>linuxisrad</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[linux emacs]]></category>

		<guid isPermaLink="false">http://linuxisrad.wordpress.com/2007/12/04/replacing-with-newlines-in-emacs/</guid>
		<description><![CDATA[Wow, learned how to do something in emacs that I&#8217;ve wanted to do for probably 10 years now.
Replace text with newlines. Here&#8217;s how:
when in replace mode, press control-q control-j to insert the newline.
I used replace:
&#60;pre&#62;
on&#62;&#60;op&#62;&#60;/op&#62;&#60;/pre&#62;
with
&#60;pre&#62;
on&#62;control-q control-j&#60;op&#62;&#60;/op&#62;&#60;/pre&#62;
it to fix this ugly html:
&#60;pre&#62;
linux rockslinux rocks the casbahlinux is rad
&#60;/pre&#62;
with this:
&#60;blockquote&#62;&#60;pre&#62;
linux rocks
linux rocks the casbah
linux is rad
&#60;/pre&#62;&#60;/blockquote&#62;
Of course [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxisrad.wordpress.com&blog=819644&post=11&subd=linuxisrad&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Wow, learned how to do something in emacs that I&#8217;ve wanted to do for probably 10 years now.</p>
<p>Replace text with newlines. Here&#8217;s how:</p>
<p>when in replace mode, press control-q control-j to insert the newline.</p>
<p>I used replace:</p>
<p>&lt;pre&gt;<br />
on&gt;&lt;op&gt;&lt;/op&gt;&lt;/pre&gt;</p>
<p>with</p>
<p>&lt;pre&gt;<br />
on&gt;control-q control-j&lt;op&gt;&lt;/op&gt;&lt;/pre&gt;</p>
<p>it to fix this ugly html:</p>
<p>&lt;pre&gt;<br />
linux rockslinux rocks the casbahlinux is rad<br />
&lt;/pre&gt;</p>
<p>with this:</p>
<p>&lt;blockquote&gt;&lt;pre&gt;<br />
linux rocks<br />
linux rocks the casbah<br />
linux is rad<br />
&lt;/pre&gt;&lt;/blockquote&gt;</p>
<p>Of course in real life I had about 50 options I would have had to edit by hand to make it all pretty.</p>
<p>Thanks to http://www.cs.umd.edu/~jspacco/emacs.html</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/linuxisrad.wordpress.com/11/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/linuxisrad.wordpress.com/11/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxisrad.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxisrad.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxisrad.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxisrad.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxisrad.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxisrad.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxisrad.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxisrad.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxisrad.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxisrad.wordpress.com/11/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxisrad.wordpress.com&blog=819644&post=11&subd=linuxisrad&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://linuxisrad.wordpress.com/2007/12/04/replacing-with-newlines-in-emacs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1a86fdd4ba147ad8c7082281b8fc26a8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">linuxisrad</media:title>
		</media:content>
	</item>
		<item>
		<title>how to disable selinux for redhat enterprise</title>
		<link>http://linuxisrad.wordpress.com/2007/12/04/how-to-disable-selinux-for-redhat-enterprise/</link>
		<comments>http://linuxisrad.wordpress.com/2007/12/04/how-to-disable-selinux-for-redhat-enterprise/#comments</comments>
		<pubDate>Tue, 04 Dec 2007 19:01:16 +0000</pubDate>
		<dc:creator>linuxisrad</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[linux selinux redhat security]]></category>

		<guid isPermaLink="false">http://linuxisrad.wordpress.com/2007/12/04/how-to-disable-selinux-for-redhat-enterprise/</guid>
		<description><![CDATA[Edit:
/etc/selinux/config
change the line:
SELINUX=enforcing
to:
SELINUX=disabled
Reboot to make the change effective.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxisrad.wordpress.com&blog=819644&post=10&subd=linuxisrad&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Edit:</p>
<p>/etc/selinux/config</p>
<p>change the line:</p>
<p>SELINUX=enforcing</p>
<p>to:</p>
<p>SELINUX=disabled</p>
<p>Reboot to make the change effective.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/linuxisrad.wordpress.com/10/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/linuxisrad.wordpress.com/10/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxisrad.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxisrad.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxisrad.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxisrad.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxisrad.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxisrad.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxisrad.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxisrad.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxisrad.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxisrad.wordpress.com/10/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxisrad.wordpress.com&blog=819644&post=10&subd=linuxisrad&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://linuxisrad.wordpress.com/2007/12/04/how-to-disable-selinux-for-redhat-enterprise/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1a86fdd4ba147ad8c7082281b8fc26a8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">linuxisrad</media:title>
		</media:content>
	</item>
		<item>
		<title>cybersource and umlauts (php api)</title>
		<link>http://linuxisrad.wordpress.com/2007/07/20/cybersource-and-umlauts-php-api/</link>
		<comments>http://linuxisrad.wordpress.com/2007/07/20/cybersource-and-umlauts-php-api/#comments</comments>
		<pubDate>Fri, 20 Jul 2007 15:15:18 +0000</pubDate>
		<dc:creator>linuxisrad</dc:creator>
				<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://linuxisrad.wordpress.com/2007/07/20/cybersource-and-umlauts-php-api/</guid>
		<description><![CDATA[Don&#8217;t be surprised if cybersource&#8217;s php api craps out when calling cybs_run_transaction with any umlauts in the input (card holder name, etc.)
For me I get:
Aborted.
Fun.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxisrad.wordpress.com&blog=819644&post=9&subd=linuxisrad&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Don&#8217;t be surprised if cybersource&#8217;s php api craps out when calling cybs_run_transaction with any umlauts in the input (card holder name, etc.)</p>
<p>For me I get:</p>
<p>Aborted.</p>
<p>Fun.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/linuxisrad.wordpress.com/9/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/linuxisrad.wordpress.com/9/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxisrad.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxisrad.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxisrad.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxisrad.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxisrad.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxisrad.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxisrad.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxisrad.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxisrad.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxisrad.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxisrad.wordpress.com&blog=819644&post=9&subd=linuxisrad&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://linuxisrad.wordpress.com/2007/07/20/cybersource-and-umlauts-php-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1a86fdd4ba147ad8c7082281b8fc26a8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">linuxisrad</media:title>
		</media:content>
	</item>
		<item>
		<title>converting an entire mysql server to not use isam files</title>
		<link>http://linuxisrad.wordpress.com/2007/05/03/converting-an-entire-mysql-server-to-not-use-isam-files/</link>
		<comments>http://linuxisrad.wordpress.com/2007/05/03/converting-an-entire-mysql-server-to-not-use-isam-files/#comments</comments>
		<pubDate>Thu, 03 May 2007 19:21:51 +0000</pubDate>
		<dc:creator>linuxisrad</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[shell]]></category>

		<guid isPermaLink="false">http://linuxisrad.wordpress.com/2007/05/03/converting-an-entire-mysql-server-to-not-use-isam-files/</guid>
		<description><![CDATA[So you&#8217;ve got a mysql server with an unknown number of isam tables and you need to convert them (the easy way)? Here&#8217;s how:
find /var/lib/mysql/ -name &#8220;*.ISM&#8221; -print &#62; convert.txt
emacs convert.txt
replace: &#8220;/var/lib/mysql/&#8221;  with &#8220;alter table  &#8220;
replace &#8220;.ISM&#8221; with &#8221; type = myisam;&#8221;
replace  &#8220;/&#8221; with &#8220;.&#8221;
Be careful to include the spaces where I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxisrad.wordpress.com&blog=819644&post=8&subd=linuxisrad&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>So you&#8217;ve got a mysql server with an unknown number of isam tables and you need to convert them (the easy way)? Here&#8217;s how:</p>
<p>find /var/lib/mysql/ -name &#8220;*.ISM&#8221; -print &gt; convert.txt</p>
<p>emacs convert.txt</p>
<p>replace: &#8220;/var/lib/mysql/&#8221;  with &#8220;alter table  &#8220;</p>
<p>replace &#8220;.ISM&#8221; with &#8221; type = myisam;&#8221;</p>
<p>replace  &#8220;/&#8221; with &#8220;.&#8221;</p>
<p>Be careful to include the spaces where I have them.</p>
<p>The run:</p>
<p>mysql -u root -p &lt; convert.txt</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/linuxisrad.wordpress.com/8/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/linuxisrad.wordpress.com/8/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxisrad.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxisrad.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxisrad.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxisrad.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxisrad.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxisrad.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxisrad.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxisrad.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxisrad.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxisrad.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxisrad.wordpress.com&blog=819644&post=8&subd=linuxisrad&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://linuxisrad.wordpress.com/2007/05/03/converting-an-entire-mysql-server-to-not-use-isam-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1a86fdd4ba147ad8c7082281b8fc26a8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">linuxisrad</media:title>
		</media:content>
	</item>
		<item>
		<title>How to modify return-path header in php mail function</title>
		<link>http://linuxisrad.wordpress.com/2007/03/27/how-to-modify-return-path-header-in-php-mail-function/</link>
		<comments>http://linuxisrad.wordpress.com/2007/03/27/how-to-modify-return-path-header-in-php-mail-function/#comments</comments>
		<pubDate>Tue, 27 Mar 2007 16:01:35 +0000</pubDate>
		<dc:creator>linuxisrad</dc:creator>
				<category><![CDATA[apache]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://linuxisrad.wordpress.com/2007/03/27/how-to-modify-return-path-header-in-php-mail-function/</guid>
		<description><![CDATA[Normally the return path is set by sendmail (or whatever the server is running, qmail, etc.)
However you can pass a fifth argument to php&#8217;s mail function to reset it to what you want. Here&#8217;s an example:
$result = mail($to, $subject, $body, &#8220;From: $from\n&#8221;, &#8220;-f$from&#8221;);
make sure you do not put a newline in after the fifth argument&#8217;s [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxisrad.wordpress.com&blog=819644&post=7&subd=linuxisrad&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Normally the return path is set by sendmail (or whatever the server is running, qmail, etc.)</p>
<p>However you can pass a fifth argument to php&#8217;s mail function to reset it to what you want. Here&#8217;s an example:</p>
<p>$result = mail($to, $subject, $body, &#8220;From: $from\n&#8221;, &#8220;-f$from&#8221;);</p>
<p>make sure you do not put a newline in after the fifth argument&#8217;s from. php will error out.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/linuxisrad.wordpress.com/7/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/linuxisrad.wordpress.com/7/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxisrad.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxisrad.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxisrad.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxisrad.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxisrad.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxisrad.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxisrad.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxisrad.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxisrad.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxisrad.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxisrad.wordpress.com&blog=819644&post=7&subd=linuxisrad&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://linuxisrad.wordpress.com/2007/03/27/how-to-modify-return-path-header-in-php-mail-function/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1a86fdd4ba147ad8c7082281b8fc26a8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">linuxisrad</media:title>
		</media:content>
	</item>
		<item>
		<title>update to apache 1.3.37 no worky with ssl? here&#8217;s your fix</title>
		<link>http://linuxisrad.wordpress.com/2007/03/19/update-to-apache-1337-no-worky-with-ssl-heres-your-fix/</link>
		<comments>http://linuxisrad.wordpress.com/2007/03/19/update-to-apache-1337-no-worky-with-ssl-heres-your-fix/#comments</comments>
		<pubDate>Mon, 19 Mar 2007 19:05:34 +0000</pubDate>
		<dc:creator>linuxisrad</dc:creator>
				<category><![CDATA[apache]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://linuxisrad.wordpress.com/2007/03/19/update-to-apache-1337-no-worky-with-ssl-heres-your-fix/</guid>
		<description><![CDATA[When updating from apache 1.3.33 to higher versions (at least 1.3.37) you need to change all occurances of:
SSLCertificateChainFile
to
SSLCACertificateFile
All fixed.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxisrad.wordpress.com&blog=819644&post=6&subd=linuxisrad&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>When updating from apache 1.3.33 to higher versions (at least 1.3.37) you need to change all occurances of:</p>
<p>SSLCertificateChainFile</p>
<p>to</p>
<p>SSLCACertificateFile</p>
<p>All fixed.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/linuxisrad.wordpress.com/6/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/linuxisrad.wordpress.com/6/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxisrad.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxisrad.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxisrad.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxisrad.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxisrad.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxisrad.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxisrad.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxisrad.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxisrad.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxisrad.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxisrad.wordpress.com&blog=819644&post=6&subd=linuxisrad&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://linuxisrad.wordpress.com/2007/03/19/update-to-apache-1337-no-worky-with-ssl-heres-your-fix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1a86fdd4ba147ad8c7082281b8fc26a8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">linuxisrad</media:title>
		</media:content>
	</item>
	</channel>
</rss>