<?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>bloggingIT &#187; Command</title>
	<atom:link href="http://ccgi.maxpower.plus.com/tag/command/feed/" rel="self" type="application/rss+xml" />
	<link>http://ccgi.maxpower.plus.com</link>
	<description>a tecchy&#039;s blog</description>
	<lastBuildDate>Tue, 24 Nov 2009 16:35:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>A Quick Shutdown Command</title>
		<link>http://ccgi.maxpower.plus.com/2009/11/24/a-quick-shutdown-command/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://ccgi.maxpower.plus.com/2009/11/24/a-quick-shutdown-command/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 16:35:34 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[batch]]></category>
		<category><![CDATA[Command]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://ccgi.maxpower.plus.com/?p=516</guid>
		<description><![CDATA[For shutting down multiple computers on a network:
for /L %C in (1,1,30) do shutdown -f -s -t 0 -m \\ict-%C
This shuts down all Windows computers named ict-X where X is a number from 1 to 30.
Share this on RedditStumble upon something good? Share it on StumbleUponShare this on FacebookPost this to MySpaceShare this on LinkedinShare [...]


Related posts:<ol><li><a href='http://ccgi.maxpower.plus.com/2009/08/21/deleting-files-older-than-a-specific-date-or-age/' rel='bookmark' title='Permanent Link: Deleting files older than a specific date or age'>Deleting files older than a specific date or age</a> <small>I needed to delete a chunk of cookies today &#8211;...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://ccgi.maxpower.plus.com/2009/11/24/a-quick-shutdown-command/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Move a print job from one queue to another in Linux</title>
		<link>http://ccgi.maxpower.plus.com/2009/08/29/move-a-print-job-from-one-queue-to-another-in-linux/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://ccgi.maxpower.plus.com/2009/08/29/move-a-print-job-from-one-queue-to-another-in-linux/#comments</comments>
		<pubDate>Sat, 29 Aug 2009 11:23:00 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Command]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Printing]]></category>

		<guid isPermaLink="false">http://ccgi.maxpower.plus.com/?p=448</guid>
		<description><![CDATA[Today, I was looking at my printer queue and realised that Claire had tried to print something from the internet to my work printer. This meant that unless I went to the office &#8211; it would not print. A problem.
Because Claire had decided to use my laptop rather than one of the desktops, I was [...]


Related posts:<ol><li><a href='http://ccgi.maxpower.plus.com/2009/09/26/mount-a-webdav-folder-in-ubuntu-linux/' rel='bookmark' title='Permanent Link: Mount a Webdav folder in Ubuntu Linux'>Mount a Webdav folder in Ubuntu Linux</a> <small>Webdav is a very handy protocol for writing files back...</small></li><li><a href='http://ccgi.maxpower.plus.com/2009/09/05/adding-printers-will-hang-a-vista-logon-to-a-domain/' rel='bookmark' title='Permanent Link: Adding Printers will Hang a Vista Logon to a Domain'>Adding Printers will Hang a Vista Logon to a Domain</a> <small>Vista's UAC prevents standard users from installing printer drivers by...</small></li><li><a href='http://ccgi.maxpower.plus.com/2009/06/12/some-useful-ubuntu-commands/' rel='bookmark' title='Permanent Link: Some Useful Ubuntu Commands'>Some Useful Ubuntu Commands</a> <small>Here&#8217;s a useful guide for some IT people that are...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://ccgi.maxpower.plus.com/2009/08/29/move-a-print-job-from-one-queue-to-another-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deleting files older than a specific date or age</title>
		<link>http://ccgi.maxpower.plus.com/2009/08/21/deleting-files-older-than-a-specific-date-or-age/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://ccgi.maxpower.plus.com/2009/08/21/deleting-files-older-than-a-specific-date-or-age/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 11:01:18 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[2003]]></category>
		<category><![CDATA[Command]]></category>
		<category><![CDATA[Cookies]]></category>
		<category><![CDATA[forfiles]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[User profiles]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://ccgi.maxpower.plus.com/?p=407</guid>
		<description><![CDATA[I needed to delete a chunk of cookies today &#8211; but I didn&#8217;t want to delete them all.
Thankfully there is a handy command that is within Windows versions after XP such as Server 2003 and Vista that will enable to clean up without too many problems.
The forfiles command will allow you to set a specific [...]


Related posts:<ol><li><a href='http://ccgi.maxpower.plus.com/2009/07/29/edit-files-with-notepad-from-anywhere-on-your-network/' rel='bookmark' title='Permanent Link: Edit files with Notepad++ From Anywhere on your Network'>Edit files with Notepad++ From Anywhere on your Network</a> <small>Notepad++ is a very handy tool. It rocks. What is...</small></li><li><a href='http://ccgi.maxpower.plus.com/2009/11/10/remove-netowork-printers-from-users-before-they-log-on/' rel='bookmark' title='Permanent Link: Remove Network Printers from Users Before they Log On'>Remove Network Printers from Users Before they Log On</a> <small>I had a little trouble with an HP Printer driver...</small></li><li><a href='http://ccgi.maxpower.plus.com/2009/09/05/adding-printers-will-hang-a-vista-logon-to-a-domain/' rel='bookmark' title='Permanent Link: Adding Printers will Hang a Vista Logon to a Domain'>Adding Printers will Hang a Vista Logon to a Domain</a> <small>Vista's UAC prevents standard users from installing printer drivers by...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://ccgi.maxpower.plus.com/2009/08/21/deleting-files-older-than-a-specific-date-or-age/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some Useful Ubuntu Commands</title>
		<link>http://ccgi.maxpower.plus.com/2009/06/12/some-useful-ubuntu-commands/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://ccgi.maxpower.plus.com/2009/06/12/some-useful-ubuntu-commands/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 23:40:52 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Command]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Reference]]></category>
		<category><![CDATA[Shell]]></category>

		<guid isPermaLink="false">http://ccgi.maxpower.plus.com/?p=351</guid>
		<description><![CDATA[Here&#8217;s a useful guide for some IT people that are getting into Linux, and more specifically Ubuntu.
Basically, it&#8217;s a reference for Windows users to do Linux-type commands. I&#8217;ll be adding to this post as time goes on.
Shell Commands
sudo -i set the command shell to have root privileges
Networking Commands
ifconfig shows network information (ipconfig in Windows)
ifdown eth0 [...]


Related posts:<ol><li><a href='http://ccgi.maxpower.plus.com/2009/01/03/install-vim-on-an-ubuntu-server-and-desktop/' rel='bookmark' title='Permanent Link: Install vim on an Ubuntu server and desktop'>Install vim on an Ubuntu server and desktop</a> <small>I&#8217;ve grown quite fond of vim over the past couple...</small></li><li><a href='http://ccgi.maxpower.plus.com/2009/08/29/move-a-print-job-from-one-queue-to-another-in-linux/' rel='bookmark' title='Permanent Link: Move a print job from one queue to another in Linux'>Move a print job from one queue to another in Linux</a> <small>Today, I was looking at my printer queue and realised...</small></li><li><a href='http://ccgi.maxpower.plus.com/2009/09/26/mount-a-webdav-folder-in-ubuntu-linux/' rel='bookmark' title='Permanent Link: Mount a Webdav folder in Ubuntu Linux'>Mount a Webdav folder in Ubuntu Linux</a> <small>Webdav is a very handy protocol for writing files back...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://ccgi.maxpower.plus.com/2009/06/12/some-useful-ubuntu-commands/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Converting FLVs to playable video</title>
		<link>http://ccgi.maxpower.plus.com/2007/11/14/converting-flvs-to-playable-video/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://ccgi.maxpower.plus.com/2007/11/14/converting-flvs-to-playable-video/#comments</comments>
		<pubDate>Wed, 14 Nov 2007 00:22:38 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[AVI]]></category>
		<category><![CDATA[Command]]></category>
		<category><![CDATA[Convert]]></category>
		<category><![CDATA[ffmpeg]]></category>
		<category><![CDATA[FLV]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MPEG]]></category>
		<category><![CDATA[Trascode]]></category>

		<guid isPermaLink="false">http://ccgi.maxpower.plus.com/2007/11/14/converting-flvs-to-playable-video/</guid>
		<description><![CDATA[Downloading FLV videos can be a nuisance, as there are few regular players that they work on.
In Linux, there are various ways to convert FLV files to other formats. I&#8217;m hoping to build up a collection of commands and comment on the quality of the result.
Hopefully others will find it useful.
FFMpeg
ffmpeg -i video.flv -ab 56 [...]


Related posts:<ol><li><a href='http://ccgi.maxpower.plus.com/2009/06/12/bt-test-user-account/' rel='bookmark' title='Permanent Link: BT Test User Account'>BT Test User Account</a> <small>Test your ADSL line using the BT test user account...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://ccgi.maxpower.plus.com/2007/11/14/converting-flvs-to-playable-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
