<?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>kdmurray.blog &#187; howto</title>
	<atom:link href="http://kdmurray.net/tag/howto/feed/" rel="self" type="application/rss+xml" />
	<link>http://kdmurray.net</link>
	<description>The crossroads of life and tech</description>
	<lastBuildDate>Tue, 07 Feb 2012 20:34:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Adobe Air on Ubuntu 11.04 x64</title>
		<link>http://kdmurray.net/2011/05/25/adobe-air-on-ubuntu-11-04-x64/</link>
		<comments>http://kdmurray.net/2011/05/25/adobe-air-on-ubuntu-11-04-x64/#comments</comments>
		<pubDate>Thu, 26 May 2011 04:39:35 +0000</pubDate>
		<dc:creator>kdmurray</dc:creator>
				<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[11.04]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[air]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[natty]]></category>
		<category><![CDATA[switcher]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[x64]]></category>

		<guid isPermaLink="false">http://kdmurray.net/?p=928</guid>
		<description><![CDATA[I was having a devil of a time trying to get TweetDeck to even install under Ubuntu 11.04 until I came across this fantastic tutorial by deepok1968 on YouTube. The problem boils down to the Adobe Air installer not being all that happy with x64 systems in its native state. If you visit the video [...]]]></description>
			<content:encoded><![CDATA[<p>I was having a devil of a time trying to get TweetDeck to even install under Ubuntu 11.04 until I came across this <a title="Installing TweetDeck on Ubuntu 11.04 (x64)" href="http://www.youtube.com/watch?v=jX-nIiDuXFQ" target="_blank">fantastic tutorial</a> by <a title="deepok1968 on YouTube" href="http://www.youtube.com/user/deepok1968" target="_blank">deepok1968</a> on YouTube. The problem boils down to the Adobe Air installer not being all that happy with x64 systems in its native state.</p>
<p><iframe width="560" height="349" src="https://www.youtube.com/embed/jX-nIiDuXFQ?rel=0" frameborder="0" allowfullscreen></iframe></p>
<p>If you visit the video page you can get a copy of the commands that he uses. I stuck them in a bash script so that I can re-use them if I need to do the install again.</p>
<p>Now I just need to figure out how he got that wicked looking OSX style dock&#8230;</p>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://kdmurray.net/2011/05/25/adobe-air-on-ubuntu-11-04-x64/&via=kdmurray&text=Adobe Air on Ubuntu 11.04 x64&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://kdmurray.net/2011/05/25/adobe-air-on-ubuntu-11-04-x64/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating ISO Images from the OSX Command Line</title>
		<link>http://kdmurray.net/2010/01/09/creating-iso-images-from-the-osx-command-line/</link>
		<comments>http://kdmurray.net/2010/01/09/creating-iso-images-from-the-osx-command-line/#comments</comments>
		<pubDate>Sat, 09 Jan 2010 08:31:26 +0000</pubDate>
		<dc:creator>kdmurray</dc:creator>
				<category><![CDATA[Lessons]]></category>
		<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[dd]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[iso]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://kdmurray.net/?p=810</guid>
		<description><![CDATA[A super fast way to create ISO images (or any kind of bit for bit copies) from the OS X (or linux, or unix) command line is to use the DD command. This isn&#8217;t without it&#8217;s risks since the DD command will duplicate byte for byte all data from one location to another, but once [...]]]></description>
			<content:encoded><![CDATA[<p>A super fast way to create ISO images (or any kind of bit for bit copies) from the OS X (or linux, or unix) command line is to use the DD command. This isn&#8217;t without it&#8217;s risks since the DD command will duplicate byte for byte all data from one location to another, but once you&#8217;ve found the necessary information you can easily replicate data.</p>
<p>I needed to create a copy of my Windows XP installation CD to use for setting up new virtual machines. Since it&#8217;s quicker to install VMs from an ISO image rather than from the installation media I wanted an ISO of my CD. The built in OS X disk utility can make this work&#8230; in theory. My copy of disk utility (on Snow Leopard) didn&#8217;t want to recognize the CD. So I turned to my command line knowledge.</p>
<p>I should also note that before you can read the CD using DD, you will need to unmount it:</p>
<p><code>sudo umount /dev/disk1s0</code></p>
<p>You&#8217;ll be prompted for your administrator password, then you&#8217;re in business.</p>
<p>To create an image of a CD (or DVD or anything else&#8230;) use the following:</p>
<p><code>dd if=/dev/disk1s0 of=/Users/kdmurray/Desktop/WindowsXP.iso bs=64k</code></p>
<ul>
<li>if= input file, in this case our Windows XP CD</li>
<li>of= output file, the actual ISO file you want created</li>
<li>bs= block size, the size of chunks the tool will work with</li>
</ul>
<p>I did a few speed tests at 16k, 32k, 64k, 128k, 256k and 1M and found that the 64k seemed to be the ideal block size on my machine. This will vary by CPU, and possibly by hard drive controller, so do a few contolled tests first. To do a test, start the copy process, then stop it after 20-30s (ctrl-c). Whichever one copied the most in 30s is the one you should use.</p>
<p>That&#8217;s all she wrote, folks. Happy command-lining. <img src='http://kdmurray.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://kdmurray.net/2010/01/09/creating-iso-images-from-the-osx-command-line/&via=kdmurray&text=Creating ISO Images from the OSX Command Line&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://kdmurray.net/2010/01/09/creating-iso-images-from-the-osx-command-line/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Mac Tip: Showing All File Extensions</title>
		<link>http://kdmurray.net/2008/10/29/mac-tip-showing-all-file-extensions/</link>
		<comments>http://kdmurray.net/2008/10/29/mac-tip-showing-all-file-extensions/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 04:18:44 +0000</pubDate>
		<dc:creator>kdmurray</dc:creator>
				<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[advanced]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[ext]]></category>
		<category><![CDATA[file extension]]></category>
		<category><![CDATA[finder]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[preferences]]></category>
		<category><![CDATA[reveal]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[walkthrough]]></category>

		<guid isPermaLink="false">http://kdmurray.net/?p=440</guid>
		<description><![CDATA[OK, for many of you out there, this is probably so basic you didn&#8217;t even need to search for it.  That said, I figured I&#8217;d post it anyway (partly because I&#8217;ve been so lax about blogging recently). If you&#8217;ve ever wanted to have OS X show file extensions for all files, all the time, it&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/kmsquared/2985270903/" target="_blank"><img class="alignleft" title="Finder Preferences in OS X" src="http://farm4.static.flickr.com/3217/2985270903_b475fe2b23_o_d.png" alt="Finder Preferences in OS X" width="190" height="119" /></a>OK, for many of you out there, this is probably so basic you didn&#8217;t even need to search for it.  That said, I figured I&#8217;d post it anyway (partly because I&#8217;ve been so lax about blogging recently).</p>
<p>If you&#8217;ve ever wanted to have OS X show file extensions for all files, all the time, it&#8217;s a very simple process.</p>
<ol>
<li>Click on any finder (or the desktop)</li>
<li>Select Preferences from the Finder menu</li>
<li>Click on the Advanced button</li>
<li>Check off the Show all file extensions box</li>
<li>Close the Finder Preferences window</li>
</ol>
<p>Voila! All is revealed.  Wasn&#8217;t that easy?  It probably took you longer to read this than to actually make the change. <img src='http://kdmurray.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://kdmurray.net/2008/10/29/mac-tip-showing-all-file-extensions/&via=kdmurray&text=Mac Tip: Showing All File Extensions&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://kdmurray.net/2008/10/29/mac-tip-showing-all-file-extensions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disable Anonymous Edits in MediaWiki</title>
		<link>http://kdmurray.net/2008/10/14/disable-anonymous-edits-in-mediawiki/</link>
		<comments>http://kdmurray.net/2008/10/14/disable-anonymous-edits-in-mediawiki/#comments</comments>
		<pubDate>Tue, 14 Oct 2008 09:25:00 +0000</pubDate>
		<dc:creator>kdmurray</dc:creator>
				<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[access]]></category>
		<category><![CDATA[Admin Tools]]></category>
		<category><![CDATA[anonymous]]></category>
		<category><![CDATA[authorization]]></category>
		<category><![CDATA[disable]]></category>
		<category><![CDATA[edits]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Mediawiki]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[prevent]]></category>
		<category><![CDATA[secure]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[wiki]]></category>

		<guid isPermaLink="false">http://kdmurray.net/?p=430</guid>
		<description><![CDATA[It didn&#8217;t take me forever to find this, but I felt it was simple enough that it bore re-posting.  If you&#8217;ve ever wanted to disable anonymous editing of articles in a mediawiki-based wiki (the ones that look &#38; feel like wikipedia&#8230;) there&#8217;s a simple one-line fix: In your LocalSettings.php file, add this to the bottom: [...]]]></description>
			<content:encoded><![CDATA[<p>It didn&#8217;t take me forever to find this, but I felt it was simple enough that it bore re-posting.  If you&#8217;ve ever wanted to disable anonymous editing of articles in a mediawiki-based wiki (the ones that look &amp; feel like wikipedia&#8230;) there&#8217;s a simple one-line fix:</p>
<p>In your LocalSettings.php file, add this to the bottom:<br />
<code>#Disable Anonymous Editing<br />
$wgGroupPermissions['*']['edit'] = false;</code></p>
<p>It should be noted that this fix is for MediaWiki 1.5 and later.  If you want some ideas on additional things that you can do with MediaWiki security, check out the <a href="http://www.mediawiki.org/wiki/Manual:Preventing_access">MediaWiki Manual</a>.</p>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://kdmurray.net/2008/10/14/disable-anonymous-edits-in-mediawiki/&via=kdmurray&text=Disable Anonymous Edits in MediaWiki&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://kdmurray.net/2008/10/14/disable-anonymous-edits-in-mediawiki/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Object Caching 841/887 objects using disk: basic

Served from: kdmurray.net @ 2012-02-08 18:28:01 -->
