<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>RSS feed for InstantSpot site Conrad&apos;s World</title><link>http://conrad.instantspot.com</link><description>because life is to short to not read my junk.</description><language>en-us</language><copyright>This work is Copyright &#xA9; 2008 by Conrad&apos;s World</copyright><generator>RSSVille ColdFusion FeedMaker, version 1.0</generator><pubDate>Fri, 21 Nov 2008 09:13:51 GMT</pubDate><item><title>MythTV Sound Woes</title><link>http://conrad.instantspot.com/blog/2008/08/26/MythTV-Sound-Woes</link><description>Problems I am having with MythTV</description><pubDate>Tue, 26 Aug 2008 16:16:00 GMT</pubDate><guid>http://conrad.instantspot.com/blog/2008/08/26/MythTV-Sound-Woes</guid><category>Linux</category></item><item><title>Hack Your Kids Toys</title><link>http://conrad.instantspot.com/blog/2008/05/08/Hack-Your-Kids-Toys</link><description>My steps to make a children&apos;s toy better.</description><pubDate>Thu, 08 May 2008 19:56:00 GMT</pubDate><guid>http://conrad.instantspot.com/blog/2008/05/08/Hack-Your-Kids-Toys</guid><category>Technology</category></item><item><title>Protein Bar Recipe</title><link>http://conrad.instantspot.com/blog/2008/04/30/Protein-Bar-Recipe</link><description>How to make your own protein bars from home.</description><pubDate>Wed, 30 Apr 2008 05:54:00 GMT</pubDate><guid>http://conrad.instantspot.com/blog/2008/04/30/Protein-Bar-Recipe</guid><category>Food</category></item><item><title>Does this remind you of anybody</title><link>http://conrad.instantspot.com/blog/2007/08/14/Does-this-remind-you-of-anybody</link><description>&lt;p&gt;  This reminds me of someone, but I can&amp;#39;t figure out who.&amp;nbsp;  &lt;/p&gt;  &lt;p&gt;  &amp;nbsp;  &lt;/p&gt;  &lt;p&gt;  &lt;img src=&quot;/userfiles/031307/71/dilbert2007018331803.gif&quot; alt=&quot;Dilbert Comic&quot; /&gt;  &lt;/p&gt;  </description><pubDate>Tue, 14 Aug 2007 20:22:41 GMT</pubDate><guid>http://conrad.instantspot.com/blog/2007/08/14/Does-this-remind-you-of-anybody</guid><category>Humor</category></item><item><title>Best use of Diet Coke + Mentos</title><link>http://conrad.instantspot.com/blog/2007/07/27/Best-use-of-Diet-Coke--Mentos</link><description>&lt;p&gt;  I found this amazing video that will forever change the prank world. Now I just need to find someone who drinks diet coke.  &lt;/p&gt;  &lt;p&gt;  [youtube l7Z818lnTK0]  &lt;/p&gt;  &lt;p&gt;  &amp;nbsp;  &lt;/p&gt;  </description><pubDate>Fri, 27 Jul 2007 12:18:32 GMT</pubDate><guid>http://conrad.instantspot.com/blog/2007/07/27/Best-use-of-Diet-Coke--Mentos</guid><category>Humor</category></item><item><title>How to fix your /etc/sudoers permissions</title><link>http://conrad.instantspot.com/blog/2007/07/03/How-to-fix-your-etcsudoers-permissions</link><description>&lt;p&gt;  So you decided to be brave and mess with your /etc/sudoers file but you end up just breaking it. Or maybe I am the only one who did that.  &lt;/p&gt;  &lt;p&gt;  I was trying to find a way of running the Ubuntu update-manager without having to put my password in. I read that you have to edit the /etc/sudoers file to do that, so no problem, right. First I &lt;em&gt;sudo gedit /etc/sudoers&lt;/em&gt; but it tells me that I don&amp;#39;t have permissions to do this, no problem, just change the permissions. So I &lt;em&gt;sudo chmod 0640 /etc/sudoers&lt;/em&gt; which changes the permissions, what I did realize that sudo does not work unless it has a permission of 0440. So now every time I try and sudo anything I get the message &amp;quot;  sudo: /etc/sudoers is mode 0640, should be 0440&amp;quot; so I cannot &lt;em&gt;sudo chmod 0440 /etc/sudoers&lt;/em&gt;.  &lt;/p&gt;  &lt;p&gt;  &lt;strong&gt;The Fix:&lt;/strong&gt; &lt;br /&gt;  &lt;/p&gt;  &lt;p&gt;  After some more pain and searching for how to fix it, I find that I can just go into recovery mode from the GRUB menu and then &lt;em&gt;chmod 0440 /etc/sudoers &lt;/em&gt;and reboot. So once again I avoid a reinstall of Ubuntu&lt;br /&gt;  &lt;/p&gt;  &lt;p&gt;  &amp;nbsp;  &lt;/p&gt;  </description><pubDate>Tue, 03 Jul 2007 16:54:20 GMT</pubDate><guid>http://conrad.instantspot.com/blog/2007/07/03/How-to-fix-your-etcsudoers-permissions</guid><category>Linux</category></item><item><title>Google Desktop for 64 bit Linux</title><link>http://conrad.instantspot.com/blog/2007/06/28/Google-Desktop-for-64-bit-Linux</link><description>&lt;p&gt;  I recently went to a fully 64 bit installation of Ubuntu Feisty. The only problems I had were that since I was running 64 bit Java I could not use my old CFEclipse installation anymore and had to download the 64 bit version, also I had to reinstall the my personal finance program, &lt;a href=&quot;http://www.moneydance.com/&quot; target=&quot;_blank&quot;&gt;Moneydance&lt;/a&gt; , but everything worked fine there once I reinstalled.  &lt;/p&gt;  &lt;p&gt;  I also had problems when I realized there is no 64 bit version of flash and I had to go back to 64 bit FireFox.  &lt;/p&gt;  &lt;p&gt;  Today Google announced the release of Google Desktop for Linux, and while this is not something I typically install onto windows systems, I do know the pain that searching for files in Linux can be so I decided to check it out. After a few minutes of trying to install the program I find that it is not compatible with my 64 bit install.  &lt;/p&gt;  &lt;p&gt;  I read of a few people running the --force-architecture  switch when installing, but with a few bugs. I would rather wait on a fully developed product than install a buggy product. I may play with it on a VM so I don&amp;#39;t break the rest of my system.  &lt;/p&gt;  &lt;p&gt;  I will update if I play with this and get anything to work, till now I will wait.   &lt;/p&gt;  </description><pubDate>Fri, 29 Jun 2007 00:26:31 GMT</pubDate><guid>http://conrad.instantspot.com/blog/2007/06/28/Google-Desktop-for-64-bit-Linux</guid><category>Linux</category></item><item><title>How to turn off Aero in Vista</title><link>http://conrad.instantspot.com/blog/2007/06/13/How-to-turn-off-Aero-in-Vista</link><description>&lt;p&gt;  So you installed Vista in all its glory. Basked in its newly redesigned Control Panel.&amp;nbsp;Felt the raw surge of power running though your spine when clicking the newly redesigned Start Button.  &lt;/p&gt;  &lt;p&gt;  &lt;a href=&quot;http://www.microsoft.com/windows/products/windowsvista/features/details/aero.mspx&quot; target=&quot;_blank&quot; title=&quot;Aero Features&quot;&gt;Aero&lt;/a&gt;  is one of the new features in some versions of Vista. Most of its features are cool and good at first, but if you are like me you realize that they do not really increase your productivity as promised and don&amp;#39;t want to waste the system resources used to run them. Plus some programs such as &lt;a href=&quot;http://www.adobe.com/products/fireworks/&quot; target=&quot;_blank&quot; title=&quot;Macromedia Fireworks&quot;&gt;Macromedia Fireworks&lt;/a&gt; don&amp;#39;t work with Aero and when run you get a message telling you that all your cool feature have been turned off for the meantime.  &lt;/p&gt;  &lt;p&gt;  In order to turn off the Aero feature you first have to spend some time looking for what you want. I have already done that for you so all you have to do is follow my directions.  &lt;/p&gt;  &lt;p&gt;  Open your control panel and click &amp;#39;Change the color scheme&amp;#39; then select &amp;#39;Windows Vista Basic&amp;#39; or any other scheme to your liking. It really is that simple.&amp;nbsp;  &lt;/p&gt;  &lt;p&gt;  &lt;img src=&quot;/userfiles/031307/71/winblows.jpg&quot; alt=&quot;Turn off Aero&quot; /&gt; &lt;br /&gt;  &lt;/p&gt;  </description><pubDate>Wed, 13 Jun 2007 13:43:13 GMT</pubDate><guid>http://conrad.instantspot.com/blog/2007/06/13/How-to-turn-off-Aero-in-Vista</guid><category>Vista</category></item><item><title>Latest News on Paris, Hilton</title><link>http://conrad.instantspot.com/blog/2007/06/12/Latest-News-on-Paris-Hilton</link><description>&lt;p&gt;  It looks as if they are quite nice, a 4 out of 5 star rating on &lt;a href=&quot;http://www.mytravelguide.com/hotels/profile-18716303-France_Paris_Hilton_Paris.html&quot; target=&quot;_blank&quot; title=&quot;Paris Hilton Rating&quot;&gt;myTravelGuide.com&lt;/a&gt; &lt;br /&gt;  &lt;/p&gt;  &lt;p&gt;  &lt;img src=&quot;/userfiles/031307/71/Stairs3.jpg&quot; alt=&quot;Paris Hilton&quot; title=&quot;Paris Hilton&quot; /&gt;   &lt;/p&gt;  &lt;p&gt;  You can learn more about staying at the &lt;a href=&quot;http://www.hilton-paris.com/&quot; title=&quot;Paris Hilton&quot;&gt;Paris Hilton&lt;/a&gt;  and make your reservations online.   &lt;/p&gt;  </description><pubDate>Tue, 12 Jun 2007 09:54:57 GMT</pubDate><guid>http://conrad.instantspot.com/blog/2007/06/12/Latest-News-on-Paris-Hilton</guid><category>Humor</category></item><item><title>USBCell - The batteries of the future</title><link>http://conrad.instantspot.com/blog/2007/03/23/USBCell--The-batteries-of-the-future</link><description>&lt;p&gt;  OK, so they are not that futuristic, but it&amp;#39;s ideas like this that make me drool. Most of use use batteries all the time for one thing or another. I know I go though countless batteries and while rechargeables are good for at home, when you are on the go, bringing the charger can just be a huge hassle. So someone thought about the power sources many of us take with us or have access to somewhere and USB came to mind, it is on every computer, modern game consoles, even some TV&amp;#39;s have USB ports. So with the combination of a normal AA battery and USB a new era was born.  &lt;/p&gt;  &lt;p&gt;  &lt;img src=&quot;/userfiles/031307/71/USBCELL.jpg&quot; alt=&quot;USBCell open and closed showing USB port&quot; title=&quot;USBCell battery&quot; width=&quot;480&quot; height=&quot;640&quot; /&gt; &lt;br /&gt;  &lt;/p&gt;  &lt;p&gt;  Enter the &lt;a href=&quot;http://www.usbcell.com/&quot; target=&quot;_blank&quot;&gt;USBCell&lt;/a&gt;, this wonderful idea allows you to take the charger with you, because it is in the battery.  &lt;/p&gt;  &lt;p&gt;  I ordered a set of 2 for use in my camera. Currently they are charging in my laptop, I have read that these do not get the same amount of charge compared with regular batteries, but I am going to put that to the test. I am going to take as many pictures as I can with these and then compare it with some regular batteries. Until I do that I am going to continue to this that these are totally geeky cool. I love them.  &lt;/p&gt;  &lt;p&gt;  I will get back to you on how effective they are.   &lt;/p&gt;  </description><pubDate>Fri, 23 Mar 2007 13:19:41 GMT</pubDate><guid>http://conrad.instantspot.com/blog/2007/03/23/USBCell--The-batteries-of-the-future</guid><category>Technology</category></item><item><title>The wonders of MythTV</title><link>http://conrad.instantspot.com/blog/2007/03/16/The-wonders-of-MythTV</link><description>&lt;p&gt;  For anybody who does not know about &lt;a href=&quot;http://www.mythtv.org/&quot; target=&quot;_blank&quot;&gt;MythTV&lt;/a&gt; , it is a wonderful thing, when it is working properly. I have been toying with setting up a media box with my computer and hooking it up to the TV, but raising twins and planning a wedding somehow takes up more time that you would think.  &lt;/p&gt;  &lt;p&gt;  If you don&amp;#39;t know about MythTV it is a media center program that run on Linux. It is seperated out with a frontend and a backend so you can run it on multiple computers on the same network. It will play your music, DVD&amp;#39;s, live TV, recorded TV, radio, and much more.  &lt;/p&gt;  &lt;p&gt;  Right now I have it setup but it is not working correctly and I have not had time to work on it more. When I get some time I will be reinstalling it and doing a complete writeup on how to set it up and how cool it is.   &lt;/p&gt;  </description><pubDate>Fri, 16 Mar 2007 15:18:59 GMT</pubDate><guid>http://conrad.instantspot.com/blog/2007/03/16/The-wonders-of-MythTV</guid><category>Linux</category></item><item><title>Coming soon to a Spot near you</title><link>http://conrad.instantspot.com/blog/2007/03/14/Coming-soon-to-a-Spot-near-you</link><description>&lt;p&gt;  As a teaser for what is in store for you I have some goodies just for you. This is what I will be posting about in the near (or far) future.  &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;My awesome laptop&lt;/li&gt;   &lt;li&gt;MythTV&lt;/li&gt;   &lt;li&gt;Linux goodness&lt;/li&gt;   &lt;li&gt;Perhaps some insight into the Vista&lt;/li&gt;   &lt;li&gt;Movie and TV reviews&lt;/li&gt;   &lt;li&gt;Hopefully something non-nerdy&lt;/li&gt;   &lt;li&gt;Anything else I can think of&lt;/li&gt;  &lt;/ul&gt;  Also I will probably complain about how instantspot does not have this or that feature.&amp;nbsp;  </description><pubDate>Wed, 14 Mar 2007 14:58:59 GMT</pubDate><guid>http://conrad.instantspot.com/blog/2007/03/14/Coming-soon-to-a-Spot-near-you</guid><category>General</category></item><item><title>The Best Queso Recipe</title><link>http://conrad.instantspot.com/blog/2007/03/13/The-Best-Queso-Recipe</link><description>&lt;p&gt;  I was looking for a recipe for queso but was totally unimpressed with the usual Velveta/chili combo so I looked at quite a few recipes and found one that is absolutly excellent.  &lt;/p&gt;  &lt;p&gt;  1/2 pound ground beef   &lt;br /&gt;  1T flour  &lt;br /&gt;  1 tsp chili powder  &lt;br /&gt;  1 tsp cumin  &lt;br /&gt;  1 tsp paprika  &lt;br /&gt;  1 tsp Mexican oregano  &lt;br /&gt;  salt  &lt;br /&gt;  pepper  &lt;/p&gt;  &lt;p&gt;  Mix together, hands work the best for this, then heat over medium heat to brown. The flour should allow the meat to break up well. Mix in with:   &lt;/p&gt;  &lt;p&gt;  1 block cream cheese  &lt;br /&gt;  2 cups shredded Monterrey Jack cheese  &lt;br /&gt;  1 can enchilada sauce  &lt;/p&gt;  &lt;p&gt;  Melt in microwave stopping every minute to mix.  Be careful of becoming addicted to this.  &lt;/p&gt;  &lt;p&gt;  Any mild melting cheese will work but Monterrey Jack is the easiest to find.  Cheddar does not work well because it will not melt right. This should be smooth and delicious.    &lt;/p&gt;  </description><pubDate>Tue, 13 Mar 2007 20:38:11 GMT</pubDate><guid>http://conrad.instantspot.com/blog/2007/03/13/The-Best-Queso-Recipe</guid><category>Food</category></item><item><title>The first one</title><link>http://conrad.instantspot.com/blog/2007/03/13/The-first-one</link><description>Here I am a blogging away. This is my first step into a larger world. I am not sure what I am going to focus on in this blog, but I am going to start by just putting up everything I can think of. From there I will maybe decide a direction to go with it, or perhaps not. We shall see.  </description><pubDate>Tue, 13 Mar 2007 19:59:58 GMT</pubDate><guid>http://conrad.instantspot.com/blog/2007/03/13/The-first-one</guid><category>General</category></item></channel></rss>