<?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>~chuck/blog &#187; Linux</title>
	<atom:link href="http://www.ozymo.com/explosions/category/linux/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ozymo.com</link>
	<description>What more could you want?</description>
	<lastBuildDate>Tue, 17 Oct 2023 03:57:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Add your www with mod_rewrite</title>
		<link>http://www.ozymo.com/explosions/357</link>
		<comments>http://www.ozymo.com/explosions/357#comments</comments>
		<pubDate>Thu, 29 Jul 2010 05:08:31 +0000</pubDate>
		<dc:creator>chuck</dc:creator>
				<category><![CDATA[Admin]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[webmaster]]></category>

		<guid isPermaLink="false">http://www.ozymo.com/?p=357</guid>
		<description><![CDATA[It&#8217;s been said a million times, why do we need the www in the URL? The answer is simple: we want our sites to look professional. Here&#8217;s how to automatically prepend the www when some crazy hippie forgets it. In the LoadModules section of the config, make sure mod_rewrite is enabled. On Red Hat or]]></description>
		<wfw:commentRss>http://www.ozymo.com/explosions/357/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lazy Umounting</title>
		<link>http://www.ozymo.com/explosions/348</link>
		<comments>http://www.ozymo.com/explosions/348#comments</comments>
		<pubDate>Fri, 11 Jun 2010 13:46:53 +0000</pubDate>
		<dc:creator>chuck</dc:creator>
				<category><![CDATA[Admin]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[bash]]></category>

		<guid isPermaLink="false">http://www.ozymo.com/?p=348</guid>
		<description><![CDATA[I came across a mounted sdb1 partition, but the physical device didn&#8217;t exist. This was on a Red Hat EL 5 box. No files in the mount point, obviously, no users logged in but me, and I wasn&#8217;t standing in the directory. Even lsof couldn&#8217;t show me anything about that directory, and I almost cried]]></description>
		<wfw:commentRss>http://www.ozymo.com/explosions/348/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plesk 9 and PCI compliance</title>
		<link>http://www.ozymo.com/explosions/328</link>
		<comments>http://www.ozymo.com/explosions/328#comments</comments>
		<pubDate>Wed, 14 Apr 2010 08:46:27 +0000</pubDate>
		<dc:creator>chuck</dc:creator>
				<category><![CDATA[Admin]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[openssl]]></category>
		<category><![CDATA[secure web content]]></category>
		<category><![CDATA[SSL]]></category>
		<category><![CDATA[webmaster]]></category>

		<guid isPermaLink="false">http://www.ozymo.com/?p=328</guid>
		<description><![CDATA[The basics are easy, as one can attest with a Google search: Apache, Mail, etc. But, I&#8217;ve found that the Plesk CP for Plesk 9 doesn&#8217;t run on Apache, it runs on Lighttpd. To disable weak ciphers on a Plesk/Red Hat box, edit /etc/sw-cp-server/applications.d/plesk.conf and add this line: ssl.cipher-list = &#8220;TLSv1+HIGH !SSLv2 RC4+MEDIUM !aNULL !eNULL]]></description>
		<wfw:commentRss>http://www.ozymo.com/explosions/328/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building HAL on BLFS</title>
		<link>http://www.ozymo.com/explosions/218</link>
		<comments>http://www.ozymo.com/explosions/218#comments</comments>
		<pubDate>Thu, 02 Jul 2009 08:54:03 +0000</pubDate>
		<dc:creator>chuck</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.ozymo.com/~chuck/blog/?p=218</guid>
		<description><![CDATA[While attempting to build HAL on Beyond Linux From Scratch (Currently the SVN version, scheduled to be the 6.4 release), I came across this error: probe-storage.c: In function &#8216;main&#8217;: probe-storage.c:462: error: dereferencing pointer to incomplete type probe-storage.c:462: error: &#8216;VOLUME_ID_FILESYSTEM&#8217; undeclared (first use in this function) probe-storage.c:462: error: (Each undeclared identifier is reported only once probe-storage.c:462:]]></description>
		<wfw:commentRss>http://www.ozymo.com/explosions/218/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Segmentation fault: nvidia-settings, Ubuntu Intrepid</title>
		<link>http://www.ozymo.com/explosions/180</link>
		<comments>http://www.ozymo.com/explosions/180#comments</comments>
		<pubDate>Tue, 04 Nov 2008 00:22:40 +0000</pubDate>
		<dc:creator>chuck</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ibex]]></category>
		<category><![CDATA[NVIDIA]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.ozymo.com/~chuck/blog/?p=180</guid>
		<description><![CDATA[In Intrepid, the nvidia-settings application throws a segmentation fault when trying to write changes to the X config file in /etc/X11/xorg.conf. A workaround I found on the net was to rename or remove the xorg.conf file.  I&#8217;m not certain why this is happening, but there&#8217;s an existing bug report on it. /cs UPDATE: A fix]]></description>
		<wfw:commentRss>http://www.ozymo.com/explosions/180/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Minix 2.0.4 in VirtualBox</title>
		<link>http://www.ozymo.com/explosions/151</link>
		<comments>http://www.ozymo.com/explosions/151#comments</comments>
		<pubDate>Tue, 07 Oct 2008 22:05:55 +0000</pubDate>
		<dc:creator>chuck</dc:creator>
				<category><![CDATA[Admin]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[Minix]]></category>

		<guid isPermaLink="false">http://www.ozymo.com/~chuck/blog/?p=151</guid>
		<description><![CDATA[I have a few low-level development projects I want to undertake, and am working on building up my skills in systems programming. So, what better OS to use for a base than Linux, right? However, the Linux kernel is substantially large, and right now, I need to focus on trying to learn fundamental OS programming]]></description>
		<wfw:commentRss>http://www.ozymo.com/explosions/151/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Secure Synergy</title>
		<link>http://www.ozymo.com/explosions/122</link>
		<comments>http://www.ozymo.com/explosions/122#comments</comments>
		<pubDate>Mon, 08 Sep 2008 21:11:55 +0000</pubDate>
		<dc:creator>chuck</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.ozymo.com/~chuck/blog/?p=122</guid>
		<description><![CDATA[I have a laptop that I use as my primary computer, and a desktop machine that I attach it to at work (both run linux).  I use synergy to connect the two so that I don&#8217;t have to remember which mouse is attached. By default, synergy is quite insecure.  On the contrary, running synergy inside]]></description>
		<wfw:commentRss>http://www.ozymo.com/explosions/122/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configuring Simple Virtual FTP Users in vsftpd using PAM</title>
		<link>http://www.ozymo.com/explosions/54</link>
		<comments>http://www.ozymo.com/explosions/54#comments</comments>
		<pubDate>Tue, 29 Jul 2008 22:14:21 +0000</pubDate>
		<dc:creator>chuck</dc:creator>
				<category><![CDATA[Admin]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.ozymo.com/?p=54</guid>
		<description><![CDATA[This tutorial will set up a basic virtual user config for vsftpd on a RHEL5-based system.  I recommend that you make backups of existing config files before implementing this solution, in case you need to revert.  This allows virtual &#8220;guest&#8221; users to log in with individual usernames and passwords and have access to a base]]></description>
		<wfw:commentRss>http://www.ozymo.com/explosions/54/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Xrandr and an External Monitor on my Laptop</title>
		<link>http://www.ozymo.com/explosions/49</link>
		<comments>http://www.ozymo.com/explosions/49#comments</comments>
		<pubDate>Mon, 14 Jul 2008 20:31:31 +0000</pubDate>
		<dc:creator>chuck</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.ozymo.com/~chuck/blog/?p=49</guid>
		<description><![CDATA[I have found happiness, and it is in the form of xrandr! Please note:  This will NOT work with the fglrx ATI driver. Using the xrandr command with the ati X driver enabled, I can enable and disable an external monitor at will on my laptop.  Currently, I am running Ubuntu Hardy 8.04.  My xrandr]]></description>
		<wfw:commentRss>http://www.ozymo.com/explosions/49/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash and Java plugins in Icecat</title>
		<link>http://www.ozymo.com/explosions/44</link>
		<comments>http://www.ozymo.com/explosions/44#comments</comments>
		<pubDate>Fri, 30 May 2008 07:08:16 +0000</pubDate>
		<dc:creator>chuck</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Icecat]]></category>
		<category><![CDATA[Plugins]]></category>

		<guid isPermaLink="false">http://www.ozymo.com/~chuck/blog/?p=44</guid>
		<description><![CDATA[So, I needed a flash and a java plugin for Icecat, once I got it installed. On Ubuntu, installing the Flash player is easy: $ sudo apt-get install flashplugin-nonfree What&#8217;s not so easy is getting Icecat to use it. I installed Icecat in /usr/local/src, and symlinked &#8220;icecat&#8221; to the actual directory. So, my Icecat plugins]]></description>
		<wfw:commentRss>http://www.ozymo.com/explosions/44/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Hardy and fglrx &#8211; suspend issues resolved!</title>
		<link>http://www.ozymo.com/explosions/42</link>
		<comments>http://www.ozymo.com/explosions/42#comments</comments>
		<pubDate>Sun, 25 May 2008 19:36:11 +0000</pubDate>
		<dc:creator>chuck</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.ozymo.com/~chuck/blog/?p=42</guid>
		<description><![CDATA[This title is actually a bit misleading, but still quite true. As it turns out, the bug appears to lie not in the fglrx driver, as previously thought, or in the Gnome Power Manager, also as previously thought, but in Compiz/Fusion. I can ascertain this because I recently installed the most current version of Compiz/Fusion]]></description>
		<wfw:commentRss>http://www.ozymo.com/explosions/42/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Need FF2 in Hardy?  Try GNU&#8217;s IceCat.</title>
		<link>http://www.ozymo.com/explosions/38</link>
		<comments>http://www.ozymo.com/explosions/38#comments</comments>
		<pubDate>Fri, 18 Apr 2008 13:53:16 +0000</pubDate>
		<dc:creator>chuck</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.ozymo.com/~chuck/blog/?p=38</guid>
		<description><![CDATA[OK, so I have a special requirement for using Firefox 2. However, I run Hardy, and it has a default install of (i can&#8217;t believe it) the BETA version of Firefox 3.0b5. Golly. So, I tried installing the firefox2 package from the Ubuntu repos, and had issues with some of the addons I use. I]]></description>
		<wfw:commentRss>http://www.ozymo.com/explosions/38/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Superbugs and You</title>
		<link>http://www.ozymo.com/explosions/36</link>
		<comments>http://www.ozymo.com/explosions/36#comments</comments>
		<pubDate>Mon, 14 Apr 2008 04:53:24 +0000</pubDate>
		<dc:creator>chuck</dc:creator>
				<category><![CDATA[Admin]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Rants]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://www.ozymo.com/~chuck/blog/2008/04/13/superbugs-and-you/</guid>
		<description><![CDATA[So, I read an article that is both sensical and scary: Flaming Mountainside: Breeding Internet Superbugs I get a LOT of junk mail in my USPS mailbox in front of my house, and I pretty much ignore it, as long as it doesn&#8217;t look terribly important. It goes right into the trash. I have to]]></description>
		<wfw:commentRss>http://www.ozymo.com/explosions/36/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recover Grub in Ubuntu with grub-install and Live CD</title>
		<link>http://www.ozymo.com/explosions/35</link>
		<comments>http://www.ozymo.com/explosions/35#comments</comments>
		<pubDate>Mon, 07 Apr 2008 21:29:50 +0000</pubDate>
		<dc:creator>chuck</dc:creator>
				<category><![CDATA[Admin]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.ozymo.com/~chuck/blog/2008/04/07/recover-grub-with-grub-install-and-live-cd/</guid>
		<description><![CDATA[I re-installed Windows XP on my laptop for the sole purpose of playing American McGee&#8217;s Alice. And I blew away grub. So, to reinstall it, I booted the Hardy LiveCD, and mounted some things: $ sudo mkdir /mnt/ubu $ sudo mount /dev/hda5 /mnt/ubu/ $ sudo mount -t proc none /mnt/ubu/proc $ sudo mount -o bind]]></description>
		<wfw:commentRss>http://www.ozymo.com/explosions/35/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Synergy and &#8220;Man in the Middle&#8221;</title>
		<link>http://www.ozymo.com/explosions/34</link>
		<comments>http://www.ozymo.com/explosions/34#comments</comments>
		<pubDate>Thu, 27 Mar 2008 20:57:39 +0000</pubDate>
		<dc:creator>chuck</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.ozymo.com/~chuck/blog/2008/03/27/synergy-and-man-in-the-middle/</guid>
		<description><![CDATA[Yo. I have a desktop machine and a laptop that I run together with synergy.  The desktop is a Dell with a dual-head configuration, and the laptop is, well, a laptop. I have been running the laptop to one side, and have ended up with cricks in my neck on several occassions.  I did not]]></description>
		<wfw:commentRss>http://www.ozymo.com/explosions/34/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fglrx and Suspend in Ubuntu Hardy Alpha: Workaround</title>
		<link>http://www.ozymo.com/explosions/31</link>
		<comments>http://www.ozymo.com/explosions/31#comments</comments>
		<pubDate>Tue, 18 Mar 2008 04:41:42 +0000</pubDate>
		<dc:creator>chuck</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Rants]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[ati]]></category>
		<category><![CDATA[fglrx]]></category>
		<category><![CDATA[Hardy]]></category>
		<category><![CDATA[heron]]></category>
		<category><![CDATA[hibernate]]></category>
		<category><![CDATA[resume]]></category>
		<category><![CDATA[sleep]]></category>
		<category><![CDATA[suspend]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.ozymo.com/~chuck/blog/2008/03/17/fglrx-and-suspend-in-ubuntu-hardy-alpha/</guid>
		<description><![CDATA[Oh, my.  What a weird couple weeks it&#8217;s been for my laptop&#8230; I started with Alpha5, in which suspend worked.  Alpha 6 also supported suspend.  Both with the open-source ati driver upon install.  Beautiful!  Thank you Ubuntu for having an awesome distro! Supposedly, the xorg-driver-fglrx package in the Ubuntu repos for the Hardy development version]]></description>
		<wfw:commentRss>http://www.ozymo.com/explosions/31/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Ubuntu 8.04 Hardy Heron Alpha and Beta testing</title>
		<link>http://www.ozymo.com/explosions/25</link>
		<comments>http://www.ozymo.com/explosions/25#comments</comments>
		<pubDate>Fri, 07 Mar 2008 09:08:46 +0000</pubDate>
		<dc:creator>chuck</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Rants]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[Hardy]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.ozymo.com/~chuck/blog/2008/03/07/ubuntu-804-hardy-heron-beta-testing/</guid>
		<description><![CDATA[I love Ubuntu. It&#8217;s Linux that you can plug in and use quickly, without a whole lot of setup time. I even convinced my Uncle Phil and my Grandmother-in-law to use it, and they are die-hard Windows fans. Well, wow. My first impression once I got Hardy installed was that the new modern art deco]]></description>
		<wfw:commentRss>http://www.ozymo.com/explosions/25/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
