<?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>k3mist™ &#187; Bash</title>
	<atom:link href="http://k3mist.com/category/bash/feed/" rel="self" type="application/rss+xml" />
	<link>http://k3mist.com</link>
	<description>Development, Design &#38; System Administration</description>
	<lastBuildDate>Sun, 14 Nov 2010 21:36:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<item>
		<title>Enable Compiz-Fusion on your GDM Login</title>
		<link>http://k3mist.com/bash/enable-compiz-fusion-on-your-gdm-login/</link>
		<comments>http://k3mist.com/bash/enable-compiz-fusion-on-your-gdm-login/#comments</comments>
		<pubDate>Sun, 14 Nov 2010 21:15:10 +0000</pubDate>
		<dc:creator>k3mist</dc:creator>
				<category><![CDATA[Bash]]></category>
		<category><![CDATA[Compiz-Fusion]]></category>
		<category><![CDATA[Gnome]]></category>
		<category><![CDATA[compiz-fusion]]></category>
		<category><![CDATA[gdm]]></category>
		<category><![CDATA[gnome gdm]]></category>
		<category><![CDATA[lucid 10.04]]></category>

		<guid isPermaLink="false">http://k3mist.com/?p=329</guid>
		<description><![CDATA[One of the things that really bothered me about the GDM was no Compiz-Fusion Shadow around the login window. Compiz is obviously not present for good reason but it is possible to enable Compiz-Fusion on GDM if you can run Compiz. About 2 weeks ago I finally decided to mess with this a bit and [...]]]></description>
		<wfw:commentRss>http://k3mist.com/bash/enable-compiz-fusion-on-your-gdm-login/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Xorg Memory Leak Fix for Lucid 10.04 and Maverick 10.10 ATI Proprietary fglrx</title>
		<link>http://k3mist.com/linux/xorg-memory-leak-fix-for-lucid-10-04-and-maverick-10-10-ati-proprietary-fglrx/</link>
		<comments>http://k3mist.com/linux/xorg-memory-leak-fix-for-lucid-10-04-and-maverick-10-10-ati-proprietary-fglrx/#comments</comments>
		<pubDate>Sat, 06 Nov 2010 03:32:30 +0000</pubDate>
		<dc:creator>k3mist</dc:creator>
				<category><![CDATA[Bash]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[fglrx]]></category>
		<category><![CDATA[lucid 10.04]]></category>
		<category><![CDATA[maverick 10.10]]></category>
		<category><![CDATA[startup]]></category>
		<category><![CDATA[xorg memory leak fix]]></category>

		<guid isPermaLink="false">http://k3mist.com/?p=217</guid>
		<description><![CDATA[As much as this should be fixed by now, it is not. A real and true memory leak fix does not exist and probably won&#8217;t for quite some time. However, the bash script below will free memory in X every 60 seconds when using the proprietary fglrx driver. I am not sure if the memory [...]]]></description>
		<wfw:commentRss>http://k3mist.com/linux/xorg-memory-leak-fix-for-lucid-10-04-and-maverick-10-10-ati-proprietary-fglrx/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Evolution Mail 2.26.1 &#8211; Not deleting trash</title>
		<link>http://k3mist.com/linux/evolution-mail-2-26-1-not-deleting-trash/</link>
		<comments>http://k3mist.com/linux/evolution-mail-2-26-1-not-deleting-trash/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 14:53:31 +0000</pubDate>
		<dc:creator>k3mist</dc:creator>
				<category><![CDATA[Bash]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[evolution mail]]></category>
		<category><![CDATA[evolution mail trash]]></category>

		<guid isPermaLink="false">http://k3mist.com/?p=169</guid>
		<description><![CDATA[After switching from windoz to Linux, I immediately started using Evolution Mail after being an Outlook user for many years. Evolution in many ways is better than Outlook besides being free, but there is a small issue. Sometimes, somehow and someway the client loses sync with folders and this little bash script will fix the [...]]]></description>
		<wfw:commentRss>http://k3mist.com/linux/evolution-mail-2-26-1-not-deleting-trash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bash script to automate mounting and unmounting of nfs shares</title>
		<link>http://k3mist.com/linux/bash-script-automate-mount-unmount-nfs-share/</link>
		<comments>http://k3mist.com/linux/bash-script-automate-mount-unmount-nfs-share/#comments</comments>
		<pubDate>Sat, 06 Jun 2009 17:06:47 +0000</pubDate>
		<dc:creator>k3mist</dc:creator>
				<category><![CDATA[Bash]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[mount]]></category>
		<category><![CDATA[mount point]]></category>
		<category><![CDATA[nfs share]]></category>
		<category><![CDATA[showmount]]></category>
		<category><![CDATA[umount]]></category>

		<guid isPermaLink="false">http://k3mist.com/?p=111</guid>
		<description><![CDATA[This is a small script I wrote that automates creating a directory for the mount point and then mounts the nfs share on that diretory. It also accommodates removal when needed and unmount&#8217;s the nfs share and removes the directory that was created. Notes: Caution: The script assumes the nfs share is not an existing [...]]]></description>
		<wfw:commentRss>http://k3mist.com/linux/bash-script-automate-mount-unmount-nfs-share/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

