<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-717454206054087592</id><updated>2011-10-09T05:47:58.481-06:00</updated><category term='contract'/><category term='scan'/><category term='anti-patterns'/><category term='misc'/><title type='text'>srcbin</title><subtitle type='html'>adventures in a small software business</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://srcbin.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/717454206054087592/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://srcbin.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Scott Serr</name><uri>http://www.blogger.com/profile/07103567986473147147</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>17</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-717454206054087592.post-6468202758057541032</id><published>2011-05-07T10:49:00.004-06:00</published><updated>2011-05-07T11:30:23.493-06:00</updated><title type='text'>Hard Drive Images</title><content type='html'>We use ntfsclone in our Loader project.&amp;nbsp; I tend to use it to make backups of computers, or copy NT filesystems around between partitions etc.&lt;br /&gt;&lt;br /&gt;The command "ntfsclone" has switches "-s" and "-r" to tell ntfsclone to save and restore in a special format.&amp;nbsp; The special format leaves out all the holes in the file system -- who would want those?&amp;nbsp; And actually, why would you use ntfsclone if you weren't using those switches?&amp;nbsp; You could just use "dd" and bit copy the whole partition.&amp;nbsp; From my point of view, there seems to be little reason to use ntfsclone if you aren't using the special format switches.&lt;br /&gt;&lt;br /&gt;Sometimes I'd like to mount an NTFS under Linux.&amp;nbsp; Ahhh, if the NTFS is in the special format and compressed with gzip, that *IS* a problem.&lt;br /&gt;&lt;br /&gt;&lt;pre class="prettyprint lang-sh" name="”code"&gt;ntfsclone -r -O - myfs.ntfsclone.gz | gunzip -c &gt; myfs&lt;br /&gt;sudo mount -o loop myfs /mnt&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;The problem here is that this takes a while and in the end you better have enough free disk space available.&lt;br /&gt;&lt;br /&gt;I've been thinking.&amp;nbsp; If you'd like to hand someone exactly what their (XP) computer had on it before and let them browse it to pull out any important files, how would you do that?&amp;nbsp; Being on Linux, I have "mount -loop" at my disposal, but Windows users are out of luck, right?&lt;br /&gt;&lt;br /&gt;Open source to the rescue again, even on Windows: http://en.wikipedia.org/wiki/ImDisk (their homepage isn't as nice as the wikipedia page)&lt;br /&gt;&lt;br /&gt;I tried ImDisk out, seems to work fine.&amp;nbsp; It might be a little bit hard to use for someone that only knows about their "My Documents" but who knows.&amp;nbsp; So, you could do something like this:&lt;br /&gt;&lt;br /&gt;&lt;pre class="prettyprint lang-sh" name="”code"&gt;ntfsresize -s 50G /dev/sda1&lt;br /&gt;ntfsclone -O - /dev/sda1 | \&lt;br /&gt;gunzip -c | ssh bigserver "cat &amp;gt; myfs"&lt;br /&gt;# re-image / re-install victim&lt;br /&gt;rsync bigserver:myfs /mnt/windows/myoldfs&lt;br /&gt;# boot windows, install ImDisk&lt;br /&gt;# mount your oldfs as disk G: for retrieving stuff&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&amp;nbsp;The only trick here is resizing the original ntfs down so it's pretty much full (of files).&amp;nbsp; This ensures you aren't wasting a bunch of dead space in your image file.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/717454206054087592-6468202758057541032?l=srcbin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://srcbin.blogspot.com/feeds/6468202758057541032/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://srcbin.blogspot.com/2011/05/hard-drive-images.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/717454206054087592/posts/default/6468202758057541032'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/717454206054087592/posts/default/6468202758057541032'/><link rel='alternate' type='text/html' href='http://srcbin.blogspot.com/2011/05/hard-drive-images.html' title='Hard Drive Images'/><author><name>Scott Serr</name><uri>http://www.blogger.com/profile/07103567986473147147</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-717454206054087592.post-7878479767766195426</id><published>2011-05-02T11:07:00.000-06:00</published><updated>2011-05-07T11:29:27.110-06:00</updated><title type='text'>Aleratec Roboracer Duplex Codes</title><content type='html'>From the two sources I mentioned last week, here's the codes laid out:&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;CR+LF  #clear input buffer&lt;br /&gt;!BNKLF8E #both LEDs off&lt;br /&gt;!BNKFG89 #both LEDs flashing&lt;br /&gt;!BNKLG8F #both LEDs on&lt;br /&gt;!BNKSTA3 #attention/no-op&lt;br /&gt;&lt;br /&gt;!BNKDP90 #release one disc from the top disc loader&lt;br /&gt;&lt;br /&gt;!BNKRG95 #top handle turns a small angle&lt;br /&gt;!BNKRB90 #top handle turns a big angle&lt;br /&gt;!BNKRH96 #top handle turns back to origin&lt;br /&gt;&lt;br /&gt;!BNKPG93 #bottom handle turns small angle&lt;br /&gt;!BNKPB8E #bottom handle turns a big angle&lt;br /&gt;!BNKPH94 #bottom handle turns back to origin&lt;br /&gt;&lt;br /&gt;BNKR*, the "R" seems to be Reader/Writer&lt;br /&gt;BNKP*, the "P" seems to be for Printer (lightscribe)&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;Notice that the 2 hex digits on the end of "P" commands are 2 less than the "R" commands. It makes me wonder if those 2 digits are analog.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/717454206054087592-7878479767766195426?l=srcbin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://srcbin.blogspot.com/feeds/7878479767766195426/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://srcbin.blogspot.com/2011/05/aleratec-roboracer-duplex-codes.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/717454206054087592/posts/default/7878479767766195426'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/717454206054087592/posts/default/7878479767766195426'/><link rel='alternate' type='text/html' href='http://srcbin.blogspot.com/2011/05/aleratec-roboracer-duplex-codes.html' title='Aleratec Roboracer Duplex Codes'/><author><name>Scott Serr</name><uri>http://www.blogger.com/profile/07103567986473147147</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-717454206054087592.post-8893579552679860139</id><published>2011-04-28T16:18:00.003-06:00</published><updated>2011-05-03T12:05:03.228-06:00</updated><title type='text'>Straight Forward Aleratec Roboracer CD/DVD Duplex Duplicator under Linux</title><content type='html'>Rico found cool ways to talk to the Roboracer Duplex Duplicator:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://ricochen.wordpress.com/2009/07/21/use-aleratec-roboracer-ls-duplex-under-linux-to-automate-daily-dvd-backups/"&gt;http://ricochen.wordpress.com/2009/07/21/use-aleratec-roboracer-ls-duplex-under-linux-to-automate-daily-dvd-backups/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Not having the unit yet...  I didn't understand the typical flow of commands, so here it seems to be. &lt;br /&gt;&lt;br /&gt;&lt;pre style="color: blue;"&gt;#!/bin/bash&lt;br /&gt;&lt;br /&gt;top=/dev/sr1&lt;br /&gt;bottom=/dev/sr2&lt;br /&gt;tty=/dev/ttyUSB&lt;br /&gt;&lt;br /&gt;# clear top and load from hopper&lt;br /&gt;  eject $top&lt;br /&gt;  echo -n "!BNKRG95" &amp;gt; $tty # top_hand_small&lt;br /&gt;  echo -n "!BNKRH96" &amp;gt; $tty # top_hand_back&lt;br /&gt;  echo -n "!BNKDP90" &amp;gt; $tty # top_tray_load_disc&lt;br /&gt;  eject -t $top&lt;br /&gt;&lt;br /&gt;# write disc&lt;br /&gt;&lt;br /&gt;# clear bottom and load bottom from top&lt;br /&gt;  eject $bottom&lt;br /&gt;  echo -n "!BNKPG93" &amp;gt; $tty # bottom_hand_small&lt;br /&gt;  echo -n "!BNKPH94" &amp;gt; $tty # bottom_hand_back&lt;br /&gt;  echo -n "!BNKRB90" &amp;gt; $tty # top_hand_big&lt;br /&gt;  eject $top&lt;br /&gt;  eject -t $bottom&lt;br /&gt;  echo -n "!BNKRH96" &amp;gt; $tty # top_hand_back&lt;br /&gt;  eject -t $top&lt;br /&gt;&lt;br /&gt;# label disc&lt;br /&gt;&lt;br /&gt;# drop disc&lt;br /&gt;  echo -n "!BNKPH94" &amp;gt; $tty # bottom_hand_back&lt;br /&gt;  eject $bottom&lt;br /&gt;  echo -n "!BNKPG93" &amp;gt; $tty # bottom_hand_small&lt;br /&gt;  echo -n "!BNKPH94" &amp;gt; $tty # bottom_hand_back&lt;br /&gt;  eject -t $bottom&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;I've also found some notes on the non-Duplex version here:&lt;br /&gt;&lt;a href="http://hyperdiscs.pbworks.com/w/page/19778460/Command%20Sets%20--%20Aleratec%20RoboRacer%20LS"&gt;http://hyperdiscs.pbworks.com/w/page/19778460/Command%20Sets%20--%20Aleratec%20RoboRacer%20LS&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/717454206054087592-8893579552679860139?l=srcbin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://srcbin.blogspot.com/feeds/8893579552679860139/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://srcbin.blogspot.com/2011/04/straight-forward-aleratec-roboracer.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/717454206054087592/posts/default/8893579552679860139'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/717454206054087592/posts/default/8893579552679860139'/><link rel='alternate' type='text/html' href='http://srcbin.blogspot.com/2011/04/straight-forward-aleratec-roboracer.html' title='Straight Forward Aleratec Roboracer CD/DVD Duplex Duplicator under Linux'/><author><name>Scott Serr</name><uri>http://www.blogger.com/profile/07103567986473147147</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-717454206054087592.post-1712581150199119764</id><published>2010-11-06T11:29:00.001-06:00</published><updated>2010-11-06T11:32:49.810-06:00</updated><title type='text'>Antec case fixed</title><content type='html'>&lt;a href="http://techloopreviews.com/images/products/full/3392P180_q_r.jpg" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" height="200" src="http://techloopreviews.com/images/products/full/3392P180_q_r.jpg" width="150" /&gt;&lt;/a&gt;Everything seems so disposable these days.&amp;nbsp; I'm trying to fight that and bought a case a few years ago...&amp;nbsp; the Antec P180.&amp;nbsp; It is quirky, it is huge, and very expensive.&amp;nbsp; But, it is the best case I've ever had and very close to silent.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;I'm not really happy with it being on the floor, but it's been there for about 1/2 of it's life.&amp;nbsp; My dog walked past it a while back while a USB flash was sticking out.&amp;nbsp; I walked in a few minutes later... flash broken on the carpet... USB ports busted up.&lt;br /&gt;&lt;br /&gt;Frustration...&amp;nbsp; I used back ports for months with an extension.&lt;br /&gt;&lt;br /&gt;Then, I got this great idea... &lt;a href="http://store.antec.com/Category/accessory-spare_parts.aspx"&gt;Antec might sell those ports.&lt;/a&gt;&amp;nbsp; I searched, hey people have been getting replacements under warranty.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://store.antec.com/productimages/Standards/root/P180%20front%20port%20assembly%201_resize.jpg" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="200" src="http://store.antec.com/productimages/Standards/root/P180%20front%20port%20assembly%201_resize.jpg" width="200" /&gt;&lt;/a&gt;WOW!&amp;nbsp; They actually sent me a replacement port module!&lt;br /&gt;&lt;br /&gt;It works great.&amp;nbsp; I'm lovin' &lt;a href="http://www.antec.com/"&gt;Antec&lt;/a&gt; even though I had 2 of their power supplies die on me in the past.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/717454206054087592-1712581150199119764?l=srcbin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://srcbin.blogspot.com/feeds/1712581150199119764/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://srcbin.blogspot.com/2010/11/antec-case-fixed.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/717454206054087592/posts/default/1712581150199119764'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/717454206054087592/posts/default/1712581150199119764'/><link rel='alternate' type='text/html' href='http://srcbin.blogspot.com/2010/11/antec-case-fixed.html' title='Antec case fixed'/><author><name>Scott Serr</name><uri>http://www.blogger.com/profile/07103567986473147147</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-717454206054087592.post-7310584591071362702</id><published>2010-10-18T14:09:00.002-06:00</published><updated>2010-10-18T14:12:55.720-06:00</updated><title type='text'>BIOS upgrades on modern hardware - with Linux</title><content type='html'>Back in the mid-90s, upgrading your BIOS meant create a boot floppy, copy your BIOS util and image to it, boot from it, run the BIOS util.&amp;nbsp; &lt;br /&gt;&lt;br /&gt;Now days no one uses floppies.&amp;nbsp; Well almost no one.&amp;nbsp; I see no legitimate use for them on modern hardware (and OS) except for weird/scary boot and BIOS issues.&lt;br /&gt;&lt;br /&gt;I recently tried to boot my 3 year old Gigabyte P35-S3L motherboard off of a USB flash containing Ubuntu 10.10.&amp;nbsp; Unfortunately, the BIOS is not booting from USB Flash.&amp;nbsp; This got me thinking, have I ever upgraded the BIOS?&amp;nbsp; My version is F2, the newest is F8.&amp;nbsp; So I went down that route...&lt;br /&gt;&lt;br /&gt;First, you download some XXXX.exe file from Gigabyte's website.&amp;nbsp; Great if you no what to do with such a thing.&amp;nbsp; My Gigabyte motherboard has a Q-Flash utility built into the current BIOS, so I can flash it without booting off any media.&lt;br /&gt;&lt;br /&gt;On my notebook:&lt;br /&gt;&lt;div style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;sudo apt-get install p7zip-full&lt;br /&gt;mkdir bios&lt;/div&gt;&lt;div style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;cd bios&lt;/div&gt;&lt;div style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;mv ../motherboard_bios_ga-p35-s3l_f8.exe .&lt;/div&gt;&lt;div style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;7z x motherboard_bios_ga-p35-s3l_f8.exels -l&lt;/div&gt;&lt;div style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;total 1600&lt;/div&gt;&lt;div style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;-rw-r--r-- 1 scott scott&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 18 2009-06-21 20:13 autoexec.bat&lt;/div&gt;&lt;div style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;-rw-r--r-- 1 scott scott&amp;nbsp;&amp;nbsp; 26351 2008-08-28 01:16 FLASHSPI.EXE&lt;/div&gt;&lt;div style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;-rw-r--r-- 1 scott scott&amp;nbsp; 554366 2010-10-18 13:00 motherboard_bios_ga-p35-s3l_f8.exe&lt;/div&gt;&lt;div style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;-rw-r--r-- 1 scott scott 1048576 2009-06-19 04:00 P35S3L.F8&lt;/div&gt;&lt;br /&gt;At this point, I had the image file P35S3L.F8.&amp;nbsp; It needs to get to my workstation and have Q-Flash work on it.&amp;nbsp; Looking at Q-Flash (hit the End key during boot), it will read floppies and hard drives. (I'm sure only formated FAT)&amp;nbsp; I have no Floppy drive in my workstation, so I found my USB Floppy drive.&amp;nbsp; You are probably thinking, but... it's USB, will the HW do the proper rerouting?&amp;nbsp; I had confidence from prior recovery of BIOS using a USB Floppy.&lt;br /&gt;&lt;br /&gt;A little wierd but:&lt;br /&gt;&lt;div style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;sudo ln -s /dev/sdb /dev/fd0&lt;/div&gt;&lt;div style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;mformat a:&lt;/div&gt;&lt;div style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;mcopy P35S3L.F8 a:&lt;/div&gt;(I checked to make sure I could read it and did a diff of the original)&lt;br /&gt;&lt;br /&gt;Booted into Q-Flash, and now it showed a Floppy B where it only showed Floppy A before. Selected it, chose my image file..&amp;nbsp; and Click click click...&amp;nbsp; away we go.&lt;br /&gt;&lt;br /&gt;I still can't boot off USB Flash, but I do have a new BIOS.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/717454206054087592-7310584591071362702?l=srcbin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://srcbin.blogspot.com/feeds/7310584591071362702/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://srcbin.blogspot.com/2010/10/bios-upgrades-on-modern-hardware-with.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/717454206054087592/posts/default/7310584591071362702'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/717454206054087592/posts/default/7310584591071362702'/><link rel='alternate' type='text/html' href='http://srcbin.blogspot.com/2010/10/bios-upgrades-on-modern-hardware-with.html' title='BIOS upgrades on modern hardware - with Linux'/><author><name>Scott Serr</name><uri>http://www.blogger.com/profile/07103567986473147147</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-717454206054087592.post-4168117126922346094</id><published>2010-06-17T19:42:00.001-06:00</published><updated>2010-06-17T19:45:09.920-06:00</updated><title type='text'>screen sharing on Linux</title><content type='html'>Seems like not many choices...&amp;nbsp; But who needs many choices if it works well?&amp;nbsp; In the Windows world the choices seem to never end.&lt;br /&gt;&lt;br /&gt;VNC is the old tried and true.&amp;nbsp; It is great over LAN, ok over fast WAN connections, but seems to leave something to be desired over typical internet connections.&amp;nbsp; The speed just isn't stellar.&amp;nbsp; Worse, if you want to share YOUR existing desktop on Linux, it affects your video performance.&amp;nbsp; It is universal though, I can connect to my mum (secure over ssh tunneling of course) and fix things on her XP machine.&lt;br /&gt;&lt;br /&gt;NX... what great promise it has and has had and had and had.&amp;nbsp; It does what people thought was impossible - it speeds up remote X sessions to almost local speed.&amp;nbsp; The commercial server starts at $800.&amp;nbsp; But no fear, there are open source servers that use the NX libraries.&lt;br /&gt;&lt;br /&gt;The problem is the free NX client (nxclient) is pretty much the only offering out there to view a remote session.&amp;nbsp; It comes in Windows, Mac, Linux, and other flavors.&amp;nbsp; It works quite well in many cases except this one:&amp;nbsp; attach to a shared local desktop (or shadow session) with the client on a modern Linux distribution.&amp;nbsp; If you do this - the keyboard is all messed up.&amp;nbsp; An up-arrow causes a PrintScreen button to be pushed and so on.&lt;br /&gt;&lt;br /&gt;So... if you are ok with mouse / keyboard input turned off - I guess it will work ok.&amp;nbsp; Our options are slim, so that's the way we will be using it.&amp;nbsp; Sure would be nice though if a Linux user could see my Linux desktop and interact with it as well as a Windows or Mac user could!&lt;br /&gt;&lt;br /&gt;If we were "real men", we'd take the open source NX libraries and put our own working NX Client together ourselves.&amp;nbsp; Which, if we have slow times, I'm sure that will be discussed.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/717454206054087592-4168117126922346094?l=srcbin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://srcbin.blogspot.com/feeds/4168117126922346094/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://srcbin.blogspot.com/2010/06/screen-sharing-on-linux.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/717454206054087592/posts/default/4168117126922346094'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/717454206054087592/posts/default/4168117126922346094'/><link rel='alternate' type='text/html' href='http://srcbin.blogspot.com/2010/06/screen-sharing-on-linux.html' title='screen sharing on Linux'/><author><name>Scott Serr</name><uri>http://www.blogger.com/profile/07103567986473147147</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-717454206054087592.post-5819146335206924672</id><published>2010-06-12T22:46:00.005-06:00</published><updated>2010-06-14T09:39:39.002-06:00</updated><title type='text'>big week</title><content type='html'>&lt;span style="font-size:130%;"&gt;A very busy week that has so far turned out very good.&lt;/span&gt;&lt;br /&gt;In addition to the normal life stuff, I did a ton of zipping around trying to grow our little business.  I'm trying to get more use of our Loader product, save XP machines from landfills, and get another software developer.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;Demo "Loader" to local computer shop.&lt;/span&gt;&lt;br /&gt;This went really well despite more poor preparedness.  I managed to lose my flash drive (boot media) in the last 10 minutes before I went out the door.  I searched frantically, then built up a new usb flash drive.  When I got to the computer (repair) store, they had DHCP so I demoed an XP install on my Dell Mini 9.  They were interested in trying it on a computer on the bench.  When it worked flawlessly except for missing one driver they were impressed; basically, "we've got to have it!"  Not alot of money involved, but we have to start somewhere and they are willing to work through bugs.&lt;br /&gt;&lt;span style="font-size:130%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size:130%;"&gt;Hiring a third.&lt;/span&gt;&lt;br /&gt;We've been wanting to do this far a long time.  I've had my eyes set on an unnamed person and we finally have enough stability that I feel comfortable asking this person to join us.  Crossing fingers.&lt;br /&gt;&lt;span style="font-size:130%;"&gt;&lt;br /&gt;XBMC Demo.&lt;/span&gt;&lt;br /&gt;I went to the ISLUG meeting this week.  It got off to a slow start.  I was 10 minutes late and there was one other person.  I expected them to already be ooowing and aaahing over XBMC, but it took at least another 1/2 hour for that to happen.  &lt;a href="http://islug.org/2010/06/12/xbmc-linux-media-center/#more-59"&gt;Joshua Clark has posted a bit on the ISLUG site.&lt;/a&gt;  It will likely replace my Freevo setup that I have had for 7 years.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;Demo "Loader" to ERGS.&lt;/span&gt;&lt;br /&gt;My family and I went to Salt Lake City today (Saturday).  Our plan was to go to the Zoo, then Electroregeneration Society, then the Discovery Museum, then somewhere fun for dinner - The Maya .  It ended up very different.  We arrived at the Zoo quite late with wind and rain following us there - so we skipped that.  We took care of some family wardrobe malfunctions at Walmart.  Then what...  We decided to go to the Gateway mall, ate at Applebee's, and my mom and I walked to ERGS while my wife and kids checked out build-a-bear etc and went to the Discovery Museum without us.&lt;br /&gt;ERGS, was great!  I had a good time talking with Jerry.  Learning about their operation.  I really hope we can get something like it fired up in Pocatello and Idaho Falls.  I'll post more on this later.&lt;br /&gt;Showing off the Loader was fun and worked great on a random box we grabbed.  I'm very close to all the details with it so I enjoy explaining and answering questions.  Jerry liked it, we will talk more about how they can implement it there.  We will donate use of it to them -- to get things rolling.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/717454206054087592-5819146335206924672?l=srcbin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://srcbin.blogspot.com/feeds/5819146335206924672/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://srcbin.blogspot.com/2010/06/big-week.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/717454206054087592/posts/default/5819146335206924672'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/717454206054087592/posts/default/5819146335206924672'/><link rel='alternate' type='text/html' href='http://srcbin.blogspot.com/2010/06/big-week.html' title='big week'/><author><name>Scott Serr</name><uri>http://www.blogger.com/profile/07103567986473147147</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-717454206054087592.post-3987773273533992626</id><published>2010-04-29T19:17:00.007-06:00</published><updated>2010-04-29T20:24:23.482-06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='anti-patterns'/><title type='text'>when to commit your source code to "the" repository</title><content type='html'>A friend of mine, Jeff, has been working for a defense contractor for a while.  About a year ago, he was in town and we went to lunch, where he told me the awful news.  People don't know how to use a version control system.  (&lt;a href="http://en.wikipedia.org/wiki/Revision_control"&gt;Or is it a revision control system?&lt;/a&gt;)  The software developers there DO NOT commit there code to the repository until after they load it to production.  He was bewildered by this.  (I was too)  They said... No, it's just too hard.  Sometimes we move things around, thats a pain.  Also, we are sure we have the same thing in the repository and production this way.&lt;br /&gt;&lt;br /&gt;OK, I have some obvious problems with this that are hopefully obvious to you too.  If not, you are not a geek and shouldn't be reading this post.  What kind of repository is this?  Apparently they are not keeping track of any of their development or bug fixes.  So all they have in their repository are releases that &lt;span style="font-weight: bold;"&gt;hopefully &lt;/span&gt;match was was installed in production.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;font-size:130%;" &gt;Fast Forward to yesterday....&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Part-time, I subcontract to a Department of Energy contractor.  They use PVCS.  I stored a few scripts in a project directory in their PVCS.  Great, I think to myself this is much less painful than all the paperwork.  Minutes later, I notice and fix a few typos in the ReadMe.txt.  I commit that change to PVCS.  (If you've worked for a bureaucracy for many years, you may have just caught my mistake.)&lt;br /&gt;&lt;br /&gt;So I have:&lt;br /&gt;&lt;pre&gt;&lt;br /&gt;Script1      Version 1.0&lt;br /&gt;Lib1         Version 1.0&lt;br /&gt;ReadMe.txt   Version 1.1&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;A fellow system engineer is tasked with "loading it to plant."  In &lt;span style="font-weight: bold;"&gt;normal&lt;/span&gt; speak this is "release to production."  He's trying to push this through and get all the authorizations signed off.  He gets a call, "Why is ReadMe.txt at version 1.1?  What SCR (Software Change Request) was done to authorize those changes?  You can't just go changing files willy-nilly."&lt;br /&gt;&lt;br /&gt;Oh no!  We've been TRAPPED! Really? Since the end of development ReadMe.txt been at Version 1.1 and all the testing was done on Version 1.1 - for some reason that should read Version 1.0.  Why?  Because at least one person doesn't know what a version control system is.  Now if they were a "sophisticated" user, they would use TAGS and people that don't understand versions could just look at release tags.  But they are not sophisticated users.  How they document a release is inside their SCR (Software Change Request) document.  You &lt;span style="font-weight: bold;"&gt;PASTE&lt;/span&gt; the versions of all the files you are releasing into this document.  This is your poor man's tag.  Well, apparently it's a poor man's tag only when convenient for the people in control.  At the stage we got the (you've been caught) call, it was not a poor man's tag.  The version on the file is some how the release version.&lt;br /&gt;&lt;br /&gt;How did we make them happy?  We removed the ReadMe.txt from the SCR document as it was not a file we were installing anyway.&lt;br /&gt;&lt;br /&gt;A couple questions:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Has anyone ever seen this sort of use/abuse of a version control system?  Was it at a government contractor?&lt;/li&gt;&lt;li&gt;What would have happened if all the files were 1.1?  Would it pass detection?&lt;/li&gt;&lt;li&gt;Should I ask if there is another repository that I can use for &lt;span style="font-weight: bold;"&gt;source code version &lt;/span&gt;control?&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;Doesn't look like I'm the only &lt;a href="http://stackoverflow.com/questions/107264/how-often-to-commit-changes-to-source-control"&gt;person&lt;/a&gt; that believes in "&lt;a href="http://www.amazon.com/Practical-Subversion-Second-Experts-Source/dp/1590597532"&gt;commit early, commit often.&lt;/a&gt;"&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/717454206054087592-3987773273533992626?l=srcbin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://srcbin.blogspot.com/feeds/3987773273533992626/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://srcbin.blogspot.com/2010/04/when-to-commit-your-source-code-to.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/717454206054087592/posts/default/3987773273533992626'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/717454206054087592/posts/default/3987773273533992626'/><link rel='alternate' type='text/html' href='http://srcbin.blogspot.com/2010/04/when-to-commit-your-source-code-to.html' title='when to commit your source code to &quot;the&quot; repository'/><author><name>Scott Serr</name><uri>http://www.blogger.com/profile/07103567986473147147</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-717454206054087592.post-437197207557503000</id><published>2010-04-19T14:36:00.007-06:00</published><updated>2010-04-29T19:16:08.067-06:00</updated><title type='text'>Tucows/Comodo code signing certificate for Java</title><content type='html'>I might as well document this process out here for others.&lt;br /&gt;&lt;br /&gt;Comodo through Tucows is the known cheapest way to sign Java code.  So that's what we went for.  In addition to parting with $75, plan on a day of finding verification documents and keeping the ball in their court.&lt;br /&gt;&lt;br /&gt;The process is supposed to go like this:&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Signup with Tucows to be an author. (free)&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Use their "author resources" to order a Comodo certificate.&lt;/li&gt;&lt;li&gt;Verify you are who you say you are with Comodo.&lt;/li&gt;&lt;li&gt;Download certificate and start signing your Java jars.&lt;br /&gt;&lt;/li&gt;&lt;/ol&gt;The problem is, the flow between Tucows and Comodo is very loose.  It takes 2-3 days to get handed off to Comodo after you start your order with Tucows.  Then it takes a day for Comodo to start asking you questions.  After that, from our experience, count on  bouncing information to Comodo atleast 6 times over the course of 3 days.  In our case, our $75 code signing probably cost us $500 if you include our time.  On the other hand, it's probably a hastle with everyone.&lt;br /&gt;&lt;br /&gt;Problem #1:&lt;br /&gt;It seems for their Corporate verification, it's fairly indepth.  I think we were able to be verified with: Articles of Incorporation, Acceptance of S-Corp, company bank statement, and phone bill.&lt;br /&gt;&lt;br /&gt;Problem #2:&lt;br /&gt;We were just about to move HQ to a new corporate address.  I gave them our new corporate address, none of our documents support that address.  So I had to tell them to change my order's address to our existing/current corporate address.&lt;br /&gt;&lt;br /&gt;Problem #3:&lt;br /&gt;We don't have a land line in our business name.  We have a Google Voice number that forwards to our cell phones.  This sounds all smart and modern, but caused us problems in this case.  We had to jump through additional hoops to get them to accept our cell phone bill.&lt;br /&gt;&lt;br /&gt;Once you get all the OKs, they finally send you a link to "collect your code signing certificate."  BTW, you are supposed to use the same computer and browser from start to finish.  It's doing some certifying magic.  So you go to the collection link, and your browser (or javascript) has a popup that a certificate is installed.  Now you just stare at the page that doesn't have any forward navigation.&lt;br /&gt;&lt;br /&gt;So, you'll probably do what I did and search for how to USE your Comodo certificate.  Google tells me some good things that aren't obvious from the Comodo page.&lt;br /&gt;&lt;ul&gt;&lt;li&gt;https://support.comodo.com/index.php?_m=knowledgebase&amp;amp;_a=viewarticle&amp;amp;kbarticleid=419&lt;/li&gt;&lt;li&gt;https://support.comodo.com/uploaded/UsingComodoAuthenticodeCertificateforJava.pdf&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;Those docs are pretty Windows centric.  You just gotta love screen captures of a DOS box.  (We do things a little different in the Linux/Unix world where we can actually copy TEXT out of a command line easily.)&lt;br /&gt;&lt;br /&gt;After following how to export the certificate out of Firefox, I had a P12 file.  My experience was something like this:&lt;br /&gt;&lt;br /&gt;&lt;pre style="color: rgb(51, 51, 255);"&gt;wget  http://wiki.austriangrid.at/files/PKCS12Import.java&lt;br /&gt;javac PKCS12Import.java&lt;br /&gt;java PKCS12Import srcbin-code-signing-certificate.p12 keystore.ks&lt;br /&gt;jarsigner -keystore keystore.ks classes.jar "srcbin, inc's the usertrust network id"&lt;br /&gt;jarsigner -verify -certs classes.jar&lt;/pre&gt;&lt;br /&gt;(Or maybe I should show you that in 4 or 5 screen shots, put in a document and covert it to PDF)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/717454206054087592-437197207557503000?l=srcbin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://srcbin.blogspot.com/feeds/437197207557503000/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://srcbin.blogspot.com/2010/04/tucowscomodo-code-signing-certificate.html#comment-form' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/717454206054087592/posts/default/437197207557503000'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/717454206054087592/posts/default/437197207557503000'/><link rel='alternate' type='text/html' href='http://srcbin.blogspot.com/2010/04/tucowscomodo-code-signing-certificate.html' title='Tucows/Comodo code signing certificate for Java'/><author><name>Scott Serr</name><uri>http://www.blogger.com/profile/07103567986473147147</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-717454206054087592.post-8874256589595113740</id><published>2009-11-12T23:00:00.007-07:00</published><updated>2009-11-25T16:38:07.013-07:00</updated><title type='text'>notebook &lt;= 1.6 aspect ratio</title><content type='html'>The consumers have taken over!&lt;br /&gt;&lt;br /&gt;It turns out that nobody actually uses their computers for computing anymore, they all just watch videos.  In 2004 it was special to have a notebook with a widescreen.  It wasn't my desire, but I purchased a Compaq R3000Z with a 1680x1050 15.4" screen -- 1.6 aspect ratio.  It's a tad bit too dense.  I'm a fanatic about running LCDs in native resolution so I'm eager for new desktops (on Linux) to do all the scaling for you.&lt;br /&gt;&lt;br /&gt;Back to the current situation.  You can no longer get a 1.33 (4:3) aspect ration notebook screen.  Worse... the old 1.6 aspect ratio isn't &lt;span style="font-weight: bold;"&gt;wide enough&lt;/span&gt; for those watch movies on their computers... so a new 16:9 or 1.78 is a must.  This is now driving the market.  50% of the screens are 1366x768 -- the same as my refurb 32" TV.  It's out of control.&lt;br /&gt;&lt;br /&gt;Recap:&lt;br /&gt;1.33 (4:3) is gone, dead...&lt;br /&gt;1.6 (16:10) is very rare now&lt;br /&gt;1.78 (16:9) is "all that"&lt;br /&gt;&lt;br /&gt;I'd actually prefer something that I could see more than 5 lines of source code on at a time.  A good start is more than 1000 pixels high.  To do that in the current market I'd have to buy something as wide as a truck.  Gone are the days of my old work laptop's 1400x1050 (D610).&lt;br /&gt;&lt;br /&gt;You can still get 1.6 aspect ratio in high end notebooks, but it takes lots of looking in addition to the money:&lt;br /&gt;&lt;br /&gt;Lenovo T400 (14" 1440x900)&lt;br /&gt;Lenovo R400 (14" 1440x900)&lt;br /&gt;Dell E6400 (14" 1440x900)&lt;br /&gt;Apple Macbook Pro (15" 1440x900)&lt;br /&gt;&lt;br /&gt;Their are some with 1680x1050, but you'd have to get a pretty big notebook to make the pixels big enough for my eyes.&lt;br /&gt;&lt;br /&gt;The 1.6 aspect ratio thins the herd...  To maybe 5% of the notebooks out their.&lt;br /&gt;&lt;br /&gt;My Desire:&lt;br /&gt;14 or 14.1" screen at 1440x900&lt;br /&gt;2.4+GHz Core 2 Duo&lt;br /&gt;DDR3 Memory (would go to 4GB)&lt;br /&gt;7200RPM HD 320GB&lt;br /&gt;Lightweight (no CD/DVD would be a plus)&lt;br /&gt;Good battery life&lt;br /&gt;&lt;br /&gt;The cheap route -- Dell Vostro 1520.&lt;br /&gt;no DDR3, big 15", and not light... but does have 1440x900 (WXGA+)&lt;br /&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;(BTW, I really appreciate Dell not telling you the resolutions and instead giving you these acronyms)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;The Dell E5400 starts cheap, but you pay $99 to get away from Vista.  :(  I probably should be getting Win7 for testing -- not to actually use mind you.&lt;br /&gt;&lt;br /&gt;I think what I really want...  A Macbook Pro 15" shrunk down to 14" and the cost shrunk would be nice too.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/717454206054087592-8874256589595113740?l=srcbin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://srcbin.blogspot.com/feeds/8874256589595113740/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://srcbin.blogspot.com/2009/11/notebook-requirements-16-aspect-ratio.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/717454206054087592/posts/default/8874256589595113740'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/717454206054087592/posts/default/8874256589595113740'/><link rel='alternate' type='text/html' href='http://srcbin.blogspot.com/2009/11/notebook-requirements-16-aspect-ratio.html' title='notebook &lt;= 1.6 aspect ratio'/><author><name>Scott Serr</name><uri>http://www.blogger.com/profile/07103567986473147147</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-717454206054087592.post-4273102949389764803</id><published>2009-10-02T12:01:00.002-06:00</published><updated>2009-10-02T12:05:47.739-06:00</updated><title type='text'>scanners in Ubuntu 9.04 Jaunty</title><content type='html'>It turns out that progress is painful sometimes.  Ubuntu is not shy about changing how things work.  I've used 2 scanners in the last few weeks and both required a work-around.  For xsane or gscan2pdf to find my scanners I had to sudo them.&lt;br /&gt;&lt;br /&gt;sudo gscan2pdf&lt;br /&gt;&lt;br /&gt;Well of course that's not the right way to do it, so I started searching.  I spent way to long searching and finding junk --lots of UDEV rules that you have to get "just right".  When really what you want to do is tell HAL.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://ubuntuforums.org/showthread.php?p=8041415"&gt;This great post tells all.&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/717454206054087592-4273102949389764803?l=srcbin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://srcbin.blogspot.com/feeds/4273102949389764803/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://srcbin.blogspot.com/2009/10/scanners-in-ubuntu-904-jaunty.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/717454206054087592/posts/default/4273102949389764803'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/717454206054087592/posts/default/4273102949389764803'/><link rel='alternate' type='text/html' href='http://srcbin.blogspot.com/2009/10/scanners-in-ubuntu-904-jaunty.html' title='scanners in Ubuntu 9.04 Jaunty'/><author><name>Scott Serr</name><uri>http://www.blogger.com/profile/07103567986473147147</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-717454206054087592.post-6474345659475105676</id><published>2009-09-30T11:43:00.005-06:00</published><updated>2009-09-30T12:33:54.064-06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='misc'/><category scheme='http://www.blogger.com/atom/ns#' term='scan'/><category scheme='http://www.blogger.com/atom/ns#' term='contract'/><title type='text'>A little bit of everything - Sep 30 2009</title><content type='html'>My main consulting contract has been very busy.  We've been working on a capital project that needed to be in place on Sep 30.  Anything that could go wrong, went wrong.  Wrong computers, wrong hard drive controller cards, wrong cables for those controller cards, incomplete test beds of existing infrastructure, on and on.&lt;br /&gt;&lt;br /&gt;I ordered a &lt;a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16838115052"&gt;Fujitsu S1500 scanner&lt;/a&gt;.  I almost went with the cheaper S300, but decided that I really needed the Fujitsu driver/engine that is thoroughly tested in Linux.  I plan to use it with &lt;a href="http://gscan2pdf.sourceforge.net/"&gt;gscan2pdf&lt;/a&gt;.  I'll probably post something later about trying to go paperless in business and personal paperwork.&lt;br /&gt;&lt;br /&gt;We just got &lt;a href="http://jared.sourceforge.net/"&gt;jared&lt;/a&gt; spruced up.  The page at sourceforge needs spruced up now.  Jared now supports "db" records which according to Tim at &lt;a href="http://sentinelchicken.com/research/registry_format/"&gt;Sentinal Chicken&lt;/a&gt; was introduced in the registry hive format with XP.  I've seen one "db" record in the "software" hive.  It's just not that common to have strings that are larger than 16K.  But it sure confuses Windows if you screw up any record.&lt;br /&gt;&lt;br /&gt;I relearned everything I forgot since I last used &lt;a href="http://cinelerra.org/"&gt;Cinelerra&lt;/a&gt;.  I'm trying to make videos for the &lt;a href="http://srcbin.com/?page=products"&gt;srcbin Loader&lt;/a&gt;.  I'm making progress and will probably have a 20 minute full demo, 3 minute infomercial, and 1 minute commercial.&lt;br /&gt;&lt;br /&gt;I highly recommend &lt;a href="http://www.cabotstain.com/"&gt;Cabot's Deck Stain&lt;/a&gt; which is available at Lowe's.  (Behr has given me nothing but trouble, check DIY forums for details)  We tried Cabot's a few days ago and it's wonderful.  I recommend a mix of atleast 1:1 clear to color.  2:1 would really show off your wood.  One gallon will do 500 sqft.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/717454206054087592-6474345659475105676?l=srcbin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://srcbin.blogspot.com/feeds/6474345659475105676/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://srcbin.blogspot.com/2009/09/little-bit-of-everything-sep-30-2009.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/717454206054087592/posts/default/6474345659475105676'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/717454206054087592/posts/default/6474345659475105676'/><link rel='alternate' type='text/html' href='http://srcbin.blogspot.com/2009/09/little-bit-of-everything-sep-30-2009.html' title='A little bit of everything - Sep 30 2009'/><author><name>Scott Serr</name><uri>http://www.blogger.com/profile/07103567986473147147</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-717454206054087592.post-2716090840181645069</id><published>2009-09-11T16:28:00.011-06:00</published><updated>2009-09-11T23:10:27.413-06:00</updated><title type='text'>record your desktop with ffmpeg</title><content type='html'>Long ago (2006?) at a previous job, I used &lt;a href="http://ffmpeg.org/"&gt;ffmpeg&lt;/a&gt; to do some screen recordings or "&lt;a href="http://en.wikipedia.org/wiki/Screencast"&gt;screencasts&lt;/a&gt;".  We wanted to integrate video help into our custom in-house &lt;a href="http://en.wikipedia.org/wiki/Electronic_design_automation"&gt;EDA&lt;/a&gt; tool.  At that point, most screen capture on Linux was buggy.  I tried gtk-recordMyDesktop and xvidcap, compiling new packages from source didn't really make good quality video.  I found a hack for ffmpeg to capture X as an input, it worked great.  Long term it had a problem, the patch used code from an incompatible license.  So ffmpeg and the patch could not come together as a product.&lt;br /&gt;&lt;br /&gt;But...  GOOD NEWS.  As of Ubuntu 9.04, ffmpeg has stable capture support.  Apparently the feature was re-implemented so that the license problem was resolved!&lt;br /&gt;&lt;br /&gt;Here is how you do it:&lt;br /&gt;&lt;pre&gt;&lt;span style="color: rgb(153, 0, 0);font-size:130%;" &gt;&lt;br /&gt;ffmpeg -an -s 1200x900 -r 25 -f x11grab -i :0.0 \&lt;br /&gt; -s 1200x900 -r 25 -vcodec libxvid \&lt;br /&gt; -aspect 1.3333 -sameq video-nosound.avi&lt;/span&gt;&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;I found this posted on &lt;a href="http://ubuntuforums.org/archive/index.php/t-1179861.html"&gt;ubuntu forums from igorzwx&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Oh, this is handy too.  I forgot this command name, but knew it existed from years past.  Gives you the geometry setting of a window:&lt;br /&gt;&lt;pre&gt;&lt;span style="color: rgb(153, 0, 0);font-size:130%;" &gt;&lt;br /&gt;xwininfo&lt;br /&gt;&lt;/span&gt;&lt;/pre&gt;&lt;br /&gt;Even better!  A &lt;a href="http://code.google.com/p/qboard/wiki/CreatingScreencastsWithFfmpeg"&gt;great little script&lt;/a&gt; that runs xwininfo for you and builds you an ffmpeg line.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/717454206054087592-2716090840181645069?l=srcbin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://srcbin.blogspot.com/feeds/2716090840181645069/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://srcbin.blogspot.com/2009/09/record-your-desktop-with-ffmpeg.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/717454206054087592/posts/default/2716090840181645069'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/717454206054087592/posts/default/2716090840181645069'/><link rel='alternate' type='text/html' href='http://srcbin.blogspot.com/2009/09/record-your-desktop-with-ffmpeg.html' title='record your desktop with ffmpeg'/><author><name>Scott Serr</name><uri>http://www.blogger.com/profile/07103567986473147147</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-717454206054087592.post-6482465660670027532</id><published>2009-09-09T15:02:00.007-06:00</published><updated>2009-09-10T18:49:14.075-06:00</updated><title type='text'>air hose the email server</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_-5KssX1t1xI/SqmcHQPKOpI/AAAAAAAAAAU/7a6ccYQ3_0E/s1600-h/airhose.png"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 139px; height: 106px;" src="http://3.bp.blogspot.com/_-5KssX1t1xI/SqmcHQPKOpI/AAAAAAAAAAU/7a6ccYQ3_0E/s200/airhose.png" alt="" id="BLOGGER_PHOTO_ID_5380002878302337682" border="0" /&gt;&lt;/a&gt;Today I switched memory on the email server, Dell SC440.  It went from 2GB to 4GB, the email server is actually inside a Xen DomU (guest).  No head is on this machine.  I knew it would not boot strait away with different memory size.  On a Dell it tells you the memory size changed, do you want to continue or enter setup.  I blindly hit F1 (continue).  I did not known F1 was bypassing the warning that SATA2 was not found.&lt;br /&gt;&lt;br /&gt;After fiddling around I found it had dropped /dev/sdb out of the RAIDs.  Eeek.  My dusting job with the air hose, was too invasive!&lt;br /&gt;&lt;br /&gt;Not good:&lt;br /&gt;&lt;pre&gt;&lt;br /&gt;# cat /proc/mdstat&lt;br /&gt;Personalities : [raid6] [raid5] [raid4] [raid0] [raid1]&lt;br /&gt;md2 : active raid5 sda4[0] sdd4[3] sdc4[2]&lt;br /&gt;  444309504 blocks level 5, 256k chunk, algorithm 2 [4/3] [U_UU]&lt;br /&gt;&lt;br /&gt;md0 : active raid1 sda1[0] sdc1[2]&lt;br /&gt;  803236 blocks super 1.0 [3/2] [U_U]&lt;br /&gt;  bitmap: 2/7 pages [8KB], 64KB chunk&lt;br /&gt;&lt;br /&gt;md1 : active raid5 sda2[0] sdd2[3] sdc2[2]&lt;br /&gt;  15710976 blocks level 5, 256k chunk, algorithm 2 [4/3] [U_UU]&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;So I needed to re-add it, but I can never remember the syntax.  After some looking, this is what I did:&lt;br /&gt;&lt;pre&gt;&lt;br /&gt;mdadm --misc --detail /dev/md0&lt;br /&gt;mdadm --manage /dev/md0 --add /dev/sdb1&lt;br /&gt;mdadm --misc --detail /dev/md1&lt;br /&gt;mdadm --manage /dev/md1 --add /dev/sdb2&lt;br /&gt;mdadm --misc --detail /dev/md2&lt;br /&gt;mdadm --manage /dev/md2 --add /dev/sdb4&lt;br /&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/717454206054087592-6482465660670027532?l=srcbin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://srcbin.blogspot.com/feeds/6482465660670027532/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://srcbin.blogspot.com/2009/09/air-hose-email-server.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/717454206054087592/posts/default/6482465660670027532'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/717454206054087592/posts/default/6482465660670027532'/><link rel='alternate' type='text/html' href='http://srcbin.blogspot.com/2009/09/air-hose-email-server.html' title='air hose the email server'/><author><name>Scott Serr</name><uri>http://www.blogger.com/profile/07103567986473147147</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_-5KssX1t1xI/SqmcHQPKOpI/AAAAAAAAAAU/7a6ccYQ3_0E/s72-c/airhose.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-717454206054087592.post-2574543524872515123</id><published>2009-09-07T23:21:00.006-06:00</published><updated>2009-09-11T20:09:08.955-06:00</updated><title type='text'>new email server and spam</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.zimbra.com/_media/logos/zimbra_logo.gif"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 173px; height: 82px;" src="http://www.zimbra.com/_media/logos/zimbra_logo.gif" alt="" border="0" /&gt;&lt;/a&gt;About 2 weeks ago we switched to &lt;a href="http://zimbra.com/"&gt;Zimbra Collaboration Suite&lt;/a&gt;.  I finally had time to do this, after working on it on and off for about 7 months.  It replaced a homegrown &lt;a href="http://postfix.org/"&gt;Postfix&lt;/a&gt;, &lt;a href="http://www.courier-mta.org/imap/"&gt;Courier IMAP&lt;/a&gt;, &lt;a href="http://spamassassin.apache.org/"&gt;Spamassassin&lt;/a&gt; setup running on &lt;a href="http://www.gentoo.org/"&gt;Gentoo&lt;/a&gt;.  I've been running my own email server for a very long time...  first RedHat 4-5 on a DEC Alpha, then on SuSE 7, then Gentoo.  Back in the old days a misconfigured server didn't really matter much.  Yes, there was a time I even (unknowingly) ran an open relay.  Seems like in about 2000-2001 things needed to be much tighter. And now it's to the point I'd rather not configure each daemon individually.&lt;br /&gt;&lt;br /&gt;Zimbra is treating us great so far -- our little company and all the friends and family that have been on my mail server for so so long.&lt;br /&gt;&lt;br /&gt;One thing that concerns me -- more spam seems to get through.  Well, it turns out that my old Postfix setup was probably a bit overboard.  It was particularly nasty to incoming connections that:&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Lacked a reverse DNS lookup&lt;/li&gt;&lt;li&gt;Came from a Dynamic IP&lt;/li&gt;&lt;li&gt;Reverse DNS didn't match their HELO&lt;/li&gt;&lt;/ol&gt;So, I'm trying to be nicer now.  Not everyone's mail can come through "proper" channels I guess.  Much of the time it's out of a person's control, their ISP might not know what they are doing.&lt;br /&gt;&lt;br /&gt;I'm trying to teach the &lt;a href="http://en.wikipedia.org/wiki/Bayesian_filtering"&gt;Bayesian filter&lt;/a&gt; about spam and ham.  Zimbra is supposed to do this when someone drags the email to the Junk folder or if they click on the Junk button in their web interface.  I'm not totally sure.  And since they've abstracted me from sa-learn, I can't run it directly without passing it a bunch of switches so it can find itself in the /opt/zimbra tree.&lt;br /&gt;&lt;br /&gt;I've decided to try to attract some spam.  How better than to post an email address here?  How about scrapeme1@srcbin.com that sounds good.  Yes, &lt;a href="mailto:scrapeme1@srcbin.com"&gt;scrape me&lt;/a&gt; would like some unsolicited email.  For those wondering about "Scrape," it is what people used to do computer screens to get information off of them -- usually in a terminal application.  After the web got interesting data, &lt;a href="http://en.wikipedia.org/wiki/Web_scraping"&gt;web scraping&lt;/a&gt; took off.  Spammers build "robots" or "bots" to traverse the web looking for text that looks like email addresses.  Mostlikely, scrapeme1@srcbin.com will look fresh and desirable to spammers and will hopefully spread around a bit on some lists.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/717454206054087592-2574543524872515123?l=srcbin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://srcbin.blogspot.com/feeds/2574543524872515123/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://srcbin.blogspot.com/2009/09/new-email-server-and-spam.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/717454206054087592/posts/default/2574543524872515123'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/717454206054087592/posts/default/2574543524872515123'/><link rel='alternate' type='text/html' href='http://srcbin.blogspot.com/2009/09/new-email-server-and-spam.html' title='new email server and spam'/><author><name>Scott Serr</name><uri>http://www.blogger.com/profile/07103567986473147147</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-717454206054087592.post-8593215566414697223</id><published>2009-09-06T17:43:00.011-06:00</published><updated>2009-09-11T20:13:58.077-06:00</updated><title type='text'>how to build a DOS boot USB mem stick on Linux</title><content type='html'>You might find yourself needing to boot DOS on an x86 computer.  A popular reason would be to &lt;a href="http://en.wikipedia.org/wiki/BIOS#Flashing_the_BIOS"&gt;update the BIOS&lt;/a&gt;.  What if the computer doesn't have a floppy drive?  Or you need more room than a floppy?  What if the new SATA DVD writer doesn't seem to be recognized by the CDROM drivers on the DOS boot CD you built?&lt;br /&gt;&lt;br /&gt;We use &lt;a href="http://www.sysresccd.org/"&gt;sysresccd&lt;/a&gt; all the time, but that is Linux and I needed to copy an arbitrary .exe to removable media, boot DOS and run the .exe.  I've customized the &lt;a href="http://www.freedos.org/"&gt;FreeDOS&lt;/a&gt; CD, but CDs wouldn't work so I &lt;a href="http://wiki.fdos.org/Installation/BootDiskCreateUSB"&gt;found this page&lt;/a&gt;.  Which option to &lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.freedos.org/freedos/images/buttons/fdfishbutton.png"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 90px; height: 31px;" src="http://www.freedos.org/freedos/images/buttons/fdfishbutton.png" alt="" border="0" /&gt;&lt;/a&gt;try?  Well, I chose a few short options at first, then went with the long option (#1).  A lot of procedural language, seems better to just write a script.&lt;br /&gt;&lt;br /&gt;Make an empty directory and run this script (on Linux):&lt;br /&gt;&lt;a href="http://srcbin.com/downloads/make-fdos-usb.sh"&gt;Download it here&lt;/a&gt;&lt;br /&gt;&lt;pre&gt;#!/bin/sh&lt;br /&gt;&lt;br /&gt;wget 'http://prdownloads.sourceforge.net/advancemame/makebootfat-1.4.tar.gz?download'&lt;br /&gt;tar -xzf makebootfat-1.4.tar.gz&lt;br /&gt;cd makebootfat-1.4&lt;br /&gt;./configure&lt;br /&gt;make&lt;br /&gt;ls makebootfat&lt;br /&gt;&lt;br /&gt;cd ..&lt;br /&gt;&lt;br /&gt;wget 'http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/distributions/1.0/pkgs/kernels.zip'&lt;br /&gt;wget 'http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/distributions/1.0/pkgs/commandx.zip'&lt;br /&gt;wget 'http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/distributions/1.0/pkgs/unstablx.zip'&lt;br /&gt;&lt;br /&gt;unzip kernels.zip&lt;br /&gt;unzip commandx.zip&lt;br /&gt;unzip unstablx.zip&lt;br /&gt;&lt;br /&gt;mkdir fs-root&lt;br /&gt;&lt;br /&gt;cp bin/command.com bin/kernel.sys fs-root/&lt;br /&gt;cp source/ukernel/boot/fat*.bin fs-root/&lt;br /&gt;cp /usr/lib/syslinux/mbr.bin fs-root/&lt;br /&gt;&lt;br /&gt;#cd fs-root&lt;br /&gt;#sudo ../makebootfat-1.4/makebootfat -o /dev/sdd -E 255 -1 fat12.bin -2 fat16.bin -3 fat32lba.bin -m mbr.bin .&lt;br /&gt;#sudo dd if=/dev/sdd of=~/fdos-usb.dd&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;Tested on Ubuntu 9.04 with nothing special installed.  Apparently some distributions will have  /usr/lib/syslinux/mbr.bin in another spot or not at all.  The last 3 lines (comments) are there as an example of what to do next.  Use "sudo dd" at your own risk.&lt;br /&gt;&lt;br /&gt;The end result is a USB mem stick that will boot FreeDOS and allow you to run your BIOS update utility.  Now you are free to collect lots of little tools like that on one stick.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/717454206054087592-8593215566414697223?l=srcbin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://srcbin.blogspot.com/feeds/8593215566414697223/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://srcbin.blogspot.com/2009/09/how-to-build-dos-boot-usb-mem-stick-on.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/717454206054087592/posts/default/8593215566414697223'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/717454206054087592/posts/default/8593215566414697223'/><link rel='alternate' type='text/html' href='http://srcbin.blogspot.com/2009/09/how-to-build-dos-boot-usb-mem-stick-on.html' title='how to build a DOS boot USB mem stick on Linux'/><author><name>Scott Serr</name><uri>http://www.blogger.com/profile/07103567986473147147</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-717454206054087592.post-484919800952511960</id><published>2009-09-06T17:09:00.002-06:00</published><updated>2009-09-07T00:44:00.220-06:00</updated><title type='text'>intended use and who we are</title><content type='html'>I had a blog of technical stuff setup on JRoller, but it was just sorta clunky, wasn't used much, and got very little traffic.  I (we) hope to post good technical stuff here for other's reference, not just our own.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://srcbin.com/"&gt;srcbin, Inc&lt;/a&gt; is a small company in south east Idaho.  We think we have &lt;a href="http://srcbin.com/?page=experience"&gt;talent&lt;/a&gt; and hope to grow and gain talent.  The more I think of it we ought to expose some of our little adventure.  We hope to work towards the principles in &lt;a href="http://monty-says.blogspot.com/"&gt;Monty&lt;/a&gt;'s &lt;a href="http://askmonty.org/wiki/index.php/The_hacking_business_model"&gt;hacking business model&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Our name might be a little confusing for those outside the software realm.  "src" and "bin" are the typical abbreviations for &lt;a href="http://en.wikipedia.org/wiki/Source_code"&gt;source&lt;/a&gt; and &lt;a href="http://en.wikipedia.org/wiki/Binary_code"&gt;binary&lt;/a&gt; respectively.  It's a little geeky, but so are we.&lt;br /&gt;&lt;a href="http://srcbin.com/?page=experience"&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/717454206054087592-484919800952511960?l=srcbin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://srcbin.blogspot.com/feeds/484919800952511960/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://srcbin.blogspot.com/2009/09/intended-use-and-who-we-are.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/717454206054087592/posts/default/484919800952511960'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/717454206054087592/posts/default/484919800952511960'/><link rel='alternate' type='text/html' href='http://srcbin.blogspot.com/2009/09/intended-use-and-who-we-are.html' title='intended use and who we are'/><author><name>Scott Serr</name><uri>http://www.blogger.com/profile/07103567986473147147</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
