<?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>Hax by Jaku &#187; Jaku</title>
	<atom:link href="http://haxbyjaku.com/author/admin/feed/" rel="self" type="application/rss+xml" />
	<link>http://haxbyjaku.com</link>
	<description>Don't tell me what to do.</description>
	<lastBuildDate>Sat, 03 Dec 2011 11:17:29 +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>Rick Roll Proxy&#8230;</title>
		<link>http://haxbyjaku.com/projects/rick-roll-proxy/</link>
		<comments>http://haxbyjaku.com/projects/rick-roll-proxy/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 02:34:15 +0000</pubDate>
		<dc:creator>Jaku</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[rick roll]]></category>
		<category><![CDATA[squid]]></category>
		<category><![CDATA[traffic redirect]]></category>

		<guid isPermaLink="false">http://haxbyjaku.com/?p=440</guid>
		<description><![CDATA[A long time ago I decided to mess around with the redirect_program feature of squid. If you&#8217;re not familar with squid I suggest looking up the wiki on it http://en.wikipedia.org/wiki/Squid_(software). What exactly does redirect_program do? No one knows for sure, some say that it is the very reason the internet works, while others speculate that [...]]]></description>
			<content:encoded><![CDATA[<p>A long time ago I decided to mess around with the redirect_program feature of squid. If you&#8217;re not familar with squid I suggest looking up the wiki on it <a href="http://en.wikipedia.org/wiki/Squid_(software)">http://en.wikipedia.org/wiki/Squid_(software)</a>. </p>
<p>What exactly does redirect_program do? No one knows for sure, some say that  it is the very reason the internet works, while others speculate that the previous statement is nothing but rubish. The world may never know, however just because we don&#8217;t know what it does doesn&#8217;t mean we can&#8217;t use it!</p>
<p>Ok but seriously what does the redirect_program tag actually allow us to do. This tag is used to specify the location of the executable for the URL redirector. So you can basicaly create a program that can rewrite the requested URLs that are passing though squid. So one could play around with the data that is passing though squid pretty much on the fly. What is great about it, is that it&#8217;s very easy to program for and has many real world uses.</p>
<p>None of which we will talk about here. <img src='http://haxbyjaku.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /><br />
<span id="more-440"></span><br />
So being who I am, and knowing what I do. I decided to create a script that would take the data that users are getting and replace it with my own files. Because everyone and anyone was getting rick rolled or rick rolling others, I decided that I would make a proxy that would rick roll the user in just about<br />
any way possible.</p>
<p>Thus the rick roll perl script for squid redirect_program was created. Or RRR for short. It can actually stand for 2 things there, Rick Roll Redirect or Rick Roll pRoxy. The choice is yours, I normally just call it the Rick Roll Proxy. But the name means nothing.</p>
<p>Now this is all fun but you need to actually edit your victims proxy settings if you want them to go though your proxy&#8230; at least if you don&#8217;t &#8220;OWN&#8221; the network. So while normally running this script on a squid box with apache is enough, I decided it would work best if we didn&#8217;t give the users a choice in<br />
the matter.</p>
<p>So I&#8217;ve put together some iptable rules that one can run on just about any router that accepts them to force the users to use the proxy. What is nice about this is that it can be started and stopped as often as you want. So you could create a rule to start rick rolling everyone on the network for 1 minute<br />
every hour. Or just have it on all the time.</p>
<p>The 2 scripts you&#8217;ll need are located at:</p>
<p><a href="http://haxbyjaku.com/rrrproxy/">http://haxbyjaku.com/rrrproxy/</a></p>
<p>The first one is the iptable rules (proxy.sh), and the second is the redirect_program (rrr.pl) that you will want to call in squid. To enable the redirect_program tag simply open up your squid config (normally /etc/squid.conf or /etc/squid/squid.conf) and find the commented out part of redirect_program. Uncomment it and give it the path to the file. (Make sure it has access) And then restart squid.</p>
<p>Now doing that is not all you need to do. In the rrr.pl file you&#8217;ll notice a variable called &#8220;$server&#8221;, this by default will call the files from my site. All located at <a href="http://haxbyjaku.com/rrrproxy/">http://haxbyjaku.com/rrrproxy/</a> however, if you want to add your own files or keep it going as fast as possible you&#8217;ll want to store the files locally on the server running apache or some other web service.</p>
<p>Now, with that setup and running anyone using your proxy will get the files listed in the rrr.pl file replaced with files related to a rick roll, or anything you might of replaced them with. However, like we mentioned that is only if they change their proxy settings. So the next step that you&#8217;re gonna want to do is run the proxy.sh script on your iptables based router. Or create your own rules if you have something else.</p>
<p>I use a wrt54gs at home which is running dd-wrt. So all I have to do is SSH in edit a few of the variables in the proxy.sh file, and execute it. After about 2 seconds anyone on the network that is browsing the web will start to get their files replaced automatically.</p>
<p>You&#8217;re going to want to edit 3 or 4 variables in the proxy.sh file. The first one being the &#8220;INTERNAL_NETWORK&#8221; this should match your internal network IP range. Most routers use the default one mentioned in the file, but it could be anything.</p>
<p>The 2nd variable is the &#8220;ROUTER_IP&#8221;. This is the main private IP of the router. If this is not correct then you can cause your entire network to fail until you either reboot the router or disable the iptable rule.</p>
<p>The 3rd and 4th varibles will be the PROXY_SERVER, and PROXY_PORT. Make sure you put the correct IP and PORT in otherwise it will not work. These should be the settings you use for your squid proxy. The IP could be the same as the ROUTER_IP variable or even the same IP you specfied in the rrr.pl for the SERVER_IP. It could even be different then both of those. I&#8217;ll let you decide on what IP it should be. <img src='http://haxbyjaku.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>After that run the script and you&#8217;re all set to go. Anyone on the network should be getting their files replaced with the rickroll files and you should get a huge laugh out of it. I highly suggest setting up your own webserver with the files, but I understand not everyone has space where they could store them.</p>
<p>However, I&#8217;m not gonna include how you should setup your web server if you have access to one, you should already know how to do that especially you&#8217;re gonna start messing around with proxies and re-writing traffic. But if you really can&#8217;t figure it out and you need help, send me a message and I&#8217;ll help you out as best as I can.</p>
<p>I also used to have a VMware image that had the proxy and all software setup and ready for use, however because it had gotten used for more and more projects I&#8217;m unwilling to release it at this time. If there is a big enough response on it I will re-create it and distribute it. I hope you are able to understand this post and include some rick rolls in others lives with the information you received. <img src='http://haxbyjaku.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://haxbyjaku.com/projects/rick-roll-proxy/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>More GPS updates!</title>
		<link>http://haxbyjaku.com/haxs/more-gps-updates/</link>
		<comments>http://haxbyjaku.com/haxs/more-gps-updates/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 16:55:55 +0000</pubDate>
		<dc:creator>Jaku</dc:creator>
				<category><![CDATA[Haxs]]></category>
		<category><![CDATA[fireeagle]]></category>
		<category><![CDATA[flightstats]]></category>
		<category><![CDATA[foursquare]]></category>
		<category><![CDATA[gps]]></category>
		<category><![CDATA[playnice]]></category>

		<guid isPermaLink="false">http://haxbyjaku.com/?p=435</guid>
		<description><![CDATA[Didn&#8217;t think I&#8217;d have another update on the GPS software so soon. But on my way back from Utah I was informed that the plane had GPS tracking available online. Now because the flight also had WIFI I had to check it out. The site that did the tracking was http://www.flightstats.com and it did an [...]]]></description>
			<content:encoded><![CDATA[<p>Didn&#8217;t think I&#8217;d have another update on the GPS software so soon. But on my way back from Utah I was informed that the plane had GPS tracking available online. Now because the flight also had WIFI I had to check it out.</p>
<p>The site that did the tracking was <a href="http://www.flightstats.com">http://www.flightstats.com</a> and it did an amazing job with updating where we were in real-time. Now being me, I found a quick and easy way to grab the GPS coordinates from the site and import them into my database. It was a quick and dirty shell script that was all of 3 lines of code. So I won&#8217;t be sharing it, however I do think it is something that should be added to my overall GPS tracking suite. </p>
<p>I&#8217;m going to start looking into other GPS type location services, such as FourSquare, and FireEagle and try to build a framework around all of them that allows one to update all of them by updating one. So if anyone can think of any other apps or services out there that allow one to share their GPS location with friends or just track it, let me know and I&#8217;ll see what I can do. <img src='http://haxbyjaku.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Also, one last thing I&#8217;d like to share. With the flight tracker I decided to have my script run every minute to pull the information. It&#8217;s pretty amazing how far planes get in a single minute. Here is a screenshot of when I started the script.<br />
<div id="attachment_436" class="wp-caption aligncenter" style="width: 508px"><img src="http://haxbyjaku.com/wp-content/uploads/2009/09/Screen-shot-2009-09-24-at-1.43.38-AM.png" alt="gps points" title="Flight Tracking" width="498" height="183" class="size-full wp-image-436" /><p class="wp-caption-text">GPS Flight Points</p></div></p>
]]></content:encoded>
			<wfw:commentRss>http://haxbyjaku.com/haxs/more-gps-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GPS Code Update</title>
		<link>http://haxbyjaku.com/projects/gps-code-update/</link>
		<comments>http://haxbyjaku.com/projects/gps-code-update/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 04:35:14 +0000</pubDate>
		<dc:creator>Jaku</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[google latitude]]></category>
		<category><![CDATA[gps]]></category>
		<category><![CDATA[mobileme]]></category>
		<category><![CDATA[playnice]]></category>

		<guid isPermaLink="false">http://haxbyjaku.com/?p=431</guid>
		<description><![CDATA[So it seems I have to write this post again because my server crashed.. leaving everything alone but my sql databases&#8230; Oh well, could be a lot worst. So after my post yesterday about how I update my location on my site I got a reply from @andre_vans that told me about a project called [...]]]></description>
			<content:encoded><![CDATA[<p>So it seems I have to write this post again because my server crashed.. leaving everything alone but my sql databases&#8230; Oh well, could be a lot worst.</p>
<p>So after my post yesterday about how I update my location on my site I got a reply from <a href="http://twitter.com/andre_vans/status/4167563550">@andre_vans</a> that told me about a project called &#8220;PlayNice&#8221;. The GIThub source is at <a href="http://github.com/natfriedman/playnice">http://github.com/natfriedman/playnice</a> and the the creator of it has a blog post about it at <a href="http://nat.org/blog/2009/08/playnice-google-apple/">http://nat.org/blog/2009/08/playnice-google-apple/</a>.</p>
<p>Now I mentioned in my post yesterday that I wanted to be able to use some sort of push notification on the iPhone so that my site could ask for an update and the phone would comply. This would require a custom app on the iPhone to  automatically execute something when it has a push notification. Now I&#8217;m not even sure if that is possible at this stage as that would almost be like the app is running in the background, which apple does not allow yet. However, Apple has such a service built into the phone that allows anyone with a MobileMe account linked to their iPhone to get the location of the device. </p>
<p>So with that PlayNice will basically log in as you on your MobileMe account and launch the locate phone feature. Now the neat thing about this is that it also updates to your Google Latitude account. This make&#8217;s it pretty much perfect for what I want to do. With the source code freely available and easy to understand it was a breeze adding 3 lines of code to update my map backend whenever the PlayNice script is ran. If you wan&#8217;t to do the same with most of the code from my post yesterday then follow me past the break. Otherwise, ignore me. <img src='http://haxbyjaku.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
<span id="more-431"></span><br />
Now that you are here we know who the true Jaku fans are. <img src='http://haxbyjaku.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>Alright so the code that we used yesterday, we only need the mologogo part. So the &#8220;update.html&#8221; is pretty much useless but you could still certainly use it. What is important here is that you follow the steps in yesterdays post to get the database and mologogo backend software working. Once you do that you will need to make a change to the &#8220;submit_2343.php&#8221; file or whatever you renamed it to. All you need to do is uncomment lines 41 and 42. This will allow those variables to work again.</p>
<p>The next step is to download the PlayNice code from <a href="http://github.com/natfriedman/playnice">http://github.com/natfriedman/playnice</a> and follow the install instructions. After doing that you will want to edit the &#8220;playnice.php&#8221; file and add the following lines around line 91.<br />
<code><br />
$lat = "$iphoneLocation->latitude";<br />
$lon = "$iphoneLocation->longitude";<br />
system ("/usr/bin/curl LOCATION_OF_UPDATE.PHP?pointType=GPS'&#038;'name=Jaku'&#038;'lat=$lat'&#038;'lon=$lon");<br />
</code><br />
Now you don&#8217;t need to make those variables if you use the the full $iphoneLocation->latitude\longitude names in your system call, but it looks cleaner. </p>
<p>After you make that change your GPS updates should start getting populated in your GPS map backup.</p>
<p>Up next for me is the creation of a new backup now that I have the simplest update, it&#8217;s time to clean up that backend. <img src='http://haxbyjaku.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://haxbyjaku.com/projects/gps-code-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How I made the locate Jaku feature</title>
		<link>http://haxbyjaku.com/haxs/how-i-made-the-locate-jaku-feature/</link>
		<comments>http://haxbyjaku.com/haxs/how-i-made-the-locate-jaku-feature/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 22:05:40 +0000</pubDate>
		<dc:creator>Jaku</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Haxs]]></category>
		<category><![CDATA[google maps]]></category>
		<category><![CDATA[gps]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[jaku]]></category>
		<category><![CDATA[locate]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://haxbyjaku.com/?p=387</guid>
		<description><![CDATA[The 2 main parts of this software have changed over the years, however this post will describe each change and will include what I currently use to get my location on the site. The main part is the use of the Mologogo software. Which I used because I had a old boost mobile cell phone [...]]]></description>
			<content:encoded><![CDATA[<p>The 2 main parts of this software have changed over the years, however this post will describe each change and will include what I currently use to get my location on the site.</p>
<p>The main part is the use of the Mologogo software. Which I used because I had a old boost mobile cell phone and this was the easiest and fastest way to get my location up on the web. It was also the cheapest at $1 dollar a day. After the iPhone came out I developed my own application to get my location and update the mologogo software that way. This was awesome because I could get rid of the boost mobile phone and I only had to carry a single phone then. However after almost every update to the iPhone software, I had to wait for a new jailbreak and then I had to change my code to work. This became a huge hassle and I had to deal with it after every update.</p>
<p>When the iPhone 2.0 software came out I assumed I wouldn&#8217;t have to do that anymore. Except for the fact that in order to actually use any application that you wrote, you needed to pay the developer fee. So instead I decided to get my location another way. On many of the twitter iPhone apps it would allow you to update your location and this would then update the GPS coordinates shown on your twitter.com page. This was an easy way to get the location of myself without the need of writing a new custom app. So I wrote some code that would look on my twitter page and find the location of me and check to see if it had updated since the last time it checked. This solution was great because it would only update as much as I wanted, and wouldn&#8217;t drain my battery since my phone would do none of the work. However, a few months after this went live twitter decided to change their design and at first the location info was no longer shown. So I had to come up with a new idea.<br />
<span id="more-387"></span><br />
Now, so far I&#8217;ve had 3 different ways to update my location. The first being the boost mobile phone, that worked great except for the fact thatI would forget to charge the phone and it was an additional $30ish a month for me to tell people where I was at. If anything people should of paid me for that info. The second was developing an app that would work on the iPhone and update my location every now and then. What was great about that was, it did not cost anything additional because it was on my main phone, and I didn&#8217;t have to worry about the phone not being charged since I always charge my iPhone. Then the 3rd solution was to use a 3rd party site that happens to get my location from another 3rd party app and just parse the data that way. This failed because I had to rely on 2 3rd party companies and hope they don&#8217;t make any drastic changes.</p>
<p>Now out of all 3 of the ways I&#8217;ve updated my phone, I enjoyed the 2nd the most. Since it wasn&#8217;t hard to do, it was just either a pain to wait for the next jailbreak or to pay for the developer license. So with the new iPhone 3.0 update, they allowed you to do something quite magical. You can now get your GPS coordinates though Safari on the iPhone! This was perfect. So I made a page, that would do the geolocation call that Safari now supports. After some testing I was able to get the calls to update a URL by tricking the javascript code I used to into thinking it was going to call an image. I coded my first version of the software off of the code found at http://smithsrus.com/gps-geolocation-in-safari-on-iphone-os-3-0/ and the 2nd version I coded around the source code found on http://www.thecssninja.com/javascript/geolocation-iphone the 2nd version allowed me to<br />
view exactly where I was on the map and looked awesome so I only needed to make some specfic changes so that it could post the data to my site.</p>
<p>I have included the files I use for the Mologogo portion of the site as well as the 2nd version code that I use to find my iPhone&#8217;s location. The main plus side on using the webbrowser to update my location is that it can work on multiple platforms without any changes. As long as the device and webbrowser support the new location feature you could use this on anything. </p>
<p>Now, since all of this has happened. I became an iPhone Developer, or at least I paid to be one. So I&#8217;ve been toying around with the idea of developing a new app that will use the push feature. I&#8217;m not quite sure if it can be done, but basically when ever someone visited my site it would send a push notification to my phone to get the latest GPS coordinates. Now, incase I get a huge amount of traffic I would limit it so that it would only do so every 10 minutes or so after the first push is sent out since it could get rather annoying. </p>
<p>The thing is, I&#8217;m not sure if one is able to get information from the phone like that. Perhaps it should be called &#8220;Pull&#8221; but if I can somehow tie in push alerts to activate a certain function on my phone then I don&#8217;t need to worry about opening another app to update my location ever again. </p>
<p>You can download the files in one nice package at <a href="http://haxbyjaku.com/gps_code.tar.gz">http://haxbyjaku.com/gps_code.tar.gz</a></p>
<p>We are past the story time and so now I will describe how you can download and setup the software. There&#8217;s gonna be a few things that might be a bit complicated but it&#8217;s fairly easy to do if you&#8217;re able to read code.</p>
<p>Once you get the software downloaded you will need to modify a few things. In the molo_config.php file, you will want to update the nickname that it updates the location as, as well as the HTTP_HOST and google maps key labeled as GMAPS_KEY. And of course you&#8217;ll want to put in your own database settings. Now the cool thing about the mologogo code is that if the correct tables are not in the database it will create them for you, as long as you give the mysql user enough access to do so.</p>
<p>The 2nd file you&#8217;ll want to update is the update.html file. You will want to update  USER_NAME and the SITE_URL_REFRESHES_EVERY_30_SECONDS parts of this file. Now I also suggest re-naming this file and the submit.php file something randomish but still easy for you to remember. The reason is that if anyone can figure out what the file names are they could post their own GPS data as yours. So while it&#8217;s not the worst thing in the world, it could confuse you if you start to see other peoples locations on your map.</p>
<p>If you have any questions or comments please let me know and I&#8217;ll do what I can to help.</p>
]]></content:encoded>
			<wfw:commentRss>http://haxbyjaku.com/haxs/how-i-made-the-locate-jaku-feature/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Posting data to Pastebin with cURL</title>
		<link>http://haxbyjaku.com/haxs/posting-data-to-pastebin-with-curl/</link>
		<comments>http://haxbyjaku.com/haxs/posting-data-to-pastebin-with-curl/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 04:02:43 +0000</pubDate>
		<dc:creator>Jaku</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Haxs]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[curl]]></category>
		<category><![CDATA[pastebin]]></category>
		<category><![CDATA[pastebin and curl]]></category>
		<category><![CDATA[post]]></category>

		<guid isPermaLink="false">http://haxbyjaku.com/?p=379</guid>
		<description><![CDATA[I needed to get a bunch of text up on pastebin and I&#8217;ve used my own cURL script to get it up there before. But then I started to think that others might want to be able to just post to pastebin directly from their bash shell. What started off as a simple one-liner then [...]]]></description>
			<content:encoded><![CDATA[<p>I needed to get a bunch of text up on pastebin and I&#8217;ve used my own cURL script to get it up there before. But then I started to think that others might want to be able to just post to pastebin directly from their bash shell. What started off as a simple one-liner then started to grow into a bit more. </p>
<p>With pastebin you are able to post to a sub-domain, as well as put a name along with the post and even set how long the data should stay up. So I&#8217;ve made it possible for you to edit those settings in the script so that if you want to post as &#8220;bob&#8221; and keep the data up there for a day you can do all of that. </p>
<p>The easiest way to install this would be the following 2 commands</p>
<p><code>sudo curl haxbyjaku.com/pastebin -o /usr/bin/pastebin<br />
sudo chmod +x  /usr/bin/pastebin</code></p>
<p>I know that you won&#8217;t run sudo on commands that download code from my server, but you can trust it since you get to see everything. <img src='http://haxbyjaku.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>After it is installed I suggest editing the file as well so that you can set your own settings such as username or pastebin URL. Once that is all set simple run a command like <code>"echo test | pastebin"</code> in your terminal and you&#8217;ll get the URL that pastebin posted it to. You can even do something like <code>"echo /etc/passwd | pastebin"</code> and it will work exactly as you expect it to.</p>
<p>I&#8217;ve pasted the code after the break as well.</p>
<p><span id="more-379"></span><br />
<code><br />
#!/bin/bash<br />
#Pastebin poster, created by Jaku</p>
<p>#Username<br />
USER="jaku_bin"<br />
#Data retainment (d=1 day, m=1 month, f=forever)<br />
RETAIN="d"<br />
#Default Text type (too many to list)<br />
TEXT="None"<br />
#Default pastbin URL<br />
URL="pastebin.com/pastebin.php"</p>
<p>while read input; do<br />
CODE="$CODE<br />
$input"<br />
done</p>
<p>curl -i -d "code2=$CODE&#038;paste=Send&#038;expiry=$RETAIN&#038;poster=$USER&#038;format=$TEXT" $URL -s| grep -i Location:<br />
</code></p>
<p>So like I said, it&#8217;s not very complicated but it certainly does get the job done. Let me know if you have any comments or questions! <img src='http://haxbyjaku.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://haxbyjaku.com/haxs/posting-data-to-pastebin-with-curl/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Shmoocon &#8211; The Agreement</title>
		<link>http://haxbyjaku.com/conferences/shmoocon-the-agreement/</link>
		<comments>http://haxbyjaku.com/conferences/shmoocon-the-agreement/#comments</comments>
		<pubDate>Fri, 06 Mar 2009 04:39:43 +0000</pubDate>
		<dc:creator>Jaku</dc:creator>
				<category><![CDATA[Conferences]]></category>
		<category><![CDATA[Presentations]]></category>
		<category><![CDATA[Shmoocon]]></category>

		<guid isPermaLink="false">http://haxbyjaku.com/?p=347</guid>
		<description><![CDATA[The Gentleman’s Agreement has evolved, and so it has been renamed to &#8220;The Agreement&#8221;. The changes are happening with it every day, new rules are being created, alliances being built and destroyed. It has changed, and it is good. The Agreement &#8211; Shmoocon 2009 Slides will be posted soon.]]></description>
			<content:encoded><![CDATA[<p>The Gentleman’s Agreement has evolved, and so it has been renamed to &#8220;The Agreement&#8221;. The changes are happening with it every day, new rules are being created, alliances being built and destroyed. It has changed, and it is good.</p>
<p><a href='http://haxbyjaku.com/TheAgreement.avi' >The Agreement &#8211; Shmoocon 2009</a></p>
<p>Slides will be posted soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://haxbyjaku.com/conferences/shmoocon-the-agreement/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://haxbyjaku.com/TheAgreement.avi" length="619387724" type="video/x-msvideo" />
		</item>
		<item>
		<title>Hax by Jaku &#8211; Gentleman&#8217;s Agreement</title>
		<link>http://haxbyjaku.com/other/hax-by-jaku-gentlemans-agreement/</link>
		<comments>http://haxbyjaku.com/other/hax-by-jaku-gentlemans-agreement/#comments</comments>
		<pubDate>Sun, 08 Jun 2008 04:02:16 +0000</pubDate>
		<dc:creator>Jaku</dc:creator>
				<category><![CDATA[Chicago 2600]]></category>
		<category><![CDATA[Other]]></category>
		<category><![CDATA[Presentations]]></category>
		<category><![CDATA[Haxs]]></category>

		<guid isPermaLink="false">http://haxbyjaku.com/?p=149</guid>
		<description><![CDATA[Hax by Jaku &#8211; Gentleman&#8217;s Agreement from Matt Jakubowski on Vimeo.]]></description>
			<content:encoded><![CDATA[<p><object width="500" height="350"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://www.vimeo.com/moogaloop.swf?clip_id=1135723&amp;server=www.vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://www.vimeo.com/moogaloop.swf?clip_id=1135723&amp;server=www.vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="500" height="350"></embed></object><br /><a href="http://www.vimeo.com/1135723?pg=embed&#038;sec=1135723">Hax by Jaku &#8211; Gentleman&#8217;s Agreement</a> from <a href="http://www.vimeo.com/user526562?pg=embed&#038;sec=1135723">Matt Jakubowski</a> on <a href="http://vimeo.com?pg=embed&#038;sec=1135723">Vimeo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://haxbyjaku.com/other/hax-by-jaku-gentlemans-agreement/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Blogging Drought</title>
		<link>http://haxbyjaku.com/haxs/blogging-drought/</link>
		<comments>http://haxbyjaku.com/haxs/blogging-drought/#comments</comments>
		<pubDate>Tue, 06 May 2008 09:01:43 +0000</pubDate>
		<dc:creator>Jaku</dc:creator>
				<category><![CDATA[Haxs]]></category>

		<guid isPermaLink="false">http://haxbyjaku.com/?p=128</guid>
		<description><![CDATA[So I haven&#8217;t been keeping up with the blog as much as I&#8217;ve planned. But that seems to be the norm around here. As most of you are aware, I have been using twitter a lot more. Most likely going to delete the &#8220;Latest dodge coming soon&#8221; thing on the right hand side. Maybe get [...]]]></description>
			<content:encoded><![CDATA[<p>So I haven&#8217;t been keeping up with the blog as much as I&#8217;ve planned. But that seems to be the norm around here. As most of you are aware, I have been using twitter a lot more. Most likely going to delete the &#8220;Latest dodge coming soon&#8221; thing on the right hand side. Maybe get a new theme setup on here as well. Not sure yet about that, a lot of things are coded into this one now. :\</p>
<p>Changes in the past few months include:</p>
<p>Working nights now, 1am to 9am, instead of normal days.<br />
Moved into a new apartment. Much nicer and better view.<br />
Working on a few new projects, but this time with friends instead of alone.<br />
Been driving a bit more. <img src='http://haxbyjaku.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Otherwise, I don&#8217;t have to much else to say. In about 2 weeks, there should be a post about one of the projects. Some of you know a bit of the details, but the one&#8217;s that don&#8217;t should enjoy it. I will also be doing a new presentation at the next 2600 meeting in June. You won&#8217;t want to miss this one. </p>
]]></content:encoded>
			<wfw:commentRss>http://haxbyjaku.com/haxs/blogging-drought/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone hax</title>
		<link>http://haxbyjaku.com/haxs/iphone-hax/</link>
		<comments>http://haxbyjaku.com/haxs/iphone-hax/#comments</comments>
		<pubDate>Tue, 11 Sep 2007 03:28:02 +0000</pubDate>
		<dc:creator>Jaku</dc:creator>
				<category><![CDATA[Haxs]]></category>

		<guid isPermaLink="false">http://haxbyjaku.com/index.php/haxs/iphone-hax/</guid>
		<description><![CDATA[So I bought an iPhone. I got one of the discontinued 4GB ones, since I won&#8217;t be using it for music, and it was only $300. Which is about my limit on a cell phone. I&#8217;ve only had it activated as a phone since Friday night, but it has been an amazing experience so far. [...]]]></description>
			<content:encoded><![CDATA[<p>So I bought an iPhone. I got one of the discontinued 4GB ones, since I won&#8217;t be using it for music, and it was only $300. Which is about my limit on a cell phone. I&#8217;ve only had it activated as a phone since Friday night, but it has been an amazing experience so far. I got a bunch of 3rd party apps instead, and seem to install one or two new ones everyday. So many programs are being released for it everyday, many of them are really good and almost must haves. Today I installed an IRC client and a wifi scanner. </p>
<p>I&#8217;ve also been using it to tether to my laptop for internet, this has been great as my internet at home does not exist at the moment. In fact I&#8217;m posting this blog update from my laptop using my iPhone for the internet. My favorite application would have to be the one that installs all the other applications. Sure I can download the apps from their websites and then mess around with terminal, but it&#8217;s so much easier to just  touch install on the iPhone and have it download and install for me. Anyways here are some screen shots of my haxed phone, and I&#8217;ll post another update soon with more info on all the apps and stuff. </p>
<p><a href='http://haxbyjaku.com/wp-content/uploads/2007/09/img_9000.JPG' title='img_9000.JPG'><img src='http://haxbyjaku.com/wp-content/uploads/2007/09/img_9000.thumbnail.JPG' alt='img_9000.JPG' /></a><a href='http://haxbyjaku.com/wp-content/uploads/2007/09/img_9001.JPG' title='img_9001.JPG'><img src='http://haxbyjaku.com/wp-content/uploads/2007/09/img_9001.thumbnail.JPG' alt='img_9001.JPG' /></a><a href='http://haxbyjaku.com/wp-content/uploads/2007/09/img_9002.JPG' title='img_9002.JPG'><img src='http://haxbyjaku.com/wp-content/uploads/2007/09/img_9002.thumbnail.JPG' alt='img_9002.JPG' /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://haxbyjaku.com/haxs/iphone-hax/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

