<?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/"
	>

<channel>
	<title>Slackadelic.com &#187; Linux</title>
	<atom:link href="http://slackadelic.com/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://slackadelic.com</link>
	<description>My Kung Fu is strong, but I&#039;m no master.</description>
	<lastBuildDate>Sun, 25 Jul 2010 03:41:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>RIP rafb.net/paste</title>
		<link>http://slackadelic.com/2009/06/24/rip-rafb-netpaste/</link>
		<comments>http://slackadelic.com/2009/06/24/rip-rafb-netpaste/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 02:33:07 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Misc.]]></category>

		<guid isPermaLink="false">http://slackadelic.com/?p=169</guid>
		<description><![CDATA[Yeah, we all know by now that the http://rafb.net paste site is going off-line. Seven years of dedication to a free pastebin for the world. Well, after a few talks with some folks and after being pressed in to doing (hehe) this, I&#8217;ve switched http://pastebin.slackadelic.com to use the code from rafb.net. Thanks go out to [...]]]></description>
			<content:encoded><![CDATA[<p>Yeah, we all know by now that the <a href="http://rafb.net">http://rafb.net</a> paste site is going off-line.  Seven years of dedication to a free pastebin for the world.</p>
<p>Well, after a few talks with some folks and after being pressed in to doing (hehe) this, I&#8217;ve switched <a href="http://pastebin.slackadelic.com">http://pastebin.slackadelic.com</a> to use the code from rafb.net.</p>
<p>Thanks go out to edman007 from ##slackware on freenode for his help in tracking down and fixing a few odd issues with the code.  It even works with paste scripts!  Right now the official script is <a href="http://github.com/michielvw/pastelling/tree/master">Pastelling</a>.   <del datetime="2009-06-30T03:37:36+00:00">The script was originally written by Steven Robson</del> Pastelling, aka rafb.pl, was written by _pragma, but is being hosted on github by <a href="http://michielvwessem.wordpress.com/">Michiel van Wessem</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://slackadelic.com/2009/06/24/rip-rafb-netpaste/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Slackware64-current and evdev</title>
		<link>http://slackadelic.com/2009/06/15/slackware64-current-and-evdev/</link>
		<comments>http://slackadelic.com/2009/06/15/slackware64-current-and-evdev/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 16:04:53 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Slackware]]></category>

		<guid isPermaLink="false">http://slackadelic.com/?p=167</guid>
		<description><![CDATA[I&#8217;ve had a few issues getting my mouse working properly with evdev in the latest updates to Slackware64-current. Today, it appears, that other users are experiencing some other issues outside of a mouse not mapping buttons properly. Most of those users report black screens when trying to restart or quit an X session. If you [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve had a few issues getting my mouse working properly with evdev in the latest updates to Slackware64-current.  Today, it appears, that other users are experiencing some other issues outside of a mouse not mapping buttons properly.  Most of those users report black screens when trying to restart or quit an X session.</p>
<p>If you are one of us having such issues and are stumped, try the below in your xorg.conf before you go googling around for 3 hours like I did <img src='http://slackadelic.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><code><br />
Section "ServerFlags"<br />
    Option "AutoAddDevices" "False"<br />
    Option "AllowEmptyInput" "False"<br />
EndSection<br />
</code></p>
<p>I hope this helps!<br />
As always you can catch me in ##slackware on freenode if you have any questions/suggestions/comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://slackadelic.com/2009/06/15/slackware64-current-and-evdev/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Slamd64 to Slackware64 upgrade</title>
		<link>http://slackadelic.com/2009/05/27/slamd64-to-slackware64-upgrade/</link>
		<comments>http://slackadelic.com/2009/05/27/slamd64-to-slackware64-upgrade/#comments</comments>
		<pubDate>Thu, 28 May 2009 04:41:08 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Slackware]]></category>
		<category><![CDATA[Slamd64]]></category>

		<guid isPermaLink="false">http://slackadelic.com/?p=165</guid>
		<description><![CDATA[People have asked, &#8220;Is that even possible?&#8221; Yes, it is. I did this remotely from work via ssh on my home box, worked fine, except for a speed bump here and there. Issues that were caused mainly by me not paying attention. First off, make sure you upgradepkg pkgtools, gzip, and tar. Then install the [...]]]></description>
			<content:encoded><![CDATA[<p>People have asked, &#8220;Is that even possible?&#8221;  Yes, it is.</p>
<p>I did this remotely from work via ssh on my home box, worked fine, except for a speed bump here and there.  Issues that were caused mainly by me not paying attention.</p>
<p>First off, make sure you upgradepkg pkgtools, gzip, and tar.  Then install the xz package if its not already installed.  If it is, then upgradepkg xz as well.</p>
<p>After that, you should be able to upgradepkg */*.tgz and then upgradepkg */*.txz to make sure everything gets added.</p>
<p>Now, the other issue is the 32bit compat libs that come with Slamd64.  You will want to remove these.</p>
<p>You can get the latest release of the 32bit compat libs that Fred is working on <a href="http://anorien.warwick.ac.uk/mirrors/slamd64/slackware64-current/">here</a></p>
<p>Now, this is the process that worked for me and your mileage may vary.  My upgrade path went a little differently than this and luckily I had a Slamd64 chroot available to symlink missing commands against or I would&#8217;ve been hosed.</p>
<p>Comments/suggestions, as always, are welcome.</p>
]]></content:encoded>
			<wfw:commentRss>http://slackadelic.com/2009/05/27/slamd64-to-slackware64-upgrade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Common questions after release of Slackware64</title>
		<link>http://slackadelic.com/2009/05/21/common-questions-after-release-of-slackware64/</link>
		<comments>http://slackadelic.com/2009/05/21/common-questions-after-release-of-slackware64/#comments</comments>
		<pubDate>Thu, 21 May 2009 16:33:59 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Slackware]]></category>
		<category><![CDATA[Slamd64]]></category>

		<guid isPermaLink="false">http://slackadelic.com/?p=163</guid>
		<description><![CDATA[There have been quite a few questions posed since the official announcement by Patrick Volkerding that Slackware is now releasing an official x86_64 port.

These questions normally stem about 32bit compatibility etc.  Hopefully this answers some of your questions.]]></description>
			<content:encoded><![CDATA[<p>There have been quite a few questions posed since the official announcement by Patrick Volkerding that Slackware is now releasing an official x86_64 port.</p>
<p>These questions normally stem about 32bit compatibility etc.</p>
<p>Here are a few answers that I hope will resolve any doubts/questions/concerns you may have, at least for now.  These are of my own opinion and may not be completely factual.</p>
<p>1) Is Slackware64 multilib? (support both 64bit and 32bit programs)<br />
   A:  Yes.  It is multilib.</p>
<p>2) Does Slackware64 include the needed 32bit compatibility libraries necessary to run 32bit applications?<br />
   A:  No, it does not include any 32bit compatibility libraries at this time.</p>
<p>3) Can I build 32bit applications on Slackware64?<br />
   A: From research and talking with other Slackware64 testers, it appears that gcc/glibc does NOT support building with -m32 flag for 32bit binary output.  I have no idea if this is going to change in the future or not.</p>
<p>4) Is there any easy way to include the 32bit compatibility libraries?<br />
   A: The short answer is, possibly.  Its been debated that you can use the c/ series from Slamd64-current in Slackware64 and gain the ability to run 32bit applications &#8220;out of the box.&#8221;  However, I have not tested this and right now is more of a theory.</p>
<p>One other note, if you want to RUN 32bit applications without the compatibility libraries you will need to get a static built binary that includes those libraries.  This in itself isn&#8217;t a bad solution per se, but it also means that you will be looking at VERY large binaries.</p>
<p>I hope this helps to answer some questions.  If any of this is inaccurate or could use some clarification, please don&#8217;t hesitate to drop me a line and let me know.</p>
]]></content:encoded>
			<wfw:commentRss>http://slackadelic.com/2009/05/21/common-questions-after-release-of-slackware64/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mirror1.slackadelic.com is alive!</title>
		<link>http://slackadelic.com/2008/03/03/mirror1slackadeliccom-is-alive/</link>
		<comments>http://slackadelic.com/2008/03/03/mirror1slackadeliccom-is-alive/#comments</comments>
		<pubDate>Mon, 03 Mar 2008 19:54:31 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://slackadelic.com/2008/03/03/mirror1slackadeliccom-is-alive/</guid>
		<description><![CDATA[Courtesy of acidchild from ##slackware on freenode, once again this mirror is coming back live. It will be a Slamd64 and Slackware mirror. Give it time to finish syncing everything and then have fun. This mirror will provide http/ftp/rsync communications. Rsync and HTTP are working; we are working on FTP at the moment, but should [...]]]></description>
			<content:encoded><![CDATA[<p>Courtesy of acidchild from ##slackware on freenode, once again this mirror is coming back live.  It will be a <a href="http://slamd64.com">Slamd64</a> and <a href="http://slackware.com">Slackware</a> mirror.  Give it time to finish syncing everything and then have fun.</p>
<p>This mirror will provide http/ftp/rsync communications.  Rsync and HTTP are working; we are working on FTP at the moment, but should be up and running in no time.</p>
]]></content:encoded>
			<wfw:commentRss>http://slackadelic.com/2008/03/03/mirror1slackadeliccom-is-alive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>planet.slackadelic.com goes live.</title>
		<link>http://slackadelic.com/2007/06/12/planetslackadeliccom-goes-live/</link>
		<comments>http://slackadelic.com/2007/06/12/planetslackadeliccom-goes-live/#comments</comments>
		<pubDate>Tue, 12 Jun 2007 04:50:34 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://slackadelic.com/2007/06/12/planetslackadeliccom-goes-live/</guid>
		<description><![CDATA[That&#8217;s right. Slackadelic now has a planet. If you wish to post your feed url send me an email. Have fun!]]></description>
			<content:encoded><![CDATA[<p>That&#8217;s right. Slackadelic now has a planet.  If you wish to post your feed url send me an email.</p>
<p>Have fun!</p>
]]></content:encoded>
			<wfw:commentRss>http://slackadelic.com/2007/06/12/planetslackadeliccom-goes-live/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pidgin ignorant about Slackware?</title>
		<link>http://slackadelic.com/2007/05/11/pidgin-ignorant-about-slackware/</link>
		<comments>http://slackadelic.com/2007/05/11/pidgin-ignorant-about-slackware/#comments</comments>
		<pubDate>Fri, 11 May 2007 13:31:14 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Slackware]]></category>

		<guid isPermaLink="false">http://slackadelic.com/2007/05/11/pidgin-ignorant-about-slackware/</guid>
		<description><![CDATA[Ya know, I love Gaim and have for a long time. I was quite upset to find out that they had been locked in a legal battle with AOL for quite a few years. When they finally came to an agreement they had to change the name to Pidgin. Now I use their new-named IM [...]]]></description>
			<content:encoded><![CDATA[<p>Ya know, I love Gaim and have for a long time.  I was quite upset to find out that they had been locked in a legal battle with AOL for quite a few years.  When they finally came to an agreement they had to change the name to <a href="http://pidgin.im">Pidgin</a>.  Now I use their new-named IM client.  Love it.</p>
<p><!--adsense--></p>
<p>However, I was just informed about something on their web site that shocked me.  If you <a href="http://developer.pidgin.im/wiki/WhyPackagesExist">read this</a> you will see what I&#8217;m speaking of.  As a <a href="http://slackware.com">Slackware</a> user I do take a bit of offense to this.  I mean ignorance is one thing, but having no clue at all is even worse.   &#8220;several of us actively dislike that distribution for its history of broken installs, as well as for its non-existant package management.&#8221;  Ok, I&#8217;m confused&#8230; right before you said that you stated, &#8221; We have no developers using Slack&#8230;&#8221;  so, If I&#8217;m confused you will understand, hopefully.</p>
<p>Where is your proof of broken installs?  Which packages are &#8220;broken?&#8221;   Stating non-existant package management is just BS.  I mean, how the heck would you know?  You don&#8217;t even use the distribution.   Oh, that&#8217;s right, I forget you have a friend who knows a friend.. who knows this guy.. who dated this girl.. who&#8217;s brother&#8217;s dad&#8217;s cousin twice removed used Slackware eons ago and that was what he said.</p>
<p>*BONK* Clue stick!</p>
<p>By the way, if you want to rant to someone call these guys: <a href="http://developer.pidgin.im/wiki/DeveloperPages">http://developer.pidgin.im/wiki/DeveloperPages</a></p>
<p>UPDATE: They&#8217;ve changed the text.  Only after receiving a barrage of emails and from people complaining about it in #pidgin on freenode.net</p>
]]></content:encoded>
			<wfw:commentRss>http://slackadelic.com/2007/05/11/pidgin-ignorant-about-slackware/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>64bit experimentation</title>
		<link>http://slackadelic.com/2007/03/27/64bit-experimentation/</link>
		<comments>http://slackadelic.com/2007/03/27/64bit-experimentation/#comments</comments>
		<pubDate>Tue, 27 Mar 2007 13:26:01 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://slackadelic.com/2007/03/27/64bit-experimentation/</guid>
		<description><![CDATA[I found this article, where I don&#8217;t remember, but I read through it and I thought I&#8217;d share: click here]]></description>
			<content:encoded><![CDATA[<p>I found this article, where I don&#8217;t remember, but I read through it and I thought I&#8217;d share:</p>
<p><a href="http://slackworld.berlios.de/2007/slack_64-bit_world.html">click here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://slackadelic.com/2007/03/27/64bit-experimentation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux in Dilbert</title>
		<link>http://slackadelic.com/2007/01/25/linux-in-dilbert/</link>
		<comments>http://slackadelic.com/2007/01/25/linux-in-dilbert/#comments</comments>
		<pubDate>Thu, 25 Jan 2007 20:42:20 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://slackadelic.com/2007/01/25/linux-in-dilbert/</guid>
		<description><![CDATA[Source: http://www.dilbert.com]]></description>
			<content:encoded><![CDATA[<p><a href="http://slackadelic.com/wp-content/uploads/2007/01/dilbert20071832660125.gif" title="dilbert20071832660125.gif"><img src="http://slackadelic.com/wp-content/uploads/2007/01/dilbert20071832660125.gif" alt="dilbert20071832660125.gif" border="0" height="187" width="528" /></a><br />
<em><font size="-2">Source: <a href="http://www.dilbert.com">http://www.dilbert.com</a></font></em></p>
]]></content:encoded>
			<wfw:commentRss>http://slackadelic.com/2007/01/25/linux-in-dilbert/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Slamd64.com server issue</title>
		<link>http://slackadelic.com/2006/10/16/slamd64com-server-issue/</link>
		<comments>http://slackadelic.com/2006/10/16/slamd64com-server-issue/#comments</comments>
		<pubDate>Mon, 16 Oct 2006 22:25:17 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Slamd64]]></category>

		<guid isPermaLink="false">http://slackadelic.com/2006/10/16/slamd64com-server-issue/</guid>
		<description><![CDATA[Most of you already know, but the server that slamd64.com is hosted on is having some &#8220;issues&#8221; to say the least. Fred is in the process of moving everything to the new server and we are testing it as I type this. The new DNS should be in effect in about 6 hours. So far, [...]]]></description>
			<content:encoded><![CDATA[<p>Most of you already know, but the server that slamd64.com is hosted on is having some &#8220;issues&#8221; to say the least.  Fred is in the process of moving everything to the new server and we are testing it as I type this.  The new DNS should be in effect in about 6 hours.  So far, everything looks goooooood.</p>
]]></content:encoded>
			<wfw:commentRss>http://slackadelic.com/2006/10/16/slamd64com-server-issue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
