<?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>jose juarez</title>
	<atom:link href="http://jose.juarez.me/feed" rel="self" type="application/rss+xml" />
	<link>http://jose.juarez.me</link>
	<description>photographer &#38; techie</description>
	<lastBuildDate>Sat, 10 Jul 2010 05:18:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>It&#8217;s Official, It&#8217;s All Over</title>
		<link>http://jose.juarez.me/archives/378</link>
		<comments>http://jose.juarez.me/archives/378#comments</comments>
		<pubDate>Sat, 10 Jul 2010 05:18:55 +0000</pubDate>
		<dc:creator>Jose</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://jose.juarez.me/?p=378</guid>
		<description><![CDATA[I got a tragic call this week. I knew it was coming and there was nothing I could do. I put it off for almost five years and my dad finally pulled the plug for me. Back in 2005 I &#8230; <a href="http://jose.juarez.me/archives/378">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I got a tragic call this week. I knew it was coming and there was nothing I could do. I put it off for almost five years and my dad finally pulled the plug for me.</p>
<p><span style="font-size: 13px; font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif; line-height: 19px;"><img class="alignnone size-full wp-image-379" title="el Nova" src="http://jose.juarez.me/wp-content/uploads/2010/07/el-Nova.jpg" alt="1970 Chevy Nova 250 Straight 6" width="639" height="425" /></span></p>
<p><span style="font-size: 13px; font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif; line-height: 19px;"> </span>Back in 2005 I was in a car accident which all but killed my 1970 Chevy Nova. I had hopes of someday fixing her up and bringing her back to life. She sat in my godfathers back yard for a few years now. Back in my head I new that it was just too expensive to fix her back up. I kept holding off hoping something would come up where I could afford to take care of business. Well, the was is over and time won. My godfather just needed the space and it had to go. My dad knew what had to be done and had her taken to the junk yard. It&#8217;s sad but it just had to be done. I don&#8217;t know if I could have done it. I&#8217;m sorry baby, you gave me so many great memories.</p>
]]></content:encoded>
			<wfw:commentRss>http://jose.juarez.me/archives/378/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick Notes on Media WIki with Collections Extension</title>
		<link>http://jose.juarez.me/archives/373</link>
		<comments>http://jose.juarez.me/archives/373#comments</comments>
		<pubDate>Sat, 03 Jul 2010 17:36:50 +0000</pubDate>
		<dc:creator>Jose</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Media Wiki]]></category>
		<category><![CDATA[mwlib]]></category>
		<category><![CDATA[mwlib.rl]]></category>

		<guid isPermaLink="false">http://jose.juarez.me/?p=373</guid>
		<description><![CDATA[I spend some time at work figuring out how to get Media Wiki to work with the Collection Extension. The Collection Extension is a nice plugin that will allow you to export wiki pages as a PDF and create a &#8230; <a href="http://jose.juarez.me/archives/373">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I spend some time at work figuring out how to get <a title="MediaWiki Homepage" href="http://www.mediawiki.org/wiki/MediaWiki" target="_blank">Media Wiki</a> to work with the <a href="http://www.mediawiki.org/wiki/Extension:Collection" target="_blank">Collection Extension</a>. The Collection Extension is a nice plugin that will allow you to export wiki pages as a PDF and create a collection of wiki pages and export them as a pdf book.</p>
<p>Here are some quick n dirty notes on the overall process. I will come back and provide a full guide once I put the proper notes together.</p>
<ol>
<li>Install Ubuntu Server (I went with the new 10.04 LTS release). Run all updates.</li>
<li>Setup LAMP Stack: Apache, MySQL, PHP5, php5-mysql, php5-curl.</li>
<li>Install a lot of dependencies and additional software: build-esentials, python dev tools, ect&#8230;</li>
<li>Setup mwlib as described in the installation instructions. There are some dependencies there so make sure you read carefully. Use easy_install mwlib to install.</li>
<li>Again, follow instructions very closely to setup mwlib.rl. You will need mwlib.rl to render pdf files if you are using a Media Wiki server inside a private network. Use easy_install mwlib.rl to install.</li>
<li>Checkout the latest Collection plugin to your extensions folder. Make needed changes to your LocalSettings.php file. I noticed that for the Collections plugin to properly work some of your settings have to point to a Fully Qualified Domain Name (FQDN). IE: wiki.mydomain.com instead of 192.168.10.16.</li>
<li>When you run the render server, mw-serve, you have to tell it what interface to listen to using the &#8220;-i&#8221; flag. Here is an example, &#8220;mw-serve -i 192.168.10.16&#8243;. The default interface it listens to is 0.0.0.0 so you will get an error when you try to render a pdf file from you wiki site.</li>
</ol>
<p>This is the overall process, kind of a big general view. Again, these are just some &#8220;quick n dirty&#8221; notes. I plan on writing a more detail guide with deeper explanation of how things are setup and why I did some things that I did and I will also note where I had some problems. Hopefully someone out there will find this useful.</p>
]]></content:encoded>
			<wfw:commentRss>http://jose.juarez.me/archives/373/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is Jose up to?</title>
		<link>http://jose.juarez.me/archives/365</link>
		<comments>http://jose.juarez.me/archives/365#comments</comments>
		<pubDate>Fri, 14 May 2010 06:27:47 +0000</pubDate>
		<dc:creator>Jose</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://jose.juarez.me/?p=365</guid>
		<description><![CDATA[It has been a while since I posted so I just wanted to come on and post an update on what has been going on with me: Still trying to lose those 27lbs by my birthday in August. 15lbs down &#8230; <a href="http://jose.juarez.me/archives/365">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>It has been a while since I posted so I just wanted to come on and post an update on what has been going on with me:</p>
<ul>
<li>Still trying to lose those 27lbs by my birthday in August. 15lbs down so far in about 6 weeks.</li>
<li>Past two weeks have been kind of rough, mom got sick and was in the hospital for about a week and an old friend die in a car accident.</li>
<li>Ubuntu 10.04 LTS has been released and it kicks ass, both desktop and server. Been geeking out on it.</li>
<li>Got to see Kevin Smith (Silent Bob) live at the House of Blues in Hollywood.</li>
<li>Finally canceled my MySpace account and I&#8217;m considering getting rid of the FaceBook.</li>
</ul>
<p>Hope everyone out there is doing great. Be safe and goodnight.</p>
]]></content:encoded>
			<wfw:commentRss>http://jose.juarez.me/archives/365/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Motivation I Had to Drop 25</title>
		<link>http://jose.juarez.me/archives/362</link>
		<comments>http://jose.juarez.me/archives/362#comments</comments>
		<pubDate>Tue, 06 Apr 2010 05:55:44 +0000</pubDate>
		<dc:creator>Jose</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://jose.juarez.me/?p=362</guid>
		<description><![CDATA[I had this great Tia (Aunt) when I was a child. She constantly appears in my early childhood memories. There was one other thing that stood out from here and one particular memory that sticks with me. My aunt, as &#8230; <a href="http://jose.juarez.me/archives/362">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I had this great Tia (Aunt) when I was a child. She constantly appears in my early childhood memories. There was one other thing that stood out from here and one particular memory that sticks with me. My aunt, as great as she was, was an obese woman. As long as I could remember, she was a large woman and it got worse over the years.</p>
<p>About six years ago she came over to our house to have my dad work on her car. I was on my summer break between Junior and Senior year of college. She brought with her some Jack in the Crack. I guess she was in a hurry and needed to get something to eat. While I sat in the living room watching TV my mother and Tia sat in the kitchen and talked. I don&#8217;t remember what they were talking about, but I do remember something she had said. While eating her &#8220;food&#8221; she told my mother in Spanish, &#8220;The doctors told me this food is going to kill me, but&#8230;. I don&#8217;t care any more.&#8221; That comment scared the shit out out of me.</p>
<p>At the time I was in the worst shape of my life (215lbs). I had already given up fast food as I had grown sick of it as I lived off of it. I decided I was going to drop some pounds. I stopped drinking sugary drinks and I gave up alcoholic drinks. Since I had the time I ate more often (healthy foods of course). I love my fruits and vegetables. I did not exercise much besides the occasional walks and jumping jacks. Oh yeah, I also drank a lot of water that summer.</p>
<p>After about three months vacation was over and it was time to go back to school. I had lost 25lbs. I knew I had lost some weight because I was all of the sudden able to fit into old clothes that did not fit me at the start of my summer break. I also got the you lost wight comments from fellow students and professors.</p>
<p>Thanks Giving Day of that same year my Tia die. My parents and I went to go see her at the hospital. We asked to see her and were told a nurse would be out to talk to us. The three of us stood there knowing a nurse was coming out to tell us she had passed away. It sucks to stand there and wait for someone to tell us what we all probably had suspected, but at least it was someone else that said it and not one of us. Her organs just couldn&#8217;t take it anymore.</p>
<p>Since then I put the weight back on. I have fluctuated between 205 and 220. Last week I decided I am going to lose 27lbs for my 27th birthday. But this time I hope not to keep it off. So far, 4.2 down, and 22.8 left to go.</p>
<p>On a side not I also decided to get back to doing a lot more photography. Here is a picture of me smiling (because people say I never smile in my pictures):</p>
<p><img class="alignnone" title="My With A Smile" src="http://farm5.static.flickr.com/4034/4490425579_03e9602ff8.jpg" alt="My With A Smile" width="332" height="500" /></p>
]]></content:encoded>
			<wfw:commentRss>http://jose.juarez.me/archives/362/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dropping 27 and Skydiving</title>
		<link>http://jose.juarez.me/archives/358</link>
		<comments>http://jose.juarez.me/archives/358#comments</comments>
		<pubDate>Tue, 30 Mar 2010 07:05:24 +0000</pubDate>
		<dc:creator>Jose</dc:creator>
				<category><![CDATA[Other News]]></category>

		<guid isPermaLink="false">http://jose.juarez.me/?p=358</guid>
		<description><![CDATA[Almost eight years ago  I took a weekend road trip to Berkeley with friends. I fell in love with the school and the area. I decided then and there that I was going to to attend UC Berkeley. I bought &#8230; <a href="http://jose.juarez.me/archives/358">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Almost eight years ago  I took a weekend road trip to Berkeley with friends. I fell in love with the school and the area. I decided then and there that I was going to to attend UC Berkeley. I bought a Berkeley sweater (which I still own) and wore it all the time. I went around telling everyone that I was going to transfer to Berkeley (I was in my second semester of community college at the time). People would ask me if I had gotten in already and I assured people I would. I had not even applied, but I already believed I would get in. They day finally came. Months of waiting after applying. Slowly the letters came in. First letter was for UC Santa Barbara, followed by UCLA, and finally Berkeley. I got in! Let me tell you, I was one cocky kid that week.</p>
<p>I turned down the offer and instead opted for the University of San Francisco (USF). Yeah, I went around telling everyone that I was going to Berkeley and in the end I choose not to (that&#8217;s an entirely different story). The point is, I went around telling people I was going to do something and when I go around openly telling people I am going to do something I intend to stick to it. This is why I have posted my plans for my 27th birthday this year.</p>
<p>I turn 27 in late August and I have decided to loose at least 27lbs by then. I have been slowly packing on pounds over the years and I decided I need to do something before I end up having one of those days where I look in the mirror and ask WTF happened. I have also decided to face one of my biggest fears: heights. I will celebrate the big 2 7 by jumping out of an air plane, I&#8217;m going skydiving!</p>
<p>I am putting this up here to have a public record of my intentions. I will lose at least 27lbs by late August and jump out of a plane (with the possibility of falling to my death). Right now I&#8217;m 210lbs and the goal is to at least hit 183lbs. I will update on the status on my weight loss and booking of a jump.</p>
<p>Jose</p>
]]></content:encoded>
			<wfw:commentRss>http://jose.juarez.me/archives/358/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mess in the Bathroom!</title>
		<link>http://jose.juarez.me/archives/352</link>
		<comments>http://jose.juarez.me/archives/352#comments</comments>
		<pubDate>Fri, 26 Mar 2010 07:31:16 +0000</pubDate>
		<dc:creator>Jose</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://jose.juarez.me/?p=352</guid>
		<description><![CDATA[I made a huge mess in the bathroom. No, not that!!! I knocked down a flowerpot and the soil is all over the floor. I decided to take a photo. It&#8217;s not the best photo but I just wanted to &#8230; <a href="http://jose.juarez.me/archives/352">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I made a huge mess in the bathroom. No, not that!!! I knocked down a flowerpot and the soil is all over the floor. I decided to take a photo. It&#8217;s not the best photo but I just wanted to share&#8230;</p>
<p><a href="http://jose.juarez.me/wp-content/uploads/2010/03/messRoom.jpg"><img class="size-medium wp-image-353 alignnone" title="messRoom" src="http://jose.juarez.me/wp-content/uploads/2010/03/messRoom-300x199.jpg" alt="" width="300" height="199" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://jose.juarez.me/archives/352/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UNIX/Linux Choices for Straight-Up Newbies</title>
		<link>http://jose.juarez.me/archives/322</link>
		<comments>http://jose.juarez.me/archives/322#comments</comments>
		<pubDate>Fri, 19 Feb 2010 07:35:46 +0000</pubDate>
		<dc:creator>Jose</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Politics]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://jose.juarez.me/?p=322</guid>
		<description><![CDATA[I have been asked a couple of times what is a good Unix/Linux to start with. I will be the first to admit I am no Kung-Fu master when it comes to Unix, but I do know my way around. &#8230; <a href="http://jose.juarez.me/archives/322">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I have been asked a couple of times what is a good Unix/Linux to start with. I will be the first to admit I am no Kung-Fu master when it comes to Unix, but I do know my way around. For people learning and really want to learn some ninja skills I recommend one of two system:</p>
<ol>
<li><a title="FreeBSD Home Page" href="http://www.freebsd.org" target="_blank">FreeBSD</a></li>
<li><a title="Ubuntu Server Edition" href="http://www.ubuntu.com/products/whatisubuntu/serveredition" target="_blank">Ubuntu Linux &#8211; Server Edition</a></li>
</ol>
<p>There are some nice Unix/Linux desktop systems (OS X and Ubuntu Desktop) but you might be to tempted to work things through the GUI. These are fine if you want a desktop with UNIX power under the hood, but maybe not the best if you want to hone those mad command line skills.</p>
<p><img class="size-full wp-image-326 alignnone" style="border: none;" title="FreeBSD-logo" src="http://jose.juarez.me/wp-content/uploads/2010/02/FreeBSD-logo.png" alt="" width="400" height="143" /></p>
<p>So why these two systems? Documentation! FreeBSD has some sweet documentation (<a title="FreeBSD Documentation." href="http://www.freebsd.org/docs.html" target="_blank">see for your self</a>) as does Ubuntu Linux (<a title="Ubunut Server Documentation" href="https://help.ubuntu.com/9.10/serverguide/C/index.html" target="_blank">right here</a>). What I love about the documentation for these systems is that they walk though through installing a system and installing various server software. By following the documentation you can have a fully functional server up and running.</p>
<p><img class="size-full wp-image-327 alignnone" style="border: none;" title="ubuntu-logo" src="http://jose.juarez.me/wp-content/uploads/2010/02/ubuntu-logo.png" alt="" width="400" height="104" /></p>
<p>I will say though, it is great to have someone show you how to get something up and running but I also feel it is important to understand how things work. Once you learn how something works it will be easier to move to a different Unix/Linux and know what you are doing. For anyone who really wants to learn UnixLinux I highly recommend you get your self a copy of <a href="http://www.amazon.com/gp/product/0130206016?ie=UTF8&amp;tag=josejuarezme-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=0130206016" target="_blank">UNIX System Administration Handbook (3rd Edition)</a> or <a href="http://www.amazon.com/gp/product/0131480049?ie=UTF8&amp;tag=josejuarezme-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=0131480049" target="_blank">Linux Administration Handbook (2nd Edition)</a><img style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.com/e/ir?t=josejuarezme-20&amp;l=as2&amp;o=1&amp;a=0131480049" border="0" alt="" width="1" height="1" />. Both of these books go into such detail on how Unix/Linux works. When you read these books you will be surprised at all Unix can do.</p>
]]></content:encoded>
			<wfw:commentRss>http://jose.juarez.me/archives/322/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Update, 2/17/2010</title>
		<link>http://jose.juarez.me/archives/319</link>
		<comments>http://jose.juarez.me/archives/319#comments</comments>
		<pubDate>Thu, 18 Feb 2010 06:32:37 +0000</pubDate>
		<dc:creator>Jose</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://jose.juarez.me/?p=319</guid>
		<description><![CDATA[It has been a while since I have written on here and I just wanted to give a quick update: I started a new job the first Monday of January 2010. I have a place closer to work (now that &#8230; <a href="http://jose.juarez.me/archives/319">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>It has been a while since I have written on here and I just wanted to give a quick update:</p>
<ol>
<li>I started a new job the first Monday of January 2010.</li>
<li>I have a place closer to work (now that I can afford it).</li>
<li>I will be going to <a title="SCaLE 8x" href="http://www.socallinuxexpo.org/scale8x/" target="_blank">SCaLE 8x</a> this weekend. Maybe I will write on the experience.</li>
<li>I have a lot more free time now but I can&#8217;t decide on what I want to learn first without getting distracted.</li>
</ol>
<p>I have a lot of ideas for this blog (including a couple of tutorials) and I hope to get on it soon. So far 2010 has been good to me and I hope it stays like this.</p>
]]></content:encoded>
			<wfw:commentRss>http://jose.juarez.me/archives/319/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nonlinear Years&#8230;</title>
		<link>http://jose.juarez.me/archives/313</link>
		<comments>http://jose.juarez.me/archives/313#comments</comments>
		<pubDate>Sun, 03 Jan 2010 11:43:21 +0000</pubDate>
		<dc:creator>Jose</dc:creator>
				<category><![CDATA[Other News]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Politics]]></category>

		<guid isPermaLink="false">http://jose.juarez.me/?p=313</guid>
		<description><![CDATA[Ok, I know this sounds kind of crazy, but go with me for a minute. What if the year was nonlinear? A year still has 365 days (366 on leap years) so mixing the months around will not mess with &#8230; <a href="http://jose.juarez.me/archives/313">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Ok, I know this sounds kind of crazy, but go with me for a minute. What if the year was nonlinear? A year still has 365 days (366 on leap years) so mixing the months around will not mess with the earths orbit around the sun. Well, how about if years ran like this:</p>
<p>Every year there is a conference held by work leaders, or a committee of some sort. At this conference it is decided the order of the months for the following year. Picture a spinning wheal or a bingo machine that selects random numbers between 1 and 12. The months of the year would be selected at random and placed into a calendar. Imagine, Christmas during the summer time, 4th of July in the winter, Valentines day in the fall. Maybe you would want to see what your birthday would be like during the summer, winter, fall, or spring. Of course there would be some technical things to worry about.</p>
<p>What about those things that could not be done at random, say a year long treatment? Well, with our new calendar we would also note what day of the year it is. A treatment starts in 156th day of 2018. If treatment calls for a year we will just followup on the 156th day of 2019.</p>
<p>I don&#8217;t know, this is just a thought. It would not be easy to implement. It would take a world super military power to implement. So, if you are ever the leader of some new superpower, you might want to consider this idea. It might have flaws but I will keep people entertained and throw something different into their lives every year. After all, remember, bread and circus will keep the masses from rioting.</p>
<p>I wonder if I am the first person to have this thought? Probably not. If there is already a movement let me know.</p>
]]></content:encoded>
			<wfw:commentRss>http://jose.juarez.me/archives/313/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Props to iFixit</title>
		<link>http://jose.juarez.me/archives/308</link>
		<comments>http://jose.juarez.me/archives/308#comments</comments>
		<pubDate>Wed, 30 Dec 2009 02:24:19 +0000</pubDate>
		<dc:creator>Jose</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://jose.juarez.me/?p=308</guid>
		<description><![CDATA[I came home from work last week and discovered that my MacBook Pro did not recognize the built in Airport Extreme card. Tried doing all soft of troubleshooting before having to open up the computer. Opening up a laptop is &#8230; <a href="http://jose.juarez.me/archives/308">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I came home from work last week and discovered that my MacBook Pro did not recognize the built in Airport Extreme card. Tried doing all soft of troubleshooting before having to open up the computer. Opening up a laptop is not always the most pleasant experience. Thanks to <a href="http://www.ifixit.com/Guide" target="_blank">iFixit&#8217;s repair guides,</a> reseating the wireless card was a not so painful experience. I always refer to these guides and always refer people to them if they need to do any soft of upgrade. If your lucky someone has already recorded the process and posted a video on youtube.</p>
<p>Oh yeah, wireless worked again. Not sure how but the wireless card was a bit lose. Also, it is always a good idea to have a T6 Torx screwdriver of your own.</p>
]]></content:encoded>
			<wfw:commentRss>http://jose.juarez.me/archives/308/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
