<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
   <channel>
      <title>Doug Dalton</title>
      <link>http://www.netreveal.com/ddalton/</link>
      <description>CTO :: Unix, PHP, Mysql, WebDAV and Random other topics</description>
      <language>en</language>
      <copyright>Copyright 2008</copyright>
      <lastBuildDate>Thu, 05 Jun 2008 14:18:07 -0800</lastBuildDate>
      <generator>http://www.sixapart.com/movabletype/?v=3.35</generator>
      <docs>http://blogs.law.harvard.edu/tech/rss</docs> 

            <item>
         <title>How to make your Dell m1210 into a Mac (dual boot with Vista)</title>
         <description><![CDATA[First off,  I take no responsibility for any damage done to your computer,  I am just explaining a possible way to get mac osx running on a dell m1210,  if you break your computer,  dont cry to me. Also buy osx,  if you are from apple,  make osx for regular pc's so I dont have to do this.<P>

First off you are going to need some things:<P>

-Utorrent <a href="http://www.utorrent.com> here</a><BR>
-Gparted Live CD  (if you dont have a free partition on your drive) <a href="http://gparted.sourceforge.net/livecd.php> here</a><BR>
-IMG burn <a href="http://www.imgburn.com/index.php?act=download"> here</a><BR>
-The OSX86 driver disk for the m1210 (only if you plan to upgrade to 10.5.3) <a href="http://www.netreveal.com/ddalton/OSX86.zip.torrent">Download file</a><BR>
-Kalyway OSX ISO 10.5.2 <a href="http://www.netreveal.com/ddalton/Kalyway_Leopard_10.5.2_DVD_Intel_Amd.torrent">Download file</a><BR>
-Kalyway Combo Update 10.5.3  (only if you plan to upgrade to 10.5.3) <a href="http://www.netreveal.com/ddalton/Mac_OS_X_Leopard_10.5.3_Kalyway_Combo_Update.torrent">Download file</a><BR>
-Your Vista install dvd <P>

Things you should know now before starting...  <BR>
-Scary things will happen (drives will have problems,  but hopefully this will walk  you through that) but you should be fairly os savvy before using this,  I dont go into a mass of detail but if you email me I will add more <BR>
-if you have the nvidia card,  your computer or monitor cant go into sleep mode,  it just wont work<BR>
Check this blog for update on Nvidia (<A href="http://scottdangel.com/blog/">Nvinstaller.com</A>)<BR>
-if you have the 1394 wifi card you will have to follow the iwidarwin project (<A HREF="http://code.google.com/p/iwidarwin/">iwidarwin</A>)  which had stopped as of the time I wrote this ,  I recommend the Dell 1390,  it works out of the box<BR>
- this process causes osx to load by default,  if you dont want that,  dont follow this ( I will work on a fix for this but I dont have one yet)><BR>
- Audio does not work without a different how to<BR>

]]></description>
         <link>http://www.netreveal.com/ddalton/2008/06/how_to_make_your_dell_m1210_in.html</link>
         <guid>http://www.netreveal.com/ddalton/2008/06/how_to_make_your_dell_m1210_in.html</guid>
         <category>Random</category>
         <pubDate>Thu, 05 Jun 2008 14:18:07 -0800</pubDate>
      </item>
            <item>
         <title>Simple Bulk rename : A Bash file rename script</title>
         <description><![CDATA[<p>often I have to rename a whole set of files that have not processed correctly,  to do this I rename them with Bash,  a simple script to do this is :</p>

<p>for f in *_3; do mv "$f" "${f/_3/_0}"; done</p>

<p>this renames all files ending in _3 to the same filename but now ending in _0 </p>]]></description>
         <link>http://www.netreveal.com/ddalton/2008/03/simple_bulk_rename_a_bash_file.html</link>
         <guid>http://www.netreveal.com/ddalton/2008/03/simple_bulk_rename_a_bash_file.html</guid>
         <category>System / Network Administration</category>
         <pubDate>Fri, 07 Mar 2008 16:04:52 -0800</pubDate>
      </item>
            <item>
         <title>BakeOff - The Blackjack 2 vs Moto Q Global</title>
         <description><![CDATA[<p>I recently ended my contract with Verizon to get a new PDA phone from AT&T.  I wanted wifi and a touchscreen,  but unless I wanted to carry a brick,  I mean the tilt,  i was SOL.   I decided I would look at the Moto Q9h or Global vs the Backjack 2.  The blackjack 2 was the first I tried.  I am going to keep this simple:<br />
The are both 3g, no wifi, 2.0 megapixel cameras and bluetooh</p>]]></description>
         <link>http://www.netreveal.com/ddalton/2008/02/bakeoff_the_blackjack_2_vs_mot.html</link>
         <guid>http://www.netreveal.com/ddalton/2008/02/bakeoff_the_blackjack_2_vs_mot.html</guid>
         <category>Random</category>
         <pubDate>Thu, 28 Feb 2008 14:16:03 -0800</pubDate>
      </item>
            <item>
         <title>Freebsd PHP ports tree</title>
         <description><![CDATA[<p>So I have noticed that from time to time the  /usr/ports/lang/php5-extensions versions get out of sync,  to fix this its as simple as just removing the config (make rmconfig [only if you want to add more modules]) and rebuilding make install -DFORCE_PKG_REGISTER</p>]]></description>
         <link>http://www.netreveal.com/ddalton/2008/01/freebsd_php_ports_tree.html</link>
         <guid>http://www.netreveal.com/ddalton/2008/01/freebsd_php_ports_tree.html</guid>
         <category>System / Network Administration</category>
         <pubDate>Tue, 15 Jan 2008 23:59:34 -0800</pubDate>
      </item>
            <item>
         <title>Mythtv and Centos Gnome Autologin</title>
         <description><![CDATA[<p>After a bit of time playing with Media portal,  which is GREAT,  I have gone back to mythtv,  which is not quite as intuitive,  and setting up a recording is the worst ui experience,  I only hope it gets better,  but step one for me is to get the autologin working on Centos 5 the howto is below</p>]]></description>
         <link>http://www.netreveal.com/ddalton/2007/11/mythtv_and_centos_gnome_autolo.html</link>
         <guid>http://www.netreveal.com/ddalton/2007/11/mythtv_and_centos_gnome_autolo.html</guid>
         <category>Random</category>
         <pubDate>Tue, 20 Nov 2007 01:51:37 -0800</pubDate>
      </item>
            <item>
         <title>X11 Display on Vista with ssh</title>
         <description><![CDATA[<p>Need an X11 interface that works quickly and for free... install Cygwin with X11 and openssh.... then make sure your ssh on your remote host has X11forwarding=yes.</p>

<p>from your bash shell in cygwin type startx a x11 xterm will come up and type:</p>

<p>DISPLAY=localhost:0.0 ssh -Y remotehost</p>

<p><br />
you set... then any remote  x app will appear on your desktop</p>]]></description>
         <link>http://www.netreveal.com/ddalton/2007/11/x11_display_on_vista_with_ssh.html</link>
         <guid>http://www.netreveal.com/ddalton/2007/11/x11_display_on_vista_with_ssh.html</guid>
         <category>System / Network Administration</category>
         <pubDate>Thu, 01 Nov 2007 14:10:34 -0800</pubDate>
      </item>
            <item>
         <title>Verizon LG Vx8600 Set your Search menu item to Google Mobile</title>
         <description><![CDATA[<p>Verizon usually cripples all the great functions on a phone and rarely lets you customize any options,  especially the search page on the Mobile Web Browser,  but here is how you do it if you have a Bluetooth link or USB cable to your LG Vx8600</p>

<p>Download and Install <A HREF=http://bitpim.org>bitpim</a>  </p>

<p>Once setup, Run Bitpim,  under view,  check view filesystem.  </p>

<p>On the left filesystem will appear.  Click Filesystem and expand "/"</p>

<p>Download <a href="http://www.netreveal.com/ddalton/paramtable1.fil"> paramtable1.fil</a></p>

<p>(Do this at your own risk, I am not responsible for any damage to your phone)</p>

<p>Browse the filesystem,  under OWS (click OWS) right click paramtable1.fil,  click overwrite and select the version of paramtable1.fil that you just saved.</p>

<p>Then start the browser and select search from the menu (#3)  and it should be google moble replacing the lame VZW search.</p>

<p><br />
</p>]]></description>
         <link>http://www.netreveal.com/ddalton/2007/07/verizon_lg_vx8600_set_your_sea.html</link>
         <guid>http://www.netreveal.com/ddalton/2007/07/verizon_lg_vx8600_set_your_sea.html</guid>
         <category>Random</category>
         <pubDate>Mon, 30 Jul 2007 00:53:42 -0800</pubDate>
      </item>
            <item>
         <title>Verizon LG Vx8600 Change your  WAP server</title>
         <description><![CDATA[<p>There a hidden menu in your Vx8600,  type ##PROGRAM8600 SEND (##77647268600 SEND) You can change your WAP server here as well as the get it now server. </p>

<p>A confirmed open wap server is :</p>

<p><A HREF=http://www.wap-gateway.com/> Wap gateway</A></p>

<p>An unconfirmed Open Wap server is:</p>

<p>Link1-IP1: 194.204.012.042<br />
Link1-Port1: 9201</p>

<p>This will save you the $5 a month charge to verzion but still cost you airtime<br />
</p>]]></description>
         <link>http://www.netreveal.com/ddalton/2007/07/verizon_lg_vx8600_change_your.html</link>
         <guid>http://www.netreveal.com/ddalton/2007/07/verizon_lg_vx8600_change_your.html</guid>
         <category>Random</category>
         <pubDate>Sun, 29 Jul 2007 22:33:24 -0800</pubDate>
      </item>
            <item>
         <title>Verizon LG Vx8600</title>
         <description><![CDATA[<p>How do you get you save your phone book with LG verizon vx8600? </p>

<p>one way is to spend a bunch of more money with verizon and buy their sync kit, but I suggest another option using <A href=http://bitpim.org>BitPIM</A>.  This is a great opensource package that works with most verizon phones.  For the Vx8600 you will need to get the development version if you get the "provider blocked: unable to access filesystem " message,  here is the version as of this article <a href=http://sourceforge.net/project/downloading.php?group_id=75211&use_mirror=superb-east&filename=bitpim-1.0.1.20070703-setup.exe&98410499>Development Windows install</A></p>

<p><br />
</p>]]></description>
         <link>http://www.netreveal.com/ddalton/2007/07/verizon_lg_vx8600.html</link>
         <guid>http://www.netreveal.com/ddalton/2007/07/verizon_lg_vx8600.html</guid>
         <category>Random</category>
         <pubDate>Thu, 26 Jul 2007 14:00:37 -0800</pubDate>
      </item>
            <item>
         <title>WAMP the solution for Vista</title>
         <description><![CDATA[<p>I needed to install PHP, PhpMyAdmin and MySql on Vista.  This was taking forever,  Apache 2.2 kept crashing,  Pear wouldnt install ... so I looked up  apache, mysql, php and windows and came across WAMP (<A href=http://www.wampserver.com/en/>Website</A>).  This is a GREAT package that save a ton of time.  If you need to install Apache, Mysql, and PHP on a windows server,  this is a must have package.</p>]]></description>
         <link>http://www.netreveal.com/ddalton/2007/04/wamp_the_solution_for_vista.html</link>
         <guid>http://www.netreveal.com/ddalton/2007/04/wamp_the_solution_for_vista.html</guid>
         <category>Coding</category>
         <pubDate>Tue, 24 Apr 2007 20:03:09 -0800</pubDate>
      </item>
            <item>
         <title>Teddy Bears at Popscene</title>
         <description><![CDATA[<p><object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/KkEgvEKG-KI"></param><embed src="http://www.youtube.com/v/KkEgvEKG-KI" type="application/x-shockwave-flash" width="425" height="350"></embed></object></p>]]></description>
         <link>http://www.netreveal.com/ddalton/2007/04/latest_video.html</link>
         <guid>http://www.netreveal.com/ddalton/2007/04/latest_video.html</guid>
         <category>Random</category>
         <pubDate>Wed, 04 Apr 2007 08:06:09 -0800</pubDate>
      </item>
            <item>
         <title>Stderr .... output to grep</title>
         <description><![CDATA[<p>When you use some program like spamassassin,  you will notice that the debug information :</p>

<p>spamassassin -D --lint </p>

<p>goes to stderr ... so you cant use grep as straight forward as you want.  Here is how to pipe it to grep in bash:</p>

<p>spamassassin --lint -D 2>&1 | grep ....</p>

<p>or spamassassin --lint -D > output.txt 2>&1</p>

<p>to pipe it to a file first.<br />
</p>]]></description>
         <link>http://www.netreveal.com/ddalton/2007/02/stderr_output_to_grep.html</link>
         <guid>http://www.netreveal.com/ddalton/2007/02/stderr_output_to_grep.html</guid>
         <category>System / Network Administration</category>
         <pubDate>Fri, 16 Feb 2007 13:05:55 -0800</pubDate>
      </item>
            <item>
         <title>Disk Hog on Unix</title>
         <description><![CDATA[<p>So it often comes to the time to find what is taking all the space on your hard drive and like many things in unix,  this isnt so straight forward, du (disk usage) will tell you how to do this,  here will show you your top ten offending directories:</p>

<p>du -ha / | sort -n -r | head -n 10</p>

<p>du -ha = disk usage in human readable format ( lowest to highest )<br />
sort -n -r = reverse the order<br />
head -n 10 = top ten</p>

<p>| = pipe the output to the next command<br />
</p>]]></description>
         <link>http://www.netreveal.com/ddalton/2007/02/disk_hog_on_unix.html</link>
         <guid>http://www.netreveal.com/ddalton/2007/02/disk_hog_on_unix.html</guid>
         <category>System / Network Administration</category>
         <pubDate>Fri, 16 Feb 2007 10:17:05 -0800</pubDate>
      </item>
            <item>
         <title>Parking Stub</title>
         <description><![CDATA[<p>I met with <a href="http://en.wikipedia.org/wiki/George_Randolph_Hearst_II">Steve Hearst</a> of the <a href="http://en.wikipedia.org/wiki/Hearst_Corporation">Hearst family</a> and to validate my parking ticket,  he signed it.... just thought it was interesting ...  a bit of California history.. a bit blurry though </p>

<p><a href="http://www.netreveal.com/ddalton/images/2007/02/hearst.jpg"><img alt="hearst.jpg" src="http://www.netreveal.com/ddalton/images/2007/02/hearst-thumb.jpg" width="128" height="96" /></a></p>]]></description>
         <link>http://www.netreveal.com/ddalton/2007/02/parking_stub.html</link>
         <guid>http://www.netreveal.com/ddalton/2007/02/parking_stub.html</guid>
         <category>Random</category>
         <pubDate>Wed, 14 Feb 2007 13:47:40 -0800</pubDate>
      </item>
            <item>
         <title>How to save a mapped drive password in XP</title>
         <description><![CDATA[<p>The manage network passwords utility in XP doesnt have an add password function so you have to go to the command prompt and use the following :</p>

<p>NET USE U: \\NETHOME\USERID /PERSISTENT:YES /SAVECRED</p>

<p>This will prompt you for the Username and password and store them.</p>]]></description>
         <link>http://www.netreveal.com/ddalton/2007/01/how_to_save_a_mapped_drive_pas.html</link>
         <guid>http://www.netreveal.com/ddalton/2007/01/how_to_save_a_mapped_drive_pas.html</guid>
         <category></category>
         <pubDate>Tue, 02 Jan 2007 12:06:21 -0800</pubDate>
      </item>
      
   </channel>
</rss>
