<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Dave&#039;s Blogs</title>
	<atom:link href="http://vegdave.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://vegdave.wordpress.com</link>
	<description>bits and pieces of information from Dave&#039;s daily life</description>
	<lastBuildDate>Tue, 18 Jun 2013 08:08:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='vegdave.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Dave&#039;s Blogs</title>
		<link>http://vegdave.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://vegdave.wordpress.com/osd.xml" title="Dave&#039;s Blogs" />
	<atom:link rel='hub' href='http://vegdave.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Scale agile to the enterprise with distributed teams</title>
		<link>http://vegdave.wordpress.com/2013/04/18/scale-agile-to-the-enterprise-with-distributed-teams/</link>
		<comments>http://vegdave.wordpress.com/2013/04/18/scale-agile-to-the-enterprise-with-distributed-teams/#comments</comments>
		<pubDate>Thu, 18 Apr 2013 22:39:09 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Agile]]></category>
		<category><![CDATA[management]]></category>
		<category><![CDATA[Project Management]]></category>
		<category><![CDATA[podcast]]></category>
		<category><![CDATA[project management]]></category>

		<guid isPermaLink="false">http://vegdave.wordpress.com/?p=942</guid>
		<description><![CDATA[Here is a podcast that might help managers and senior individuals managing multiple projects to better managing resources and planning projects. The Project Management Podcast:Episode 231: Agile, Coffee, Tea and Trains http://www.project-management-podcast.com/index.php/podcast-episodes/episode-details/481-episode-231-agile-coffee-tea-and-trains<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vegdave.wordpress.com&#038;blog=386982&#038;post=942&#038;subd=vegdave&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Here is a podcast that might help managers and senior individuals managing multiple projects to better managing resources and planning projects. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>The Project Management Podcast:Episode 231: Agile, Coffee, Tea and Trains</p>
<p><a title="http://www.project-management-podcast.com/index.php/podcast-episodes/episode-details/481-episode-231-agile-coffee-tea-and-trains" href="http://www.project-management-podcast.com/index.php/podcast-episodes/episode-details/481-episode-231-agile-coffee-tea-and-trains">http://www.project-management-podcast.com/index.php/podcast-episodes/episode-details/481-episode-231-agile-coffee-tea-and-trains</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vegdave.wordpress.com/942/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vegdave.wordpress.com/942/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vegdave.wordpress.com&#038;blog=386982&#038;post=942&#038;subd=vegdave&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vegdave.wordpress.com/2013/04/18/scale-agile-to-the-enterprise-with-distributed-teams/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dacb9fa1ff72bc5ff4b3679be64c1168?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Dave</media:title>
		</media:content>
	</item>
		<item>
		<title>HowTo: Setup GWT remote logging</title>
		<link>http://vegdave.wordpress.com/2013/02/26/howto-setup-gwt-remote-logging/</link>
		<comments>http://vegdave.wordpress.com/2013/02/26/howto-setup-gwt-remote-logging/#comments</comments>
		<pubDate>Wed, 27 Feb 2013 01:15:50 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[GWT]]></category>
		<category><![CDATA[logging]]></category>

		<guid isPermaLink="false">http://vegdave.wordpress.com/?p=937</guid>
		<description><![CDATA[I find the official documentation on remote logging wasn&#8217;t complete. Here are my notes based on various web sites I visited (here, here, and here). Hope this helps! App.gwt.xml You should add the inherits statement below. You should be able to adjust the log level to any of the following: ALL, FINEST, FINER, FINE, CONFIG, INFO, [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vegdave.wordpress.com&#038;blog=386982&#038;post=937&#038;subd=vegdave&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I find the official documentation on <a href="//developers.google.com/web-toolkit/doc/latest/DevGuideLogging">remote logging</a> wasn&#8217;t complete. Here are my notes based on various web sites I visited (<a href="https://groups.google.com/forum/?fromgroups=#!topic/google-web-toolkit/JOnTQV1OERc">here</a>, <a href="http://stackoverflow.com/questions/5812035/setup-a-remoteloggingservlet-in-gwt">here</a>, and <a href="http://code.google.com/p/google-web-toolkit/source/browse/trunk/user/src/com/google/gwt/logging/Logging.gwt.xml?r=8265">here</a>). Hope this helps!</p>
<p><b id="internal-source-marker_0.8244682578369975">App.gwt.xml</b></p>
<p>You should add the inherits statement below. You should be able to adjust the log level to any of the following: ALL, FINEST, FINER, FINE, CONFIG, INFO, WARNING, SEVERE. I find the popup log console in the browser annoying, so I disabled it.</p>
<p>&lt;inherits name=&#8221;com.google.gwt.logging.Logging&#8221;/&gt;<br />
&lt;set-property name=&#8221;gwt.logging.simpleRemoteHandler&#8221; value=&#8221;ENABLED&#8221; /&gt;<br />
&lt;set-property name=&#8221;gwt.logging.logLevel&#8221; value=&#8221;FINEST&#8221;/&gt;<br />
&lt;set-property name=&#8221;gwt.logging.enabled&#8221; value=&#8221;TRUE&#8221;/&gt;<br />
&lt;set-property name=&#8221;gwt.logging.consoleHandler&#8221; value=&#8221;ENABLED&#8221; /&gt;<br />
&lt;set-property name=&#8221;gwt.logging.popupHandler&#8221; value=&#8221;DISABLED&#8221; /&gt;<br />
<b id="internal-source-marker_0.8244682578369975"><br />
web.xml</b></p>
<p>The following code is necessary for the server to receive log information and redirect to server log file.</p>
<p>&lt;servlet&gt;<br />
&lt;servlet-name&gt;remoteLogging&lt;/servlet-name&gt;<br />
&lt;servlet-class&gt;com.google.gwt.logging.server.RemoteLoggingServiceImpl&lt;/servlet-class&gt;<br />
&lt;/servlet&gt;<br />
&lt;servlet-mapping&gt;<br />
&lt;servlet-name&gt;remoteLogging&lt;/servlet-name&gt;<br />
&lt;url-pattern&gt;/YOUR_MODULE/remote_logging&lt;/url-pattern&gt;<br />
&lt;/servlet-mapping&gt;<br />
<b id="internal-source-marker_0.8244682578369975"><br />
java<br />
</b></p>
<p>Here is the example code you can use in GWT client-side.</p>
<p>import com.google.gwt.logging.client.SimpleRemoteLogHandler;<br />
import java.util.logging.Level;<br />
import java.util.logging.LogRecord;</p>
<p>SimpleRemoteLogHandler remoteLog = new SimpleRemoteLogHandler();<br />
remoteLog.publish(new LogRecord(Level.INFO, &#8220;log message”));</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vegdave.wordpress.com/937/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vegdave.wordpress.com/937/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vegdave.wordpress.com&#038;blog=386982&#038;post=937&#038;subd=vegdave&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vegdave.wordpress.com/2013/02/26/howto-setup-gwt-remote-logging/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dacb9fa1ff72bc5ff4b3679be64c1168?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Dave</media:title>
		</media:content>
	</item>
		<item>
		<title>Bluetooth Keyboard</title>
		<link>http://vegdave.wordpress.com/2012/12/14/bluetooth-keyboard/</link>
		<comments>http://vegdave.wordpress.com/2012/12/14/bluetooth-keyboard/#comments</comments>
		<pubDate>Fri, 14 Dec 2012 08:42:33 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Life in general]]></category>
		<category><![CDATA[bluetooth keyboard]]></category>
		<category><![CDATA[Motorola]]></category>

		<guid isPermaLink="false">https://vegdave.wordpress.com/?p=936</guid>
		<description><![CDATA[Motorola bluetooth keyboard just arrived today and I am happy to use it to type this blog post. The only thing I wished it can do is to support Asian language keyboard layouts with Android.  Besides that, I did notice that the keyboard would cause one of the keys to trigger multiple times when I [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vegdave.wordpress.com&#038;blog=386982&#038;post=936&#038;subd=vegdave&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Motorola bluetooth keyboard just arrived today and I am happy to use it to type this blog post. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  The only thing I wished it can do is to support Asian language keyboard layouts with Android.  Besides that, I did notice that the keyboard would cause one of the keys to trigger multiple times when I only pressed the key once. This happens a few times while typing this blog post.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vegdave.wordpress.com/936/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vegdave.wordpress.com/936/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vegdave.wordpress.com&#038;blog=386982&#038;post=936&#038;subd=vegdave&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vegdave.wordpress.com/2012/12/14/bluetooth-keyboard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dacb9fa1ff72bc5ff4b3679be64c1168?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Dave</media:title>
		</media:content>
	</item>
		<item>
		<title>/dev/mapper issue</title>
		<link>http://vegdave.wordpress.com/2012/11/10/devmapper-issue/</link>
		<comments>http://vegdave.wordpress.com/2012/11/10/devmapper-issue/#comments</comments>
		<pubDate>Sat, 10 Nov 2012 08:11:50 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Life in general]]></category>
		<category><![CDATA[hd]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[partition]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://vegdave.wordpress.com/?p=928</guid>
		<description><![CDATA[During installation of the latest version of Ubuntu, I realized that /dev/mapper was hogging two of my HDs, caused them unusable. After looked around online for solutions, this page solved my issue initially. The mapped device returned after reboot. So, I looked around again and found this page, which explained the root cause of my [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vegdave.wordpress.com&#038;blog=386982&#038;post=928&#038;subd=vegdave&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>During installation of the latest version of Ubuntu, I realized that /dev/mapper was hogging two of my HDs, caused them unusable. After looked around online for solutions, this <a href="https://ticketing.nforce.com/index.php?/Knowledgebase/Article/View/29/0/devmapper-issue-when-installing-linux" target="_blank">page</a> solved my issue initially. The mapped device returned after reboot. So, I looked around again and found this <a href="http://ubuntuforums.org/showthread.php?t=1325650">page</a>, which explained the root cause of my issue.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vegdave.wordpress.com/928/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vegdave.wordpress.com/928/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vegdave.wordpress.com&#038;blog=386982&#038;post=928&#038;subd=vegdave&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vegdave.wordpress.com/2012/11/10/devmapper-issue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dacb9fa1ff72bc5ff4b3679be64c1168?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Dave</media:title>
		</media:content>
	</item>
		<item>
		<title>Creating a strategy</title>
		<link>http://vegdave.wordpress.com/2012/10/21/creating-a-strategy/</link>
		<comments>http://vegdave.wordpress.com/2012/10/21/creating-a-strategy/#comments</comments>
		<pubDate>Mon, 22 Oct 2012 02:57:50 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[management]]></category>
		<category><![CDATA[hbr]]></category>
		<category><![CDATA[strategy]]></category>

		<guid isPermaLink="false">http://vegdave.wordpress.com/?p=923</guid>
		<description><![CDATA[Here are my notes from the following sources: Bringing Science to the Art of Strategy, Your Strategy Needs a Strategy, and from Gina Airey&#8217;s talk on strategic planning. Problems of strategic planning: In some cases, &#8220;strategic planning does not product novel strategies. Instead, it perpetuate the status quo.&#8221; In other cases, out-of-box thinking &#8220;may result [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vegdave.wordpress.com&#038;blog=386982&#038;post=923&#038;subd=vegdave&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Here are my notes from the following sources:</p>
<ul>
<li><a href="http://hbr.org/2012/09/bringing-science-to-the-art-of-strategy/ar/1" target="_blank">Bringing Science to the Art of Strategy</a>,</li>
<li><a href="http://hbr.org/2012/09/your-strategy-needs-a-strategy/ar/1" target="_blank">Your Strategy Needs a Strategy</a>,</li>
<li>and from Gina Airey&#8217;s talk on strategic planning.</li>
</ul>
<p>Problems of strategic planning:</p>
<ul>
<li>In some cases, &#8220;strategic planning does not product novel strategies. Instead, it perpetuate the status quo.&#8221;</li>
<li>In other cases, out-of-box thinking &#8220;may result in radical new ideas, but more likely than not, those ideas cannot be translated into strategic choices that guide productive action.&#8221;</li>
<li>In many of conventional strategic planning, the use of hypotheses and hypotheses testing is lacking.</li>
</ul>
<p>Steps to create a strategy:</p>
<ol>
<li>Frame a choice: In this step, the authors state that one should define options that can resolve the issue that the organization is facing, which focus the attention on what to do next, not just on the challenge itself. On the other hand, people might not know enough about the root cause of an issue to frame the options. Perhaps Gina&#8217;s proposed starting point of defining a strategic question will be more appropriate. Gina also pointed out that depending on how you frame the question (or the option), it may lead you to different paths. The choice of different path should be guided by organization&#8217;s mission, vision, values and data/information that answers the strategic question.</li>
<li>Generate possibilities: &#8220;A possibility is essentially a happy story that describes how a firm might succeed.&#8221; A possibility should &#8220;specify in detail the advantage they aim to achieve or leverage, the scope across which the advantage applies, and the activities throughout the value chain that would deliver the intended advantage across the targeted scope.&#8221; Another possibility is status quo. Participants involved to create these possibilities should be diverse and no more than 8. According to Gina&#8217;s slides, stakeholders may play the following possible roles: &#8220;be informed, provide input, validate/consent, decide&#8221; It&#8217;s important to not shoot down possibilities early.</li>
<li>Specify conditions: &#8220;What must be true for each possibility to be a terrific choice.&#8221; The conditions may be generated out of the analysis in the following areas: industry, customer-value, business model, and competition</li>
<li>Identify barriers: Identify an ordered list of barriers to each possibility.</li>
<li>Design tests: Test each key barrier conditions. The person &#8220;who is most skeptical about a given condition should take the lead in designing and applying the test for it.&#8221;</li>
<li>Conduct the tests: Test the barrier condition that has the least confidence first.</li>
<li>Make the Choice</li>
</ol>
<p>A strategy for making strategy:</p>
<ul>
<li>Factors for choosing a strategic style: predictability (&#8220;How far into the future can how accurately can you confidently forcast demand, corporate perforamnce, competitive dynamics, and market expectations?) and malleability (&#8220;To what extent cna you or your competitors influence those factors?&#8221;)</li>
<li>To understand predictability, &#8220;regularly reviewing the accuracy of your forecasts and also objectively gauging predictability by tracking how often and to what extendt companies in your industry chagne relative position in term of revenue, profitability, and other performance measures.&#8221;</li>
<li>To understand malleability, measure &#8220;industry youthfulness, concentration, growth rate, innovation rate, and rate of technology change&#8221;.</li>
<li>A classical strategy (if your industry is predictable but you can&#8217;t change it, example: Paper &amp; Forest products, Consumer Finance, Water Utilities, etc.) This strategy includes five forces, blue ocean, and growth-share matrix analyses. This strategy often &#8220;aimed at achieving economies of scale and scope often create company cultures that prize efficiency and the elimination of variation. These can of course undermine the opportunity of experiment and learn, which is essential for an adaptive strategy.&#8221;</li>
<li>An adaptive strategy (if your industry is unpredictable and you can&#8217;t change it, example: Biotechnology, Transportation infrastructure, Computers, etc.) &#8220;Plans take the form not of carefully specified blueprints but of rough hypotheses based on the best available data.&#8221;</li>
<li>A shaping strategy (if your industry is unpredictable but you can change it, example: Construction, Internet software, household durables, etc.) &#8220;Like an adaptive strategy, a shaping strategy embraces short or continual planning cycles.&#8221; &#8220;But unlike adapters, shapers focus beyond the boundaries of their own company, often by rallying a formidable ecosystem of customers, suppliers, and/or complementors to their cause by defining attractive new markets, standards, technology platforms, and business practices.&#8221;</li>
<li>A visionary strategy (if your industry is predictable and you can change it, example: Aerospace, insurance, media, etc.)</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vegdave.wordpress.com/923/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vegdave.wordpress.com/923/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vegdave.wordpress.com&#038;blog=386982&#038;post=923&#038;subd=vegdave&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vegdave.wordpress.com/2012/10/21/creating-a-strategy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dacb9fa1ff72bc5ff4b3679be64c1168?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Dave</media:title>
		</media:content>
	</item>
		<item>
		<title>Revisiting SSH Tunneling Tricks</title>
		<link>http://vegdave.wordpress.com/2012/09/04/revisiting-ssh-tunneling-tricks/</link>
		<comments>http://vegdave.wordpress.com/2012/09/04/revisiting-ssh-tunneling-tricks/#comments</comments>
		<pubDate>Tue, 04 Sep 2012 21:33:18 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[ssh tunneling]]></category>

		<guid isPermaLink="false">http://vegdave.wordpress.com/?p=920</guid>
		<description><![CDATA[SSH tunneling is so useful that I find myself revisiting it again. This post helped me to get started. I would add the -f option to run the command in the background. 5126 is the port I use on my own machine once the tunnel is established. ssh -f -N -L 5126:TARGET_SERVER:22 USER@GATEWAY_SERVER Once the [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vegdave.wordpress.com&#038;blog=386982&#038;post=920&#038;subd=vegdave&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>SSH tunneling is so useful that I find myself revisiting it again. This <a href="http://cassjohnston.wordpress.com/2011/07/14/ssh-tunnelling-through-gateway/">post</a> helped me to get started. I would add the -f option to run the command in the background. 5126 is the port I use on my own machine once the tunnel is established.</p>
<pre>ssh -f -N -L 5126:TARGET_SERVER:22 USER@GATEWAY_SERVER</pre>
<p>Once the tunnel is established, I could establish a ssh connection using the tunnel. In this case I also enabled X forwarding.</p>
<pre>ssh -X -p5126 USER@localhost</pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vegdave.wordpress.com/920/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vegdave.wordpress.com/920/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vegdave.wordpress.com&#038;blog=386982&#038;post=920&#038;subd=vegdave&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vegdave.wordpress.com/2012/09/04/revisiting-ssh-tunneling-tricks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dacb9fa1ff72bc5ff4b3679be64c1168?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Dave</media:title>
		</media:content>
	</item>
		<item>
		<title>Listing files excluding certain names</title>
		<link>http://vegdave.wordpress.com/2012/08/28/listing-of-file-excluding-certain-names/</link>
		<comments>http://vegdave.wordpress.com/2012/08/28/listing-of-file-excluding-certain-names/#comments</comments>
		<pubDate>Wed, 29 Aug 2012 01:01:56 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://vegdave.wordpress.com/?p=917</guid>
		<description><![CDATA[I need to list all files in a directory tree excluding files with certain text in its names. This thread helped me to create something similar: find . -type f &#124;grep -v '/[.svn-base]' -<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vegdave.wordpress.com&#038;blog=386982&#038;post=917&#038;subd=vegdave&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I need to list all files in a directory tree excluding files with certain text in its names. This <a href="http://www.linuxforums.org/forum/programming-scripting/66523-how-do-you-exclude-files-find-command.html">thread</a> helped me to create something similar:</p>
<pre>find . -type f |grep -v '/[.svn-base]' -</pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vegdave.wordpress.com/917/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vegdave.wordpress.com/917/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vegdave.wordpress.com&#038;blog=386982&#038;post=917&#038;subd=vegdave&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vegdave.wordpress.com/2012/08/28/listing-of-file-excluding-certain-names/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dacb9fa1ff72bc5ff4b3679be64c1168?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Dave</media:title>
		</media:content>
	</item>
		<item>
		<title>Call Forwarding</title>
		<link>http://vegdave.wordpress.com/2012/08/26/call-forwarding/</link>
		<comments>http://vegdave.wordpress.com/2012/08/26/call-forwarding/#comments</comments>
		<pubDate>Mon, 27 Aug 2012 06:30:57 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[call forwarding]]></category>
		<category><![CDATA[cell]]></category>

		<guid isPermaLink="false">http://vegdave.wordpress.com/?p=915</guid>
		<description><![CDATA[I need to forward a call to a different number when the cell phone is unattended or has no signal. This inquiry led me to the following instructions. It worked beautifully!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vegdave.wordpress.com&#038;blog=386982&#038;post=915&#038;subd=vegdave&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I need to forward a call to a different number when the cell phone is unattended or has no signal. This inquiry led me to the following <a href="http://en.wikipedia.org/wiki/Call_forwarding" target="_blank">instructions</a>. It worked beautifully! <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vegdave.wordpress.com/915/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vegdave.wordpress.com/915/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vegdave.wordpress.com&#038;blog=386982&#038;post=915&#038;subd=vegdave&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vegdave.wordpress.com/2012/08/26/call-forwarding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dacb9fa1ff72bc5ff4b3679be64c1168?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Dave</media:title>
		</media:content>
	</item>
		<item>
		<title>Cloning a disk</title>
		<link>http://vegdave.wordpress.com/2012/08/22/cloning-a-disk/</link>
		<comments>http://vegdave.wordpress.com/2012/08/22/cloning-a-disk/#comments</comments>
		<pubDate>Thu, 23 Aug 2012 02:04:12 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[dd]]></category>
		<category><![CDATA[ddrescue]]></category>
		<category><![CDATA[disk cloning]]></category>
		<category><![CDATA[Parted Magic]]></category>

		<guid isPermaLink="false">http://vegdave.wordpress.com/?p=910</guid>
		<description><![CDATA[Today I tried to use Parted Magic to clone a disk. At first, I used Clonezillathat came with Parted Magic. It failed on the last partition, which was a lvm2 pv partition. Next, I tried dd command with basic options, i.e. dd if=/dev/sda of=/dev/sdb That returned with an IO error. Then I used ddrescue, also bundled [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vegdave.wordpress.com&#038;blog=386982&#038;post=910&#038;subd=vegdave&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Today I tried to use <a href="http://partedmagic.com/doku.php?id=start">Parted Magic</a> to clone a disk. At first, I used <a href="http://clonezilla.org/">Clonezilla</a>that came with Parted Magic. It failed on the last partition, which was a lvm2 pv partition. Next, I tried dd command with basic options, i.e.</p>
<pre>dd  if=/dev/sda of=/dev/sdb </pre>
<p></p>
<p>That returned with an IO error. Then I used <a href="http://www.gnu.org/software/ddrescue/ddrescue.html">ddrescue</a>, also bundled in Parted Magic, by following the first <a href="http://www.gnu.org/software/ddrescue/manual/ddrescue_manual.html#Examples">example</a> to do a simple disk-to-disk clone. The command completed without a single error! The cloned disk boots successfully as well. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vegdave.wordpress.com/910/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vegdave.wordpress.com/910/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vegdave.wordpress.com&#038;blog=386982&#038;post=910&#038;subd=vegdave&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vegdave.wordpress.com/2012/08/22/cloning-a-disk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dacb9fa1ff72bc5ff4b3679be64c1168?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Dave</media:title>
		</media:content>
	</item>
		<item>
		<title>Migrate a folder from one Subversion server to another</title>
		<link>http://vegdave.wordpress.com/2012/08/08/migrate-a-folder-from-one-subversion-server-to-another/</link>
		<comments>http://vegdave.wordpress.com/2012/08/08/migrate-a-folder-from-one-subversion-server-to-another/#comments</comments>
		<pubDate>Thu, 09 Aug 2012 01:05:20 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://vegdave.wordpress.com/?p=907</guid>
		<description><![CDATA[I needed to migrate a folder from one Subversion server to another. So, I attempted to follow this page to use dump with svndumpfilter. This combo led me to a lot of issues. The dump command exports all the commits for a repository while svndumpfilter attempts to filter the folder I am interested to keep. Unfortunately, [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vegdave.wordpress.com&#038;blog=386982&#038;post=907&#038;subd=vegdave&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I needed to migrate a folder from one Subversion server to another. So, I attempted to follow this <a href="http://nileshbansal.blogspot.com/2006/03/moving-folder-across-svn-repositories.html">page</a> to use dump with <code>svndumpfilter</code>. This combo led me to a lot of issues. The dump command exports all the commits for a repository while <code>svndumpfilter</code> attempts to filter the folder I am interested to keep. Unfortunately, the filter tool is very buggy and unable to filter correctly. Here are the scenarios that did not work for me:</p>
<p>If a commit contains a move action with source location outside of the folder I want to include, the filter fails. I had to include that location when filter. If a commit contains an add action, the parent folder has to exist when loading. I could resolve this by creating the parent folder manually. If a commit contains a delete action and the target folder/file doesn’t exist, the load fails. I could try to create the folder/file manually in an attempt to not fail the delete action. This trick didn&#8217;t work when the commit includes a delete of parent folder before attempt to delete the file in it.</p>
<p>When I about to give up, I came across <a href="http://furius.ca/pubcode/pub/conf/bin/svndumpfilter3.html">svndumpfilter3</a> and was happy to find it dump/load without an error. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Here are the commands I used:</p>
<pre>svnadmin dump [path to source repository] | ./svndumpfilter3 --untangle=[path to source repository] [target folder to include] &gt; dump_file.dmp

svnadmin load [path to target repository] --parent-dir [path to target parent dir] &lt; dump_file.dmp</pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vegdave.wordpress.com/907/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vegdave.wordpress.com/907/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vegdave.wordpress.com&#038;blog=386982&#038;post=907&#038;subd=vegdave&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vegdave.wordpress.com/2012/08/08/migrate-a-folder-from-one-subversion-server-to-another/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dacb9fa1ff72bc5ff4b3679be64c1168?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Dave</media:title>
		</media:content>
	</item>
	</channel>
</rss>
