<?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>Werx Limited &#187; linux</title> <atom:link href="http://werxltd.com/wp/tag/linux/feed/" rel="self" type="application/rss+xml" /><link>http://werxltd.com/wp</link> <description>We make IT work.</description> <lastBuildDate>Mon, 07 May 2012 18:40:10 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.2</generator> <item><title>Portable Linux apps with CDE</title><link>http://werxltd.com/wp/2010/12/14/portable-linux-apps-with-cde/</link> <comments>http://werxltd.com/wp/2010/12/14/portable-linux-apps-with-cde/#comments</comments> <pubDate>Tue, 14 Dec 2010 15:00:55 +0000</pubDate> <dc:creator>wes</dc:creator> <category><![CDATA[it industry]]></category> <category><![CDATA[software development]]></category> <category><![CDATA[dependencies]]></category> <category><![CDATA[libraries]]></category> <category><![CDATA[linux]]></category> <category><![CDATA[research]]></category> <category><![CDATA[software deployment]]></category><guid
isPermaLink="false">http://werxltd.com/wp/?p=870</guid> <description><![CDATA[CDEpack: Code, Data, and Environment packaging for Linux from PGPGPG on Vimeo. A friend of mine recently turned me on to a project named CDE, a packaging utility designed to make transferring apps between systems clean and simple. When working &#8220;in the cloud&#8221;, its quite common for researchers to have a program they are working [...]]]></description> <content:encoded><![CDATA[<p><iframe
src="http://player.vimeo.com/video/16684443" width="400" height="300" frameborder="0"></iframe><p><a
href="http://vimeo.com/16684443">CDEpack: Code, Data, and Environment packaging for Linux</a> from <a
href="http://vimeo.com/user3871605">PGPGPG</a> on <a
href="http://vimeo.com">Vimeo</a>.</p><p>A friend of mine recently turned me on to <a
href="http://www.stanford.edu/~pgbovine/cdepack.html">a project named CDE</a>, a packaging utility designed to make transferring apps between systems clean and simple.</p><p>When working &#8220;in the cloud&#8221;, its quite common for researchers to have a program they are working on and need to deploy that program with all its dependencies on many systems. Under heavy development these programs and their dependencies can change quite rapidly. Updating the environment on multiple systems can be time consuming.</p><p>CDE&#8217;s aim is to help alleviate this. By their own admission, this is not a replacement for time-tested production distribution systems like apt and yum. But for researchers looking to quickly deploy a rapidly changing application without worrying very much about the current state of the systems they are deploying to, this project could prove to be very useful.</p><div
class="betterrelated none"><p>No related content found.</p></div><p><a
class="a2a_button_facebook_like addtoany_special_service" data-href="http://werxltd.com/wp/2010/12/14/portable-linux-apps-with-cde/"></a><a
class="a2a_button_twitter_tweet addtoany_special_service" data-count="none" data-url="http://werxltd.com/wp/2010/12/14/portable-linux-apps-with-cde/" data-text="Portable Linux apps with CDE"></a><a
class="a2a_button_google_plusone addtoany_special_service" data-annotation="none" data-href="http://werxltd.com/wp/2010/12/14/portable-linux-apps-with-cde/"></a><a
class="a2a_button_linkedin" href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwerxltd.com%2Fwp%2F2010%2F12%2F14%2Fportable-linux-apps-with-cde%2F&amp;linkname=Portable%20Linux%20apps%20with%20CDE" title="LinkedIn" rel="nofollow" target="_blank"><img
src="http://werxltd.com/wp/wp-content/plugins/add-to-any/icons/linkedin.png?9d7bd4" width="16" height="16" alt="LinkedIn"/></a><a
class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwerxltd.com%2Fwp%2F2010%2F12%2F14%2Fportable-linux-apps-with-cde%2F&amp;title=Portable%20Linux%20apps%20with%20CDE" id="wpa2a_2">Share/Save</a></p>]]></content:encoded> <wfw:commentRss>http://werxltd.com/wp/2010/12/14/portable-linux-apps-with-cde/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>A few helpful bash command-line one-liners</title><link>http://werxltd.com/wp/2010/03/30/a-few-helpful-bash-command-line-one-liners/</link> <comments>http://werxltd.com/wp/2010/03/30/a-few-helpful-bash-command-line-one-liners/#comments</comments> <pubDate>Tue, 30 Mar 2010 12:00:47 +0000</pubDate> <dc:creator>wes</dc:creator> <category><![CDATA[bash]]></category> <category><![CDATA[it industry]]></category> <category><![CDATA[software development]]></category> <category><![CDATA[console]]></category> <category><![CDATA[linux]]></category> <category><![CDATA[shell]]></category> <category><![CDATA[svn]]></category><guid
isPermaLink="false">http://werxltd.com/wp/?p=545</guid> <description><![CDATA[[HT Peter, commandlinefu] Query SVN log history and filter by username svn log &#124; sed -n '/username/,/-----$/ p' Run the last command as root sudo !! Save a file you edited in vim without the needed permissions :w !sudo tee % Why is this command so awesome? Peter described it quite well: This happens to [...]]]></description> <content:encoded><![CDATA[<p>[HT <a
href="http://www.catonmat.net/blog/top-ten-one-liners-from-commandlinefu-explained/">Peter</a>, <a
href="http://www.commandlinefu.com/commands/browse/sort-by-votes">commandlinefu</a>]</p><p>Query SVN log history and filter by username</p><pre class="brush:bash">svn log | sed -n '/username/,/-----$/ p'</pre><p>Run the last command as root</p><pre class="brush:bash">sudo !!</pre><p>Save a file you edited in vim without the needed permissions</p><pre class="brush:bash">:w !sudo tee %</pre><p>Why is this command so awesome? Peter described it quite well:</p><blockquote><p>This happens to me way too often. I open a system config file in vim and edit it just to find out that I don’t have permissions to save it. This one-liner saves the day. Instead of writing the while to a temporary file :w /tmp/foobar and then moving the temporary file to the right destination mv /tmp/foobar /etc/service.conf, you now just type the one-liner above in vim and it will save the file.</p></blockquote><p>Change to the previous working directory</p><pre class="brush:bash">cd -</pre><p>Run the previous shell command but replace string “foo” with “bar”</p><pre class="brush:bash">^foo^bar^</pre><p>Find the last command that begins with “whatever,” but avoid running it</p><pre class="brush:bash">!whatever:p</pre><p>Copy your public-key to remote-machine for public-key authentication</p><pre class="brush:bash">ssh-copy-id remote-machine</pre><p>Capture video of a linux desktop</p><pre class="brush:bash">ffmpeg -f x11grab -s wxga -r 25 -i :0.0 -sameq /tmp/out.mpg</pre><div
class="betterrelated"><p><strong>Related content:</strong></p><ol><li> <a
href="http://werxltd.com/wp/2009/12/01/hacking-your-router-for-effective-internet-monitoring/" title="Permanent link to Hacking your router for effective internet monitoring">Hacking your router for effective internet monitoring</a></li></ol><a
class="thanks" style="font-size: smaller; text-decoration: none;" title="Related content found by the Better Related Posts plugin" href="http://www.nkuttler.de/wordpress-plugin/wordpress-related-posts-plugin/">Better Related Posts Plugin</a></div><p><a
class="a2a_button_facebook_like addtoany_special_service" data-href="http://werxltd.com/wp/2010/03/30/a-few-helpful-bash-command-line-one-liners/"></a><a
class="a2a_button_twitter_tweet addtoany_special_service" data-count="none" data-url="http://werxltd.com/wp/2010/03/30/a-few-helpful-bash-command-line-one-liners/" data-text="A few helpful bash command-line one-liners"></a><a
class="a2a_button_google_plusone addtoany_special_service" data-annotation="none" data-href="http://werxltd.com/wp/2010/03/30/a-few-helpful-bash-command-line-one-liners/"></a><a
class="a2a_button_linkedin" href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwerxltd.com%2Fwp%2F2010%2F03%2F30%2Fa-few-helpful-bash-command-line-one-liners%2F&amp;linkname=A%20few%20helpful%20bash%20command-line%20one-liners" title="LinkedIn" rel="nofollow" target="_blank"><img
src="http://werxltd.com/wp/wp-content/plugins/add-to-any/icons/linkedin.png?9d7bd4" width="16" height="16" alt="LinkedIn"/></a><a
class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwerxltd.com%2Fwp%2F2010%2F03%2F30%2Fa-few-helpful-bash-command-line-one-liners%2F&amp;title=A%20few%20helpful%20bash%20command-line%20one-liners" id="wpa2a_4">Share/Save</a></p>]]></content:encoded> <wfw:commentRss>http://werxltd.com/wp/2010/03/30/a-few-helpful-bash-command-line-one-liners/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Ubuntu netbook remix review</title><link>http://werxltd.com/wp/2009/08/06/ubuntu-netbook-remix-review/</link> <comments>http://werxltd.com/wp/2009/08/06/ubuntu-netbook-remix-review/#comments</comments> <pubDate>Thu, 06 Aug 2009 12:20:27 +0000</pubDate> <dc:creator>wes</dc:creator> <category><![CDATA[general]]></category> <category><![CDATA[it industry]]></category> <category><![CDATA[debain]]></category> <category><![CDATA[linux]]></category> <category><![CDATA[netbook]]></category> <category><![CDATA[review]]></category> <category><![CDATA[the switch]]></category> <category><![CDATA[ubuntu]]></category><guid
isPermaLink="false">http://werxltd.com/wp/?p=166</guid> <description><![CDATA[Spurred on by a friend of mine, I recently converted my Acer Aspire One netbook over to Ubuntu Linux, specifically the Netbook Remix version. Before I made the switch permanent, I was able to try out a &#8220;live&#8221; version of the Ubuntu system and was pleased to find that it not only picked up all [...]]]></description> <content:encoded><![CDATA[<p>Spurred on by a friend of mine, I recently converted my <a
href="http://en.wikipedia.org/wiki/Acer_Aspire_One">Acer Aspire One</a> netbook over to <a
href="http://www.ubuntu.com">Ubuntu Linux</a>, specifically the <a
href="http://www.ubuntu.com/GetUbuntu/download-netbook">Netbook Remix</a> version.</p><p>Before I made the switch permanent, I was able to try out a &#8220;live&#8221; version of the Ubuntu system and was pleased to find that it not only picked up all the hardware in my netbook properly but that it also picked up the Bluetooth nano device I use to connect my mouse, phone, headphones, etc. I was also pleasantly surprised to find that proprietary things like mp3  playback and video codecs weren&#8217;t hard to find and install.</p><p>I was so impressed that I decided to switch my laptop over, even though the contract I am currently on requires Windows-specific plugins. What I found, though, is that even installing the Linux version of <a
href="http://www.parallels.com/">Paralells</a>, Sun&#8217;s <a
href="http://www.virtualbox.org/">VirtualBox</a>, was relatively painless.</p><p>I&#8217;ve always loved Debain but have shied away from it as a primary operating system (apart from servers, that is) because of my memories of poor hardware support in Linux distributions of the past. Not any more, though! I think Ubuntu (as well as other distros) are proving they have what it takes to compete in a real way.</p><p>The only thing left to figure out, however, is what I&#8217;m going to do to sync my phone (Treo 755p) and figure out how to use my phone as a modem via bluetooth. Oh well, what&#8217;s life without a challenge?</p><div
class="betterrelated none"><p>No related content found.</p></div><p><a
class="a2a_button_facebook_like addtoany_special_service" data-href="http://werxltd.com/wp/2009/08/06/ubuntu-netbook-remix-review/"></a><a
class="a2a_button_twitter_tweet addtoany_special_service" data-count="none" data-url="http://werxltd.com/wp/2009/08/06/ubuntu-netbook-remix-review/" data-text="Ubuntu netbook remix review"></a><a
class="a2a_button_google_plusone addtoany_special_service" data-annotation="none" data-href="http://werxltd.com/wp/2009/08/06/ubuntu-netbook-remix-review/"></a><a
class="a2a_button_linkedin" href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwerxltd.com%2Fwp%2F2009%2F08%2F06%2Fubuntu-netbook-remix-review%2F&amp;linkname=Ubuntu%20netbook%20remix%20review" title="LinkedIn" rel="nofollow" target="_blank"><img
src="http://werxltd.com/wp/wp-content/plugins/add-to-any/icons/linkedin.png?9d7bd4" width="16" height="16" alt="LinkedIn"/></a><a
class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwerxltd.com%2Fwp%2F2009%2F08%2F06%2Fubuntu-netbook-remix-review%2F&amp;title=Ubuntu%20netbook%20remix%20review" id="wpa2a_6">Share/Save</a></p>]]></content:encoded> <wfw:commentRss>http://werxltd.com/wp/2009/08/06/ubuntu-netbook-remix-review/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using apc
Page Caching using apc
Database Caching 4/10 queries in 0.003 seconds using apc
Object Caching 497/508 objects using apc

Served from: werxltd.com @ 2012-05-21 19:22:01 -->
