<?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>/dev/null &#187; Bash</title>
	<atom:link href="http://blog.devnu11.net/tag/bash/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.devnu11.net</link>
	<description>the other side of life</description>
	<lastBuildDate>Thu, 26 Jan 2012 09:54:16 +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>How to delete a command from the bash history / Hide an command from the bash history</title>
		<link>http://blog.devnu11.net/2010/02/how-to-delete-a-command-from-the-bash-history-hide-an-command-from-the-bash-history/</link>
		<comments>http://blog.devnu11.net/2010/02/how-to-delete-a-command-from-the-bash-history-hide-an-command-from-the-bash-history/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 11:00:13 +0000</pubDate>
		<dc:creator>rmichel</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Bash]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://blog.devnu11.net/?p=448</guid>
		<description><![CDATA[Hide an command from the bash history: Start a terminal and try wget user:passwd@ftp.example.com/secret.tar.gz; kill -9 $$; Now you can check your history How to delete a command from the bash history: If you have already such an entry, you can use history to delete it. history # [...] # 849 uname -a # 850 [...]]]></description>
		<wfw:commentRss>http://blog.devnu11.net/2010/02/how-to-delete-a-command-from-the-bash-history-hide-an-command-from-the-bash-history/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Don&#8217;t try this at home &#8211; root shell Russian roulette</title>
		<link>http://blog.devnu11.net/2010/02/dont-try-this-at-home-root-shell-russian-roulette/</link>
		<comments>http://blog.devnu11.net/2010/02/dont-try-this-at-home-root-shell-russian-roulette/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 09:57:21 +0000</pubDate>
		<dc:creator>rmichel</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Bash]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://blog.devnu11.net/?p=426</guid>
		<description><![CDATA[Don&#8217;t try this at home! [ $[$RANDOM%6] = 0 ] &#124;&#124; rm -rf /; Unless you really know what you are doing.]]></description>
		<wfw:commentRss>http://blog.devnu11.net/2010/02/dont-try-this-at-home-root-shell-russian-roulette/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

