<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Data Access Notes &#187; Linux</title>
	<atom:link href="http://www.accessdataservices.com/blog/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.accessdataservices.com/blog</link>
	<description>Miscellaneous Computer Technology Notes</description>
	<lastBuildDate>Tue, 27 Jul 2010 01:37:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>bulk search and replace with sed</title>
		<link>http://www.accessdataservices.com/blog/bulk-search-and-replace-with-sed/</link>
		<comments>http://www.accessdataservices.com/blog/bulk-search-and-replace-with-sed/#comments</comments>
		<pubDate>Tue, 27 Jul 2010 01:36:28 +0000</pubDate>
		<dc:creator>gare</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.accessdataservices.com/blog/?p=249</guid>
		<description><![CDATA[Kurt writes: I&#8217;ve got a text input string in unix that I want to parse and replace all of the following characters [\^$.&#124;?*+(){} with the same character preceded by an \. (I am trying to backslash escape all the special characters used by grep before I feed the string into grep.  Don't ask - not [...]]]></description>
			<content:encoded><![CDATA[<p>Kurt writes:</p>
<blockquote><p>I&#8217;ve got a text input string in unix that I want to parse and replace all of the following characters [\^$.|?*+(){} with the same character preceded by an \.</p>
<p>(I am trying to backslash escape all the special characters used by grep before I feed the string into grep.  Don't ask - not my original code.)</p>
<p>For example, "this \is an $xample" would become "this \\is an \$xample".</p>
<p>What would be the easiest way to do this?</p></blockquote>
<p>I got this to work :   sed -e "s/\([[\^$.|?*+(){}]\)/\\\\\1/g&#8221; test.txt</p>
<p>hope this helps someone.</p>
<div style="float:left;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://www.accessdataservices.com/blog/bulk-search-and-replace-with-sed/"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://www.accessdataservices.com/blog/bulk-search-and-replace-with-sed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dell Inspiron Mini 10 SSD Swap</title>
		<link>http://www.accessdataservices.com/blog/dell-inspiron-mini-10-ssd-swap/</link>
		<comments>http://www.accessdataservices.com/blog/dell-inspiron-mini-10-ssd-swap/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 15:23:57 +0000</pubDate>
		<dc:creator>Gare</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Other Tech]]></category>

		<guid isPermaLink="false">http://www.accessdataservices.com/blog/?p=238</guid>
		<description><![CDATA[Youtube has lots of howto&#8217;s to show how to crack these various mini&#8217;s . Dell Inspiron Mini 9 Upgrade Flash Hard Drive Every little machine has its own little trick to opening the case&#8230;. dell mini replace hard drive how]]></description>
			<content:encoded><![CDATA[<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/xWgJH_ioVIo&#038;hl=en_US&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/xWgJH_ioVIo&#038;hl=en_US&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<p>Youtube has lots of howto&#8217;s to show how to crack these various mini&#8217;s .</p>
<p>Dell Inspiron Mini 9 Upgrade Flash Hard Drive<br />
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/4H7NOO2AVkk&#038;hl=en_US&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/4H7NOO2AVkk&#038;hl=en_US&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<p>Every little machine has its own little trick to opening the case&#8230;.</p>
<p>dell mini replace hard drive how</p>
<div style="float:left;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://www.accessdataservices.com/blog/dell-inspiron-mini-10-ssd-swap/"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://www.accessdataservices.com/blog/dell-inspiron-mini-10-ssd-swap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 10.04(Lucid Lynx) Release Schedule</title>
		<link>http://www.accessdataservices.com/blog/ubuntu-10-04lucid-lynx-release-schedule/</link>
		<comments>http://www.accessdataservices.com/blog/ubuntu-10-04lucid-lynx-release-schedule/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 20:57:34 +0000</pubDate>
		<dc:creator>Gare</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.accessdataservices.com/blog/ubuntu-10-04lucid-lynx-release-schedule/</guid>
		<description><![CDATA[Ubuntu team is already planning for 10.04 LTS, which will see the light of day in April 2010 Ubuntu 10.04 (codename Lucid Lynx) LTS will be released on April 29th. Ubuntu 10.04 Release schedule December 10th, 2009 – Alpha 1 release January 14th, 2010 – Alpha 2 release February 25th, 2010 – Alpha 3 release [...]]]></description>
			<content:encoded><![CDATA[<p><script type="text/javascript" src="http://www.ubuntu.com/files/countdown/display.js"></script></p>
<blockquote><p>Ubuntu team is already planning for 10.04 LTS, which will see the light of day in April 2010</p>
<p>Ubuntu 10.04 (codename Lucid Lynx) LTS will be released on April 29th.</p>
<p>Ubuntu 10.04 Release schedule</p>
<p>December 10th, 2009 – Alpha 1 release</p>
<p>January 14th, 2010 – Alpha 2 release</p>
<p>February 25th, 2010 – Alpha 3 release</p>
<p>March 18th, 2010 – Beta1 release</p>
<p>April 8th, 2010 – Beta2 release</p>
<p>April 22nd, 2010 &#8211; Release Candidate</p>
<p>April 29th, 2010 – Final release of Ubuntu 10.04 LTS</p>
<p>source: http://www.ubuntugeek.com/ubuntu-10-04lucid-lynx-release-schedule.html
</p></blockquote>
<p><a href="http://www.ubuntu.com/testing/">Ubuntu Testing Releases Links </a></p>
<p>and </p>
<p><a href="https://wiki.ubuntu.com/LucidReleaseSchedule" >https://wiki.ubuntu.com/LucidReleaseSchedule</a></p>
<div style="float:left;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://www.accessdataservices.com/blog/ubuntu-10-04lucid-lynx-release-schedule/"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://www.accessdataservices.com/blog/ubuntu-10-04lucid-lynx-release-schedule/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Tablet in the works &#8230;</title>
		<link>http://www.accessdataservices.com/blog/google-tablet-in-the-works/</link>
		<comments>http://www.accessdataservices.com/blog/google-tablet-in-the-works/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 14:34:13 +0000</pubDate>
		<dc:creator>Gare</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Other Tech]]></category>
		<category><![CDATA[WebTechnology]]></category>

		<guid isPermaLink="false">http://www.accessdataservices.com/blog/?p=223</guid>
		<description><![CDATA[Update April 11 2010: http://gizmodo.com/5506113/asus-preparing-one-google-tablet-one-windows &#8212; Asus to build one by end of 2010 .. Google Tablet mockup discussed here.]]></description>
			<content:encoded><![CDATA[<p>Update April 11 2010:</p>
<p><a href="http://gizmodo.com/5506113/asus-preparing-one-google-tablet-one-windows">http://gizmodo.com/5506113/asus-preparing-one-google-tablet-one-windows</a>  &#8212; Asus to build one by end of 2010 ..</p>
<p><a href="http://www.accessdataservices.com/blog/wp-content/uploads/2010/02/GoogleTablet_.png"><img class="alignnone size-full wp-image-224" title="Google Tablet mockup" src="http://www.accessdataservices.com/blog/wp-content/uploads/2010/02/GoogleTablet_.png" alt="" width="320" height="240" /></a></p>
<p><a href="http://smartbookblog.com/2010/02/google-concept-makes-tablet-easier-to-swallow/">Google Tablet mockup discussed here.</a></p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/debO2FroXA0&#038;color1=0xb1b1b1&#038;color2=0xcfcfcf&#038;hl=en_US&#038;feature=player_embedded&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.youtube.com/v/debO2FroXA0&#038;color1=0xb1b1b1&#038;color2=0xcfcfcf&#038;hl=en_US&#038;feature=player_embedded&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="425" height="344"></embed></object></p>
<div style="float:left;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://www.accessdataservices.com/blog/google-tablet-in-the-works/"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://www.accessdataservices.com/blog/google-tablet-in-the-works/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ubuntu screensaver activate</title>
		<link>http://www.accessdataservices.com/blog/ubuntu-screensaver-activate/</link>
		<comments>http://www.accessdataservices.com/blog/ubuntu-screensaver-activate/#comments</comments>
		<pubDate>Fri, 01 Jan 2010 18:46:25 +0000</pubDate>
		<dc:creator>Gare</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.accessdataservices.com/blog/?p=202</guid>
		<description><![CDATA[gnome screensaver is controlled by gnome-screensaver-command gnome-screensaver-command --activate Adding Shortcut Custom Launcher to the Gnome Panel right click on the panel and select &#8220;Add to Panel&#8221;, then &#8220;Custom Application Launcher Add gnome-screensaver-command --activate found in http://ubuntuforums.org/archive/index.php/t-492749.html for more information about gnome-screensaver-command: man gnome-screensaver-command gnome-screensaver-command(1) NAME gnome-screensaver-command &#8211; controls GNOME screensaver SYNOPSIS gnome-screensaver-command [OPTION...] DESCRIPTION gnome-screensaver-command [...]]]></description>
			<content:encoded><![CDATA[<p>gnome screensaver is controlled by gnome-screensaver-command</p>
<p><code>gnome-screensaver-command --activate</code></p>
<p><strong>Adding Shortcut Custom Launcher to the Gnome Panel</strong></p>
<ol>
<li> right click on the panel and select &#8220;Add to Panel&#8221;, then &#8220;Custom Application Launcher</li>
<li>
Add <code>gnome-screensaver-command --activate</code>
</li>
</ol>
<p>found in http://ubuntuforums.org/archive/index.php/t-492749.html</p>
<p>for more information about gnome-screensaver-command:</p>
<p><code>man  gnome-screensaver-command<br />
</code></p>
<blockquote><p>gnome-screensaver-command(1)</p>
<p>NAME<br />
       gnome-screensaver-command &#8211; controls GNOME screensaver</p>
<p>SYNOPSIS<br />
       gnome-screensaver-command [OPTION...]</p>
<p>DESCRIPTION<br />
       gnome-screensaver-command  is  a  tool for controlling an already running instance of gnome-screen?<br />
       saver.</p>
<p>OPTIONS<br />
       &#8211;exit Causes the screensaver to exit gracefully</p>
<p>       -q, &#8211;query<br />
              Query the state of the screensaver</p>
<p>       -t, &#8211;time<br />
              Query the length of time the screensaver has been active</p>
<p>       -l, &#8211;lock<br />
              Tells the running screensaver process to lock the screen immediately</p>
<p>       -c, &#8211;cycle<br />
              If the screensaver is active then switch to another graphics demo</p>
<p>       -a, &#8211;activate<br />
              Turn the screensaver on (blank the screen)</p>
<p>       -d, &#8211;deactivate<br />
              If the screensaver is active then deactivate it (un-blank the screen)</p>
<p>       -p, &#8211;poke<br />
              Poke the running screensaver to simulate user activity</p>
<p>       -i, &#8211;inhibit<br />
              Inhibit the screensaver from activating. Command blocks while inhibit is active.</p>
<p>       -n, &#8211;application-name<br />
              The calling application that is inhibiting the screensaver</p>
<p>       -r, &#8211;reason<br />
              The reason for inhibiting the screensaver</p>
<p>       -V, &#8211;version<br />
              Version of this application</p>
<p>AUTHORS<br />
       gnome-screensaver-command is written by William Jon McCann <mccann@jhu.edu>.</p>
<p>       This manual page was written by Sven Arvidsson <sa@whiz.se>.</p>
<p>SEE ALSO<br />
       gnome-screensaver(1)</p>
<p>GNOME                                           2007-09-27                    gnome-screensaver-command(1)</p>
</blockquote>
<div style="float:left;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://www.accessdataservices.com/blog/ubuntu-screensaver-activate/"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://www.accessdataservices.com/blog/ubuntu-screensaver-activate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
