<?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>Shuvalov Lev &#187; cli</title>
	<atom:link href="http://shuvalov.com/tag/cli/feed/" rel="self" type="application/rss+xml" />
	<link>http://shuvalov.com</link>
	<description>system administrator</description>
	<lastBuildDate>Fri, 20 Apr 2012 09:24:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>the first script on a fresh box to remove experts-exchange.com</title>
		<link>http://shuvalov.com/ubuntu-remove-experts-exchange-com/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ubuntu-remove-experts-exchange-com</link>
		<comments>http://shuvalov.com/ubuntu-remove-experts-exchange-com/#comments</comments>
		<pubDate>Mon, 10 Oct 2011 17:31:23 +0000</pubDate>
		<dc:creator>Lev Shuvalov</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://shuvalov.com/?p=700</guid>
		<description><![CDATA[I don&#8217;t know why I hate the experts-exchange.com I just cannot help it cp /etc/hosts /etc/hosts-`date +"%y%m%d"` echo "127.0.0.1 experts-exchange.com www.experts-exchange.com" >> /etc/hosts]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t know why I hate the experts-exchange.com I just cannot help it <img src='http://shuvalov.com/system-administrator/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p><code><br />
cp /etc/hosts /etc/hosts-`date +"%y%m%d"`<br />
echo "127.0.0.1 experts-exchange.com www.experts-exchange.com" >> /etc/hosts<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://shuvalov.com/ubuntu-remove-experts-exchange-com/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>list all emails in domain</title>
		<link>http://shuvalov.com/list-all-emails-in-domain/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=list-all-emails-in-domain</link>
		<comments>http://shuvalov.com/list-all-emails-in-domain/#comments</comments>
		<pubDate>Thu, 21 Apr 2011 14:33:17 +0000</pubDate>
		<dc:creator>Lev Shuvalov</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[active directory]]></category>
		<category><![CDATA[ad]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[server 2003]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://shuvalov.com/?p=657</guid>
		<description><![CDATA[users and non-users dsquery * -limit 0 -filter "mail=*" -attr name mail > emails-in-domain.txt]]></description>
			<content:encoded><![CDATA[<p>users and non-users<br />
<code><br />
dsquery * -limit 0 -filter "mail=*" -attr name mail > emails-in-domain.txt<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://shuvalov.com/list-all-emails-in-domain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>turn off/on firewall in command line</title>
		<link>http://shuvalov.com/turn-offon-firewall-in-command-line/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=turn-offon-firewall-in-command-line</link>
		<comments>http://shuvalov.com/turn-offon-firewall-in-command-line/#comments</comments>
		<pubDate>Wed, 30 Mar 2011 20:04:51 +0000</pubDate>
		<dc:creator>Lev Shuvalov</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://shuvalov.com/?p=464</guid>
		<description><![CDATA[Turning Off firewall $&#62;netsh firewall set opmode disable Turning On firewall $&#62;netsh firewall set opmode enable or shorter $&#62;netsh f s o d $&#62;netsh f s o e Don’t allow exception $&#62;netsh firewall set opmode enable disable more]]></description>
			<content:encoded><![CDATA[<p>Turning Off firewall<br />
<code>$&gt;netsh firewall set opmode disable</code></p>
<p>Turning On firewall<br />
<code>$&gt;netsh firewall set opmode enable</code></p>
<p>or shorter<br />
<code>$&gt;netsh f s o d<br />
$&gt;netsh f s o e</code></p>
<p>Don’t allow exception<br />
<code>$&gt;netsh firewall set opmode enable disable</code></p>
<p><a href="http://www.infosecwriters.com/text_resources/pdf/winxp_firewall_PShah.pdf">more</a></p>
]]></content:encoded>
			<wfw:commentRss>http://shuvalov.com/turn-offon-firewall-in-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>remove ^M, conver end of sting from dos to unix</title>
		<link>http://shuvalov.com/remove-m-conver-end-of-sting-from-dos-to-unix/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=remove-m-conver-end-of-sting-from-dos-to-unix</link>
		<comments>http://shuvalov.com/remove-m-conver-end-of-sting-from-dos-to-unix/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 13:08:15 +0000</pubDate>
		<dc:creator>Lev Shuvalov</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[cat]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[sed]]></category>

		<guid isPermaLink="false">http://administrator-system.com/system-administrator/?p=106</guid>
		<description><![CDATA[cat input_filename &#124; sed 's/r//' &#62; output_filename]]></description>
			<content:encoded><![CDATA[<p><code><br />
cat input_filename | sed 's/r//' &gt; output_filename<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://shuvalov.com/remove-m-conver-end-of-sting-from-dos-to-unix/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>extracting a substring</title>
		<link>http://shuvalov.com/extracting-a-substring/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=extracting-a-substring</link>
		<comments>http://shuvalov.com/extracting-a-substring/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 15:45:49 +0000</pubDate>
		<dc:creator>Lev Shuvalov</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://administrator-system.com/system-administrator/?p=110</guid>
		<description><![CDATA[substring=`cat a.txt &#124; cut -f2 -d :`]]></description>
			<content:encoded><![CDATA[<p><code>substring=`cat a.txt | cut -f2 -d :`</code></p>
]]></content:encoded>
			<wfw:commentRss>http://shuvalov.com/extracting-a-substring/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>only file name list</title>
		<link>http://shuvalov.com/only-file-name-list/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=only-file-name-list</link>
		<comments>http://shuvalov.com/only-file-name-list/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 08:05:44 +0000</pubDate>
		<dc:creator>Lev Shuvalov</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[dos]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://administrator-system.com/system-administrator/?p=125</guid>
		<description><![CDATA[only file name list $&#62; dir /b /a:-d only file name list sorted by name $&#62; dir /b /a:-d /o:n]]></description>
			<content:encoded><![CDATA[<p>only file name list<br />
<code>$&gt; dir /b /a:-d</code></p>
<p>only file name list sorted by name<br />
<code>$&gt; dir /b /a:-d /o:n</code></p>
]]></content:encoded>
			<wfw:commentRss>http://shuvalov.com/only-file-name-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

