<?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>. kam &#187; shell</title>
	<atom:link href="http://www.dotkam.com/category/shell/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dotkam.com</link>
	<description>one of those blogs</description>
	<lastBuildDate>Fri, 27 Jan 2012 20:32:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>VNC Into Remote Server Without Typing a Password</title>
		<link>http://www.dotkam.com/2009/03/22/vnc-into-remote-server-without-typing-a-password/</link>
		<comments>http://www.dotkam.com/2009/03/22/vnc-into-remote-server-without-typing-a-password/#comments</comments>
		<pubDate>Sun, 22 Mar 2009 07:01:36 +0000</pubDate>
		<dc:creator>Toly</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[sysadmin]]></category>

		<guid isPermaLink="false">http://blog.dotkam.com/2009/03/22/vnc-into-remote-server-without-typing-a-password/</guid>
		<description><![CDATA[I have a simple setup where one of my Ubuntu boxes is hooked up to the old Mitsubishi 50&#8221; TV via s-video. The box is hidden behind the TV, and is, of course, online. It has Mythbuntu installed, and functions as a full blown multi media center. Besides all other goodies that are installed on [...]]]></description>
		<wfw:commentRss>http://www.dotkam.com/2009/03/22/vnc-into-remote-server-without-typing-a-password/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Run Commands Remotely via SSH with No Password</title>
		<link>http://www.dotkam.com/2009/03/10/run-commands-remotely-via-ssh-with-no-password/</link>
		<comments>http://www.dotkam.com/2009/03/10/run-commands-remotely-via-ssh-with-no-password/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 20:13:22 +0000</pubDate>
		<dc:creator>Toly</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[sysadmin]]></category>

		<guid isPermaLink="false">http://blog.dotkam.com/2009/03/10/run-commands-remotely-via-ssh-with-no-password/</guid>
		<description><![CDATA[Extremely useful for system administrators, very useful for application developers when testing with remote services, or how some buzz developers refer to it: Service Oriented Architecture (SOA). Also remote execution is widely used by web masters to sync/backup/create mirrors. Below 5 simple steps will enable you to run any commands on the remote box/host/server via [...]]]></description>
		<wfw:commentRss>http://www.dotkam.com/2009/03/10/run-commands-remotely-via-ssh-with-no-password/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Find USB flash drive device in Linux</title>
		<link>http://www.dotkam.com/2009/01/06/find-usb-flash-drive-device-in-linux/</link>
		<comments>http://www.dotkam.com/2009/01/06/find-usb-flash-drive-device-in-linux/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 07:05:33 +0000</pubDate>
		<dc:creator>Toly</dc:creator>
				<category><![CDATA[hacking]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.dotkam.com/2009/01/06/find-usb-flash-devicedrive-in-linux/</guid>
		<description><![CDATA[Recently I have written a quick &#8220;how to&#8221; on restoring, formatting a USB flash drive. The &#8220;how to&#8221; had a lot of hits from different places since then, mostly from GOOGLE, of course, but some from independent bloggers, like my blogging self. One of such places was www.newlinuxuser.com. Although the guide &#8220;saved them&#8221; (welcome ) [...]]]></description>
		<wfw:commentRss>http://www.dotkam.com/2009/01/06/find-usb-flash-drive-device-in-linux/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Getting Return Code from ANT in SHELL</title>
		<link>http://www.dotkam.com/2008/10/24/getting-return-code-from-ant-in-shell/</link>
		<comments>http://www.dotkam.com/2008/10/24/getting-return-code-from-ant-in-shell/#comments</comments>
		<pubDate>Fri, 24 Oct 2008 18:59:35 +0000</pubDate>
		<dc:creator>Toly</dc:creator>
				<category><![CDATA[ant]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://blog.dotkam.com/2008/10/24/getting-return-code-from-ant-in-shell/</guid>
		<description><![CDATA[This short tutorial shows how to get an exit code from Ant and act upon it. This can be useful when building a massive application that requires several Ant scripts/targets and a collection of shell scripts. The rule of thumb when building the system is &#8220;when it should fail -> it should fail&#8221;. Sounds weird, [...]]]></description>
		<wfw:commentRss>http://www.dotkam.com/2008/10/24/getting-return-code-from-ant-in-shell/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

