<?xml version="1.0"?>
<rss version="2.0" xmlns:blogChannel="http://www.djmjr.com"><channel>
<title>DJMJR</title>
<link>http://www.djmjr.com/</link>
<description>The home of DJMJR, with news, dorm automation (x-10, etc.) info and much much more!</description>
<language>en-us</language>
<copyright>CC License djmjr</copyright>
<lastBuildDate>2011-06-12</lastBuildDate>
<generator>LogItUp Content System</generator>
<ttl>60</ttl>
<item>
<title><![CDATA[Rooting the LG Optimus V in Linux]]></title>
<link>http://www.djmjr.com/post.php?post=146</link>
<description><![CDATA[I'm putting this together because I had a hard time finding the bits and pieces of info I needed to root an LG Optimus V in Linux, and I was hoping I could direct others to the sources of information I found most helpful...<br>
<ol>
<li>Download the <a href="http://developer.android.com/sdk/index.html">Android SDK</a>.  You'll also need to launch the manager ("android" in the tools folder) and download the platform-tools package, which contains adb.
<li>I don't know if it's necessary or not, but <a href="http://forum.androidcentral.com/other-android-phones/42678-how-install-usb-drivers-lg-optimus-one-2.html">this page</a> has some instructions on restarting the adb server to be able to use it as a regular user.  Note that the commands should action be "./adb kill-server" and "./adb start-server"
<li><a href="http://www.lgallyforums.com/topic/2309-221-easy-root/">This post</a> has some instructions on pushing and running the psneuter exploit.  I grabbed psneuter out of the <a href="http://shortfuse.org/?page_id=2">SuperOneClick</a> package.  Note that the instructions for remounting the filesystem differ from the Optimus-specific instructions I found, so I only link this page for the psneuter instruction.
<li>The most comprehensive post I found specific to the LG Optimus V was <a href="http://optimusv.wikispaces.com/Rooting+Your+Optimus+V">here</a>. It's basically a copy of a post from <a href="http://forum.androidcentral.com/lg-optimus-s-rooting-roms-hacks/43108-how-root-lg-optimus-s.html">AndroidCentral</a>, but you don't have to register to use the links.  There's also a zip file attached to this page containing the "su" and "busybox" files you'll need to push.  Use steps four and five from this post.
</ol>
Using these instructions, you should be able to successfully get permanent root access to your Optimus V in Ubuntu Linux.<br><br>
(Note that there's always a change you'll brick your phone by doing something stupid, so using any of the instructions posted or linked to in this post are completely at your own risk.)]]></description>
<comments>http://www.djmjr.com/post.php?post=146#comments</comments>
<pubDate>2011-06-12 15:54:09 EST</pubDate>
</item>
<item>
<title><![CDATA[Things to do in Cleveland in 2011]]></title>
<link>http://www.djmjr.com/post.php?post=145</link>
<description><![CDATA[Last year, when the Cleveland <a href="http://www.clevescene.com/">Scene Magazine</a> came out with their annual issue of best things to do in town, I clipped out some of the ones I wanted to try.  I didn't get to many last year, and I'm tired of having a bundle of newspaper clippings paperclipped together in my drawer, so I decided to post them here and cross them out when I'm do them.<br>
<ul>
<li><s><a href="http://www.meltbarandgrilled.com">Melt Bar & Grilled</a></s>
<li><s><a href="http://tommyscoventry.com">Tommys</a></s>
<li><a href="http://www.vegiterranean.com">The Vegiterranean</a>
<li>Shticks Vegetarian Kitchen
<li><s><a href="http://www.flamingice.com">Flaming Ice Cube
</a></s>
<li><a href="http://happydogcleveland.com">Happy Dog</a>
<li><a href="http://mitchellshomemade.com">Mitchell's (Ice Cream Parlor)</a>
<li><a href="http://westsidemarket.org">West Side Market</a>
<li><a href="http://crockerpark.com">Crocker Park</a>
<li><a href="http://www.nps.gov/cuva/ohio-and-erie-canal-towpath-trail.htm">The Towpath Trail</a>
<li>Terminal Tower Observation Deck
<li><a href="http://playhousesquare.org">Backstage Tours of Playhouse Square</a>
</ul>]]></description>
<comments>http://www.djmjr.com/post.php?post=145#comments</comments>
<pubDate>2011-02-19 20:46:38 EST</pubDate>
</item>
<item>
<title><![CDATA[Using Twidge to post random #FollowFriday (#FF) tweets]]></title>
<link>http://www.djmjr.com/post.php?post=144</link>
<description><![CDATA[I was trying to decide who to select for my #FF tweet this week, and couldn't really -- I follow each person because I like them, so anyone could be eligible. So, I thought it would be fun to have a shell script where <a href="http://github.com/jgoerzen/twidge">Twidge</a> could grab my list of followed people, select a number of random names, and then tweet out the result.  I came up with this (all one line):<br><br>
<code>
twidge lsfollowing | shuf -n 6 | while read line; do echo -n " @$line"; done | cat <(echo -n "Random #FF:") /dev/stdin | twidge update
</code><br><br>
It could use some improvements, but it should do what I need it to.  I threw it into a batch file and pointed crontab at it to run it automatically each Friday morning.]]></description>
<comments>http://www.djmjr.com/post.php?post=144#comments</comments>
<pubDate>2010-10-16 16:20:21 EST</pubDate>
</item>
<item>
<title><![CDATA[Upgrading MythTV Server to a Gigabit NIC]]></title>
<link>http://www.djmjr.com/post.php?post=143</link>
<description><![CDATA[I have an Atom-based <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16856119013">Foxconn R20-S4</a> as my home server, which is also my MythTV backend.  I've been slowly upgrading my network components to Gigabit, and found a deal on a <a href="http://www.meritline.com/airlink101-agiga32pci-32bit-pci-gigabit-adapter---p-35056.aspx">NIC</a> from Meritline with the necessary short bracket.  I'm running Ubuntu server on the box, and I had to edit the /etc/network/interfaces file to add the new interface.  I switched my router's DHCP settings to use the new interface, and everything seemed to be working fine -- until our PS3 couldn't find the MythTV UPnP server.  The <a href="http://www.mythtv.org/wiki/UPnP">MythTV wiki</a> had the fix, which was to add a route to the new interface (route add -net 239.0.0.0/8 eth1).]]></description>
<comments>http://www.djmjr.com/post.php?post=143#comments</comments>
<pubDate>2010-04-28 20:58:10 EST</pubDate>
</item>
<item>
<title><![CDATA[States Visited Map Upgrade]]></title>
<link>http://www.djmjr.com/post.php?post=142</link>
<description><![CDATA[I finally upgraded the <a href="statesvisited.php">States Visited Map</a> to use a database on the backend, so I can finally easily show a count of the states I've visited, as well as split out where <a href="statesvisited.php?who=1">Heather</a> and <a href=statesvisited.php?who=0">I</a> have been, or show them <a href="statesvisited.php?who=4">together, color-coded</a>.  I'm at 27 including DC... only 24 to go!]]></description>
<comments>http://www.djmjr.com/post.php?post=142#comments</comments>
<pubDate>2010-04-11 18:49:15 EST</pubDate>
</item>
<item>
<title><![CDATA[Little Planet Millennium Park]]></title>
<link>http://www.djmjr.com/post.php?post=141</link>
<description><![CDATA[I took a pan in Millennium Park in Chicago, IL during our road trip last week, and thought it might make a neat little planet picture (I had seen a tutorial somewhere a few months ago).  I think it did.  Now I just wish I would have taken some more pans!<br><br>
<center><a href="http://www.djmjr.com/uploads/Millennium%20Park%20Pan%20Planet.jpg" border=0><img src="http://www.djmjr.com/uploads/t_Millennium%20Park%20Pan%20Planet.jpg" alt="Little planet made from stitched pan of Millennium Park in Chicago" border=0></a></center>]]></description>
<comments>http://www.djmjr.com/post.php?post=141#comments</comments>
<pubDate>2008-09-04 00:30:11 EST</pubDate>
</item>
<item>
<title><![CDATA[Lego Store at BrickLink]]></title>
<link>http://www.djmjr.com/post.php?post=140</link>
<description><![CDATA[In order to subsidize my new Lego habit, I opened up a store on <a href="http://www.bricklink.com">Bricklink</a>.  I had to name it, so I thought <a href="http://www.bricklink.com/store.asp?p=djmjr">Bricktastic!</a> (yes, with the exclamation point) was as good as any.  Anywho, if you see something you like and we're friends, let me know and I'll probably cut you some kind of deal.]]></description>
<comments>http://www.djmjr.com/post.php?post=140#comments</comments>
<pubDate>2008-08-07 00:57:28 EST</pubDate>
</item>
<item>
<title><![CDATA[Lots of stuff]]></title>
<link>http://www.djmjr.com/post.php?post=139</link>
<description><![CDATA[I don't really have a specific topic in mind, but since I actually remembered to write a post, I'll just do it...<br>
<ul>
<li>I bought nothing from the last <a href="http://www.woot.com">Woot</a>-off.
<li>Last year we bought a few bags of <a href="http://www.lego.com">Legos</a> from garage sales, and didn't put them together until a couple of months ago.  They were actually almost-complete sets, including a <a href="http://www.bricklink.com/catalogItem.asp?S=7151-1">Sith Infiltrator</a> with Darth Maul minifig.  I had forgotten how neat Legos can be, and the <a href="http://www.bricklink.com/catalogItem.asp?S=7669-1">Star</a> <a href="http://www.bricklink.com/catalogItem.asp?S=7667-1">Wars</a> <a href="http://www.bricklink.com/catalogItem.asp?S=7668-1">sets</a> are a lot of fun.  (<a href="http://www.bricklink.com/catalogItem.asp?S=7884-1">Batman</a> <a href="http://www.bricklink.com/catalogItem.asp?S=7885-1">sets</a> are fun, too)
<li>I picked up a fisheye lens off of <a href="http://cleveland.craigslist.org">Craigslist</a> for my D70 (and D1X).  It's fun.<br>
<center><a border=0 href="http://www.djmjr.com/uploads/ninifish_small.jpg"><img border=0 src="http://www.djmjr.com/uploads/t_ninifish_small.jpg"></a></center>
<li>Heather and I just finished six weeks of weekly ballroom dance lessons.  They were pretty fun, but I don't know how much I'll remember when we're actually dancing.  Oh, and no, we don't watch Dancing with the Stars.
<li>I'm trying to clean up the media room.  Really, I am.
<li>I finally ordered a <a href="http://http://en.wikipedia.org/wiki/Wrt54gl">Linksys WRT54GL</a> wireless router to hack around with.  Hopefully I'll get it all set up soon and save some on some electricity costs since I won't have to have my 350MHz <a href="http://www.ipcop.org">IPCop</a> box powered up anymore.
<li>I'm almost finished with the guitar speaker cabinet my Dad and I built.  I have it stained and varnished, and the the speakers are installed.  I just need to find a suitable plate to mount the jacks so I can wire it up, and then I'll probably add a grill to the front to cover up the not-quite-round holes I cut for the speakers...
<li>I'm planning on seeing <a href="http://en.wikipedia.org/wiki/Star_Wars:_The_Clone_Wars_(film)">The Clone Wars</a> movie in the theater... maybe the Saturday morning matin&eacute;e on 8/15?  Anyone want to come?  Anyone?
</ul>
I can't think of anything else right now, and I'm kind of tired of looking up links.  So long, friends.]]></description>
<comments>http://www.djmjr.com/post.php?post=139#comments</comments>
<pubDate>2008-08-01 19:36:24 EST</pubDate>
</item>
<item>
<title><![CDATA[Ubuntu Hardy Heron (8.04) on Dell Inspiron E1505]]></title>
<link>http://www.djmjr.com/post.php?post=138</link>
<description><![CDATA[I've been running Fedora 7 on my Dell Inspiron 1505 for about a year now, and it's been running pretty well after the initial setup pain.  There were occasional problems with the wireless and video card drivers to be reinstalled after updates, since they weren't included in the standard repositories.  I decided to try Ubuntu, mostly due to the fact that it's supported so well, and because I'm pretty familiar with Debian.<br><br>
I had a DVD of a previous version of Ubuntu, but the install booted to a blank screen due to video driver issues.  Happily, the latest version booted with no problem.  I had to connect to the network using the ethernet port because the wireless didn't work off the bat, but as soon as I ran an update it started working.  Ubuntu also alerted me that there was a proprietary video card driver available for my ATI X1400, and I just had to click to install it.  Sound drivers and the front panel buttons were automatically detected.<br><br>
So far, I've had a great experience with the install and use of Hardy Heron, and hopefully I'll get a good year or so of use out of it.]]></description>
<comments>http://www.djmjr.com/post.php?post=138#comments</comments>
<pubDate>2008-07-02 00:55:24 EST</pubDate>
</item>
<item>
<title><![CDATA[Welcome to the 21st Century]]></title>
<link>http://www.djmjr.com/post.php?post=137</link>
<description><![CDATA[I'm not sure how I've held out this long, but this past Wednesday I finally got high speed Internet installed.  My only option was through Time Warner, but they offer a their lowest tier at $14.95, which seems like a pretty good deal to me, especially since I was paying $9.95 a month for dial-up.  I'm still trying to remember all the features I've disabled on my computers and other devices due to my previously slow connection...]]></description>
<comments>http://www.djmjr.com/post.php?post=137#comments</comments>
<pubDate>2008-06-28 18:57:36 EST</pubDate>
</item>
</channel>
</rss>

