<?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>Lev Shuvalov&#160; &#187; command line</title>
	<atom:link href="http://shuvalov.com/tag/command-line/feed/" rel="self" type="application/rss+xml" />
	<link>http://shuvalov.com</link>
	<description>system administrator</description>
	<lastBuildDate>Mon, 10 Oct 2011 17:31:23 +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>Disable CTRL-ALT-DEL in Ubuntu 10.10 ( Maverick Meerkat )</title>
		<link>http://shuvalov.com/disable-ctrl-alt-del-in-ubuntu-10-10-maverick-meerkat-serve/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=disable-ctrl-alt-del-in-ubuntu-10-10-maverick-meerkat-serve</link>
		<comments>http://shuvalov.com/disable-ctrl-alt-del-in-ubuntu-10-10-maverick-meerkat-serve/#comments</comments>
		<pubDate>Fri, 24 Jun 2011 09:55:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[10.10]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://shuvalov.com/?p=662</guid>
		<description><![CDATA[I have commented &#8220;exec shutdown &#8230; &#8221; in /etc/init/control-alt-delete.conf. # control-alt-delete - emergency keypress handling # # This task is run whenever the Control-Alt-Delete key combination is # pressed, and performs a safe reboot of the machine. description "emergency keypress handling" author "Scott James Remnant " start on control-alt-delete # 110624 prevent restart from command [...]]]></description>
			<content:encoded><![CDATA[<p>I have commented &#8220;exec shutdown &#8230; &#8221; in /etc/init/control-alt-delete.conf.</p>
<pre>
# control-alt-delete - emergency keypress handling
#
# This task is run whenever the Control-Alt-Delete key combination is
# pressed, and performs a safe reboot of the machine.

description     "emergency keypress handling"
author          "Scott James Remnant <scott@netsplit.com>"

start on control-alt-delete

# 110624 prevent restart from command line
# task
# exec shutdown -r now "Control-Alt-Delete pressed"
</pre>
]]></content:encoded>
			<wfw:commentRss>http://shuvalov.com/disable-ctrl-alt-del-in-ubuntu-10-10-maverick-meerkat-serve/feed/</wfw:commentRss>
		<slash:comments>0</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>admin</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>
	</channel>
</rss>

