<?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>SeeIT Consult &#187; Command Line Tricks</title>
	<atom:link href="http://blog.seeit.org/category/command-line-tricks/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.seeit.org</link>
	<description>Web Programming &#038; IT Consultancy</description>
	<lastBuildDate>Wed, 25 May 2011 10:35:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Forcing Linux To Shutdown Or Reboot</title>
		<link>http://blog.seeit.org/2011/05/forcing-linux-to-shutdown-or-reboot/</link>
		<comments>http://blog.seeit.org/2011/05/forcing-linux-to-shutdown-or-reboot/#comments</comments>
		<pubDate>Wed, 25 May 2011 10:35:39 +0000</pubDate>
		<dc:creator>Francis</dc:creator>
				<category><![CDATA[Command Line Tricks]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://blog.seeit.org/?p=39</guid>
		<description><![CDATA[shutdown -r NOW
halt
reboot
not working for you?
To force a shutdown:
echo 1 &#62; /proc/sys/kernel/sysrq
echo b &#62; /proc/sysrq-trigger
And for a reboot:
echo 1 &#62; /proc/sys/kernel/sysrq
echo o &#62; /proc/sysrq-trigger

Thanks to Nasser Heidari for the tip.
]]></description>
		<wfw:commentRss>http://blog.seeit.org/2011/05/forcing-linux-to-shutdown-or-reboot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Runas to Add/Remove Programs/Hardware in Windows XP</title>
		<link>http://blog.seeit.org/2010/04/runas-to-add-remove-programs-hardware-windows-xp/</link>
		<comments>http://blog.seeit.org/2010/04/runas-to-add-remove-programs-hardware-windows-xp/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 10:49:25 +0000</pubDate>
		<dc:creator>Francis</dc:creator>
				<category><![CDATA[Command Line Tricks]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[cmd]]></category>
		<category><![CDATA[dos]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://blog.seeit.org/?p=19</guid>
		<description><![CDATA[Very useful if you run as a &#8216;restricted user&#8217; (i.e. not a &#8216;power user&#8217; or &#8216;administrator&#8217;):
Step 1: Get a CMD shell (&#8216;DOS box&#8217;) as Administrator:
runas /user:administrator cmd
You will be asked for the Administrator password.
Step 2:
Open the required control panel wizard:
For add/remove programs:
appwiz.cpl
For add/remove hardware:
hdwwiz.cpl
You will find a list of control panel items in %WINDIR%\system32 (usually [...]]]></description>
		<wfw:commentRss>http://blog.seeit.org/2010/04/runas-to-add-remove-programs-hardware-windows-xp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Migrating IMAP Email The Easy Way</title>
		<link>http://blog.seeit.org/2010/02/migrating-imap-email-the-easy-way/</link>
		<comments>http://blog.seeit.org/2010/02/migrating-imap-email-the-easy-way/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 10:05:57 +0000</pubDate>
		<dc:creator>Francis</dc:creator>
				<category><![CDATA[Command Line Tricks]]></category>
		<category><![CDATA[imap]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[os independent]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://seeit.crossen.org/?p=8</guid>
		<description><![CDATA[Moving email servers has always been a royal pain for me. I&#8217;ve tried many of them over the years, and migrated from nearly as many of them. However the last couple of times I put myself through the pain I came across imapsync &#8211; an excellent script that will do an IMAP to IMAP migration [...]]]></description>
		<wfw:commentRss>http://blog.seeit.org/2010/02/migrating-imap-email-the-easy-way/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debug your IMAP server with Telnet</title>
		<link>http://blog.seeit.org/2010/01/debug-your-imap-server-with-telnet/</link>
		<comments>http://blog.seeit.org/2010/01/debug-your-imap-server-with-telnet/#comments</comments>
		<pubDate>Sun, 31 Jan 2010 14:25:42 +0000</pubDate>
		<dc:creator>Francis</dc:creator>
				<category><![CDATA[Command Line Tricks]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[imap]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[telnet]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://seeit.crossen.org/?p=4</guid>
		<description><![CDATA[Email by IMAP rocks &#8211; there are so many benefits to using it over POP3, particularly in an office environment. However many IMAP clients really suck when it comes to manipulating accounts with large messages. We recently watched a server brought to it&#8217;s knees during a email server migration &#8211; by an 165MB email containing [...]]]></description>
		<wfw:commentRss>http://blog.seeit.org/2010/01/debug-your-imap-server-with-telnet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using apc
Page Caching using apc (user agent is rejected)
Database Caching 3/13 queries in 0.002 seconds using apc

Served from: blog.seeit.org @ 2012-02-05 03:35:33 -->
