<?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>Mega-ZBlog &#187; Linux</title>
	<atom:link href="http://www.mzzt.net/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mzzt.net</link>
	<description>You are here.</description>
	<lastBuildDate>Sun, 25 Jul 2010 01:16:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Creating Linux .desktop shortcuts to Windows apps with the app icon intact.</title>
		<link>http://www.mzzt.net/2010/07/24/creating-linux-desktop-shortcuts-to-windows-apps-with-the-app-icon-intact/</link>
		<comments>http://www.mzzt.net/2010/07/24/creating-linux-desktop-shortcuts-to-windows-apps-with-the-app-icon-intact/#comments</comments>
		<pubDate>Sun, 25 Jul 2010 01:16:13 +0000</pubDate>
		<dc:creator>Dan Bugglin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[shortcut]]></category>
		<category><![CDATA[wine]]></category>
		<category><![CDATA[xxmklink]]></category>

		<guid isPermaLink="false">http://www.mzzt.net/2010/07/24/creating-linux-desktop-shortcuts-to-windows-apps-with-the-app-icon-intact/</guid>
		<description><![CDATA[Spent a good chunk of time figuring out Wine no longer has this baked in, but I figured if I could just find a Windows app that accesses the shortcut API I could get it to work. This command line app fits the bill perfectly. &#160;You might have to direct the shortcut to your desktop [...]]]></description>
			<content:encoded><![CDATA[<p>Spent a good chunk of time figuring out <a href="http://www.winehq.org/">Wine</a> no longer has this baked in, but I figured if I could just find a Windows app that accesses the shortcut API I could get it to work.</p>
<p><a href="http://www.xxcopy.com/xxcopy38.htm">This command line app</a> fits the bill perfectly. &nbsp;You might have to direct the shortcut to your desktop (&#8220;C:\\Users\\&lt;linux user name&gt;\\Desktop\\shortcutname.lnk&#8221;), not sure if Wine will create the .desktop file otherwise. &nbsp;When it&#8217;s done you&#8217;ll have to delete the .lnk but your .desktop file, icon-ready, will be there!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mzzt.net/2010/07/24/creating-linux-desktop-shortcuts-to-windows-apps-with-the-app-icon-intact/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hardy Blue Heron&#8230; Blues&#8230;</title>
		<link>http://www.mzzt.net/2008/04/25/hardy-blue-heron-blues/</link>
		<comments>http://www.mzzt.net/2008/04/25/hardy-blue-heron-blues/#comments</comments>
		<pubDate>Fri, 25 Apr 2008 04:48:17 +0000</pubDate>
		<dc:creator>Dan Bugglin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.mzzt.net/2008/04/25/hardy-blue-heron-blues/</guid>
		<description><![CDATA[So I&#8217;ve been messing with Ubuntu on and off for some time now and the new version 8.04 came up yesterday. I upgraded but I experienced some problems along the way I think others should know about: Free Space: Depending on how many extra packages you&#8217;ve installed since installing Ubuntu originally, you may need 1.5gb [...]]]></description>
			<content:encoded><![CDATA[<p>So I&#8217;ve been messing with <a href="http://www.ubuntu.com/">Ubuntu</a> on and off for some time now and the new version 8.04 came up yesterday.  I upgraded but I experienced some problems along the way I think others should know about:
<ul>
<li>Free Space: Depending on how many extra packages you&#8217;ve installed since installing Ubuntu originally, you may need 1.5gb free as I did for downloading.  But the unpacking phase ended up taking 1gb more&#8230; and left me with as little as 70mb free at one point!  I&#8217;ll need to expand my partition I guess and shrink my Windows&#8217; partitions.  But just be sure you have enough free space.</li>
<li>Drive mounting: You will probably have to edit your /etc/fstab to fix drive /dev addresses.  All /dev/hd* have been changed to /dev/sd*, bumping existing /dev/sd* up and out of the way.  Also disc drives are now /dev/scd0, scd1, etc.</li>
<li>If you use <a href="http://www.truecrypt.org/">Truecrypt</a> and you can&#8217;t mount drives after upgrading, do an apt-get remove truecrypt and then go to <a href="http://www.truecrypt.org/">the official site</a> and follow the download instructions.  Extract the .deb file and do a dpkg -i on it to install it, and truecrypt should work again.</li>
<li>Upgrading may destroy custom mouse and monitor configurations in xorg.conf.  You did make a backup of all your important changes there, didn&#8217;t you?  This is only a concern if you use multiple monitors (it doesn&#8217;t set them up right when upgrading) or if you have a mouse with more than three buttons, since both cases usually require a little surgery on this file to get working right.</li>
<li>Compiz settings will revert.  Use ccsm and set them back manually.  ccsm is a bit easier to work with after the upgrade.</li>
<li>Emerald themes won&#8217;t apply to compiz anymore unless you specifically use emerald as your window manager instead of compiz.  Weird.  Also emerald might hang when you run it&#8230; delete ~/.beryl and ~/.emerald/settings.ini, go back into Emerald Theme Manager and reapply your settings, then it should run fine.  You probably want to put &#8220;emerald &#8211;replace&#8221; in your startup items under the &#8220;Sessions&#8221; Administrative thingy so your theme will work on startup.</li>
<li>There doesn&#8217;t seem to be a <a href="http://www.winehq.org/">Wine</a> 0.9.60 build for Ubuntu yet. <img src='http://www.mzzt.net/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />   Maybe in a couple days.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.mzzt.net/2008/04/25/hardy-blue-heron-blues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>bash history</title>
		<link>http://www.mzzt.net/2008/04/15/bash-history/</link>
		<comments>http://www.mzzt.net/2008/04/15/bash-history/#comments</comments>
		<pubDate>Tue, 15 Apr 2008 05:02:57 +0000</pubDate>
		<dc:creator>Dan Bugglin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://blog.mzzt.net/?p=34</guid>
		<description><![CDATA[Well everyone seems to be doing this so I guess it&#8217;s my turn. This is from an SSH shell into this webserver. I&#8217;m not booted into Linux on my desktop machine at the moment so this will have to do. [mzzt@server1 ~]$ uname -a Linux server1.sorrowind.net 2.6.9-42.EL #1 Sat Aug 12 09:17:58 CDT 2006 i686 [...]]]></description>
			<content:encoded><![CDATA[<p>Well <a href="http://planet.mozilla.org/">everyone seems to be doing this</a> so I guess it&#8217;s my turn.</p>
<p>This is from an SSH shell into this webserver.  I&#8217;m not booted into Linux on my desktop machine at the moment so this will have to do.</p>
<pre>[mzzt@server1 ~]$ uname -a
Linux server1.sorrowind.net 2.6.9-42.EL #1 Sat Aug 12 09:17:58 CDT 2006 i686 athlon i386 GNU/Linux
[mzzt@server1 ~]$ history|awk '{a[$2]++ } END{for(i in a){print a[i] " " i}}'|sort -rn|head
149 cd
127 ls
56 rm
44 ln
42 exit
35 chmod
16 pico
11 mv
8 cp
3 put
[mzzt@server1 ~]$</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.mzzt.net/2008/04/15/bash-history/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
