<?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; tools</title>
	<atom:link href="http://kdmurray.net/tag/tools/feed/" rel="self" type="application/rss+xml" />
	<link>http://kdmurray.net</link>
	<description>The crossroads of life and tech</description>
	<lastBuildDate>Sun, 20 May 2012 21:42:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Ubuntu School &#8211; Get Rolling with Webmin on Ubuntu Server 11.10</title>
		<link>http://kdmurray.net/2012/02/29/ubuntu-school-get-rolling-with-webmin-on-ubuntu-server-11-10/</link>
		<comments>http://kdmurray.net/2012/02/29/ubuntu-school-get-rolling-with-webmin-on-ubuntu-server-11-10/#comments</comments>
		<pubDate>Wed, 29 Feb 2012 08:19:36 +0000</pubDate>
		<dc:creator>kdmurray</dc:creator>
				<category><![CDATA[Lessons]]></category>
		<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[administrative]]></category>
		<category><![CDATA[applications]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Utilities]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[webmin]]></category>

		<guid isPermaLink="false">http://kdmurray.net/?p=1132</guid>
		<description><![CDATA[Even if some Linux purists would have you believe the command-line is the only way to go, the pragmatist in me will always take an appropriate GUI over a complicated command-line any day. You can run a lot of powerful services for your home network using one or more Ubuntu server machines. With the right [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-thumbnail wp-image-1117" style="margin: 8px;" title="logo-ubuntu_cof-orange-hex" src="http://kdmurray.net/wp-content/uploads/2012/02/logo-ubuntu_cof-orange-hex-150x150.png" alt="" width="100" height="100" />Even if some Linux purists would have you believe the command-line is the only way to go, the pragmatist in me will always take an appropriate GUI over a complicated command-line any day. You can run a lot of powerful services for your home network using one or more Ubuntu server machines. With the right tools you don&#8217;t need to be a Linux expert to make that happen.</p>

<p>The tool of choice is <a title="Webmin" href="http://webmin.com/" target="_blank">Webmin</a>. This is a set of web-based tools which allow you to control virtually every piece of server-side software on you Ubuntu server. The GUI is intuitive and straight-forward, the documentation is excellent, and the project is under active development.</p>

<p>Because Webmin isn&#8217;t in the standard repositories you will have to do a couple of quick command-line changes to configure your system to be able to find and download the apt package.</p>

<p><code>sudo nano /etc/apt/sources.list</code></p>

<p>Once the file is open, add these lines to the bottom of the file</p>

<p><code>#########################</p>

<h2>Package Sources for Webmin</h2>

<p>deb http://download.webmin.com/download/repository sarge contrib
deb http://webmin.mirror.somersettechsolutions.co.uk/repository sarge contrib</code></p>

<p>Those lines will add the necessary sources to apt for it to find the Webmin package. The Webmin package has also been digitally signed by its author. By default you will need to download the author&#8217;s key so that apt can use it to verify the Webmin package at install time. Fortunately, this is really easy to do.</p>

<p><code>wget http://webmin.com/jcameron-key.asc
sudo apt-key add jcameron-key.asc</code></p>

<p>Now that all the prep work is done, it&#8217;s time to install Webmin.</p>

<p><code>sudo apt-get update
sudo apt-get install webmin</code></p>

<p>All done! Now you can access administrative functions of your server&#8217;s services from the Webmin console: https://yourservername:10000/. This URL is also shown in the last few lines of the apt install details that are ouput to the command-line.</p>
]]></content:encoded>
			<wfw:commentRss>http://kdmurray.net/2012/02/29/ubuntu-school-get-rolling-with-webmin-on-ubuntu-server-11-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XKPasswd &#8211; Generate Secure, Memorable Passwords</title>
		<link>http://kdmurray.net/2011/12/07/xkpasswd-generate-secure-memorable-passwords/</link>
		<comments>http://kdmurray.net/2011/12/07/xkpasswd-generate-secure-memorable-passwords/#comments</comments>
		<pubDate>Wed, 07 Dec 2011 09:01:19 +0000</pubDate>
		<dc:creator>kdmurray</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[Admin Tools]]></category>
		<category><![CDATA[generator]]></category>
		<category><![CDATA[password haystacks]]></category>
		<category><![CDATA[passwords]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://kdmurray.net/?p=999</guid>
		<description><![CDATA[On the heels of Steve Gibson&#8216;s Password Haystacks website, which demonstrated how long memorable passwords can be far more secure than randomly generated characters simply by virtue of being longer, Bart Busschots has created a new password generation tool called XKPassword. The idea of the generator is along the same lines of the original generator [...]]]></description>
			<content:encoded><![CDATA[<p>On the heels of <a title="GRC - Gibson Research Corporation" href="http://grc.com" target="_blank">Steve Gibson</a>&#8216;s <a title="Password Haystacks - GRC" href="https://www.grc.com/haystack.htm" target="_blank">Password Haystacks website</a>, which demonstrated how long memorable passwords can be far more secure than randomly generated characters simply by virtue of being longer, <a title="Bart Busschots" href="http://bartb.ie" target="_blank">Bart Busschots</a> has created a new password generation tool called <a title="xkpasswd - Secure Memorable Password generator" href="http://xkpasswd.net/" target="_blank">XKPassword</a>.</p>

<p>The idea of the generator is along the same lines of the original generator posted on the GRC website, but has been done as an implementation example of Bart&#8217;s perl library xkpasswd &#8212; the &#8220;xk&#8221; being a reference to <a title="xkcd web comic #936 - Password Strength" href="http://xkcd.com/936/" target="_blank">the xkcd comic which discussed the same subject</a> around the same time as the Security Now episode <a title="Security Now #303 - Password Haystacks" href="http://twit.tv/sn303" target="_blank">talking about password haystacks</a>.</p>

<p>The general theory behind haystacks is that you take an easy-to-remember password like <strong>monkey</strong> (or <strong>m0nk3y</strong>) and bury it an easy to remember, but very long &#8220;haystack&#8221; of other characters. The sheer length of the password makes it orders of magnitude harder to guess than the original password.</p>

<p>Example: !@#$1234-Monkey-1234!@#$ and just like that you have created a 24 character password with upper case, lower case, numbers and symbols which (if you look at it for a minute) is going to be really easy to remember &#8212; especially if you recycle the &#8220;haystack&#8221; portion and pair it with other simple words to create a multitude of never-have-to-write-em-down passwords.</p>

<p>So what about xkpasswd? Well the idea is this, the tool will generate for you a list of easy to remember words buried in a haystack of simple padding characters. He has also added a number of presets for things like an Apple ID, WPA2 wi-fi security key and web sites (short and long) in case you do not want to tweak the raft of available options.</p>

<p>It is a great little tool for generating passwords that adds some intelligence that you do not get from the typical random password generators like the ones built into <a title="LastPass - Cloud-based Password Manager" href="http://lastpass.com/" target="_blank">LastPass</a>, <a title="1Password - password manager" href="https://agilebits.com/onepassword">1Password</a> or <a title="SuperGenPass - password generator" href="http://supergenpass.com/" target="_blank">SuperGenPass</a>. I highly recommend you check out xkpasswd if you are looking to augment your password arsenal. If you are a developer, check out the library available from Bart&#8217;s website if you want to include this functionality in an application that you are developing.</p>
]]></content:encoded>
			<wfw:commentRss>http://kdmurray.net/2011/12/07/xkpasswd-generate-secure-memorable-passwords/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Super web colour picker &#8212; AllScoop.com</title>
		<link>http://kdmurray.net/2009/02/03/super-web-colour-picker-allscoopcom/</link>
		<comments>http://kdmurray.net/2009/02/03/super-web-colour-picker-allscoopcom/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 09:30:48 +0000</pubDate>
		<dc:creator>kdmurray</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[AllScoop]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[colour]]></category>
		<category><![CDATA[colour picker]]></category>
		<category><![CDATA[colour wheel]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[dhtml]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://kdmurray.net/?p=557</guid>
		<description><![CDATA[I was helping Raul out with a CSS issue tonight and pointed him toward a colour picker that I&#8217;ve used a number of times for my own projects. The tool features the full range of hex-code colours but breaks them down into three categories: Web-Safe &#8211; The 256 &#8220;safe&#8221; web colours Web-Smart &#8211; An extended [...]]]></description>
			<content:encoded><![CDATA[<p>I was helping <a href="http://hummingbird604.com/" target="_blank">Raul</a> out with a CSS issue tonight and pointed him toward <a href="http://www.allscoop.com/tools/Web-Colors/web-colors.php" target="_blank">a colour picker</a> that I&#8217;ve used a number of times for my own projects.</p>

<p>The tool features the full range of hex-code colours but breaks them down into three categories:</p>

<ul>
    <li><strong>Web-Safe</strong> &#8211; The 256 &#8220;safe&#8221; web colours</li>
    <li><strong>Web-Smart</strong> &#8211; An extended range of colours for most browsers</li>
    <li><strong>Unsafe</strong> &#8211; The remaining colours which will work fine for applications, but aren&#8217;t necessarily suitable to the web.</li>
</ul>

<p><a href="http://www.allscoop.com/tools/Web-Colors/web-colors.php"><img class="alignleft size-medium wp-image-558" title="Colour Picker" src="http://kdmurray.net/wp-content/uploads/2009/02/colourpicker1-300x225.png" alt="Colour Picker" width="300" height="225" /></a></p>

<p>The colour picker itself is a nice basic version based on DHTML and a images. I like this because it makes the tool accessible to more platforms by not requiring Flash or Silverlight or some other complexity that simply isn&#8217;t required.</p>

<p>As an added bonus, there&#8217;s a downloadable version of the colour picker, which again just consists of the one HTML page, and the PNG graphic which shows the colour wheel.  This is a great addition.  (<em>Note: some browsers don&#8217;t like you to use offline javascript, so you may need to approve the offline version from a warning bar.)</em></p>

<p>The page is hosted by <a href="http://www.allscoop.com/" target="_blank">AllScoop Technology</a> and I have to admit, until tonight I never bothered to look at the rest of the site.</p>

<p>As it turns out they&#8217;ve got a ton of great resources so don&#8217;t be surprised to see more of their stuff featured here, or on the <a href="http://aussiegeekpodcast.com/" target="_blank">AGP</a> in the future.  <img src='http://kdmurray.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>

<p>If you need to use a colour picker, go check this one out.</p>
]]></content:encoded>
			<wfw:commentRss>http://kdmurray.net/2009/02/03/super-web-colour-picker-allscoopcom/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Twitter Acquires Sandy and Stikkit</title>
		<link>http://kdmurray.net/2008/12/15/twitter-acquires-sandy-and-stikkit/</link>
		<comments>http://kdmurray.net/2008/12/15/twitter-acquires-sandy-and-stikkit/#comments</comments>
		<pubDate>Tue, 16 Dec 2008 04:04:24 +0000</pubDate>
		<dc:creator>kdmurray</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[acquisition]]></category>
		<category><![CDATA[agp]]></category>
		<category><![CDATA[aussiegeeks]]></category>
		<category><![CDATA[decommissioned]]></category>
		<category><![CDATA[gtd]]></category>
		<category><![CDATA[i want sandy]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[services]]></category>
		<category><![CDATA[sms]]></category>
		<category><![CDATA[stikkit]]></category>
		<category><![CDATA[Tech News]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://kdmurray.net/?p=492</guid>
		<description><![CDATA[Here&#8217;s a clip of a post I did over on the AGP Blog about the acquisition of Sandy &#38; Stikkit by Twitter. It&#8217;s going to be very interesting to see what Twitter decides to do with the newly acquired technology, particularly in the wake of reduced services in nearl every country outside the US (read: [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-thumbnail wp-image-494 alignleft" style="margin: 5px;" title="twitter logo" src="http://kdmurray.net/wp-content/uploads/2008/12/screenshot0011-150x150.png" alt="twitter logo" width="80" height="80" />Here&#8217;s a clip of a post I did over on the AGP Blog about the acquisition of <a href="http://iwantsandy.com/" target="_blank">Sandy</a> &amp; <a href="http://stikkit.com/" target="_blank">Stikkit</a> by Twitter. It&#8217;s going to be very interesting to see what Twitter decides to do with the newly acquired technology, particularly in the wake of reduced services in nearl every country outside the US (read: <a href="http://blog.twitter.com/2008/11/oh-canada.html" target="_blank">no more SMS</a>!!!).  Here&#8217;s a clip from the feature-length version:</p>

<blockquote>Twitter has snapped up the IP behind a couple of popular Web 2.0 services.  <a href="http://iwantsandy.com/" target="_blank">I Want Sandy</a> and <a href="http://stikkit.com/" target="_blank">Stikkit</a> were both <a href="http://getsatisfaction.com/iwantsandy/topics/a_fork_in_the_road_an_important_announcement_about_i_want_sandy" target="_blank">acquired by Twitter</a> a few weeks ago.  The services were originally scheduled to go offline last week, but this window has been extended until the end of business (17:00 PT) this Friday, December 19th.</blockquote>

<p>Check out the <a href="http://www.aussiegeekpodcast.com/2008/12/twitter-acquires-sandy-and-stikkit/" target="_blank">original post over on the AGP blog</a>.</p>

<p>Time will tell&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://kdmurray.net/2008/12/15/twitter-acquires-sandy-and-stikkit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get more written: Write or Die</title>
		<link>http://kdmurray.net/2008/12/07/get-more-written-write-or-die/</link>
		<comments>http://kdmurray.net/2008/12/07/get-more-written-write-or-die/#comments</comments>
		<pubDate>Mon, 08 Dec 2008 06:32:04 +0000</pubDate>
		<dc:creator>kdmurray</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[consequences]]></category>
		<category><![CDATA[dr. wicked]]></category>
		<category><![CDATA[nanowrimo]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[services]]></category>
		<category><![CDATA[sites]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[web-based]]></category>
		<category><![CDATA[write or die]]></category>
		<category><![CDATA[writing]]></category>

		<guid isPermaLink="false">http://kdmurray.net/?p=455</guid>
		<description><![CDATA[I came across this web application a few weeks back while listening to AmberMac&#8216;s dulcet tones on CommandN #156.  The application is called Write or Die written by Dr. Wicked, and its aim is to make you a more productive writer. Write or Die provides you motivation to write not based on the positive reinforcement [...]]]></description>
			<content:encoded><![CDATA[<p>I came across this web application a few weeks back while listening to <a href="http://ambermac.com/" target="_blank">AmberMac</a>&#8216;s dulcet tones on <a href="http://commandn.typepad.com/commandn/2008/11/commandn-156-november-7-2008.html" target="_blank">CommandN #156</a>.  The application is called <a href="http://lab.drwicked.com/writeordie.html" target="_blank">Write or Die</a> written by <a href="http://drwicked.com/" target="_blank">Dr. Wicked</a>, and its aim is to make you a more productive writer.</p>

<p>Write or Die provides you motivation to write not based on the positive reinforcement of a job well done but on the fear of a web-based application inflicting consequences upon you.  Write or Die offers varying levels of &#8220;difficulty&#8221; from forgiving through to evil, and three types of consequences.</p>

<ul>
    <li>Gentle mode provides a polite pop-up reminder to keep writing</li>
    <li>Normal mode plays REALLY awful music/sounds in the background</li>
    <li>Kamikaze mode will begin deleting one word per second while you&#8217;re delinquent</li>
</ul>

<p>The fear of having one&#8217;s work deleted is a serious motivator to keep writing.</p>

<p>If you&#8217;ve got a writing project to do whether it&#8217;s a paper for school like me, or you&#8217;re participating in a novel-writing event (WoD was originally built for authors participating in <a href="http://www.nanowrimo.org/" target="_blank">NanNoWriMo</a>) give Write or Die a try.</p>
]]></content:encoded>
			<wfw:commentRss>http://kdmurray.net/2008/12/07/get-more-written-write-or-die/feed/</wfw:commentRss>
		<slash:comments>0</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 569/584 objects using disk: basic

Served from: kdmurray.net @ 2012-05-23 22:18:06 -->
