<?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>Extreme Sarcasm</title>
	<atom:link href="http://extremesarcasm.org/wp/feed/" rel="self" type="application/rss+xml" />
	<link>http://extremesarcasm.org/wp</link>
	<description>The personal web site of Richard J Troiano</description>
	<lastBuildDate>Sun, 01 Jan 2012 21:33:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Configure BGInfo to Update Automatically for All Users at Login</title>
		<link>http://extremesarcasm.org/wp/2011/12/configure-bginfo-to-update-automatically-for-all-users-at-login/</link>
		<comments>http://extremesarcasm.org/wp/2011/12/configure-bginfo-to-update-automatically-for-all-users-at-login/#comments</comments>
		<pubDate>Fri, 30 Dec 2011 21:44:06 +0000</pubDate>
		<dc:creator>Richard Troiano</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[bginfo]]></category>
		<category><![CDATA[configure]]></category>
		<category><![CDATA[login]]></category>
		<category><![CDATA[runas]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[startup]]></category>
		<category><![CDATA[terminal services]]></category>

		<guid isPermaLink="false">http://extremesarcasm.org/wp/?p=733</guid>
		<description><![CDATA[The following instructions should work for Windows XP, 2000, 7 and Server 2003. Download BGInfo and extract the zip file to your %windir% Right click bginfo.exe and select Properties. Select the Security tab. Select Edit to edit the list of Users/Groups for the file. Select Add. Type Authenticated Users into the user object query. Select<a href="http://extremesarcasm.org/wp/2011/12/configure-bginfo-to-update-automatically-for-all-users-at-login/"> <br /><br /> (Read More...)</a>]]></description>
			<content:encoded><![CDATA[<p>The following instructions should work for Windows XP, 2000, 7 and Server 2003.</p>
<ol>
<li>Download <a href="http://technet.microsoft.com/en-us/sysinternals/bb897557">BGInfo</a> and extract the zip file to your %windir%</li>
<li>Right click <strong>bginfo.exe</strong> and select <strong>Properties.</strong></li>
<li>Select the <strong>Security </strong>tab.</li>
<li>Select <strong>Edit</strong> to edit the list of Users/Groups for the file.</li>
<li>Select <strong>Add.</strong></li>
<li>Type <em>Authenticated Users</em> into the user object query.</li>
<li>Select <strong>OK</strong>.</li>
<li>Give the <em>Authenticated Users</em> group <strong>Full Control</strong> by selecting the allow checkbox.</li>
<li>Select <strong>Apply</strong> &gt; <strong>OK</strong>.</li>
<li>Launch bginfo.exe</li>
<li>Left click on the <em>Time Remaining</em> counter in the top right corner to stop the timer.</li>
<li>Setup BGInfo layout as desired.</li>
<li>Select <strong>File</strong> &gt; <strong>Save As</strong></li>
<li>Save the file as bginfo.bgi in %windir%.</li>
<li>Create a directory in %windir% called <strong>bginfo</strong></li>
<li>Repeat the process of adding the <em>Authenticated Users</em> group and give Full Control to the %windir%\bginfo folder.</li>
<li>In BGInfo, select <strong>Bitmap</strong> &gt; <strong>Location</strong> &gt; <strong>Other Directory</strong></li>
<li>Type  %windir%\bginfo\bginfo.bmp</li>
<li>Select <strong>OK</strong> twice.</li>
<li>In Windows Explorer, navigate to your start up folder (see below)</li>
<li>Place a shortcut to %windir%\bginfo.exe in the Startup folder.</li>
<li>Right click on the shortcut to BGInfo in the startup folder</li>
<li>change the target of the shortcut to
<pre>%windir%\bginfo.exe /timer:0 /i%windir%\bginfo.bgi</pre>
</li>
</ol>
<p>Now bginfo will automatically run and update the wallpaper every time someone logs in.</p>
<p><strong>Startup Folders </strong><br />
<strong>Windows 7</strong> C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup<br />
<strong>Windows XP</strong> C:\Documents and Settings\All Users\Start Menu\Programs\Startup<br />
<strong>Windows 2000</strong> C:\Documents and Settings\All Users\Start Menu\Programs\Startup</p>
]]></content:encoded>
			<wfw:commentRss>http://extremesarcasm.org/wp/2011/12/configure-bginfo-to-update-automatically-for-all-users-at-login/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>namebench &#8211; Open-source DNS Benchmark Utility &#8211; Google Project Hosting</title>
		<link>http://extremesarcasm.org/wp/2011/12/namebench-open-source-dns-benchmark-utility-google-project-hosting/</link>
		<comments>http://extremesarcasm.org/wp/2011/12/namebench-open-source-dns-benchmark-utility-google-project-hosting/#comments</comments>
		<pubDate>Thu, 15 Dec 2011 04:01:31 +0000</pubDate>
		<dc:creator>Richard Troiano</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://extremesarcasm.org/wp/?p=730</guid>
		<description><![CDATA[namebench &#8211; Open-source DNS Benchmark Utility &#8211; Google Project Hosting. Are you a power-user with 5 minutes to spare? Do you want a faster internet experience? Try out namebench. It hunts down the fastest DNS servers available for your computer to use. namebench runs a fair and thorough benchmark using your web browser history, tcpdump output, or<a href="http://extremesarcasm.org/wp/2011/12/namebench-open-source-dns-benchmark-utility-google-project-hosting/"> <br /><br /> (Read More...)</a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://code.google.com/p/namebench/">namebench &#8211; Open-source DNS Benchmark Utility &#8211; Google Project Hosting</a>.</p>
<p style="line-height: 1.25em; max-width: 64em; color: #000000; font-family: arial, sans-serif; background-color: #ffffff;">Are you a power-user with 5 minutes to spare? Do you want a faster internet experience?</p>
<p style="line-height: 1.25em; max-width: 64em; color: #000000; font-family: arial, sans-serif; background-color: #ffffff;">Try out namebench. It hunts down the fastest <a style="color: #0000cc;" href="http://en.wikipedia.org/wiki/Domain_Name_System" rel="nofollow">DNS servers</a> available for your computer to use. namebench runs a fair and thorough benchmark using your web browser history, tcpdump output, or standardized datasets in order to provide an individualized recommendation. namebench is completely free and does not modify your system in any way. This project began as a 20% project at Google.</p>
<p style="line-height: 1.25em; max-width: 64em; color: #000000; font-family: arial, sans-serif; background-color: #ffffff;">namebench runs on Mac OS X, Windows, and UNIX, and is available with a graphical user interface as well as a command-line interface.</p>
<p>&nbsp;</p>
<p style="text-align: center;"><a href="http://code.google.com/p/namebench/"><img src='http://extremesarcasm.org/wp/wp-content/uploads/2011/12/screenshot-1.3.png' alt='' /></a></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://extremesarcasm.org/wp/2011/12/namebench-open-source-dns-benchmark-utility-google-project-hosting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cisco 2610 Router Error &#8211; Error opening tftp://255.255.255.255/network-confg (Timed out) message</title>
		<link>http://extremesarcasm.org/wp/2011/12/cisco-2610-router-error-error-opening-tftp255-255-255-255network-confg-timed-out-message/</link>
		<comments>http://extremesarcasm.org/wp/2011/12/cisco-2610-router-error-error-opening-tftp255-255-255-255network-confg-timed-out-message/#comments</comments>
		<pubDate>Sat, 10 Dec 2011 21:43:07 +0000</pubDate>
		<dc:creator>Richard Troiano</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[2610]]></category>
		<category><![CDATA[cisco]]></category>
		<category><![CDATA[config]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[loading]]></category>
		<category><![CDATA[prompt]]></category>
		<category><![CDATA[router]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[tftp]]></category>

		<guid isPermaLink="false">http://extremesarcasm.org/wp/?p=707</guid>
		<description><![CDATA[Issue The router continually tries to load a configuration from the network, and displays error messages on the console similar to the %Error opening tftp://255.255.255.255/network-confg (Timed out) message A router can continually display the log messages because the service config command is enabled on the router. These error messages usually occur after the router has performed<a href="http://extremesarcasm.org/wp/2011/12/cisco-2610-router-error-error-opening-tftp255-255-255-255network-confg-timed-out-message/"> <br /><br /> (Read More...)</a>]]></description>
			<content:encoded><![CDATA[<h3>Issue</h3>
<p>The router continually tries to load a configuration from the network, and displays error messages on the console similar to the %Error opening tftp://255.255.255.255/network-confg (Timed out) message</p>
<p>A router can continually display the log messages because the <strong>service config</strong> command is enabled on the router.</p>
<p>These error messages usually occur after the router has performed a Cisco IOS  Software upgrade. In the latest version of Cisco IOS Software, the <strong>service config</strong> command is the default value. Since this is the default value, the <strong>service config</strong> command line sometimes does not show up in the <strong>show</strong> <strong>run</strong> command output.</p>
<h3>Resolution</h3>
<p>Enter the following commands to resolve.  All commands are in<strong> bolded text</strong>, prompts are non bolded.</p>
<p class="cisco">
Router><strong>en</strong><br />
Router#<strong>config terminal</strong><br />
Enter configuration commands, one per line.  End with CNTL/Z.<br />
Router(config)#<strong>no service config</strong><br />
Router(config)#<strong>^Z</strong><br />
Router#<br />
00:07:35: %SYS-5-CONFIG_I: Configured from console by console<br />
Router#<strong>copy running-config startup-config</strong><br />
Destination filename [startup-config]?<br />
Building configuration&#8230;<br />
[OK]<br />
Router#<br />
%Error opening tftp://255.255.255.255/ciscortr.cfg (Timed out)<br />
Router#<strong>reload</strong><br />
Proceed with reload? [confirm] <strong>y</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://extremesarcasm.org/wp/2011/12/cisco-2610-router-error-error-opening-tftp255-255-255-255network-confg-timed-out-message/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ROMmon Recovery for the Cisco 2610 Router</title>
		<link>http://extremesarcasm.org/wp/2011/12/rommon-recovery-for-the-cisco-2600-series-router-and-the-vg200-cisco-systems/</link>
		<comments>http://extremesarcasm.org/wp/2011/12/rommon-recovery-for-the-cisco-2600-series-router-and-the-vg200-cisco-systems/#comments</comments>
		<pubDate>Fri, 09 Dec 2011 08:10:29 +0000</pubDate>
		<dc:creator>Richard Troiano</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[cisco]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[rommon]]></category>
		<category><![CDATA[tftp]]></category>

		<guid isPermaLink="false">http://extremesarcasm.org/wp/?p=700</guid>
		<description><![CDATA[ROMmon Recovery for the Cisco 2600 Series Router Introduction This page explains how to recover a Cisco 2600 Series Router and a VG200 stuck in ROMmon (rommon# &#62;prompt). All commands are in bolded text, prompts are non bolded. Check Configuration Register Settings If the router is stuck in ROMmon mode, the first setting that should be<a href="http://extremesarcasm.org/wp/2011/12/rommon-recovery-for-the-cisco-2600-series-router-and-the-vg200-cisco-systems/"> <br /><br /> (Read More...)</a>]]></description>
			<content:encoded><![CDATA[<p>ROMmon Recovery for the Cisco 2600 Series Router</p>
<h2>Introduction</h2>
<p>This page explains how to recover a Cisco 2600 Series Router and a VG200 stuck in ROMmon (rommon# &gt;prompt).</p>
<p>All commands are in<strong> bolded text</strong>, prompts are non bolded.</p>
<h3>Check Configuration Register Settings</h3>
<p>If the router is stuck in ROMmon mode, the first setting that should be checked is the value of the configuration register.</p>
<p>The first four bits of the configuration register comprise the boot field. The value of the boot field defines the source of a default Cisco IOS® software image that will be used to run the router. If the value of the boot field is 0 (configuration register value of XXX0), on startup the system enters and remains in the ROM monitor mode (rommon&gt;), awaiting a user command to boot the system manually. For more information on the software configuration register bit meanings, see Configuring the Software Configuration Register.</p>
<p>If your router keeps entering the ROMmon mode each time the system is restarted, it is probably due to the setting of the configuration register. To verify the configured value of the configuration register, use the confreg command as shown below:</p>
<p class="cisco">rommon 2 &gt; <strong>confreg</strong><br />
Configuration Summary<br />
enabled are:<br />
load rom after netboot fails<br />
console baud: 9600<br />
boot: the ROM Monitor<br />
do you wish to change the configuration? y/n [n]:</p>
<p>As indicated by the output of the confreg command above, the configuration register is set to a value that forces the router to go into the ROMmon mode each time it is reloaded or power-cycled. To make the router boot automatically from a default Cisco IOS software image, change the configuration register value as shown below:</p>
<p class="cisco">do you wish to change the configuration? y/n [n]: <strong>y</strong><br />
enable &#8220;diagnostic mode&#8221;? y/n [n]: <strong>n</strong><br />
enable &#8220;use net in IP bcast address&#8221;? y/n [n]: <strong>n</strong><br />
disable &#8220;load rom after netboot fails&#8221;? y/n [n]: <strong>n</strong><br />
enable &#8220;use all zero broadcast&#8221;? y/n [n]: <strong>n</strong><br />
enable &#8220;break/abort has effect&#8221;? y/n [n]: <strong>n</strong><br />
enable &#8220;ignore system config info&#8221;? y/n [n]: <strong>n</strong><br />
change console baud rate? y/n [n]: <strong>n</strong><br />
change the boot characteristics? y/n [n]: <strong>y</strong><br />
enter to boot:<br />
0 = ROM Monitor<br />
1 = the boot helper image<br />
2-15 = boot system<br />
[0]: <strong>2</strong><br />
Configuration Summary<br />
enabled are:<br />
load rom after netboot fails<br />
console baud: 9600<br />
boot: image specified by the boot system commands or default to: cisco2-C2600<br />
do you wish to change the configuration? y/n [n]: <strong>n</strong><br />
You must reset or power cycle for new config to take effect</p>
<p>By doing this, you have changed the configuration register to a value that makes it look for a valid Cisco IOS software image on startup and boot from the same. The<br />
router must now be reset.</p>
<p class="cisco">rommon 3 &gt; <strong>reset</strong><br />
System Bootstrap, Version 11.3(2)XA4, RELEASE SOFTWARE (fc1)<br />
Copyright (c) 1999 by cisco Systems, Inc.<br />
TAC:Home:SW:IOS:Specials for info</p>
<p>The router should now reload with a valid Cisco IOS software image.</p>
<h3>Look for a Valid Image in Flash</h3>
<p>If the configuration register value is set to make the system boot automatically from a default Cisco IOS software image, and if no break signal is sent during start up, the router should boot normally. However, if the router still enters the ROMmon mode, it is probably because the device is unable to locate a valid Cisco IOS software image.</p>
<p>The first thing you need to do then is to look for a valid Cisco IOS software image. To do this, issue the dircommand for each available device, and look for a valid Cisco IOS software image. For example, to look for the IOS in the Flash, use the command shown below.</p>
<p class="cisco">rommon 1 &gt; <strong>dir flash</strong>:<br />
File size Checksum File name<br />
5358032 bytes (0x51c1d0) 0x7b16 c2600-i-mz.122-10b.bin<br />
rommon 2 &gt;</p>
<p>Note that if the router returns the &#8220;bad device name&#8221; message, the device specified probably does not exist. The output above indicates that a valid image is indeed present in the Flash. Try to boot from that image using the boot command.</p>
<p class="cisco">rommon 2 &gt; <strong>boot flash:c2600-i-mz.122-10b.bin<br />
</strong>program load complete, entry point: 0&#215;80008000, size: 0x51c0dc<br />
Self decompressing the image : #################################################<br />
##################################<br />
&#8230;</p>
<p>The router should now boot with the Cisco IOS software image specified in the boot command. However, there are times when a valid image does not exist on any of the devices or the image on the Flash might be corrupted. In these cases, a valid image has to be downloaded using Trivial File Transfer Protocol (TFTP) or by using the Xmodem procedure. Both these procedures can be carried out from the ROMmon mode.</p>
<p><strong>Note</strong>: There are instances where the system message &#8220;Device does not contain a valid magic number&#8221; appears. If this happens, in addition to getting a valid Cisco IOS software image, you might need to reseat the Flash or replace it, if it is damaged.</p>
<h3>Download using TFTP from ROMmon</h3>
<p>This is the fastest way to re-install a new Cisco IOS software image on the router. Go to <a title="tftpdnld command" href="http://www.cisco.com/en/US/products/hw/routers/ps259/products_tech_note09186a008015bf9e.shtml" target="_blank">Using the tftpdnld Command</a>.</p>
<h3>Download using Xmodem from ROMmon</h3>
<p>You can also download a new Cisco IOS software version through the console port, using Xmodem. Go to <a title="Xmodem RomMON" href="http://www.cisco.com/en/US/products/hw/routers/ps259/products_tech_note09186a008015bfac.shtml" target="_blank">Xmodem Console Download Procedure Using ROMmon</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://extremesarcasm.org/wp/2011/12/rommon-recovery-for-the-cisco-2600-series-router-and-the-vg200-cisco-systems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NASA Images</title>
		<link>http://extremesarcasm.org/wp/2011/12/nasa-images/</link>
		<comments>http://extremesarcasm.org/wp/2011/12/nasa-images/#comments</comments>
		<pubDate>Thu, 08 Dec 2011 02:47:16 +0000</pubDate>
		<dc:creator>Richard Troiano</dc:creator>
				<category><![CDATA[Science]]></category>
		<category><![CDATA[Space]]></category>
		<category><![CDATA[archive]]></category>
		<category><![CDATA[astronomy]]></category>
		<category><![CDATA[exploration]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[manned]]></category>
		<category><![CDATA[nasa]]></category>
		<category><![CDATA[pictures]]></category>
		<category><![CDATA[unmanned]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://extremesarcasm.org/wp/?p=697</guid>
		<description><![CDATA[NASA Images. NASA Images was created through a partnership between NASA and the Internet Archive, a non-profit digital library based in San Francisco, to bring public access to NASA&#8217;s image, video, and audio collections in a single, searchable resource. The site contains everything from classic photos to educational programming and HD video, and is growing<a href="http://extremesarcasm.org/wp/2011/12/nasa-images/"> <br /><br /> (Read More...)</a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.nasaimages.org/">NASA Images</a>.</p>
<p>NASA Images was created through a partnership between NASA and the Internet Archive, a non-profit digital library based in San Francisco, to bring public access to NASA&#8217;s image, video, and audio collections in a single, searchable resource.</p>
<p>The site contains everything from classic photos to educational programming and HD video, and is growing all the time as we continue to gain both new and archived media from all of NASA&#8217;s centers.</p>
<p>Through the development of nasaimages.org we hope to promote education and facilitate scholarship in the math and sciences at all levels, and to build general interest and excitement around space exploration, aeronautics, and astronomy.</p>
<p>For news and updates, visit the NASA Images blog.</p>
]]></content:encoded>
			<wfw:commentRss>http://extremesarcasm.org/wp/2011/12/nasa-images/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cisco Feature Navigator &#8211; Cisco Systems</title>
		<link>http://extremesarcasm.org/wp/2011/12/cisco-feature-navigator-cisco-systems/</link>
		<comments>http://extremesarcasm.org/wp/2011/12/cisco-feature-navigator-cisco-systems/#comments</comments>
		<pubDate>Tue, 06 Dec 2011 03:51:02 +0000</pubDate>
		<dc:creator>Richard Troiano</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[cisco]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[features]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[Help]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[navigator]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[terminal]]></category>

		<guid isPermaLink="false">http://extremesarcasm.org/wp/?p=694</guid>
		<description><![CDATA[Cisco Feature Navigator &#8211; Cisco Systems. The Cisco Feature Navigator allows you to quickly find the right Cisco IOS, IOS XE, IOS XR and CatOS software release for the features you want to run on your network. Shows examples of how to preform various administrative functions depending on what type of router/IOS you are running. &#160;]]></description>
			<content:encoded><![CDATA[<p><a href="http://tools.cisco.com/ITDIT/CFN/jsp/index.jsp">Cisco Feature Navigator &#8211; Cisco Systems</a>.</p>
<p>The Cisco Feature Navigator allows you to quickly find the right Cisco IOS, IOS XE, IOS XR and CatOS software release for the features you want to run on your network. Shows examples of how to preform various administrative functions depending on what type of router/IOS you are running.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://extremesarcasm.org/wp/2011/12/cisco-feature-navigator-cisco-systems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stopping Extended Ping or Traceroute Command on A Cisco Router</title>
		<link>http://extremesarcasm.org/wp/2011/12/stopping-extended-ping-or-traceroute-command-on-a-cisco-router/</link>
		<comments>http://extremesarcasm.org/wp/2011/12/stopping-extended-ping-or-traceroute-command-on-a-cisco-router/#comments</comments>
		<pubDate>Tue, 06 Dec 2011 03:47:53 +0000</pubDate>
		<dc:creator>Richard Troiano</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[cancel]]></category>
		<category><![CDATA[cisco]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[ping]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[text mode]]></category>
		<category><![CDATA[traceroute]]></category>

		<guid isPermaLink="false">http://extremesarcasm.org/wp/?p=692</guid>
		<description><![CDATA[Every introductory Cisco course tells you that you can stop any IOS command (for example, ping or traceroute) with the Ctrl/^ (also written as ^^ or Ctrl-Shift-6) escape character. What they usually forget to tell you is how to do that on non-US-ASCII keyboards or with telnet programs that do not want to recognize weird control characters. The<a href="http://extremesarcasm.org/wp/2011/12/stopping-extended-ping-or-traceroute-command-on-a-cisco-router/"> <br /><br /> (Read More...)</a>]]></description>
			<content:encoded><![CDATA[<p>Every introductory Cisco course tells you that you can stop any IOS command (for example, <strong>ping</strong> or <strong>traceroute</strong>) with the Ctrl/^ (also written as ^^ or Ctrl-Shift-6) escape character. What they usually forget to tell you is how to do that on non-US-ASCII keyboards or with telnet programs that do not want to recognize weird control characters.</p>
<p>The trick is simple &#8211; if you cannot generate ^^ (ASCII code 30), change the escape character. You can change it for the current session with the <strong>terminal escape-character<em>char</em></strong> exec-level command or permanently with the <strong>escape-character <em>char</em></strong> line configuration command. For example, to set the escape character for the current session to ctrl-C, use <strong>terminal escape-character 3</strong> command.</p>
]]></content:encoded>
			<wfw:commentRss>http://extremesarcasm.org/wp/2011/12/stopping-extended-ping-or-traceroute-command-on-a-cisco-router/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Iran Shoots Down US UAV &#8211; News</title>
		<link>http://extremesarcasm.org/wp/2011/12/iran-military-says-it-shot-down-jpost-iranian-threat-news/</link>
		<comments>http://extremesarcasm.org/wp/2011/12/iran-military-says-it-shot-down-jpost-iranian-threat-news/#comments</comments>
		<pubDate>Mon, 05 Dec 2011 10:57:18 +0000</pubDate>
		<dc:creator>Richard Troiano</dc:creator>
				<category><![CDATA[Middle East]]></category>
		<category><![CDATA[National (US)]]></category>
		<category><![CDATA[Politics]]></category>
		<category><![CDATA[america]]></category>
		<category><![CDATA[arial]]></category>
		<category><![CDATA[drone]]></category>
		<category><![CDATA[iran]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[spying]]></category>
		<category><![CDATA[unmanned]]></category>
		<category><![CDATA[usa]]></category>

		<guid isPermaLink="false">http://extremesarcasm.org/wp/?p=684</guid>
		<description><![CDATA[Iran military says it shot down &#8230; JPost &#8211; Iranian Threat &#8211; News. By the way, I am posting this because I happen to be interested in United States foreign policy issues.  I personally feel that if the United States did in fact enter Iranian airspace with a UAV, the Iranians have every right to<a href="http://extremesarcasm.org/wp/2011/12/iran-military-says-it-shot-down-jpost-iranian-threat-news/"> <br /><br /> (Read More...)</a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.jpost.com/IranianThreat/News/Article.aspx?id=248067">Iran military says it shot down &#8230; JPost &#8211; Iranian Threat &#8211; News</a>.</p>
<p><em>By the way, I am posting this because I happen to be interested in United States foreign policy issues.  I personally feel that if the United States did in fact enter Iranian airspace with a UAV, the Iranians have every right to shoot it down.   I get a number of visits from the middle east, but I just wanted to explain why I post articles like this.  I personally feel that the United States is extremely lopsided when it comes to foreign policy in regard to the middle east.  We give nuclear weapons to Israel, but if any other country attempts to obtain the same technology, they are threatened with invasion?</em></p>
<address> </address>
<div style="text-align: left;"><span class="Apple-style-span" style="line-height: 18px;">US RQ-170 drone was in Iranian air space, military says; Tehran warns its response will come outside Iran&#8217;s borders. </span><span class="Apple-style-span" style="line-height: 18px;">Iran&#8217;s military has shot down a US reconnaissance drone aircraft in eastern Iran and has threatened to respond to the violation of Iranian airspace, a military source told state television on Sunday.</span></div>
<p>&#8220;Iran&#8217;s military has downed an intruding RQ-170 American drone in eastern Iran,&#8221; Iran&#8217;s Arabic-language Al Alam state television network quoted the unnamed source as saying. &#8220;The spy drone, which has been downed with little damage, was seized by the Iranian armed forces.&#8221;</p>
<p>Iran shot down the drone at a time when it is trying to contain foreign reaction to the storming of the British embassy in Tehran on Tuesday, shortly after London announced that it would impose sanctions on Iran&#8217;s central bank in connection with Iran&#8217;s controversial nuclear enrichment program. Britain evacuated its diplomatic staff from Iran and expelled Iranian diplomats in London in retaliation, and several other EU members recalled their ambassadors from Tehran. The attack dragged Iran&#8217;s relations with Europe to a long-time low.</p>
<p>&#8220;The Iranian military&#8217;s response to the American spy drone&#8217;s violation of our airspace will not be limited to Iran&#8217;s borders,&#8221; the military source said, without elaborating. The United States and Israel have not ruled out military action against Iran&#8217;s nuclear facilities if diplomacy fails to resolve the nuclear dispute.<br />
Iran has dismissed reports of possible US or Israeli plans to strike Iran, warning that it would respond to any such assault by attacking US interests in the Gulf and Israel.</p>
<p>Analysts say Tehran could retaliate by launching hit-and-run strikes in the Gulf and by closing the Strait of Hormuz. About 40 percent of all traded oil leaves the Gulf region through the strategic waterway.<br />
Iran said in July it had shot down an unmanned US spy plane over the holy city of Qom, near its Fordu nuclear site. In related news, Hezbollah-affiliated Lebanese website al-Intiqad on Sunday posted what they claim to be pictures of Israeli spy devices that IAF aircraft destroyed on Friday after they had been discovered in southern Lebanon. Two people were injured Friday during an explosion in the southern Lebanese towns of Srifa and Deir Kifa, Lebanese newspaper The Daily Star reported. The report suggested that the explosion may have been caused by an IDF drone, but also speculated that it was a result of a cluster bomb.</p>
<p>Jerusalem has alleged that Iran has heavily armed Hezbollah by transferring weapons through Syria.</p>
]]></content:encoded>
			<wfw:commentRss>http://extremesarcasm.org/wp/2011/12/iran-military-says-it-shot-down-jpost-iranian-threat-news/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Vice Guide to Travel: North Korea</title>
		<link>http://extremesarcasm.org/wp/2011/12/the-vice-guide-to-travel-north-korea-watch-free-documentary-online/</link>
		<comments>http://extremesarcasm.org/wp/2011/12/the-vice-guide-to-travel-north-korea-watch-free-documentary-online/#comments</comments>
		<pubDate>Sat, 03 Dec 2011 13:46:58 +0000</pubDate>
		<dc:creator>Richard Troiano</dc:creator>
				<category><![CDATA[Documentary]]></category>
		<category><![CDATA[Politics]]></category>
		<category><![CDATA[documentary]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[north korea]]></category>
		<category><![CDATA[post]]></category>
		<category><![CDATA[streaming]]></category>
		<category><![CDATA[vice]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://extremesarcasm.org/wp/?p=676</guid>
		<description><![CDATA[The Vice Guide to Travel: North Korea &#124; Watch Free Documentary Online. Getting into North Korea was one of the hardest and weirdest processes VBS has ever dealt with. From the authors: After we went back and forth with their representatives for months, they finally said they were going to allow 16 journalists into the<a href="http://extremesarcasm.org/wp/2011/12/the-vice-guide-to-travel-north-korea-watch-free-documentary-online/"> <br /><br /> (Read More...)</a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://topdocumentaryfilms.com/vice-guide-travel-north-korea/">The Vice Guide to Travel: North Korea | Watch Free Documentary Online</a>.</p>
<p style="margin-bottom: 0px; padding-top: 5px; padding-right: 10px; padding-bottom: 5px; padding-left: 10px; color: #000000; font-family: 'Trebuchet MS', sans-serif; text-align: justify; background-color: #ffffff;" align="justify">Getting into North Korea was one of the hardest and weirdest processes VBS has ever dealt with.</p>
<p style="margin-bottom: 0px; padding-top: 5px; padding-right: 10px; padding-bottom: 5px; padding-left: 10px; color: #000000; font-family: 'Trebuchet MS', sans-serif; text-align: justify; background-color: #ffffff;" align="justify"><span style="text-decoration: underline;">From the authors</span>: After we went back and forth with their representatives for months, they finally said they were going to allow 16 journalists into the country to cover the Arirang Mass Games in Pyongyang.</p>
<p style="margin-bottom: 0px; padding-top: 5px; padding-right: 10px; padding-bottom: 5px; padding-left: 10px; color: #000000; font-family: 'Trebuchet MS', sans-serif; text-align: justify; background-color: #ffffff;" align="justify">Then, ten days before we were supposed to go, they said, <em>No, nobody can come</em>. Then they said, <em>OK, OK, you can come. But only as tourists</em>. We had no idea what that was supposed to mean. They already knew we were journalists, and over there if you get caught being a journalist when you’re supposed to be a tourist you go to jail.</p>
<p style="margin-bottom: 0px; padding-top: 5px; padding-right: 10px; padding-bottom: 5px; padding-left: 10px; color: #000000; font-family: 'Trebuchet MS', sans-serif; text-align: justify; background-color: #ffffff;" align="justify">We don’t like jail. And we’re willing to bet we’d hate jail in North Korea. But we went for it. The first leg of the trip was a flight into northern China.</p>
<p style="margin-bottom: 0px; padding-top: 5px; padding-right: 10px; padding-bottom: 5px; padding-left: 10px; color: #000000; font-family: 'Trebuchet MS', sans-serif; text-align: justify; background-color: #ffffff;" align="justify">At the airport, the North Korean consulate took our passports and all of our money, then brought us to a restaurant. We were sitting there with our tour group, and suddenly all the other diners left and these women came out and started singing North Korean nationalist songs.</p>
<p style="margin-bottom: 0px; padding-top: 5px; padding-right: 10px; padding-bottom: 5px; padding-left: 10px; color: #000000; font-family: 'Trebuchet MS', sans-serif; text-align: justify; background-color: #ffffff;" align="justify">We were thinking, <em>Look, we were just on a plane for 20 hours. We’re jet-lagged. Can we just go to bed?</em> but this guy with our group who was from the LA Times told us, <em>Everyone in here besides us is secret police. If you don’t act excited then you’re not going to get your visa</em>.</p>
<p style="margin-bottom: 0px; padding-top: 5px; padding-right: 10px; padding-bottom: 5px; padding-left: 10px; color: #000000; font-family: 'Trebuchet MS', sans-serif; text-align: justify; background-color: #ffffff;" align="justify">So we got drunk and jumped up on stage and sang songs with the girls. The next day we got our visas. A lot of people we had gone with didn’t get theirs. That was our first hint at just what a freaky, freaky trip we were embarking on.</p>
<p style="margin-bottom: 0px; padding-top: 5px; padding-right: 10px; padding-bottom: 5px; padding-left: 10px; color: #000000; font-family: 'Trebuchet MS', sans-serif; text-align: justify; background-color: #ffffff;" align="justify">
<p><embed src="http://www.youtube.com/p/8488106149799436?hl=en_US&#038;fs=1" type="application/x-shockwave-flash" width="100%" height="325" allowscriptaccess="always" allowfullscreen="true"></embed></p>
]]></content:encoded>
			<wfw:commentRss>http://extremesarcasm.org/wp/2011/12/the-vice-guide-to-travel-north-korea-watch-free-documentary-online/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Observium</title>
		<link>http://extremesarcasm.org/wp/2011/11/observium/</link>
		<comments>http://extremesarcasm.org/wp/2011/11/observium/#comments</comments>
		<pubDate>Tue, 29 Nov 2011 22:00:31 +0000</pubDate>
		<dc:creator>Richard Troiano</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Forensics]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[configure]]></category>
		<category><![CDATA[cool]]></category>
		<category><![CDATA[information]]></category>
		<category><![CDATA[ip address]]></category>
		<category><![CDATA[ipv4]]></category>
		<category><![CDATA[ipv6]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://extremesarcasm.org/wp/?p=671</guid>
		<description><![CDATA[Main Page &#8211; Observium. Observium is an autodiscovering PHP/MySQL/SNMP based network monitoring which includes support for a wide range of network hardware and operating systems including Cisco, Linux, FreeBSD, Juniper, Brocade, Foundry, HP and many more. Observium has grown out of a lack of easy to configure network monitoring platforms. It is intended to provide<a href="http://extremesarcasm.org/wp/2011/11/observium/"> <br /><br /> (Read More...)</a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.observium.org/wiki/Main_Page">Main Page &#8211; Observium</a>.</p>
<p><span class="Apple-style-span" style="color: #000000; font-family: Verdana, Arial, 'Trebuchet MS'; background-color: #ffffff;">Observium is an autodiscovering PHP/MySQL/SNMP based network monitoring which includes support for a wide range of network hardware and operating systems including Cisco, Linux, FreeBSD, Juniper, Brocade, Foundry, HP and many more.</span></p>
<p>Observium has grown out of a lack of easy to configure network monitoring platforms. It is intended to provide a more navigable interface to the health and performance of your network. Its design goals include collecting as much historical data about devices as possible, being completely autodiscovered with little or no manual intervention, and having a very intuitive interface.</p>
<p>Observium is not intended to replace an up/down alerting system, but rather to complement it with an easy to manage, intuitive representation of historical and current performance statistics, configuration visualisation and syslog capture.</p>
<p><strong>Free, Libre, Gratis</strong> - Observium is Free Software. This means that you can use and redistribute the software without permission and without paying anything.</p>
<p>Observium supports monitoring of the following metrics: CPU, Memory and Storage statistics. Interface traffic, packet and detailed error statistics. BGP and OSPF statistics. MPLS VPN configuration. Temperature, Fan Speed, Voltage, Amperage, Power, Humidity and Frequency sensors. Detailed IPv4, IPv6, TCP and UDP stack statistics. Users, Processes, Load Average and Uptime statistics. Linux distribution detection. Cisco CEF statistics. Cisco IPSec VPN statistics. Juniper ATM VC statistics. Real-time interface traffic graphing. Device inventory collection. CDP, FDP, EDP, LLDP tracking. PAgP tracking. Interface stack tracking.</p>
<p>Try our <a class="external text" style="text-decoration: none; color: #3366bb; background-image: url('http://www.observium.org/w/skins/gumaxdd/external.png'); background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; padding-right: 13px; background-position: 100% 50%; background-repeat: no-repeat no-repeat;" href="http://demo.observium.org/" rel="nofollow">Observium Demo</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://extremesarcasm.org/wp/2011/11/observium/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

