<?xml version="1.0" encoding="UTF-8"?>
<feed xml:lang="en-US" xmlns="http://www.w3.org/2005/Atom">
  <title>netinlet - Home</title>
  <id>tag:netinlet.com,2008:mephisto/</id>
  <generator uri="http://mephistoblog.com" version="0.7.3">Mephisto Noh-Varr</generator>
  <link href="http://netinlet.com/feed/atom.xml" rel="self" type="application/atom+xml"/>
  <link href="http://netinlet.com/" rel="alternate" type="text/html"/>
  <updated>2008-10-11T12:53:21Z</updated>
  <entry xml:base="http://netinlet.com/">
    <author>
      <name>doug</name>
    </author>
    <id>tag:netinlet.com,2008-10-11:84</id>
    <published>2008-10-11T12:52:00Z</published>
    <updated>2008-10-11T12:53:21Z</updated>
    <link href="http://netinlet.com/articles/2008/10/11/milemeter-has-launched" rel="alternate" type="text/html"/>
    <title>MileMeter has Launched</title>
<content type="html">
            &lt;p&gt;After a year of work, my company &lt;a href=&quot;http://milemeter.com&quot;&gt;MileMeter&lt;/a&gt; has launched.  We sell auto insurance by the mile with no vehicle tracking devices involved.&lt;/p&gt;


	&lt;p&gt;A big hats off to Chris Gay for working so hard for so many years so that we can could get to this point. Insurance rules had to be changed and it was difficult for many people to see the benefit selling insurance this way.&lt;/p&gt;


	&lt;p&gt;We are also one of very few, if not the only insurance company powered entirely by &lt;a href=&quot;http://ruby-lang.org&quot;&gt;Ruby&lt;/a&gt;  It certainly gave us an advantage as we were able to get a robust, well tested application out the door so quickly.&lt;/p&gt;


	&lt;p&gt;&lt;img src=&quot;http://netinlet.com/assets/2008/10/8/mm_logo_sm.jpg&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;
          </content>  </entry>
  <entry xml:base="http://netinlet.com/">
    <author>
      <name>doug</name>
    </author>
    <id>tag:netinlet.com,2008-09-03:81</id>
    <published>2008-09-03T00:35:00Z</published>
    <updated>2008-09-03T00:37:36Z</updated>
    <link href="http://netinlet.com/articles/2008/9/3/ruby-mysql-osx" rel="alternate" type="text/html"/>
    <title>ruby-mysql-osx</title>
<content type="html">
            &lt;p&gt;I keep having to look this up&#8230;..&lt;/p&gt;


&lt;pre&gt;&lt;code&gt;
sudo env ARCHFLAGS=&quot;-arch i386&quot; gem install mysql -- --with-mysql-config=/usr/local/mysql/bin/mysql_config
&lt;/code&gt;&lt;/pre&gt;
          </content>  </entry>
  <entry xml:base="http://netinlet.com/">
    <author>
      <name>doug</name>
    </author>
    <id>tag:netinlet.com,2008-07-18:80</id>
    <published>2008-07-18T18:24:00Z</published>
    <updated>2008-07-18T20:22:53Z</updated>
    <link href="http://netinlet.com/articles/2008/7/18/pradiptas-rolodex" rel="alternate" type="text/html"/>
    <title>Pradipta's Rolodex</title>
<content type="html">
            &lt;p&gt;I woke up this morning to a 40+ thread of emails which originated by a recruiter sending 416 people job posting, all via TO:&lt;/p&gt;


	&lt;p&gt;It quickly turned into a somewhat fun conversation with lots of people and jokes.  Rather quickly a &lt;a href=&quot;http://groups.google.com/&quot;&gt;google group&lt;/a&gt; named &lt;a href=&quot;http://groups.google.com/group/pradiptas-rolodex?hl=en&quot;&gt;Pradipta&#8217;s Rolodex&lt;/a&gt; was created.  Also followed was a Wikipedia entry (quickly deleted by Wikipedia admins), a &lt;a href=&quot;http://www.facebook.com/group.php?gid=43333321264&quot;&gt;FaceBook group&lt;/a&gt;, at least one &lt;a href=&quot;http://the416.net&quot;&gt;domain registration&lt;/a&gt; as well as posts to &lt;a href=&quot;http://digg.com/programming/recruiter_stupidly_CC_s_400_coders_and_one_replies_all&quot;&gt;Digg&lt;/a&gt;,  &lt;a href=&quot;http://www.reddit.com/info/6scl4/comments/&quot;&gt;Reddit&lt;/a&gt; and &lt;a href=&quot;http://groups.google.com/group/pradiptas-rolodex/web/links?hl=en&quot;&gt;others&lt;/a&gt;.&lt;/p&gt;


	&lt;p&gt;Oh, the friday fun&#8230;..&lt;/p&gt;


	&lt;p&gt;&lt;i&gt;&lt;em&gt;Update&#8230;..&lt;/i&gt;&lt;/em&gt;&lt;/p&gt;


	&lt;p&gt;Now with new shiny buttons&#8230;...&lt;/p&gt;


	&lt;p&gt;&lt;a href=&quot;http://thepradipta416.com&quot; title=&quot;Proud Member of the Pradipta 416&quot;&gt;
&lt;img src=&quot;http://thepradipta416.com/img/badge1.gif&quot; alt=&quot;The Few, The Proud, The Pradipta 416&quot; /&gt;
&lt;/a&gt;&lt;/p&gt;
          </content>  </entry>
  <entry xml:base="http://netinlet.com/">
    <author>
      <name>doug</name>
    </author>
    <id>tag:netinlet.com,2008-03-31:77</id>
    <published>2008-03-31T21:15:00Z</published>
    <updated>2008-03-31T21:17:38Z</updated>
    <link href="http://netinlet.com/articles/2008/3/31/rspec-test-render-nothing-true" rel="alternate" type="text/html"/>
    <title>Rspec Test render(:nothing =&gt; true)</title>
<content type="html">
            &lt;p&gt;I was trying to test one of my controllers was successfully hitting the render(:nothing =&amp;gt; true) block.  I could not find anything specifically in the &lt;span class=&quot;caps&quot;&gt;API&lt;/span&gt; which handled this senario, so I ended up using have_text with a space as an argument.&lt;/p&gt;


&lt;pre&gt;&lt;code&gt;
@response.should have_text(&quot; &quot;)
&lt;/code&gt;&lt;/pre&gt;
          </content>  </entry>
  <entry xml:base="http://netinlet.com/">
    <author>
      <name>doug</name>
    </author>
    <id>tag:netinlet.com,2007-12-01:75</id>
    <published>2007-12-01T20:19:00Z</published>
    <updated>2007-12-07T13:36:33Z</updated>
    <link href="http://netinlet.com/articles/2007/12/1/vote-for-milemeter-at-aws-startup-challenge" rel="alternate" type="text/html"/>
    <title>Vote for Milemeter at AWS Startup Challenge</title>
<content type="html">
            &lt;p&gt;Go vote for Milemeter at &lt;span class=&quot;caps&quot;&gt;AWS&lt;/span&gt; Startup Challenge and keep me gainfully employed!&lt;/p&gt;


	&lt;p&gt;We are proud to be 1 of 7 Finalist for the Amazon.com &lt;span class=&quot;caps&quot;&gt;AWS&lt;/span&gt; Startup Challenge and will give our presentation next week at Amazon.com HQ. &lt;a href=&quot;http://milemeter.com&quot;&gt;Milemeter&lt;/a&gt; is an innovative insurance start-up that will offer &#8220;auto insurance buy the mile&#8221;.&lt;/p&gt;


	&lt;p&gt;&lt;a href=&quot;http://developer.amazonwebservices.com/connect/amazon_startupchallenge.jsp&quot;&gt;Please Vote for Milemeter!&lt;/a&gt;&lt;/p&gt;


	&lt;p&gt;&lt;b&gt;Update:&lt;/b&gt; Congratulations to &lt;a href=&quot;http://www.ooyala.com/&quot;&gt;Ooyala&lt;/a&gt; for winning the &lt;span class=&quot;caps&quot;&gt;AWS&lt;/span&gt; Startup Challenge.&lt;/p&gt;
          </content>  </entry>
  <entry xml:base="http://netinlet.com/">
    <author>
      <name>doug</name>
    </author>
    <id>tag:netinlet.com,2007-11-30:74</id>
    <published>2007-11-30T16:27:00Z</published>
    <updated>2007-11-30T16:37:42Z</updated>
    <link href="http://netinlet.com/articles/2007/11/30/quote-of-the-day" rel="alternate" type="text/html"/>
    <title>Quote of the Day</title>
<content type="html">
            &lt;p&gt;This one is from my 4 year old.  While walking through the womens department with my wife, they come across the bras.  There was one particularly large white bra hanging on the end of a rack.  Tommy stopped and studied it for a minute then proclaimed &#8220;Look mommy, that&#8217;s where the penguins live&#8221;.&lt;/p&gt;
          </content>  </entry>
  <entry xml:base="http://netinlet.com/">
    <author>
      <name>doug</name>
    </author>
    <id>tag:netinlet.com,2007-04-18:71</id>
    <published>2007-04-18T17:48:00Z</published>
    <updated>2007-04-18T17:56:28Z</updated>
    <link href="http://netinlet.com/articles/2007/4/18/testing-private-and-protected-methods-with-ruby" rel="alternate" type="text/html"/>
    <title>Testing private and protected methods with ruby</title>
<content type="html">
            &lt;p&gt;When I have to test my protected and private methods in ruby, I make the methods public for the scope of the test.&lt;/p&gt;


&lt;pre&gt;&lt;code&gt;
  MyClass.send(:public, *MyClass.protected_instance_methods)  
  MyClass.send(:public, *MyClass.private_instance_methods)
&lt;/code&gt;&lt;/pre&gt;

	&lt;p&gt;Just place this code in your testing class substituting your class name.  Include the namespace if applicable.&lt;/p&gt;
          </content>  </entry>
  <entry xml:base="http://netinlet.com/">
    <author>
      <name>doug</name>
    </author>
    <id>tag:netinlet.com,2007-04-03:68</id>
    <published>2007-04-03T13:22:00Z</published>
    <updated>2007-04-03T13:28:05Z</updated>
    <link href="http://netinlet.com/articles/2007/4/3/transfer-email-from-one-google-account-to-another" rel="alternate" type="text/html"/>
    <title>Transfer email from one google account to another</title>
<content type="html">
            &lt;p&gt;I recently signed up the netinlet.com email for &lt;a href=&quot;http://google.com/a&quot;&gt;Google apps for you domain&lt;/a&gt;&lt;/p&gt;


	&lt;p&gt;I had all my mail funneling to  a gmail account to begin with, so I need to get all that email from the first google account to the new google apps account.&lt;/p&gt;


	&lt;p&gt;You can do with with &lt;span class=&quot;caps&quot;&gt;POP&lt;/span&gt;, but you have to put in a different pop server name.  Use pop.googlemail.com instead of pop.gmail.com.   pop.gmail.com will not allow you to access via pop.  Go figure.&lt;/p&gt;


	&lt;p&gt;Everything else stays the same, just make sure to use ssl on port 995.&lt;/p&gt;


	&lt;p&gt;The process takes a while.  Mine has been running for about a half an hour and has only pulled over 300 emails so far.  I have mine setup to pull over all email, so everything (INBOX, &lt;span class=&quot;caps&quot;&gt;SENT&lt;/span&gt;, &#38; &lt;span class=&quot;caps&quot;&gt;ARCHIVED&lt;/span&gt;) gets stuck into the inbox on the google apps account.&lt;/p&gt;
          </content>  </entry>
  <entry xml:base="http://netinlet.com/">
    <author>
      <name>doug</name>
    </author>
    <id>tag:netinlet.com,2007-03-28:64</id>
    <published>2007-03-28T01:35:00Z</published>
    <updated>2007-03-28T01:39:59Z</updated>
    <link href="http://netinlet.com/articles/2007/3/28/google-apps-html-verify-takes-a-long-time" rel="alternate" type="text/html"/>
    <title>Google Apps - html verify takes a long time</title>
<content type="html">
            &lt;p&gt;I recently signed up the netinlet.com domain and a friends work domain for the &lt;a href=&quot;http://google.com/a&quot;&gt;Google Apps&lt;/a&gt;&lt;/p&gt;


	&lt;p&gt;You have to verify ownership of the domain to get the ball rolling. They allow you to either upload a unique html page to the domain  or add a cname entry which points to google.com.  I chose the former because it was simple and easy to do.&lt;/p&gt;


	&lt;p&gt;Google tells you up to 48 hours before the account is active.  Well, 48 hours came and went.  Then a whole week came and went and I heard nothing.   Searches for why this was taking so long did not turn up much.&lt;/p&gt;


I finally stumbled upon some http log entries which show google was trying to verify.  The entries looked like this:  
&lt;pre&gt;
216.239.36.136 - - [27/Mar/2007:22:58:25 +0000] &quot;GET /googlehostedservice.html HTTP/1.0&quot; 412 258 &quot;-&quot; &quot;Jakarta Commons-HttpClient/3.0.1&quot; 
&lt;/pre&gt;
Look, a clue!  Notice the 412 error code. 

	&lt;p&gt;After some more hunting, it turns out that the verification process is triggering Apache mod_security.  Luckily, the fix is simple.&lt;/p&gt;


If you don&#8217;t already have one, create a .htaccess file in you webserver root directory.  In this file put
&lt;pre&gt;
SecFilterEngine Off
&lt;/pre&gt;
My host is textdrive and I found a textdrive specific fix &lt;a href=&quot;http://help.textdrive.com/index.php?pg=kb.page&#38;id=85&quot;&gt;here&lt;/a&gt;  but this fix should apply to almost everybody who is getting 412 error codes in their log files.
          </content>  </entry>
  <entry xml:base="http://netinlet.com/">
    <author>
      <name>admin</name>
    </author>
    <id>tag:netinlet.com,2006-10-02:48</id>
    <published>2006-10-02T00:34:00Z</published>
    <updated>2007-03-19T19:04:14Z</updated>
    <link href="http://netinlet.com/articles/2006/10/2/the-dead-mac-and-the-improved-google-reader" rel="alternate" type="text/html"/>
    <title>The Dead Mac and the Improved Google Reader</title>
<content type="html">
            &lt;p&gt;Well, my iMac G5 died Friday morning.  The power shut off while checking email and it just looses power when trying to boot again.  After talking to Apple support Friday night&#8230; prognosis: bad power supply.  This is the second time the Mac died in less than a year.  Last time it was right before Christmas.  That time, the transistors on the mother board went bad and I had to replace the mother board.  Luckily, after the first incident (just days before the 1yr warranty went out) I purchased the extended warranty.&lt;/p&gt;


	&lt;p&gt;One good thing did come out of this, finding the new and improved &lt;a href=&quot;http://reader.google.com/&quot;&gt;Google Reader&lt;/a&gt; A while back, I had imported all my NetNewsWire subscriptions into it.  I never used it much because the interface was too primitive. So, wanting my rss feeds Friday night, I gave it a try again.&lt;/p&gt;


	&lt;p&gt;Whoa!  Apparently they just updated the UI that day.  The interface is very usable.  Once they fix a couple of kinks, like occasionaly not iterating to the next unread message, I may be able to replace NetNewsWire.  I&#8217;m especially happy because I can use it at work on my linux box too.  The Google Reader developers made me a very happy camper.&lt;/p&gt;
          </content>  </entry>
  <entry xml:base="http://netinlet.com/">
    <author>
      <name>admin</name>
    </author>
    <id>tag:netinlet.com,2006-07-28:47</id>
    <published>2006-07-28T14:25:00Z</published>
    <updated>2007-03-17T14:18:34Z</updated>
    <link href="http://netinlet.com/articles/2006/7/28/reinstall-solaris-10-on-a-t2000" rel="alternate" type="text/html"/>
    <title>Reinstall Solaris 10 on a T2000</title>
<content type="html">
            &lt;p&gt;My biggest gripe with the &lt;span class=&quot;caps&quot;&gt;T2000&lt;/span&gt; so far is actually with Solaris package management.  pkgadd sucks because it does not handle dependencies and will not automagically download stuff from Sun.  I really which they had something like the FreeBSD ports collection or apt-get or yum or &lt;i&gt;something&lt;/i&gt; which automatically downloaded and install dependencies.&lt;/p&gt;


	&lt;p&gt;The &lt;span class=&quot;caps&quot;&gt;T2000&lt;/span&gt; ships (the one I received atleast) with Solaris 10 1/06 release.  I want to play with &lt;span class=&quot;caps&quot;&gt;ZFS&lt;/span&gt; which was included in the 6/06 release.  Plus, I hope installing some of the other packages will be easier if I install the developer packages with some amount of libraries.&lt;/p&gt;


	&lt;p&gt;So not being able to find out how to upgrade the system from 1/06 to 6/06, I downloaded the 6/06 release and am doing a reinstall.&lt;/p&gt;


	&lt;p&gt;Since the &lt;span class=&quot;caps&quot;&gt;T2000&lt;/span&gt; does not ship with a video card, you have to install from the console. Not having used Solaris very much , it took a little while to figure out how to get the box to boot from the cdrom.&lt;/p&gt;


	&lt;p&gt;The trick is to get to the &lt;b&gt;ok&amp;gt;&lt;/b&gt; prompt.   You can do this by logging in as root on the console and issuing the following command:&lt;/p&gt;


&lt;code&gt;&lt;pre&gt;
shutdown -y -g0 -i0 now 
&lt;/pre&gt;&lt;/code&gt;

	&lt;p&gt;This leaves the server running but in init mode 0.&lt;/p&gt;


	&lt;p&gt;Now, you can boot from the cdrom and start the installer with the following command.&lt;/p&gt;


&lt;code&gt;&lt;pre&gt;
ok boot cdrom - nowin
&lt;/pre&gt;&lt;/code&gt;

	&lt;p&gt;This will start the installer in the console mode, rather than in X.&lt;/p&gt;
          </content>  </entry>
  <entry xml:base="http://netinlet.com/">
    <author>
      <name>admin</name>
    </author>
    <id>tag:netinlet.com,2006-07-27:46</id>
    <published>2006-07-27T02:10:00Z</published>
    <updated>2007-03-17T14:18:34Z</updated>
    <link href="http://netinlet.com/articles/2006/7/27/4-sale-1999-suzuki-intruder" rel="alternate" type="text/html"/>
    <title>4-Sale - 1999 Suzuki Intruder</title>
<content type="html">
            &lt;p&gt;Well, I&#8217;ve decided to &lt;a href=&quot;http://dougbryant.net/pages/intruder&quot;&gt;sell my motorcycle&lt;/a&gt;.  I will not stop riding though. I like it too much!&lt;/p&gt;


	&lt;p&gt;The Suzuki Intruder was a great first bike.  It runs great and is pretty much indestructible.&lt;/p&gt;


	&lt;p&gt;The main reason I am selling it because it is uncomfortable on longer rides (1 hour commute to and from work).  I&#8217;m 6&#8217;2 and there is not a whole lot of legroom on the bike for someone this tall.  I find myself pushing back against the pegs into the hump of the seat alot.  This leads to  alot of lower back aches.&lt;/p&gt;


	&lt;p&gt;Look no further if you desire a fun, reliable motorcycle.&lt;/p&gt;
          </content>  </entry>
  <entry xml:base="http://netinlet.com/">
    <author>
      <name>admin</name>
    </author>
    <id>tag:netinlet.com,2006-07-26:45</id>
    <published>2006-07-26T17:13:00Z</published>
    <updated>2007-03-17T14:18:33Z</updated>
    <link href="http://netinlet.com/articles/2006/7/26/the-t2000-has-arrived" rel="alternate" type="text/html"/>
    <title>the T2000 has arrived</title>
<content type="html">
            &lt;p&gt;The &lt;a href=&quot;http://www.sun.com/servers/coolthreads/t2000/test/overview_m.jsp?name=M&quot;&gt;&lt;span class=&quot;caps&quot;&gt;T2000&lt;/span&gt;&lt;/a&gt;  has arrived!&lt;/p&gt;


	&lt;p&gt;I can&#8217;t wait to see what this thing will do with ruby and postgresql. This one has 6 cores and 8 gig of ram.&lt;/p&gt;


	&lt;p&gt;I will more than likely have to send it back at the end of the 60 day trial, but i&#8217;m very excited to get to use it as a test server in the meantime.&lt;/p&gt;


	&lt;p&gt;It&#8217;s time to put on my admin hat!&lt;/p&gt;


	&lt;p&gt;&lt;img src=&quot;http://netinlet.com/images/t2000/t2000_1.jpg&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;
          </content>  </entry>
  <entry xml:base="http://netinlet.com/">
    <author>
      <name>admin</name>
    </author>
    <id>tag:netinlet.com,2006-05-23:44</id>
    <published>2006-05-23T16:55:00Z</published>
    <updated>2007-03-17T14:18:33Z</updated>
    <link href="http://netinlet.com/articles/2006/5/23/ipod-shoe-isn-t-this-going-a-little-too-far" rel="alternate" type="text/html"/>
    <title>ipod shoe? isn't this going a little too far</title>
<content type="html">
            &lt;p&gt;From Reuters:&lt;/p&gt;


	&lt;blockquote&gt;
		&lt;p&gt;Nike Inc said on Tuesday that it had teamed up with Apple Computer Inc.&#8217;s iPod to launch a wireless system that integrates Nike shoes with the popular digital music device&lt;/p&gt;
	&lt;/blockquote&gt;


	&lt;p&gt;Maybe being 33 makes me too old to understand this, but &lt;span class=&quot;caps&quot;&gt;WTF&lt;/span&gt; are you going to do with music in your shoe?&lt;/p&gt;


	&lt;p&gt;I have a strange vision of the 80&#8217;s when you saw people carring around a large boombox.  Now, they can bop around with a shoe on their ear.&lt;/p&gt;


	&lt;p&gt;&lt;a href=&quot;http://yahoo.reuters.com/stocks/QuoteCompanyNewsArticle.aspx?storyID=urn:newsml:reuters.com:20060523:MTFH06932_2006-05-23_16-09-49_WEN8208&#38;symbol=NKE.N&#38;rpc=44&quot;&gt;Link&lt;/a&gt;&lt;/p&gt;
          </content>  </entry>
  <entry xml:base="http://netinlet.com/">
    <author>
      <name>admin</name>
    </author>
    <id>tag:netinlet.com,2006-05-03:43</id>
    <published>2006-05-03T18:38:00Z</published>
    <updated>2007-03-17T14:18:33Z</updated>
    <link href="http://netinlet.com/articles/2006/5/3/synergy-the-kvm-switch-replacement" rel="alternate" type="text/html"/>
    <title>synergy - the kvm switch replacement</title>
<content type="html">
            &lt;p&gt;At work, I regularly use two computers, my primary development box (linux) and my other development box for the windows specific piece of the program I am working on.&lt;/p&gt;


	&lt;p&gt;I have one keyboard and mouse two monitors.  I tried using a &lt;span class=&quot;caps&quot;&gt;KVM&lt;/span&gt; switch, but that sucked because every time I would switch from linux to windows and back, the scroll wheel on my mouse quit working on the linux box.&lt;/p&gt;


	&lt;p&gt;I also tried using &lt;span class=&quot;caps&quot;&gt;VNC&lt;/span&gt; for a while, but found the screen drawing was too slow.&lt;/p&gt;


	&lt;p&gt;On one of my &lt;a href=&quot;http://howardlewisship.com/blog/2006/05/synergy.html&quot;&gt;rss feeds&lt;/a&gt; this morning, I ran across &lt;a href=&quot;http://synergy2.sourceforge.net&quot;&gt;Synergy&lt;/a&gt;.  This is one sweet program!&lt;/p&gt;


	&lt;p&gt;You designate one of your computers the primary computer and start a synergy server on that computer. On the other computer, you start a synergy client. Now, all you have to do to move the keyboard and mouse from one computer to the other is push the mouse to one side of the screen from either computer.  So when I am on the linux box and want to use the windows box, I just push the mouse to the right of the screen and I am then using the windows computer.  To get control back to the linux box, I just push the mouse to the left side of the screen, and voila!  I&#8217;m working on the linux box again.&lt;/p&gt;


	&lt;p&gt;This setup only works if you have two monitors and one keyboard/mouse.  And&#8230; it works very, very well.&lt;/p&gt;


	&lt;p&gt;&lt;span class=&quot;caps&quot;&gt;TIP&lt;/span&gt;:
I start synergy daemon on the linux(master) box with &lt;a href=&quot;http://en.wikipedia.org/wiki/Crontab&quot;&gt;crontab&lt;/a&gt;. On the windows box, there is a gui option to start looking for the master when the computer is turned on.&lt;/p&gt;


&lt;pre&gt;&lt;code&gt;
@reboot /usr/bin/synergys --daemon --config /path/to/synergy.conf
&lt;/code&gt;&lt;/pre&gt;
          </content>  </entry>
</feed>
