<?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>w43L / blog &#187; code</title>
	<atom:link href="http://w43l.com/blog/category/code/feed/" rel="self" type="application/rss+xml" />
	<link>http://w43l.com/blog</link>
	<description>Developing the web...</description>
	<lastBuildDate>Mon, 26 Apr 2010 01:55:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Announcing @mutweeps</title>
		<link>http://w43l.com/blog/2009/11/announcing-mutweeps/</link>
		<comments>http://w43l.com/blog/2009/11/announcing-mutweeps/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 15:12:51 +0000</pubDate>
		<dc:creator>w43l</dc:creator>
				<category><![CDATA[bla bla]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[geeky]]></category>

		<guid isPermaLink="false">http://blog.w43l.com/?p=69</guid>
		<description><![CDATA[[Update Mutweeps gets its own domain and is now on http://mutweeps.com] @mutweeps a way to find mutual tweeps between you and other twitter users, give it a try]]></description>
			<content:encoded><![CDATA[<p>[Update Mutweeps gets its own domain and is now on <a href="http://mutweeps.com">http://mutweeps.com</a>]<br />
<a href="http://mutweeps.com/">@mutweeps</a> a way to find mutual tweeps between you and other twitter users, give it a <a href="http://mutweeps.com/">try</a></p>
]]></content:encoded>
			<wfw:commentRss>http://w43l.com/blog/2009/11/announcing-mutweeps/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Automating FTP Logins</title>
		<link>http://w43l.com/blog/2009/02/automating-ftp-logins/</link>
		<comments>http://w43l.com/blog/2009/02/automating-ftp-logins/#comments</comments>
		<pubDate>Sun, 22 Feb 2009 14:48:44 +0000</pubDate>
		<dc:creator>w43l</dc:creator>
				<category><![CDATA[bash]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[auto-login]]></category>
		<category><![CDATA[ftp]]></category>

		<guid isPermaLink="false">http://blog.w43l.com/?p=46</guid>
		<description><![CDATA[well this is something i learned recently and wanted to share it, so maybe it could be useful for someone in a far far place browsing this site which no one visits &#8230; anyway enough BS, lets get into the title have you ever felt so bored of repeating the same username/password combination to log [...]]]></description>
			<content:encoded><![CDATA[<p>well this is something i learned recently and wanted to share it, so maybe it could be useful for someone in a far far place browsing this site which no one visits &#8230;</p>
<p>anyway enough BS, lets get into the title</p>
<p>have you ever felt so bored of repeating the same username/password combination to log into some ftp account on that server you keep uploading files to, well if you didn&#8217;t i did, and to be truthful i&#8217;ve also seen it in some script file on another server the line goes like this &#8220;ftp -i ser.ver.add.ress&#8221;,so i liked the way you can just type the IP address of the FTP server i you get instant access to it, now here&#8217;s how you could do it:</p>
<ol>
<li>what you need is : ftp server,linux machine, user-account on both machines</li>
<li>on your linux machine (client) edit (or create if it does not exist) <strong>.netrc</strong> file in your <strong>home</strong> directory and put the following code:</li>
<p style="padding-left: 60px;">machine <strong>1.2.3.4</strong><br />
login <strong>user</strong><br />
password <strong>thisIsAPassword</strong></p>
<p style="padding-left: 60px;">where 1.2.3.4 is the ip address of the server and user is your username thisIsAPassword is your password</p>
<li>now try typing <strong>ftp -i 1.2.3.4 </strong>and you should be logged in the ftp server (wow that was easy right)</li>
</ol>
<p>hope you enjoyed it&#8230;&#8230;&#8230;&#8230;.</p>
<p>later</p>
]]></content:encoded>
			<wfw:commentRss>http://w43l.com/blog/2009/02/automating-ftp-logins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>good code &amp; bad code</title>
		<link>http://w43l.com/blog/2008/02/good-code-bad-code/</link>
		<comments>http://w43l.com/blog/2008/02/good-code-bad-code/#comments</comments>
		<pubDate>Tue, 05 Feb 2008 22:22:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[Tech's]]></category>
		<category><![CDATA[bad code]]></category>
		<category><![CDATA[code quality]]></category>
		<category><![CDATA[good code]]></category>
		<category><![CDATA[the only valid measurement of code quality]]></category>
		<category><![CDATA[wtf]]></category>

		<guid isPermaLink="false">http://w43l.com/blog/?p=7</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p align="center"><img src="http://www.osnews.com/images/comics/wtfm.jpg" alt="good code and bad code" align="middle" height="453" width="500" /></p>
]]></content:encoded>
			<wfw:commentRss>http://w43l.com/blog/2008/02/good-code-bad-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

