<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>Fsk141</title>
	
	<link>http://www.fsk141.com/blog</link>
	<description />
	<lastBuildDate>Tue, 07 Sep 2010 06:02:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Fsk141" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="fsk141" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Set Mac OS X background (wallpaper) via cli</title>
		<link>http://www.fsk141.com/blog/set-mac-os-x-background-wallpaper-via-cli/</link>
		<comments>http://www.fsk141.com/blog/set-mac-os-x-background-wallpaper-via-cli/#comments</comments>
		<pubDate>Tue, 07 Sep 2010 05:41:21 +0000</pubDate>
		<dc:creator>Jonny Gerold</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[Wallpaper]]></category>

		<guid isPermaLink="false">http://www.fsk141.com/blog/set-mac-os-x-background-wallpaper-via-cli/</guid>
		<description><![CDATA[This was a hard one to figure out. I first tried a method outlined here http://thingsthatwork.net/index.php/2008/02/07/fun-with-os-x-defaults-and-launchd, and that didn&#8217;t work to well &#38; you had to kill the Dock every time you set a background. Well after much digging through google I found out that you can use osascript to set your background. I wrote [...]]]></description>
			<content:encoded><![CDATA[<p>This was a hard one to figure out. I first tried a method outlined here <a href="http://thingsthatwork.net/index.php/2008/02/07/fun-with-os-x-defaults-and-launchd">http://thingsthatwork.net/index.php/2008/02/07/fun-with-os-x-defaults-and-launchd</a>, and that didn&#8217;t work to well &amp; you had to kill the Dock every time you set a background.</p>
<p>Well after much digging through google I found out that you can use osascript to set your background. I wrote a little osascript, and low and behold a way to change my background via cli:</p>
<pre class="brush: bash;">

osascript -e &quot;tell application \&quot;System Events\&quot; to set picture of every desktop to \&quot;&lt;path&gt;/image.jpg\&quot;&quot;
</pre>]]></content:encoded>
			<wfw:commentRss>http://www.fsk141.com/blog/set-mac-os-x-background-wallpaper-via-cli/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chapod (Calvin &amp; Hobbes Apod)</title>
		<link>http://www.fsk141.com/blog/chapod-calvin-hobbes-apod/</link>
		<comments>http://www.fsk141.com/blog/chapod-calvin-hobbes-apod/#comments</comments>
		<pubDate>Tue, 07 Sep 2010 00:07:13 +0000</pubDate>
		<dc:creator>Jonny Gerold</dc:creator>
				<category><![CDATA[fsk141]]></category>

		<guid isPermaLink="false">http://www.fsk141.com/blog/?p=308</guid>
		<description><![CDATA[Idea: http://www.reddit.com/r/pics/comments/d9zfg/i_used_to_change_my_desktop_background_every_day APOD: http://apod.nasa.gov/apod/ Implementation: http://github.com/fsk141/scripts/raw/master/chapod don&#8217;t forget to chmod +x If you would like it to auto-run every day: crontab -e # and add the following: 5 12 * * * $HOME/.scripts/scripts/chapod Requirements: - Imagemagick - Mac/Linux - Curl - feh (if on linux)]]></description>
			<content:encoded><![CDATA[<p><strong>Idea:</strong> <a href="http://www.reddit.com/r/pics/comments/d9zfg/i_used_to_change_my_desktop_background_every_day" rel="nofollow">http://www.reddit.com/r/pics/comments/d9zfg/i_used_to_change_my_desktop_background_every_day</a></p>
<p><strong>APOD:</strong> <a href="http://apod.nasa.gov/apod/" rel="nofollow">http://apod.nasa.gov/apod/</a></p>
<p><strong>Implementation:</strong> <a href="http://github.com/fsk141/scripts/raw/master/chapod" rel="nofollow">http://github.com/fsk141/scripts/raw/master/chapod</a></p>
<p>don&#8217;t forget to chmod +x</p>
<p>If you would like it to auto-run every day:</p>
<p>
<pre class="brush: bash;"> crontab -e # and add the following:
 5 12 * * *	$HOME/.scripts/scripts/chapod  </pre>
</p>
<p><strong>Requirements:</strong></p>
<p>- Imagemagick</p>
<p>- Mac/Linux</p>
<p>- Curl</p>
<p>- feh (if on linux)</p>]]></content:encoded>
			<wfw:commentRss>http://www.fsk141.com/blog/chapod-calvin-hobbes-apod/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SSL IIS &gt; Apache (Export Windows Server SSL Cert to Apache)</title>
		<link>http://www.fsk141.com/blog/ssl-iis-apache-export-windows-server-ssl-cert-to-apache/</link>
		<comments>http://www.fsk141.com/blog/ssl-iis-apache-export-windows-server-ssl-cert-to-apache/#comments</comments>
		<pubDate>Thu, 15 Jul 2010 16:59:08 +0000</pubDate>
		<dc:creator>Jonny Gerold</dc:creator>
				<category><![CDATA[fsk141]]></category>

		<guid isPermaLink="false">http://www.fsk141.com/blog/?p=287</guid>
		<description><![CDATA[Export Keys from a windows server to apache server: 1) Startup mmc &#160;&#160;&#160; a] File &#62; Add/Remove Snap in &#62; Certificates: &#160;&#160;&#160; &#160;&#160;&#160; a1} Computer Account &#62; Local Computer (Finish with &#8220;OK&#8221; &#160;&#160;&#160; b] Select Certificates &#62;&#62; Personal &#62;&#62; Certificates &#160;&#160;&#160; c] Select Certificate (*.domainname.com) &#160;&#160;&#160; &#160;&#160;&#160; b1} Right click &#62; All Tasks &#62; Export [...]]]></description>
			<content:encoded><![CDATA[<p>Export Keys from a windows server to apache server:</p>
<p>
1) Startup mmc<br />
&#160;&#160;&#160; a] File &gt; Add/Remove Snap in &gt; Certificates:<br />
&#160;&#160;&#160; &#160;&#160;&#160; a1} Computer Account &gt; Local Computer (Finish with &#8220;OK&#8221;<br />
&#160;&#160;&#160; b] Select Certificates &gt;&gt; Personal &gt;&gt; Certificates<br />
&#160;&#160;&#160; c] Select Certificate (*.domainname.com)<br />
&#160;&#160;&#160; &#160;&#160;&#160; b1} Right click &gt; All Tasks &gt; Export</p>
<div class="shashin_image" style="width: 522px; margin-left: auto; margin-right: auto;"><a href="http://picasaweb.google.com/fsk141/2010_IISApache#5486403628423893394" target="_blank"><img src="http://lh6.ggpht.com/_iT57rh_SIn4/TCOfCCae0ZI/AAAAAAABAII/xe6BlIx8Vbc/Screen%20shot%202010-06-22%20at%209.12.15%20AM.png?imgmax=512" alt="" width="512" height="211" id="shashin_thumb_image_3" /></a></div>
<p><span style="display: none;" id="1277404287713E">&#160;</span></p>
<p>
&#160;&#160;&#160; &#160;&#160;&#160; b2} &#8220;Yes, Export the private Key&#8221;</p>
<div class="shashin_image" style="width: 522px; margin-left: auto; margin-right: auto;"><a href="http://picasaweb.google.com/fsk141/2010_IISApache#5486025901959686882" target="_blank"><img src="http://lh6.ggpht.com/_iT57rh_SIn4/TCJHfdrmKuI/AAAAAAABAHo/fv62PQajUyQ/Screen%20shot%202010-06-22%20at%209.15.43%20AM.png?imgmax=512" alt="" width="512" height="75" id="shashin_thumb_image_4" /></a></div>
<p><span style="display: none;" id="1277404513361E"> <br />
</span></p>
<p>
&#160;&#160;&#160; &#160;&#160;&#160; b3} next (use defaults [PKCS #12 no boxes checked})<br />
&#160;&#160;&#160; &#160;&#160;&#160; b4} password (&lt;enter anything&gt;) &lt;&lt; you are setting this password<br />
&#160;&#160;&#160; &#160;&#160;&#160; b5} Name your export &amp;&amp; Finish</p>
<p>
2) Extract the Key &amp; Certificate from the pkcs file &amp; enjoy<br />
&#160;&#160;&#160; a] Export the Private key:<br />
&#160;&#160;&#160; &#160;&#160;&#160;
<pre class="brush: plain;">openssl pkcs12 -in filename.pfx -nocerts -out key.pem</pre>
<p>
&#160;&#160;&#160; b] Export the certificate file:<br />
&#160;&#160;&#160; &#160;&#160;&#160;
<pre class="brush: plain;">openssl pkcs12 -in filename.pfx -clcerts -nokeys -out cert.pem</pre>
<p>
&#160;&#160;&#160; c] Remove the passphrase from the key so apache won&#8217;t prompt for passphrase:<br />
&#160;&#160;&#160; &#160;&#160;&#160;
<pre class="brush: plain;">openssl rsa -in key.pem -out server.key</pre></p>]]></content:encoded>
			<wfw:commentRss>http://www.fsk141.com/blog/ssl-iis-apache-export-windows-server-ssl-cert-to-apache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Weekly Updates for 2010-03-14</title>
		<link>http://www.fsk141.com/blog/twitter-weekly-updates-for-2010-03-14/</link>
		<comments>http://www.fsk141.com/blog/twitter-weekly-updates-for-2010-03-14/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 02:12:00 +0000</pubDate>
		<dc:creator>Jonny Gerold</dc:creator>
				<category><![CDATA[fsk141]]></category>

		<guid isPermaLink="false">http://www.fsk141.com/blog/twitter-weekly-updates-for-2010-03-14/</guid>
		<description><![CDATA[I have a very difficult time keeping concentration :(. But QT just finished compiling on arm after prolly like 24 hours compiling&#8230; eh&#8230; # time makeworld &#8211;ignorearch &#8211;clean &#8211;rmdeps &#8211;syncdeps &#8211;noconfirm /mnt/8/build/packages_makeworld/extra extra &#38;&#38; I wait to see the time. #]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>I have a very difficult time keeping concentration :(. But QT just finished compiling on arm after prolly like 24 hours compiling&#8230; eh&#8230; <a href="http://twitter.com/fsk141/statuses/10238261731" class="aktt_tweet_time">#</a></li>
<li>time makeworld &#8211;ignorearch &#8211;clean &#8211;rmdeps &#8211;syncdeps &#8211;noconfirm /mnt/8/build/packages_makeworld/extra extra
<p>&amp;&amp; I wait to see the time. <a href="http://twitter.com/fsk141/statuses/10284483124" class="aktt_tweet_time">#</a></li>
</ul>]]></content:encoded>
			<wfw:commentRss>http://www.fsk141.com/blog/twitter-weekly-updates-for-2010-03-14/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Weekly Updates for 2010-03-07</title>
		<link>http://www.fsk141.com/blog/twitter-weekly-updates-for-2010-03-07/</link>
		<comments>http://www.fsk141.com/blog/twitter-weekly-updates-for-2010-03-07/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 03:12:00 +0000</pubDate>
		<dc:creator>Jonny Gerold</dc:creator>
				<category><![CDATA[fsk141]]></category>

		<guid isPermaLink="false">http://www.fsk141.com/blog/twitter-weekly-updates-for-2010-03-07/</guid>
		<description><![CDATA[@SiStheband do you guys have a place for lyrics? I would really like the lyrics to &#39;Serve them Well,&#39; I bought the cd &#38; &#60;3 it tons! # Stupid Quake live!!! I just lost over an hour worth of notes cause it crashed my browser! # Don&#39;t build mesa with distcc, it&#39;ll break! Unless you [...]]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>@<a href="http://twitter.com/SiStheband" class="aktt_username">SiStheband</a> do you guys have a place for lyrics? I would really like the lyrics to &#39;Serve them Well,&#39; I bought the cd &amp; &lt;3 it tons! <a href="http://twitter.com/fsk141/statuses/9910100609" class="aktt_tweet_time">#</a></li>
<li>Stupid Quake live!!! I just lost over an hour worth of notes cause it crashed my browser! <a href="http://twitter.com/fsk141/statuses/9914091481" class="aktt_tweet_time">#</a></li>
<li>Don&#39;t build mesa with distcc, it&#39;ll break! Unless you patch it:<br />
<a href="http://www.mail-archive.com/dri-devel@lists.sourceforge.net/msg46178.html" rel="nofollow">http://www.mail-archive.com/dri-devel@lists.sourceforge.net/msg46178.html</a> <a href="http://twitter.com/fsk141/statuses/10094028440" class="aktt_tweet_time">#</a></li>
<li>@<a href="http://twitter.com/matthewforr" class="aktt_username">matthewforr</a> lucky bastard, I wish I had an arcade cabinet in my trunk! <a href="http://twitter.com/matthewforr/statuses/10051865855" class="aktt_tweet_reply">in reply to matthewforr</a> <a href="http://twitter.com/fsk141/statuses/10094055347" class="aktt_tweet_time">#</a></li>
<li>xdg-utils also doesn&#39;t play well with distcc ;( <a href="http://twitter.com/fsk141/statuses/10111839734" class="aktt_tweet_time">#</a></li>
</ul>]]></content:encoded>
			<wfw:commentRss>http://www.fsk141.com/blog/twitter-weekly-updates-for-2010-03-07/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Weekly Updates for 2010-02-28</title>
		<link>http://www.fsk141.com/blog/twitter-weekly-updates-for-2010-02-28/</link>
		<comments>http://www.fsk141.com/blog/twitter-weekly-updates-for-2010-02-28/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 03:12:00 +0000</pubDate>
		<dc:creator>Jonny Gerold</dc:creator>
				<category><![CDATA[fsk141]]></category>

		<guid isPermaLink="false">http://www.fsk141.com/blog/twitter-weekly-updates-for-2010-02-28/</guid>
		<description><![CDATA[yum, I just won a Guruplug last night &#38; am eating it up&#8230; # Successfully upgraded to DD-WRT v24-sp2 (01/02/10) mini-usb &#8211; build 13577M NEWD Eko Yay ^_^ # IPv6 is kinda working @ home. Need to work out the kinks in my startup script. I&#39;m going to have to put timeouts in cause of [...]]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>yum, I just won a Guruplug last night &amp; am eating it up&#8230; <a href="http://twitter.com/fsk141/statuses/9448696211" class="aktt_tweet_time">#</a></li>
<li>Successfully upgraded to DD-WRT v24-sp2 (01/02/10) mini-usb &#8211; build 13577M NEWD Eko
<p>Yay ^_^ <a href="http://twitter.com/fsk141/statuses/9601227457" class="aktt_tweet_time">#</a></li>
<li>IPv6 is kinda working @ home. Need to work out the kinks in my startup script. I&#39;m going to have to put timeouts in cause of dyndns. MEH! <a href="http://twitter.com/fsk141/statuses/9664102208" class="aktt_tweet_time">#</a></li>
</ul>]]></content:encoded>
			<wfw:commentRss>http://www.fsk141.com/blog/twitter-weekly-updates-for-2010-02-28/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Floating in numbers [IPv6] | Moved to FreeDNS</title>
		<link>http://www.fsk141.com/blog/floating-in-numbers-ipv6-moved-to-freedns/</link>
		<comments>http://www.fsk141.com/blog/floating-in-numbers-ipv6-moved-to-freedns/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 19:01:16 +0000</pubDate>
		<dc:creator>Jonny Gerold</dc:creator>
				<category><![CDATA[IPv6]]></category>
		<category><![CDATA[fsk141]]></category>
		<category><![CDATA[FreeDNS]]></category>
		<category><![CDATA[he.net]]></category>
		<category><![CDATA[IPv6 Essentials]]></category>

		<guid isPermaLink="false">http://www.fsk141.com/blog/?p=274</guid>
		<description><![CDATA[I went to SCaLE last weekend, and was very happy to talk to the people at the IPv6 booth. I also jacked one of their &#8220;getipv6.info&#8221; stickers cause it looked neato &#38; unixy. A day later I stuck it on my laptop (along with some other nice linux/gnu/openvz buddies); and a day after that I [...]]]></description>
			<content:encoded><![CDATA[<p>I went to SCaLE last weekend, and was very happy to talk to the people at the IPv6 booth. I also jacked one of their &#8220;getipv6.info&#8221; stickers cause it looked neato &amp; unixy. A day later I stuck it on my laptop (along with some other nice linux/gnu/openvz buddies); and a day after that I started on my journey to IPv6.<br />
I&#8217;ve been working through <a href="http://www.amazon.com/IPv6-Essentials-Silvia-Hagen/dp/0596100582/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1267172912&amp;sr=8-1">IPv6 Essentials</a> in my free time, and actually implementing it at home! I started out by bricking my router (earlier post), followed by epic failure when trying to configure IPv6 on my router. I was rewarded with a little success before I had to call it quits late at night. I manually assigned my IPv6 address to my mac and everything worked wonderfully (<a href="http://ipv6.google.com">ipv6.google.com</a> for example)</p>
<p>Well I was dis-satisfied, and spent the better part of my day at home (Thursday 25, 2010) getting it to work on my router. Now everything works &amp; I can reboot my router &amp; expect everything to come back when it&#8217;s back up. I will post how I got everything working ASAP since the current IPv6 articles are dated &amp; chock full of mis-information.<br />
In the process of moving to IPv6 at home I needed to make my dyndns IPv6 compatible. Well dyndns isn&#8217;t IPv6 compatible (for free anyways), so I decided to switch to FreeDNS. It provides AAAA record support (IPv6), and allowed me to pass onto the next level of the HE.net certification:</p>
<p><img class="alignnone" title="HE.net Certification" src="http://ipv6.he.net/certification/create_badge.php?pass_name=fsk141&amp;badge=3" alt="" width="229" height="137" /><br />
Yay! I&#8217;m an IPv6 Enthusiast&#8230;<br />
After reading through IPv6 Essentials I can see the real plusses to IPv6, and can&#8217;t wait to take advantage of all it&#8217;s neat features.</p>]]></content:encoded>
			<wfw:commentRss>http://www.fsk141.com/blog/floating-in-numbers-ipv6-moved-to-freedns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unbrick WRT350N</title>
		<link>http://www.fsk141.com/blog/unbrick-wrt350n/</link>
		<comments>http://www.fsk141.com/blog/unbrick-wrt350n/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 22:42:38 +0000</pubDate>
		<dc:creator>Jonny Gerold</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[fsk141]]></category>
		<category><![CDATA[ddwrt]]></category>
		<category><![CDATA[unbrick]]></category>
		<category><![CDATA[wrt350n]]></category>

		<guid isPermaLink="false">http://www.fsk141.com/blog/?p=271</guid>
		<description><![CDATA[Wow, so last night I tried to flash an unsupported ddwrt image on my WRT350N &#38; I bricked it :(. I would have been golden, except for some reason boot-wait wasn&#8217;t working. I spent about 30 minutes looking what new router I should purchase, when I thought, ah there are no good routers out that [...]]]></description>
			<content:encoded><![CDATA[<p>Wow, so last night I tried to flash an unsupported ddwrt image on my WRT350N &amp; I bricked it :(. I would have been golden, except for some reason boot-wait wasn&#8217;t working. I spent about 30 minutes looking what new router I should purchase, when I thought, ah there are no good routers out that will accept DD-WRT; I&#8217;ll just unbrick my current router&#8230;</p>
<p>Well to start I had to figure out how to open the darn thing. I ended up ripping off the top &amp; bottom plastic where some nice torx security screws greeted me&#8230; Well a few came out with some nice twists of my torx driver. Yet a couple actually had the center pin proper height. Easy way to get around this, is to find a small phillips screwdriver. I was able to easily unscrew them with a phillips.<br />
<a class="flickr-image alignnone" title="Security Torx" href="http://www.flickr.com/photos/68444690@N00/4384891503/"><img src="http://farm3.static.flickr.com/2758/4384891503_6abeb02900.jpg" alt="Security Torx" /></a></p>
<p>After removing the screws I was now able to access the board; most importantly the serial header:</p>
<p><a class="flickr-image alignnone" title="091" href="http://www.flickr.com/photos/68444690@N00/4385664594/"><img src="http://farm5.static.flickr.com/4017/4385664594_0e8677b9c8.jpg" alt="091" /></a></p>
<p>From Left to Right (Yellow = 3.3V; White = Tx; Red = Rx; Black = GND)</p>
<p>I used my handy dandy CA-42 Serial to USB adapter:</p>
<p><a class="flickr-image alignnone" title="CA-42" href="http://www.flickr.com/photos/68444690@N00/4384881609/"><img src="http://farm5.static.flickr.com/4061/4384881609_396cdd4377.jpg" alt="CA-42" /></a></p>
<p>It also has colored wires, and I should have matched them up, but I  kinda just plugged some alligator clips in &amp; plugged them into the  right wires for the CA-42. The CA-42 layout is like this (Black = GND ; White = Rx ; Green = Tx ; Red = +V)</p>
<p><a class="flickr-image alignnone" title="CA-42 &gt; Router" href="http://www.flickr.com/photos/68444690@N00/4384910083/"><img src="http://farm3.static.flickr.com/2756/4384910083_043afc1e7b.jpg" alt="CA-42 &gt; Router" /></a></p>
<p>After connecting everything up, you should be able to see &#8220;output&#8221; &amp; be able to hit Ctrl-C to be dropped into CFE&gt;</p>
<pre class="brush: plain;">

nvram set boot_wait=on

nvram commit

reboot
</pre>
<p>Now prepare to copy the image over. I had three windows open. A window with the serial output, a window pinging 192.168.1.1, and a window to execute my push command. I would also recommend that you set (IP Address = 192.168.1.10 ; Subnet = 255.255.255.0; Gateway = 192.168.1.1) Once you receive a ping after rebooting run the following command:</p>
<pre class="brush: plain;">

echo -e &quot;\nmode binary\nrexmt 1\ntimeout 60\ntrace\nput dd-wrt.v24_mini_generic.bin\n&quot; | tftp 192.168.1.1
</pre>
<p>where &#8216;dd-wrt.v24_mini_generic.bin&#8217; is the image you would like to flash (it took me about 6 different images until this one worked [ this is the web flash image on the wrt350n page])<br />
After running the following you should get something that looks like this:<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="300" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="data" value="http://www.flickr.com/apps/video/stewart.swf?v=71377" /><param name="flashvars" value="intl_lang=en-us&amp;photo_secret=fb1e50a01d&amp;photo_id=4384991127" /><param name="bgcolor" value="#000000" /><param name="allowFullScreen" value="true" /><param name="src" value="http://www.flickr.com/apps/video/stewart.swf?v=71377" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="400" height="300" src="http://www.flickr.com/apps/video/stewart.swf?v=71377" allowfullscreen="true" bgcolor="#000000" flashvars="intl_lang=en-us&amp;photo_secret=fb1e50a01d&amp;photo_id=4384991127" data="http://www.flickr.com/apps/video/stewart.swf?v=71377"></embed></object></p>
<p>If everything went as planned, then you should end up with a working router :) Yay!</p>
<p><a class="flickr-image alignnone" title="Success" href="http://www.flickr.com/photos/68444690@N00/4385674150/"><img src="http://farm3.static.flickr.com/2694/4385674150_dee99ae264.jpg" alt="Success" /></a></p>
<p><a class="flickr-image alignnone" title="Success_Final" href="http://www.flickr.com/photos/68444690@N00/4385674284/"><img src="http://farm3.static.flickr.com/2775/4385674284_4a954e139d.jpg" alt="Success_Final" /></a></p>
<p>There are plenty of resources on the internets. I found this wonderful link: <a href="http://dg.cascade.dyndns.org/wrt350n.html">http://dg.cascade.dyndns.org/wrt350n.html</a> which perfectly outlines EVERYTHING I needed to do. It was very helpful in this process.</p>]]></content:encoded>
			<wfw:commentRss>http://www.fsk141.com/blog/unbrick-wrt350n/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Twitter Weekly Updates for 2010-02-21</title>
		<link>http://www.fsk141.com/blog/twitter-weekly-updates-for-2010-02-21/</link>
		<comments>http://www.fsk141.com/blog/twitter-weekly-updates-for-2010-02-21/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 03:12:00 +0000</pubDate>
		<dc:creator>Jonny Gerold</dc:creator>
				<category><![CDATA[fsk141]]></category>

		<guid isPermaLink="false">http://www.fsk141.com/blog/twitter-weekly-updates-for-2010-02-21/</guid>
		<description><![CDATA[recompiling glibc for the 20&#39;th time (trying to optimize the crap out of this till I&#39;m happy with it) # ==&#62; Finished making: gcc 4.4.3-1 arm5 (Wed Feb 17 12:36:03 PST 2010) real 751m57.248s user 654m52.570s sys 25m11.030s # [fsk141@uFsk-H gcc]$ time makepkg -Ac (using distcc on 3 plugs) This is AMAZING!!! [100% cpu usage [...]]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>recompiling glibc for the 20&#39;th time (trying to optimize the crap out of this till I&#39;m happy with it) <a href="http://twitter.com/fsk141/statuses/9121288313" class="aktt_tweet_time">#</a></li>
<li>==&gt; Finished making: gcc 4.4.3-1 arm5 (Wed Feb 17 12:36:03 PST 2010)
<p>real    751m57.248s<br />
user    654m52.570s<br />
sys     25m11.030s <a href="http://twitter.com/fsk141/statuses/9251304243" class="aktt_tweet_time">#</a></li>
<li>[fsk141@uFsk-H gcc]$ time makepkg -Ac (using distcc on 3 plugs)
<p>This is AMAZING!!! [100% cpu usage on all three ;P] <a href="http://twitter.com/fsk141/statuses/9363674723" class="aktt_tweet_time">#</a></li>
</ul>]]></content:encoded>
			<wfw:commentRss>http://www.fsk141.com/blog/twitter-weekly-updates-for-2010-02-21/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Weekly Updates for 2010-02-14</title>
		<link>http://www.fsk141.com/blog/twitter-weekly-updates-for-2010-02-14/</link>
		<comments>http://www.fsk141.com/blog/twitter-weekly-updates-for-2010-02-14/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 03:12:00 +0000</pubDate>
		<dc:creator>Jonny Gerold</dc:creator>
				<category><![CDATA[fsk141]]></category>

		<guid isPermaLink="false">http://www.fsk141.com/blog/twitter-weekly-updates-for-2010-02-14/</guid>
		<description><![CDATA[compiling glibc on arm is a pain in the butt! # meh, making linux from scratch is a lot of work on 1.2Ghz, I need more power. &#8230;gnueabi is awesome&#8230; # sudo ./miniarch i686 I love scripts awesome people make for easy chrootin: http://blog.mudy.info/2009/03/deploy-archlinux-chroot-onto-vps/ # http://twitpic.com/12748d &#8211; compiling gcc-ada on arm, lets see what happens? [...]]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>compiling glibc on arm is a pain in the butt! <a href="http://twitter.com/fsk141/statuses/8775802053" class="aktt_tweet_time">#</a></li>
<li>meh, making linux from scratch is a lot of work on 1.2Ghz, I need more power.<br />
&#8230;gnueabi is awesome&#8230; <a href="http://twitter.com/fsk141/statuses/8801437861" class="aktt_tweet_time">#</a></li>
<li>sudo ./miniarch i686
<p>I love scripts awesome people make for easy chrootin:<br />
<a href="http://blog.mudy.info/2009/03/deploy-archlinux-chroot-onto-vps/" rel="nofollow">http://blog.mudy.info/2009/03/deploy-archlinux-chroot-onto-vps/</a> <a href="http://twitter.com/fsk141/statuses/8802196794" class="aktt_tweet_time">#</a></li>
<li><a href="http://twitpic.com/12748d" rel="nofollow">http://twitpic.com/12748d</a> &#8211; compiling gcc-ada on arm, lets see what happens? I told myself I was going to sleep 2 hours ago :P <a href="http://twitter.com/fsk141/statuses/8847688781" class="aktt_tweet_time">#</a></li>
</ul>]]></content:encoded>
			<wfw:commentRss>http://www.fsk141.com/blog/twitter-weekly-updates-for-2010-02-14/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
