<?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>Suroboy&#039;s Blog</title>
	<atom:link href="http://www.suroboy.com/blog/feed" rel="self" type="application/rss+xml" />
	<link>http://www.suroboy.com/blog</link>
	<description>WordPress, PHP Scripts, and Debian Linux Tips &#38; Tricks</description>
	<lastBuildDate>Tue, 17 Nov 2009 03:34:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Offline Package Management for APT</title>
		<link>http://www.suroboy.com/blog/offline-package-management-for-apt.htm</link>
		<comments>http://www.suroboy.com/blog/offline-package-management-for-apt.htm#comments</comments>
		<pubDate>Tue, 17 Nov 2009 03:32:17 +0000</pubDate>
		<dc:creator>Suroboy</dc:creator>
				<category><![CDATA[Debian Linux]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[November]]></category>
		<category><![CDATA[Setting]]></category>

		<guid isPermaLink="false">http://www.suroboy.com/blog/?p=68</guid>
		<description><![CDATA[This article is about Offline Package Management in Debian. Debian is a pretty well known project. One of the things that makes Debian very popular is APT (a.k.a Advanced Packaging Tool) which allows remote package downloads, upgrades and dependency resolution. Unfortunately it does require a network connection &#8211; unless you use apt-offline.
In Debian, when you [...]]]></description>
		<wfw:commentRss>http://www.suroboy.com/blog/offline-package-management-for-apt.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Howto install Real Player 11 in Debian Lenny</title>
		<link>http://www.suroboy.com/blog/howto-install-real-player-11-in-debian-lenny.htm</link>
		<comments>http://www.suroboy.com/blog/howto-install-real-player-11-in-debian-lenny.htm#comments</comments>
		<pubDate>Tue, 03 Nov 2009 05:07:21 +0000</pubDate>
		<dc:creator>Suroboy</dc:creator>
				<category><![CDATA[Debian Linux]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[November]]></category>

		<guid isPermaLink="false">http://www.suroboy.com/blog/?p=67</guid>
		<description><![CDATA[RealPlayer plays streaming audio and video over the Internet in real-time. It plays RealAudio, RealVideo, MP3, 3GPP Video, Flash, SMIL 2.0, JPEG, GIF, PNG, RealPix, RealText, Ogg Vorbis, and Ogg Theora. It is available for Windows, Macintosh, Pocket PC, Nokia 9200 Series, Nokia 7650, Palm OS 5-based handhelds, Linux, Solaris, and many Unix variants.
First you [...]]]></description>
		<wfw:commentRss>http://www.suroboy.com/blog/howto-install-real-player-11-in-debian-lenny.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>cpulimit – Limit the cpu usage of a process</title>
		<link>http://www.suroboy.com/blog/cpulimit%e2%80%93limit-the-cpu-usage-of-a-process.htm</link>
		<comments>http://www.suroboy.com/blog/cpulimit%e2%80%93limit-the-cpu-usage-of-a-process.htm#comments</comments>
		<pubDate>Fri, 18 Sep 2009 01:31:54 +0000</pubDate>
		<dc:creator>Suroboy</dc:creator>
				<category><![CDATA[Debian Linux]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[September]]></category>
		<category><![CDATA[Setting]]></category>

		<guid isPermaLink="false">http://www.suroboy.com/blog/?p=66</guid>
		<description><![CDATA[cpulimit is a simple program that attempts to limit the cpu usage of a process (expressed in percentage, not in cpu time). This is useful to control batch jobs, when you don’t want them to eat too much cpu. It does not act on the nice value or other scheduling priority stuff, but on the [...]]]></description>
		<wfw:commentRss>http://www.suroboy.com/blog/cpulimit%e2%80%93limit-the-cpu-usage-of-a-process.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrading Cacti</title>
		<link>http://www.suroboy.com/blog/upgrading-cacti.htm</link>
		<comments>http://www.suroboy.com/blog/upgrading-cacti.htm#comments</comments>
		<pubDate>Sun, 13 Sep 2009 01:44:06 +0000</pubDate>
		<dc:creator>Suroboy</dc:creator>
				<category><![CDATA[Debian Linux]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[September]]></category>

		<guid isPermaLink="false">http://www.suroboy.com/blog/?p=64</guid>
		<description><![CDATA[# Backup the old Cacti database.
shell&#62; mysqldump -l &#8211;add-drop-table cacti &#62; mysql.cacti
Note: You will probably have to specify the -u and -p flags for the MySQL username and password. This user must have permission to read from Cacti’s database or you will end up with an empty backup.
# Backup the old Cacti directory.
shell&#62; mv cacti [...]]]></description>
		<wfw:commentRss>http://www.suroboy.com/blog/upgrading-cacti.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PlayStation 2 Connection Guide</title>
		<link>http://www.suroboy.com/blog/playstation-2-connection-guide.htm</link>
		<comments>http://www.suroboy.com/blog/playstation-2-connection-guide.htm#comments</comments>
		<pubDate>Sat, 12 Sep 2009 01:43:09 +0000</pubDate>
		<dc:creator>Suroboy</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[September]]></category>

		<guid isPermaLink="false">http://www.suroboy.com/blog/playstation-2-connection-guide.htm</guid>
		<description><![CDATA[There are 3 ways to connect your PlayStation 2:
1. Direct Connection
The fast and simple way to connect your PS2.
Please note, you cannot connect your PC to the Internet when using a direct connection.
2. Router Connection
Play your PS2 online and connect your PC to the Internet at the same time.
3. Internet Connection Sharing (ICS)
Connect your PS2 [...]]]></description>
		<wfw:commentRss>http://www.suroboy.com/blog/playstation-2-connection-guide.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Back Up and Restore IIS</title>
		<link>http://www.suroboy.com/blog/back-up-and-restore-iis.htm</link>
		<comments>http://www.suroboy.com/blog/back-up-and-restore-iis.htm#comments</comments>
		<pubDate>Fri, 11 Sep 2009 01:41:30 +0000</pubDate>
		<dc:creator>Suroboy</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[September]]></category>
		<category><![CDATA[Server]]></category>

		<guid isPermaLink="false">http://www.suroboy.com/blog/?p=62</guid>
		<description><![CDATA[Back Up the IIS Configuration
To back up your IIS configuration, follow these steps:
1.    In the IIS snap-in on the local computer, click the Computer icon under Internet Information Services.
2.    Click Action and select Backup/Restore Configuration.
3.    Click Create backup, choose a name for your backup file, and [...]]]></description>
		<wfw:commentRss>http://www.suroboy.com/blog/back-up-and-restore-iis.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Forget Windows Administrator Password ??</title>
		<link>http://www.suroboy.com/blog/forget-windows-administrator-password.htm</link>
		<comments>http://www.suroboy.com/blog/forget-windows-administrator-password.htm#comments</comments>
		<pubDate>Thu, 10 Sep 2009 01:40:24 +0000</pubDate>
		<dc:creator>Suroboy</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[September]]></category>

		<guid isPermaLink="false">http://www.suroboy.com/blog/forget-windows-administrator-password.htm</guid>
		<description><![CDATA[
1st Method:
The first thing which you check if you forget login password. When we install Windows, it automatically creates an account “Administrator” and sets its password to blank. So if you have forget your user account password then try this:
Start system and when you see Windows Welcome screen / Login screen, press &#60;ctrl&#62;+&#60;alt&#62;+&#60;del&#62; keys twice [...]]]></description>
		<wfw:commentRss>http://www.suroboy.com/blog/forget-windows-administrator-password.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SMTP Check Port 25 with the Telnet Command</title>
		<link>http://www.suroboy.com/blog/smtp-check-port-25-with-the-telnet-command.htm</link>
		<comments>http://www.suroboy.com/blog/smtp-check-port-25-with-the-telnet-command.htm#comments</comments>
		<pubDate>Wed, 09 Sep 2009 01:35:56 +0000</pubDate>
		<dc:creator>Suroboy</dc:creator>
				<category><![CDATA[Mail]]></category>
		<category><![CDATA[Port]]></category>
		<category><![CDATA[Script]]></category>
		<category><![CDATA[September]]></category>

		<guid isPermaLink="false">http://www.suroboy.com/blog/?p=60</guid>
		<description><![CDATA[For Example, if we want to sent email to suroboy.com,  frist, we must know about MX for this domain :
# host -t mx suroboy.com
suroboy.com mail is handled by 0 suroboy.com.
# telnet suroboy.com 25
Trying 72.233.78.218&#8230;
Connected to suroboy.com.
Escape character is &#8216;^]&#8217;.
220-usa2.neoserver.net ESMTP Exim 4.69 #1 Fri, 04 Sep 2009 08:37:58 +0700
220-We do not authorize the use of [...]]]></description>
		<wfw:commentRss>http://www.suroboy.com/blog/smtp-check-port-25-with-the-telnet-command.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Accessing your POP mail through TELNET</title>
		<link>http://www.suroboy.com/blog/accessing-your-pop-mail-through-telnet.htm</link>
		<comments>http://www.suroboy.com/blog/accessing-your-pop-mail-through-telnet.htm#comments</comments>
		<pubDate>Tue, 08 Sep 2009 01:32:03 +0000</pubDate>
		<dc:creator>Suroboy</dc:creator>
				<category><![CDATA[Mail]]></category>
		<category><![CDATA[Port]]></category>
		<category><![CDATA[Script]]></category>
		<category><![CDATA[September]]></category>

		<guid isPermaLink="false">http://www.suroboy.com/blog/?p=59</guid>
		<description><![CDATA[For checking email of  suroboy@suroboy.com , for example, just telnet the pop server (mail.suroboy.com) port 110:
# telnet mail.suroboy.com 110
Trying 72.233.78.218…
Connected to suroboy.com.
Escape character is ‘^]’.
+OK Hello there.
Then type the user email :
user suroboy@suroboy.com
+OK Password required.
Server says “OK, now give me the password”, so give the password :
pass xxxxxxxxxx
+OK logged in.
For  view all email , type [...]]]></description>
		<wfw:commentRss>http://www.suroboy.com/blog/accessing-your-pop-mail-through-telnet.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Testing Spam Filter</title>
		<link>http://www.suroboy.com/blog/testing-spam-filter.htm</link>
		<comments>http://www.suroboy.com/blog/testing-spam-filter.htm#comments</comments>
		<pubDate>Mon, 07 Sep 2009 01:28:36 +0000</pubDate>
		<dc:creator>Suroboy</dc:creator>
				<category><![CDATA[Mail]]></category>
		<category><![CDATA[Script]]></category>
		<category><![CDATA[September]]></category>

		<guid isPermaLink="false">http://www.suroboy.com/blog/?p=58</guid>
		<description><![CDATA[Send yourself a test mail containing the following string of characters (in upper case and with no white spaces and line breaks):
XJS*C4JDBQADN1.NSBN3*2IDNEN*GTUBE-STANDARD-ANTI-UBE-TEST-EMAIL*C.34X
]]></description>
		<wfw:commentRss>http://www.suroboy.com/blog/testing-spam-filter.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tutorial Netstat</title>
		<link>http://www.suroboy.com/blog/tutorial-netstat.htm</link>
		<comments>http://www.suroboy.com/blog/tutorial-netstat.htm#comments</comments>
		<pubDate>Sun, 06 Sep 2009 01:26:41 +0000</pubDate>
		<dc:creator>Suroboy</dc:creator>
				<category><![CDATA[Debian Linux]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Port]]></category>
		<category><![CDATA[September]]></category>

		<guid isPermaLink="false">http://www.suroboy.com/blog/?p=57</guid>
		<description><![CDATA[Netstat (NETwork STATistics) is a command-line tool that provides information about your network configuration and activity.
- To display the routing table:
#netstat -rn
-&#62; -r : Kernel routing tables.
-&#62; -n : Shows numerical addresses instead of trying to determine hosts.
- To display the quick interfaces statistics:
#netstat -i
-&#62; -i : Interface

- To display the extended interfaces statistics:
#netstat -ie
-&#62; [...]]]></description>
		<wfw:commentRss>http://www.suroboy.com/blog/tutorial-netstat.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install Quagga</title>
		<link>http://www.suroboy.com/blog/install-quagga.htm</link>
		<comments>http://www.suroboy.com/blog/install-quagga.htm#comments</comments>
		<pubDate>Sat, 05 Sep 2009 01:22:40 +0000</pubDate>
		<dc:creator>Suroboy</dc:creator>
				<category><![CDATA[Debian Linux]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Router]]></category>
		<category><![CDATA[September]]></category>

		<guid isPermaLink="false">http://www.suroboy.com/blog/?p=55</guid>
		<description><![CDATA[- To see the Quagga version available:
# apt-cache policy quagga
quagga:
Installed: (none)
Candidate: 0.99.5-5etch3
Version table:
0.99.5-5etch3 0
500 http://kambing.ui.edu stable/main Packages
500 http://security.debian.org stable/updates/main Packages
- To install Quagga:
# apt-get install quagga

- To see the Quagga dependencies:
# apt-cache depends quagga
quagga
Depends: libc6
Depends: libcap1
Depends: libpam0g
Depends: libreadline5
Depends: logrotate
Depends: iproute
&#124;Depends: debconf
Depends: &#60;debconf-2.0&#62;
cdebconf
debconf
PreDepends: adduser
Suggests: snmpd
Conflicts: &#60;zebra&#62;
Conflicts: &#60;zebra-pj&#62;
Replaces: &#60;zebra&#62;
Replaces: &#60;zebra-pj&#62;
You have to activate the Quagga daemons matching [...]]]></description>
		<wfw:commentRss>http://www.suroboy.com/blog/install-quagga.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tutorial TCPdump</title>
		<link>http://www.suroboy.com/blog/tutorial-tcpdump.htm</link>
		<comments>http://www.suroboy.com/blog/tutorial-tcpdump.htm#comments</comments>
		<pubDate>Fri, 04 Sep 2009 01:22:06 +0000</pubDate>
		<dc:creator>Suroboy</dc:creator>
				<category><![CDATA[Debian Linux]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[IP Address]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Port]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[September]]></category>

		<guid isPermaLink="false">http://www.suroboy.com/blog/?p=54</guid>
		<description><![CDATA[TCPdump is a very powerful command line interface packet sniffer.
1. Install TCPDUMP
- To install TCPdump :
#apt-get install tcpdump
- To see the TCPdump dependencies:
#apt-cache depends tcpdump
tcpdump
Depends: libc6
Depends: libpcap0.8
Depends: libssl0.9.8
- To see the installed TCPdump version:
# apt-cache policy tcpdump
tcpdump:
Installed: 3.9.5-2etch1
Candidate: 3.9.5-2etch1
Version Table:
*** 3.9.5-2etch1 0
500 http://kambing.vlsm.org stable/main Packages
500 http://security.debian.org stable/updates/main Packages
100 /var/lib/dpkg/status

2. TCPDUMP USE
- To display the Standard [...]]]></description>
		<wfw:commentRss>http://www.suroboy.com/blog/tutorial-tcpdump.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Protect a Directory on Your Website with htaccess and htpasswd</title>
		<link>http://www.suroboy.com/blog/protect-a-directory-on-your-website-with-htaccess-and-htpasswd.htm</link>
		<comments>http://www.suroboy.com/blog/protect-a-directory-on-your-website-with-htaccess-and-htpasswd.htm#comments</comments>
		<pubDate>Sat, 29 Aug 2009 08:21:45 +0000</pubDate>
		<dc:creator>Suroboy</dc:creator>
				<category><![CDATA[Debian Linux]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[August]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.suroboy.com/blog/?p=52</guid>
		<description><![CDATA[htaccess is a way to password protect directories. It can also be used to give user or group specific access to directories. This guide will tell you how to setup apache for htaccess and to set up basic protection. Let’s begin.
Open up /etc/apache2/sites-available/default
# vim /etc/apache2/sites-available/default
find the lines that look like the following:
&#60;Directory “/var/www”&#62;
Options Indexes FollowSymLinks [...]]]></description>
		<wfw:commentRss>http://www.suroboy.com/blog/protect-a-directory-on-your-website-with-htaccess-and-htpasswd.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Minicom Tutorial</title>
		<link>http://www.suroboy.com/blog/minicom-tutorial.htm</link>
		<comments>http://www.suroboy.com/blog/minicom-tutorial.htm#comments</comments>
		<pubDate>Fri, 28 Aug 2009 08:10:29 +0000</pubDate>
		<dc:creator>Suroboy</dc:creator>
				<category><![CDATA[Debian Linux]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[August]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.suroboy.com/blog/?p=49</guid>
		<description><![CDATA[Minicom is a serial communication program to access a network or security device through its console port.
This tool is similar to Hyper Terminal, which is by default available on a Microsoft Windows system.
Let’s install Minicom:
#apt-get install minicom
Check if you have active serial ports:
#dmesg &#124; grep tty
serial8250: ttyS0 at I/O 0×3f8 (irq = 4) is a [...]]]></description>
		<wfw:commentRss>http://www.suroboy.com/blog/minicom-tutorial.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BWM Tutorial</title>
		<link>http://www.suroboy.com/blog/bwm-tutorial.htm</link>
		<comments>http://www.suroboy.com/blog/bwm-tutorial.htm#comments</comments>
		<pubDate>Thu, 27 Aug 2009 08:01:24 +0000</pubDate>
		<dc:creator>Suroboy</dc:creator>
				<category><![CDATA[Debian Linux]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[August]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.suroboy.com/blog/?p=46</guid>
		<description><![CDATA[This is a very tiny bandwidth monitor (not X11). Can monitor up to 16 interfaces in the in the same time, and shows totals too.
Installing BWM
#apt-get install bwm
This will complete the installation and if you want to see your network interfaces run the following command
#bwm
Output looks like below
Bandwidth Monitor 1.1.0
Iface        RX(KB/sec)   TX(KB/sec)   Total(KB/sec)
lo            0.000        0.000           [...]]]></description>
		<wfw:commentRss>http://www.suroboy.com/blog/bwm-tutorial.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>cutter Tutorial</title>
		<link>http://www.suroboy.com/blog/cutter-tutorial.htm</link>
		<comments>http://www.suroboy.com/blog/cutter-tutorial.htm#comments</comments>
		<pubDate>Wed, 26 Aug 2009 07:58:32 +0000</pubDate>
		<dc:creator>Suroboy</dc:creator>
				<category><![CDATA[Debian Linux]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[August]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[IP Address]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Router]]></category>

		<guid isPermaLink="false">http://www.suroboy.com/blog/?p=44</guid>
		<description><![CDATA[Cutter will send packets to both ends of a tcp/ip connection to close the connection. It is designed to be used on a Linux router to disconnect unwanted connections.
Install Cutter
#apt-get install cutter
This will completes the installation.
Usage :
- cutter [ip-address]
Ex : cutter 192.168.2.3
- cutter [ip-address] [port]
Ex : cutter 192.168.2.3 22
- cutter [ip-address-1] [port-1] [ip-address-2]
Ex : cutter [...]]]></description>
		<wfw:commentRss>http://www.suroboy.com/blog/cutter-tutorial.htm/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>etherwake Tutorial</title>
		<link>http://www.suroboy.com/blog/etherwake-tutorial.htm</link>
		<comments>http://www.suroboy.com/blog/etherwake-tutorial.htm#comments</comments>
		<pubDate>Tue, 25 Aug 2009 07:56:27 +0000</pubDate>
		<dc:creator>Suroboy</dc:creator>
				<category><![CDATA[Debian Linux]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[August]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.suroboy.com/blog/?p=42</guid>
		<description><![CDATA[You can wake up WOL compliant Computers which have been powered down to sleep mode or start WOL compliant Computers with a BIOS feature.
WOL is an abbreviation for Wake-on-LAN. It is a standard that allows you to turn on a computer from another location over a network connection.
etherwake also supports WOL passwords.

Install etherwake
#apt-get install etherwake
This [...]]]></description>
		<wfw:commentRss>http://www.suroboy.com/blog/etherwake-tutorial.htm/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ethstats Tutorial</title>
		<link>http://www.suroboy.com/blog/ethstats-tutorial.htm</link>
		<comments>http://www.suroboy.com/blog/ethstats-tutorial.htm#comments</comments>
		<pubDate>Mon, 24 Aug 2009 07:44:25 +0000</pubDate>
		<dc:creator>Suroboy</dc:creator>
				<category><![CDATA[Debian Linux]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[August]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.suroboy.com/blog/?p=39</guid>
		<description><![CDATA[ethstats works by parsing the /proc/net/dev file that the Linux kernel maintains, and thus utilizes a negligible amount of CPU time. ethstats shows the throughput of each device in both megabits per second and packets per second.
Install ethstats
#apt-get install ethstats
this will complete the installation.If you want to use ethstats run the following command
#ethstats
Output looks like [...]]]></description>
		<wfw:commentRss>http://www.suroboy.com/blog/ethstats-tutorial.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>httping Tutorial</title>
		<link>http://www.suroboy.com/blog/httping-tutorial.htm</link>
		<comments>http://www.suroboy.com/blog/httping-tutorial.htm#comments</comments>
		<pubDate>Sun, 23 Aug 2009 07:34:40 +0000</pubDate>
		<dc:creator>Suroboy</dc:creator>
				<category><![CDATA[Debian Linux]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.suroboy.com/blog/?p=36</guid>
		<description><![CDATA[httping show you how long it takes to connect to a hostname or remote url; send a request and retrieve the reply (only the headers).
Install httping
#apt-get install httping
This will completes your installation.If you want to run this program type the following command
#httping -g http://www.suroboy.com
Output looks like below
PING www.suroboy.com:80 (http://www.suroboy.com):
connected to www.suroboy.com:80, seq=0 time=1171.52 ms
connected to [...]]]></description>
		<wfw:commentRss>http://www.suroboy.com/blog/httping-tutorial.htm/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
