<?xml version="1.0" encoding="iso-8859-1"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:admin="http://webns.net/mvcb/"
xmlns="http://purl.org/rss/1.0/">
<channel rdf:about="http://aplawrence.com/rss.rdf">
<title>Main  News at  A.P.Lawrence</title>
<link>http://aplawrence.com/</link>
<description>
Main  feed at aplawrence.com: Thousands of articles, reviews, consultants listings, skills tests, opinion, how-to's for Unix, Linux and Mac OS X, networking, web site maintenance and more.. 
</description>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>6</sy:updateFrequency>
<sy:updateBase>2008-01-01T00:00+00:00</sy:updateBase>
<dc:language>en</dc:language>
<dc:publisher>A.P. Lawrence</dc:publisher>
<dc:rights>Copyright  A.P. Lawrence</dc:rights>
<dc:creator>A.P. Lawrence (mailto:rssfeeds@aplawrence.com)</dc:creator>
<dc:date>2009-11-21T16:42:08+00:00</dc:date>
<image rdf:resource="http://aplawrence.com/image21.gif">
</image>
<items>
<rdf:Seq>
<rdf:li rdf:resource="http://aplawrence.com/Kerio/connect-beta.html" />
<rdf:li rdf:resource="http://aplawrence.com/Unixart/freeing-disk-space.html" />
<rdf:li rdf:resource="http://aplawrence.com/Books/art-of-seo.html" />
<rdf:li rdf:resource="http://aplawrence.com/Unixart/sort-vs-uniq.html" />
<rdf:li rdf:resource="http://aplawrence.com/Girish/LiveUSB.html" />
<rdf:li rdf:resource="http://aplawrence.com/Unixart/google-go.html" />
<rdf:li rdf:resource="http://aplawrence.com/Unixart/network-fishing.html" />
<rdf:li rdf:resource="http://aplawrence.com/Unixart/awk-vs.perl.html" />
<rdf:li rdf:resource="http://aplawrence.com/Linux/setting-colors.html" />
<rdf:li rdf:resource="http://aplawrence.com/Linux/strange-hack.html" />
<rdf:li rdf:resource="http://aplawrence.com/Linux/samba-pigs.html" />
<rdf:li rdf:resource="http://aplawrence.com/Web/gentle-wave.html" />
<rdf:li rdf:resource="http://aplawrence.com/Web/misunderstandig-wave.html" />
<rdf:li rdf:resource="http://aplawrence.com/Web/first-google-waves.html" />
<rdf:li rdf:resource="http://aplawrence.com/Web/google-maps-loses-me.html" />
</rdf:Seq>
</items>
</channel>
<image rdf:about="http://aplawrence.com/image21.gif">
<title>A.P.Lawrence Logo</title>
<url>http://aplawrence.com/image21.gif</url>
<link>http://aplawrence.com</link>
</image>


<item rdf:about="http://aplawrence.com/Kerio/connect-beta.html">
<title>Kerio Connect 7 Beta  by Anthony Lawrence</title>
<description>
<![CDATA[
Kerio ;

2009/11/19<br />
<!-- LEFTADOK -->
<!-- PCOUNT -->
<!-- PCOUNT -->

<p>Kerio is renaming its mailserver to "Kerio Connect".  My initial reaction is that changing "Mailserver" to "Connect" is a bad idea.  They feel that because the product is so much more than a mailserver, changing the name is appropriate.</p>
<p>I do partly agree.  Many of my customers only use the email features and ignore all of the collaboration aspects.   Sometimes that's because they see no need for scheduling, etc. and sometimes it's because they just never noticed those capabilities (someone only using POP or IMAP, for example).</p>

<p><a href="http://aplawrence.com/rss/index.html">Full Text RSS Feed now available</a></p>
<p>Comments: <a href="http://aplawrence.com/cgi-bin/newcomm.pl?commenting=/Kerio/connect-beta.html">Click Here.</a></p>
<p><br /><br /><i><b>Many of the products and books I review are things I purchased for my own use.  Some were given to me specifically for the purpose of   reviewing them.</b></i></p>
<p><i><b>I resell or can earn commissions from the sale of some of these items.  Links within these pages may be affiliate links that pay me for referring you 
to them. That's mostly insignificant amounts of money; whenever it is not I have made my relationship plain.  If you have any question, please do feel free to contact me.</b></i></p>

<div style="font-size:80%">
<table>
<tr>
<td> - </td>
<td><a href="http://aplawrence.com/Tests">Skills Tests</a></td>
<td> - </td>
<td><a href="http://aplawrence.com/psst.html">Psst - wanna work for yourself?</a></td>
<td> - </td>
<td><a href="http://aplawrence.com/troubleshootingbook.html">Unix/Linux Troubleshooting e-book</a></td>
<td> - </td>
<td><a href="http://aplawrence.com/Kerio">Kerio Mail Server</a></td>
<td> - </td>
<td><a href="http://aplawrence.com/rates.html">Consulting</a></td>
<td> - </td>
<td><a href="http://aplawrence.com/advert.html">Advertise Here</a></td>
</tr>
</table>
</div>
]]>
</description>
<link>http://aplawrence.com/Kerio/connect-beta.html</link>
</item>
<item rdf:about="http://aplawrence.com/Unixart/freeing-disk-space.html">
<title>Freeing disk space with "&gt;"  by Anthony Lawrence</title>
<description>
<![CDATA[
Linux,MacOSX,Basics,Shell,Disks-Filesystems ;

2009/11/18<br />
<!-- LEFTADOK -->
<!-- PCOUNT -->
<!-- PCOUNT -->


<p>I wrote this up after a forum discussion in which several posters didn't really understand why ">" can free disk space when "rm" cannot.  The basic problem is that if another process has a file open (for reading or writing, it doesn't matter), 
the disk blocks are not freed by an "rm" until the process or process using the file quits (or stops using the file, at least).   That part seems to be well understood.</p>
<p>What is perhaps more difficult to understand is why a simple "&gt;" CAN free up the bytes that "rm' cannot.</p>

<p><a href="http://aplawrence.com/rss/index.html">Full Text RSS Feed now available</a></p>
<p>Comments: <a href="http://aplawrence.com/cgi-bin/newcomm.pl?commenting=/Unixart/freeing-disk-space.html">Click Here.</a></p>
<p><br /><br /><i><b>Many of the products and books I review are things I purchased for my own use.  Some were given to me specifically for the purpose of   reviewing them.</b></i></p>
<p><i><b>I resell or can earn commissions from the sale of some of these items.  Links within these pages may be affiliate links that pay me for referring you 
to them. That's mostly insignificant amounts of money; whenever it is not I have made my relationship plain.  If you have any question, please do feel free to contact me.</b></i></p>

<div style="font-size:80%">
<table>
<tr>
<td> - </td>
<td><a href="http://aplawrence.com/Tests">Skills Tests</a></td>
<td> - </td>
<td><a href="http://aplawrence.com/psst.html">Psst - wanna work for yourself?</a></td>
<td> - </td>
<td><a href="http://aplawrence.com/troubleshootingbook.html">Unix/Linux Troubleshooting e-book</a></td>
<td> - </td>
<td><a href="http://aplawrence.com/Kerio">Kerio Mail Server</a></td>
<td> - </td>
<td><a href="http://aplawrence.com/rates.html">Consulting</a></td>
<td> - </td>
<td><a href="http://aplawrence.com/advert.html">Advertise Here</a></td>
</tr>
</table>
</div>
]]>
</description>
<link>http://aplawrence.com/Unixart/freeing-disk-space.html</link>
</item>
<item rdf:about="http://aplawrence.com/Books/art-of-seo.html">
<title>The Art of SEO  by Anthony Lawrence</title>
<description>
<![CDATA[
Books,Reviews,Web-HTML,Blogging ;

2009/11/17<br /><br />
<!-- LEFTADOK -->
<!-- PCOUNT -->
<!-- PCOUNT -->

<div class="hReview">
<div class="item">


<p><a href="http://www.aplawrence.com/Books/bysubject.html" target=
"_self">Index by Subject</a></p>
<ul>
<li><span class="fn">The Art of SEO</span></li>
<li>Enge, Spencer, Fishkin, Stricchiola</li>
<li>0596518862</li>

</ul><br /><br />
<p>I hope this book helps put an end to ridiculously priced SEO "courses".  It 
could also help eliminate some of the shadier practitioners of SEO, but 
I'd be happy if it just helps a few people avoid wasting money on nonsense.</p>

<p><a href="http://aplawrence.com/rss/index.html">Full Text RSS Feed now available</a></p>
<p>Comments: <a href="http://aplawrence.com/cgi-bin/newcomm.pl?commenting=/Books/art-of-seo.html">Click Here.</a></p>
<p><br /><br /><i><b>Many of the products and books I review are things I purchased for my own use.  Some were given to me specifically for the purpose of   reviewing them.</b></i></p>
<p><i><b>I resell or can earn commissions from the sale of some of these items.  Links within these pages may be affiliate links that pay me for referring you 
to them. That's mostly insignificant amounts of money; whenever it is not I have made my relationship plain.  If you have any question, please do feel free to contact me.</b></i></p>

<div style="font-size:80%">
<table>
<tr>
<td> - </td>
<td><a href="http://aplawrence.com/Tests">Skills Tests</a></td>
<td> - </td>
<td><a href="http://aplawrence.com/psst.html">Psst - wanna work for yourself?</a></td>
<td> - </td>
<td><a href="http://aplawrence.com/troubleshootingbook.html">Unix/Linux Troubleshooting e-book</a></td>
<td> - </td>
<td><a href="http://aplawrence.com/Kerio">Kerio Mail Server</a></td>
<td> - </td>
<td><a href="http://aplawrence.com/rates.html">Consulting</a></td>
<td> - </td>
<td><a href="http://aplawrence.com/advert.html">Advertise Here</a></td>
</tr>
</table>
</div>
]]>
</description>
<link>http://aplawrence.com/Books/art-of-seo.html</link>
</item>
<item rdf:about="http://aplawrence.com/Unixart/sort-vs-uniq.html">
<title>Sort -u vs. uniq  by Anthony Lawrence</title>
<description>
<![CDATA[
Linux,MacOSX,Basics,Shell,Programming ;

2009/11/15<br />
<!-- LEFTADOK -->
<!-- PCOUNT -->
<!-- PCOUNT -->

<p>I have sometimes seen people use a pipeline that includes "sort | uniq".  The result of that is no different than just adding a -u flag to sort and absolutely requires more time and processing power - not that it usually matters; unless the input is humongously long, you'd need to run them through "time" to spot any difference.   So why use "uniq"?</p>
<p>For cases like that, where there is no difference in the output, it's probably just habit - you may be accustomed to using "uniq" for other jobs and just reach for it automatically.  I'll argue that it's a good habit to have:  if you are in the habit of using "sort -u", you may tend to forget about "uniq" and that could cause you do do something much more difficult and clumsy when a job needs something that "uniq" does well.</p>

<p><a href="http://aplawrence.com/rss/index.html">Full Text RSS Feed now available</a></p>
<p>Comments: <a href="http://aplawrence.com/cgi-bin/newcomm.pl?commenting=/Unixart/sort-vs-uniq.html">Click Here.</a></p>
<p><br /><br /><i><b>Many of the products and books I review are things I purchased for my own use.  Some were given to me specifically for the purpose of   reviewing them.</b></i></p>
<p><i><b>I resell or can earn commissions from the sale of some of these items.  Links within these pages may be affiliate links that pay me for referring you 
to them. That's mostly insignificant amounts of money; whenever it is not I have made my relationship plain.  If you have any question, please do feel free to contact me.</b></i></p>

<div style="font-size:80%">
<table>
<tr>
<td> - </td>
<td><a href="http://aplawrence.com/Tests">Skills Tests</a></td>
<td> - </td>
<td><a href="http://aplawrence.com/psst.html">Psst - wanna work for yourself?</a></td>
<td> - </td>
<td><a href="http://aplawrence.com/troubleshootingbook.html">Unix/Linux Troubleshooting e-book</a></td>
<td> - </td>
<td><a href="http://aplawrence.com/Kerio">Kerio Mail Server</a></td>
<td> - </td>
<td><a href="http://aplawrence.com/rates.html">Consulting</a></td>
<td> - </td>
<td><a href="http://aplawrence.com/advert.html">Advertise Here</a></td>
</tr>
</table>
</div>
]]>
</description>
<link>http://aplawrence.com/Unixart/sort-vs-uniq.html</link>
</item>
<item rdf:about="http://aplawrence.com/Girish/LiveUSB.html">
<title>LiveUSB OpenBSD project at sourceforge  by Girish Venkatachalam</title>
<description>
<![CDATA[
Programming,Girish ;

2009/11/14 Girish Venkatachalam

<!-- LEFTADOK -->
<!-- PCOUNT -->
<!-- PCOUNT -->

<br /><br />
<p><i>Girish Venkatachalam is a UNIX hacker with more than a decade of
networking and crypto programming experience.
His hobbies include yoga,cycling, cooking and he <a href="http://gayatri-hitech.com/about.html">runs his own
business.</a> Details here:</i><br /><br />

<a href="http://gayatri-hitech.com">http://gayatri-hitech.com</a>
<br /><a href="http://spam-cheetah.com">http://spam-cheetah.com</a>
</p>
<p>
It is really easy to create a USB bootable OpenBSD LiveUSB image. With
that you can do just about anything you want. Don&#39;t believe me?
</p>

<p><a href="http://aplawrence.com/rss/index.html">Full Text RSS Feed now available</a></p>
<p>Comments: <a href="http://aplawrence.com/cgi-bin/newcomm.pl?commenting=/Girish/LiveUSB.html">Click Here.</a></p>
<p><br /><br /><i><b>Many of the products and books I review are things I purchased for my own use.  Some were given to me specifically for the purpose of   reviewing them.</b></i></p>
<p><i><b>I resell or can earn commissions from the sale of some of these items.  Links within these pages may be affiliate links that pay me for referring you 
to them. That's mostly insignificant amounts of money; whenever it is not I have made my relationship plain.  If you have any question, please do feel free to contact me.</b></i></p>

<div style="font-size:80%">
<table>
<tr>
<td> - </td>
<td><a href="http://aplawrence.com/Tests">Skills Tests</a></td>
<td> - </td>
<td><a href="http://aplawrence.com/psst.html">Psst - wanna work for yourself?</a></td>
<td> - </td>
<td><a href="http://aplawrence.com/troubleshootingbook.html">Unix/Linux Troubleshooting e-book</a></td>
<td> - </td>
<td><a href="http://aplawrence.com/Kerio">Kerio Mail Server</a></td>
<td> - </td>
<td><a href="http://aplawrence.com/rates.html">Consulting</a></td>
<td> - </td>
<td><a href="http://aplawrence.com/advert.html">Advertise Here</a></td>
</tr>
</table>
</div>
]]>
</description>
<link>http://aplawrence.com/Girish/LiveUSB.html</link>
</item>
<item rdf:about="http://aplawrence.com/Unixart/google-go.html">
<title>Google's Go  by Anthony Lawrence</title>
<description>
<![CDATA[
Linux,MacOSX,Programming ;

2009/11/12<br />
<!-- LEFTADOK -->
<!-- PCOUNT -->
<!-- PCOUNT -->

<p>Google has introduced <a href="http://golang.org/doc/go_faq.html">Go</a>.  Normally, the announcement of a new language isn't likely to get me to even click through to read about it - what do I need a new language for?  Can't I get myself screwed up enough with the languages I already know?</p>
<p>Well, the names on the Go design team rung a few bells: Robert Griesemer, Rob Pike, Ken Thompson, Ian Taylor, Russ Cox, Jini Kim and Adam Langley.  Yes, THAT Rob Pike, THAT Ken Thompson.</p>

<p><a href="http://aplawrence.com/rss/index.html">Full Text RSS Feed now available</a></p>
<p>Comments: <a href="http://aplawrence.com/cgi-bin/newcomm.pl?commenting=/Unixart/google-go.html">Click Here.</a></p>
<p><br /><br /><i><b>Many of the products and books I review are things I purchased for my own use.  Some were given to me specifically for the purpose of   reviewing them.</b></i></p>
<p><i><b>I resell or can earn commissions from the sale of some of these items.  Links within these pages may be affiliate links that pay me for referring you 
to them. That's mostly insignificant amounts of money; whenever it is not I have made my relationship plain.  If you have any question, please do feel free to contact me.</b></i></p>

<div style="font-size:80%">
<table>
<tr>
<td> - </td>
<td><a href="http://aplawrence.com/Tests">Skills Tests</a></td>
<td> - </td>
<td><a href="http://aplawrence.com/psst.html">Psst - wanna work for yourself?</a></td>
<td> - </td>
<td><a href="http://aplawrence.com/troubleshootingbook.html">Unix/Linux Troubleshooting e-book</a></td>
<td> - </td>
<td><a href="http://aplawrence.com/Kerio">Kerio Mail Server</a></td>
<td> - </td>
<td><a href="http://aplawrence.com/rates.html">Consulting</a></td>
<td> - </td>
<td><a href="http://aplawrence.com/advert.html">Advertise Here</a></td>
</tr>
</table>
</div>
]]>
</description>
<link>http://aplawrence.com/Unixart/google-go.html</link>
</item>
<item rdf:about="http://aplawrence.com/Unixart/network-fishing.html">
<title>Fishing for an unknown device  by Anthony Lawrence</title>
<description>
<![CDATA[
Linux,MacOSX,Networking,Perl ;

2009/11/10<br />
<!-- LEFTADOK -->
<!-- PCOUNT -->
<!-- PCOUNT -->

<p>A customer bought a Linksys print server.   It comes with a Windows CD that is supposed to allow you to configure the box, but with his Windows Vista machines, the print server couldn't be found.  Probably the software doesn't  work well with Vista. </p>
<p> More aggravatingly, I couldn't find a MAC address printed anywhere on the device, so I couldn't set an IP with arp -s (which then would have let me finish configuring the device using a browser).</p>

<p><a href="http://aplawrence.com/rss/index.html">Full Text RSS Feed now available</a></p>
<p>Comments: <a href="http://aplawrence.com/cgi-bin/newcomm.pl?commenting=/Unixart/network-fishing.html">Click Here.</a></p>
<p><br /><br /><i><b>Many of the products and books I review are things I purchased for my own use.  Some were given to me specifically for the purpose of   reviewing them.</b></i></p>
<p><i><b>I resell or can earn commissions from the sale of some of these items.  Links within these pages may be affiliate links that pay me for referring you 
to them. That's mostly insignificant amounts of money; whenever it is not I have made my relationship plain.  If you have any question, please do feel free to contact me.</b></i></p>

<div style="font-size:80%">
<table>
<tr>
<td> - </td>
<td><a href="http://aplawrence.com/Tests">Skills Tests</a></td>
<td> - </td>
<td><a href="http://aplawrence.com/psst.html">Psst - wanna work for yourself?</a></td>
<td> - </td>
<td><a href="http://aplawrence.com/troubleshootingbook.html">Unix/Linux Troubleshooting e-book</a></td>
<td> - </td>
<td><a href="http://aplawrence.com/Kerio">Kerio Mail Server</a></td>
<td> - </td>
<td><a href="http://aplawrence.com/rates.html">Consulting</a></td>
<td> - </td>
<td><a href="http://aplawrence.com/advert.html">Advertise Here</a></td>
</tr>
</table>
</div>
]]>
</description>
<link>http://aplawrence.com/Unixart/network-fishing.html</link>
</item>
<item rdf:about="http://aplawrence.com/Unixart/awk-vs.perl.html">
<title>Awk vs. Perl  by Anthony Lawrence</title>
<description>
<![CDATA[
Linux,MacOSX,Shell,Perl ;

2009/11/09<br />
<!-- LEFTADOK -->
<!-- PCOUNT -->
<!-- PCOUNT -->

<p>At any Linux/Unix forum a large number of posts have to do with sed and awk - how do I do this, how do I do that?</p>
<p>I can see using sed.   It's quick, it's simple  (unless we are doing something complicated) and easy to learn.   On the other hand, we have "awk", which is nasty and error prone even in its most basic invocations.</p>

<p><a href="http://aplawrence.com/rss/index.html">Full Text RSS Feed now available</a></p>
<p>Comments: <a href="http://aplawrence.com/cgi-bin/newcomm.pl?commenting=/Unixart/awk-vs.perl.html">Click Here.</a></p>
<p><br /><br /><i><b>Many of the products and books I review are things I purchased for my own use.  Some were given to me specifically for the purpose of   reviewing them.</b></i></p>
<p><i><b>I resell or can earn commissions from the sale of some of these items.  Links within these pages may be affiliate links that pay me for referring you 
to them. That's mostly insignificant amounts of money; whenever it is not I have made my relationship plain.  If you have any question, please do feel free to contact me.</b></i></p>

<div style="font-size:80%">
<table>
<tr>
<td> - </td>
<td><a href="http://aplawrence.com/Tests">Skills Tests</a></td>
<td> - </td>
<td><a href="http://aplawrence.com/psst.html">Psst - wanna work for yourself?</a></td>
<td> - </td>
<td><a href="http://aplawrence.com/troubleshootingbook.html">Unix/Linux Troubleshooting e-book</a></td>
<td> - </td>
<td><a href="http://aplawrence.com/Kerio">Kerio Mail Server</a></td>
<td> - </td>
<td><a href="http://aplawrence.com/rates.html">Consulting</a></td>
<td> - </td>
<td><a href="http://aplawrence.com/advert.html">Advertise Here</a></td>
</tr>
</table>
</div>
]]>
</description>
<link>http://aplawrence.com/Unixart/awk-vs.perl.html</link>
</item>
<item rdf:about="http://aplawrence.com/Linux/setting-colors.html">
<title>Using color in shell scripts (Linux, Mac OS  X)  by Anthony Lawrence</title>
<description>
<![CDATA[
Linux,MacOSX,Shell,Basics ;

2009/11/08<br />
<!-- LEFTADOK -->
<!-- PCOUNT -->
<!-- PCOUNT -->

<p>Let's jazz up some Bash scripts today, shall we?</p>
<p>This post was prompted by a forum posting at another site where someone had a script that echoed "Pass' or "Fail"  and he wanted "Pass" in green and "Fail" in Red.</p>

<p><a href="http://aplawrence.com/rss/index.html">Full Text RSS Feed now available</a></p>
<p>Comments: <a href="http://aplawrence.com/cgi-bin/newcomm.pl?commenting=/Linux/setting-colors.html">Click Here.</a></p>
<p><br /><br /><i><b>Many of the products and books I review are things I purchased for my own use.  Some were given to me specifically for the purpose of   reviewing them.</b></i></p>
<p><i><b>I resell or can earn commissions from the sale of some of these items.  Links within these pages may be affiliate links that pay me for referring you 
to them. That's mostly insignificant amounts of money; whenever it is not I have made my relationship plain.  If you have any question, please do feel free to contact me.</b></i></p>

<div style="font-size:80%">
<table>
<tr>
<td> - </td>
<td><a href="http://aplawrence.com/Tests">Skills Tests</a></td>
<td> - </td>
<td><a href="http://aplawrence.com/psst.html">Psst - wanna work for yourself?</a></td>
<td> - </td>
<td><a href="http://aplawrence.com/troubleshootingbook.html">Unix/Linux Troubleshooting e-book</a></td>
<td> - </td>
<td><a href="http://aplawrence.com/Kerio">Kerio Mail Server</a></td>
<td> - </td>
<td><a href="http://aplawrence.com/rates.html">Consulting</a></td>
<td> - </td>
<td><a href="http://aplawrence.com/advert.html">Advertise Here</a></td>
</tr>
</table>
</div>
]]>
</description>
<link>http://aplawrence.com/Linux/setting-colors.html</link>
</item>
<item rdf:about="http://aplawrence.com/Linux/strange-hack.html">
<title>A strangely compromised Linux box  by Anthony Lawrence</title>
<description>
<![CDATA[
Linux,Security ;

2009/11/05<br />
<!-- LEFTADOK -->
<!-- PCOUNT -->
<!-- PCOUNT -->

<p>A customer reported that a Linux machine used for ssh access (to in turn give telnet access to an ancient SCO machine) was refusing logins.   I asked him to try logging in as root at the console; he was unable to do so.</p>
<p>When I arrived on site, I found that I could not login as he had said.  I rebooted to single use mode and started peeking around.  The machine had been hacked; there was little doubt about that.  It's HOW it was hacked that bothers me,</p>

<p><a href="http://aplawrence.com/rss/index.html">Full Text RSS Feed now available</a></p>
<p>Comments: <a href="http://aplawrence.com/cgi-bin/newcomm.pl?commenting=/Linux/strange-hack.html">Click Here.</a></p>
<p><br /><br /><i><b>Many of the products and books I review are things I purchased for my own use.  Some were given to me specifically for the purpose of   reviewing them.</b></i></p>
<p><i><b>I resell or can earn commissions from the sale of some of these items.  Links within these pages may be affiliate links that pay me for referring you 
to them. That's mostly insignificant amounts of money; whenever it is not I have made my relationship plain.  If you have any question, please do feel free to contact me.</b></i></p>

<div style="font-size:80%">
<table>
<tr>
<td> - </td>
<td><a href="http://aplawrence.com/Tests">Skills Tests</a></td>
<td> - </td>
<td><a href="http://aplawrence.com/psst.html">Psst - wanna work for yourself?</a></td>
<td> - </td>
<td><a href="http://aplawrence.com/troubleshootingbook.html">Unix/Linux Troubleshooting e-book</a></td>
<td> - </td>
<td><a href="http://aplawrence.com/Kerio">Kerio Mail Server</a></td>
<td> - </td>
<td><a href="http://aplawrence.com/rates.html">Consulting</a></td>
<td> - </td>
<td><a href="http://aplawrence.com/advert.html">Advertise Here</a></td>
</tr>
</table>
</div>
]]>
</description>
<link>http://aplawrence.com/Linux/strange-hack.html</link>
</item>
<item rdf:about="http://aplawrence.com/Linux/samba-pigs.html">
<title>When Samba Pigs Fly  by Anthony Lawrence</title>
<description>
<![CDATA[
Troubleshooting,Linux,Samba ;

2009/11/04<br />
<!-- LEFTADOK -->
<!-- PCOUNT -->
<!-- PCOUNT -->

<p>Yesterday a customer called because he needed to be able to write into a certain share on his Samba server.  I ssh'd right in, made the change to the config file, restarted Samba  and shot him off an "All set!" email.</p>
<p>Such confidence had I that immediately after hitting send, I left my house to do some errands and when I realized I had forgotten my phone, I didn't even bother to go back for it:  everything is under control, all pigs are fed and ready to fly.</p>

<p><a href="http://aplawrence.com/rss/index.html">Full Text RSS Feed now available</a></p>
<p>Comments: <a href="http://aplawrence.com/cgi-bin/newcomm.pl?commenting=/Linux/samba-pigs.html">Click Here.</a></p>
<p><br /><br /><i><b>Many of the products and books I review are things I purchased for my own use.  Some were given to me specifically for the purpose of   reviewing them.</b></i></p>
<p><i><b>I resell or can earn commissions from the sale of some of these items.  Links within these pages may be affiliate links that pay me for referring you 
to them. That's mostly insignificant amounts of money; whenever it is not I have made my relationship plain.  If you have any question, please do feel free to contact me.</b></i></p>

<div style="font-size:80%">
<table>
<tr>
<td> - </td>
<td><a href="http://aplawrence.com/Tests">Skills Tests</a></td>
<td> - </td>
<td><a href="http://aplawrence.com/psst.html">Psst - wanna work for yourself?</a></td>
<td> - </td>
<td><a href="http://aplawrence.com/troubleshootingbook.html">Unix/Linux Troubleshooting e-book</a></td>
<td> - </td>
<td><a href="http://aplawrence.com/Kerio">Kerio Mail Server</a></td>
<td> - </td>
<td><a href="http://aplawrence.com/rates.html">Consulting</a></td>
<td> - </td>
<td><a href="http://aplawrence.com/advert.html">Advertise Here</a></td>
</tr>
</table>
</div>
]]>
</description>
<link>http://aplawrence.com/Linux/samba-pigs.html</link>
</item>
<item rdf:about="http://aplawrence.com/Web/gentle-wave.html">
<title>Gentle Waves  by Anthony Lawrence</title>
<description>
<![CDATA[
Web-HTML,Blogging,Advertising ;

2009/11/03<br />
<!-- LEFTADOK -->
<!-- PCOUNT -->
<!-- PCOUNT -->

<p>Let me first apologize to the people who don't yet have Wave accounts - it must be very boring and also frustrating listening to people wax on about things you can't yet experience.</p>
<p>On that note, I do have a few invitations left for regular contributors, customers, and so on..  Just drop me an email.</p>

<p><a href="http://aplawrence.com/rss/index.html">Full Text RSS Feed now available</a></p>
<p>Comments: <a href="http://aplawrence.com/cgi-bin/newcomm.pl?commenting=/Web/gentle-wave.html">Click Here.</a></p>
<p><br /><br /><i><b>Many of the products and books I review are things I purchased for my own use.  Some were given to me specifically for the purpose of   reviewing them.</b></i></p>
<p><i><b>I resell or can earn commissions from the sale of some of these items.  Links within these pages may be affiliate links that pay me for referring you 
to them. That's mostly insignificant amounts of money; whenever it is not I have made my relationship plain.  If you have any question, please do feel free to contact me.</b></i></p>

<div style="font-size:80%">
<table>
<tr>
<td> - </td>
<td><a href="http://aplawrence.com/Tests">Skills Tests</a></td>
<td> - </td>
<td><a href="http://aplawrence.com/psst.html">Psst - wanna work for yourself?</a></td>
<td> - </td>
<td><a href="http://aplawrence.com/troubleshootingbook.html">Unix/Linux Troubleshooting e-book</a></td>
<td> - </td>
<td><a href="http://aplawrence.com/Kerio">Kerio Mail Server</a></td>
<td> - </td>
<td><a href="http://aplawrence.com/rates.html">Consulting</a></td>
<td> - </td>
<td><a href="http://aplawrence.com/advert.html">Advertise Here</a></td>
</tr>
</table>
</div>
]]>
</description>
<link>http://aplawrence.com/Web/gentle-wave.html</link>
</item>
<item rdf:about="http://aplawrence.com/Web/misunderstandig-wave.html">
<title>Misunderstanding Wave  by Anthony Lawrence</title>
<description>
<![CDATA[
Web-HTML,Blogging,Advertising ;

2009/11/02<br />
<!-- LEFTADOK -->
<!-- PCOUNT -->
<!-- PCOUNT -->

<p>There are people who don't understand Google Wave.  There are people who  don't like Google Wave.   There are people who do understand Wave, and people who do like it.  Most of those who don't like it just don't understand it, but even a few who do understand still don't like it.</p>
<p>Most (maybe even all) of the complaints you'll hear about Wave are gripes about problems that obviously will be fixed as this progresses out if its current "Preview" stage.  Most of the complaints are also client-side implementation issues that have nothing whatsoever to do with the underlying concepts.  You need to keep that in mind when listening to negative comments.</p>

<p><a href="http://aplawrence.com/rss/index.html">Full Text RSS Feed now available</a></p>
<p>Comments: <a href="http://aplawrence.com/cgi-bin/newcomm.pl?commenting=/Web/misunderstandig-wave.html">Click Here.</a></p>
<p><br /><br /><i><b>Many of the products and books I review are things I purchased for my own use.  Some were given to me specifically for the purpose of   reviewing them.</b></i></p>
<p><i><b>I resell or can earn commissions from the sale of some of these items.  Links within these pages may be affiliate links that pay me for referring you 
to them. That's mostly insignificant amounts of money; whenever it is not I have made my relationship plain.  If you have any question, please do feel free to contact me.</b></i></p>

<div style="font-size:80%">
<table>
<tr>
<td> - </td>
<td><a href="http://aplawrence.com/Tests">Skills Tests</a></td>
<td> - </td>
<td><a href="http://aplawrence.com/psst.html">Psst - wanna work for yourself?</a></td>
<td> - </td>
<td><a href="http://aplawrence.com/troubleshootingbook.html">Unix/Linux Troubleshooting e-book</a></td>
<td> - </td>
<td><a href="http://aplawrence.com/Kerio">Kerio Mail Server</a></td>
<td> - </td>
<td><a href="http://aplawrence.com/rates.html">Consulting</a></td>
<td> - </td>
<td><a href="http://aplawrence.com/advert.html">Advertise Here</a></td>
</tr>
</table>
</div>
]]>
</description>
<link>http://aplawrence.com/Web/misunderstandig-wave.html</link>
</item>
<item rdf:about="http://aplawrence.com/Web/first-google-waves.html">
<title>My first Waves  by Anthony Lawrence</title>
<description>
<![CDATA[
Web-HTML,Blogging,Advertising ;

2009/10/31<br />
<!-- LEFTADOK -->
<!-- PCOUNT -->
<!-- PCOUNT -->

<p>Thanks to one of our readers (thanks again, Donal) I got a Google Wave invitation Friday morning.  By the way - if someone says they have sent you an invitation, you may have to wait: Donal said that he had sent that invitation on Monday.  I don't know if Google is just slow in processing these or if they are deliberately doling them out slowly (probably the latter), but once you actually get your invite, you can be up and working in minutes.</p>
<p>I started out using Wave in my Firefox browser, but quickly switched to 
<a href="http://www.getwaveboard.com">Waveboard</a>, a Mac Wave client.  It's not that it's all that much better than running Wave in a browser; it's just that I like having it in its own Dock icon.</p>

<p><a href="http://aplawrence.com/rss/index.html">Full Text RSS Feed now available</a></p>
<p>Comments: <a href="http://aplawrence.com/cgi-bin/newcomm.pl?commenting=/Web/first-google-waves.html">Click Here.</a></p>
<p><br /><br /><i><b>Many of the products and books I review are things I purchased for my own use.  Some were given to me specifically for the purpose of   reviewing them.</b></i></p>
<p><i><b>I resell or can earn commissions from the sale of some of these items.  Links within these pages may be affiliate links that pay me for referring you 
to them. That's mostly insignificant amounts of money; whenever it is not I have made my relationship plain.  If you have any question, please do feel free to contact me.</b></i></p>

<div style="font-size:80%">
<table>
<tr>
<td> - </td>
<td><a href="http://aplawrence.com/Tests">Skills Tests</a></td>
<td> - </td>
<td><a href="http://aplawrence.com/psst.html">Psst - wanna work for yourself?</a></td>
<td> - </td>
<td><a href="http://aplawrence.com/troubleshootingbook.html">Unix/Linux Troubleshooting e-book</a></td>
<td> - </td>
<td><a href="http://aplawrence.com/Kerio">Kerio Mail Server</a></td>
<td> - </td>
<td><a href="http://aplawrence.com/rates.html">Consulting</a></td>
<td> - </td>
<td><a href="http://aplawrence.com/advert.html">Advertise Here</a></td>
</tr>
</table>
</div>
]]>
</description>
<link>http://aplawrence.com/Web/first-google-waves.html</link>
</item>
<item rdf:about="http://aplawrence.com/Web/google-maps-loses-me.html">
<title>Help, I'm disappearing!  by Anthony Lawrence</title>
<description>
<![CDATA[
Web-HTML ;

2009/10/29<br />
<!-- LEFTADOK -->
<!-- PCOUNT -->
<!-- PCOUNT -->

<p>When we first moved here, our address didn't exist in Google Maps, nor could anything but dirt be seen in the satellite images.  That changed soon enough and for some time now I've been able to plug in my home address as a starting point for directions.</p>
<p>A year or so ago, I started having a little trouble with that.  The reason was because someone I do business with added me to a user generated map.  From that point on, Google saw my address as a business address, and would react by asking "Did you mean A.P. Lawrence?".   I'd just click on that and everything would be fine.</p>

<p><a href="http://aplawrence.com/rss/index.html">Full Text RSS Feed now available</a></p>
<p>Comments: <a href="http://aplawrence.com/cgi-bin/newcomm.pl?commenting=/Web/google-maps-loses-me.html">Click Here.</a></p>
<p><br /><br /><i><b>Many of the products and books I review are things I purchased for my own use.  Some were given to me specifically for the purpose of   reviewing them.</b></i></p>
<p><i><b>I resell or can earn commissions from the sale of some of these items.  Links within these pages may be affiliate links that pay me for referring you 
to them. That's mostly insignificant amounts of money; whenever it is not I have made my relationship plain.  If you have any question, please do feel free to contact me.</b></i></p>

<div style="font-size:80%">
<table>
<tr>
<td> - </td>
<td><a href="http://aplawrence.com/Tests">Skills Tests</a></td>
<td> - </td>
<td><a href="http://aplawrence.com/psst.html">Psst - wanna work for yourself?</a></td>
<td> - </td>
<td><a href="http://aplawrence.com/troubleshootingbook.html">Unix/Linux Troubleshooting e-book</a></td>
<td> - </td>
<td><a href="http://aplawrence.com/Kerio">Kerio Mail Server</a></td>
<td> - </td>
<td><a href="http://aplawrence.com/rates.html">Consulting</a></td>
<td> - </td>
<td><a href="http://aplawrence.com/advert.html">Advertise Here</a></td>
</tr>
</table>
</div>
]]>
</description>
<link>http://aplawrence.com/Web/google-maps-loses-me.html</link>
</item>
</rdf:RDF>
