<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.7.3" -->
<rss version="2.0">
	<channel>
		<title>markomedia Blog Feed tagged Shell</title>
		<description>markomedia Blog Feed tagged Shell</description>
		<link>http://www.markomedia.com.au</link>
		<lastBuildDate>Thu, 09 Sep 2010 15:51:02 +0100</lastBuildDate>
        <generator>FeedCreator 1.7.3</generator>
		<item>
			<title>Adding a startup script on Ubuntu server</title>
			<link>http://www.markomedia.com.au/blog/adding-a-startup-script-on-ubuntu-server.html</link>
			<description>&lt;p&gt;This is a useful tip for my reference.&amp;nbsp; I've been creating some startup scripts on my Ubuntu server lately and her are a couple of steps required to get this working.&lt;/p&gt;&lt;br/&gt;&lt;p&gt;Write your startup script and place it in /etc/init.d/ directory. Let's say you called your startup script - myScript.&amp;nbsp; You then install your script by using update-rc.d debian utility:&lt;/p&gt;&lt;br/&gt;&lt;p&gt;{xtypo_code}update-rc.d myScript defaults{/xtypo_code}Have a look at man update-rc.d for more info.&lt;/p&gt;&lt;br/&gt;&lt;p&gt;And finally, Read More...</description>
			<author>Marko Tomic</author>
			<pubDate>Fri, 12 Feb 2010 15:35:44 +0100</pubDate>
		<category>ubuntu</category>
 <category>Shell</category>
 <category>linux</category>
 <category>command</category>
		</item>
		<item>
			<title>Recursively remove .svn directories from your project</title>
			<link>http://www.markomedia.com.au/blog/recursively-remove-svn-directories-from-your-project.html</link>
			<description>&lt;p&gt;Occasionally I find .svn directories in my old projects that are not in Subversion.&amp;nbsp; The quickest way to recursively remove them is to run the following command:&lt;/p&gt;&lt;br/&gt;&lt;p&gt;{xtypo_code}find . -name .svn -print0 | xargs -0 rm -rf{/xtypo_code}You need to cd into your project directory before running it.&lt;/p&gt;&lt;br/&gt;&lt;p&gt;You can also run the command to quickly disconnect your project from Subversion.&lt;/p&gt;</description>
			<author>Marko Tomic</author>
			<pubDate>Fri, 20 Nov 2009 16:06:21 +0100</pubDate>
		<category>SVN</category>
 <category>Shell</category>
		</item>
		<item>
			<title>SSH Tunneling - Add secondary address to your loopback interface HOWTO</title>
			<link>http://www.markomedia.com.au/blog/ssh-tunneling-add-secondary-address-to-your-loopback-interface-howto.html</link>
			<description>&lt;p&gt;I'm writing this one for my own reference because almost everything I do for work, is done through SSH port forwarding.  If you're not familiar  with SSH port forwarding, you'll have to read up on it elsewhere.  And the reason why we use SSH port forwarding is because it is secure and powerful.&lt;/p&gt;&lt;br/&gt;&lt;p&gt;I generally set up my port forwards to run on my local computer on an arbitrary port and configure SSH to create a proxy connection to the normal port on a remote computer.  Then I configure myRead More...</description>
			<author>Marko Tomic</author>
			<pubDate>Thu, 05 Nov 2009 00:14:44 +0100</pubDate>
		<category>SSH</category>
 <category>Shell</category>
 <category>OS X</category>
		</item>
	</channel>
</rss>
