<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.1" -->
<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/"
	>

<channel>
	<title>Allan Jude - Network Engineer &#38; Security Analyst</title>
	<link>http://www.lockergnome.com/allanjude</link>
	<description>Important Information of Security</description>
	<pubDate>Sun, 23 Dec 2007 02:38:16 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
	<language>en</language>
			<item>
		<title>Bacula as a Host Based Intrusion Detection System</title>
		<link>http://www.lockergnome.com/allanjude/2007/12/22/bacula-as-a-host-based-ids/</link>
		<comments>http://www.lockergnome.com/allanjude/2007/12/22/bacula-as-a-host-based-ids/#comments</comments>
		<pubDate>Sat, 22 Dec 2007 21:22:04 +0000</pubDate>
		<dc:creator>Allan Jude</dc:creator>
		
		<category>General</category>

		<category>Security</category>

		<category>bacula</category>

		<category>dvd</category>

		<category>freebsd</category>

		<category>linux</category>

		<category>mac</category>

		<category>malware</category>

		<category>network</category>

		<category>root kit</category>

		<category>verification</category>

		<category>virus</category>

		<guid isPermaLink="false">http://www.lockergnome.com/allanjude/2007/12/22/bacula-as-a-host-based-ids/</guid>
		<description><![CDATA[<div style="float: right; padding: 15px"><img src="http://static.lockergnome.com/avatars/author_635? 1185906513" alt="Author Avatar" /></div><p>While most people consider Bacula to be a great network backup system, it is not the first thing that comes to mind when discussing Intrusion Detection Systems. However, Bacula&#8217;s File Verification feature is very powerful and is a better solution for businesses, especially enterprises that have many workstations and want to centralize the administration and configuration.</p>
<p>Host Based Intrusion Detection Systems monitor the important system files and note when these are changed, as this is one of the warning signs that the host may have been compromised by a virus, rootkit, or other malware. Unlike traditional Host Based IDS system like TripWire, who store their signature databases locally, Bacula stores its file signature database on a remote SQL Server, and the backup/verify process is entirely controlled by the remote <em>&#8216;Director&#8217;</em>.  This means that the IDS client (known as the <em>&#8216;File Daemon&#8217;</em> in a Bacula setup) is more resistant to being tampered with or disabled. If it is disabled, the centralized <em>&#8216;Director&#8217;</em> will email the administrator a Failure Report, and can be configured to take specific actions.</p>
<p>Bacula breaks the backup and file integrity checking process into multiple services, that can be spread over multiple machines, or run all on a single server. The most important part of the system is the <em>&#8216;Director&#8217;</em>, it is responsible for coordinating and scheduling. All of the records for the files, signatures, jobs, schedules, volumes, media and configuration are stored in the <em>&#8216;Catalog&#8217;</em>, which is an SQL database. All of the file contents that are backed up are sent to the <em>&#8216;Storage Daemon&#8217;</em>, which can write them to File, CD/DVD, Tape, Auto Changer, or any other media you wish to use. It also provides the pool functionality, to maintain multiple copies of each file, while recycling the media when it&#8217;s content gets old, to ensure the longest retention period possible with the least amount of media. The last component is the <em>&#8216;File Daemon&#8217;</em>, also know as the Client, this is a small program that runs on each host (there are Linux, FreeBSD, Windows (including VSS), and Mac Versions), and takes requests from the <em>&#8216;Director&#8217;</em> and then sends the files to backup and signatures to the <em>&#8216;Storage Daemon&#8217;</em>. It supports both MD5 and SHA1 hashing algorithms, and SSL/TLS transport encryption for the communications between the Client and Servers.</p>
<p>Bacula does not require any specific hardware, and can run on most of the operating systems that are supported by the client. However, you will need some type of storage medium, this can be a Disk, a Disk Array, a NAS/SAN, a CD/DVD Burner, or a Tape Drive/Changer. Only certain tapes drives and changers are supported (See the Bacula.org HTML Manual for a list). However, this means that the system requirements are very minimal, and only depend on the number of machines and amount of data you need to backup. If you are using Bacula solely as an IDS, then only the file signature database needs to be stored, and you will not require any special media or drives.</p>
<p>Bacula is open source software, so there is no licensing to purchase. A basic x86 server with a moderately sized hard drive, and an open source operating system such as FreeBSD are all that would be required to run a Bacula <em>&#8216;Director&#8217;</em>, <em>&#8216;Storage Daemon&#8217;</em>, and SQLite backed <em>&#8216;Catalog&#8217;</em>. Basic configuration for a 10 host environment with only the Host Based IDS to very the file signatures daily, would take a moderately experienced unix administrator a mere afternoon to setup, and it can be remotely administered from a windows or linux workstation with the wxConsole application.</p>
<p>Like any system, there are pros and cons to using Bacula as your Host Based IDS. The main problem with any Host Based IDS is that if the host is compromised, the ISD is no longer trustworthy. If for example, the compromise involves altering the kernel, it could easily cause the IDS to fail to detect any changed, and not alert you to the compromise. The only solution in this situation is using a LiveCD to verify the authenticity of the system files, however this can be cumbersome if you have many hosts, or if your system files change on a regular basis, as you would need to recreate the LiveCD. The biggest pro for the Bacula based system, is that it is entirely managed from the <em>&#8216;Director&#8217;</em> server, and can be managed remotely. The list of clients to monitor, which files to check, how often to check them, running manual scans, can all be done remotely. Reports are emailed to you, and won&#8217;t stop because one of the hosts is compromised, you will still get your alerts, so you do not have to watch for the lack of an email confirmation that everything is ok. Becula also has the additional advantage of providing your backup solution as well, killing two birds with a free stone. Bacula is a very mature open source project that is actively developed, it is not like many smaller open source projects that start up, never reach a stable code base, and then suddenly stop development because of the loss of a single developer. Bacula is used and backed by many large enterprises, so you can count on it being around for a long time.</p>
<p>In the end, Bacula can act as a very good Host Based IDS but it is not a network IDS or IPS, it cannot detect or block suspicious traffic on the network, however it provides a much easier to manage solution when you have a large number of hosts, running different operating systems, to monitor. The SQL based <em>&#8216;Catalog&#8217;</em> also allows you to build custom reporting tools to extract data from the database, such as differences between each host, and duplicate files. Overall Bacula makes a great Host Based IDS for the business that requires centralized management, reporting and administration in a mixed-host environment.</p>
]]><div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/allanjude/2007/09/28/the-importance-of-following-the-hcl/" title="The Importance of Following the HCL">The Importance of Following the HCL</a></li>
																							<li><a href="http://www.lockergnome.com/allanjude/about/" title="About">About</a></li>
						</ul>
			</div><div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/leftystrat/2008/03/28/famous-last-words/" title="famous last words...">famous last words...</a></li>
																							<li><a href="http://www.lockergnome.com/news/2002/10/23/cisco-invests-in-intrusion-detection/" title="Cisco invests in intrusion detection">Cisco invests in intrusion detection</a></li>
																							<li><a href="http://www.lockergnome.com/it/2006/08/22/4-key-qualities-of-effective-host-based-intrusion-prevention-systems-ips/" title="4 Key Qualities Of Effective Host-Based Intrusion Prevention Systems (IPS)">4 Key Qualities Of Effective Host-Based Intrusion Prevention Systems (IPS)</a></li>
																							<li><a href="http://www.lockergnome.com/search/2005/05/20/security-resources/" title="Security Resources">Security Resources</a></li>
						</ul>
			</div></description>
			<content:encoded><![CDATA[<img src="http://static.lockergnome.com/avatars/author_635? 1185906513" alt="Author Avatar" /><p>While most people consider Bacula to be a great network backup system, it is not the first thing that comes to mind when discussing Intrusion Detection Systems. However, Bacula&#8217;s File Verification feature is very powerful and is a better solution for businesses, especially enterprises that have many workstations and want to centralize the administration and configuration.</p>
<p>Host Based Intrusion Detection Systems monitor the important system files and note when these are changed, as this is one of the warning signs that the host may have been compromised by a virus, rootkit, or other malware. Unlike traditional Host Based IDS system like TripWire, who store their signature databases locally, Bacula stores its file signature database on a remote SQL Server, and the backup/verify process is entirely controlled by the remote <em>&#8216;Director&#8217;</em>.  This means that the IDS client (known as the <em>&#8216;File Daemon&#8217;</em> in a Bacula setup) is more resistant to being tampered with or disabled. If it is disabled, the centralized <em>&#8216;Director&#8217;</em> will email the administrator a Failure Report, and can be configured to take specific actions.</p>
<p>Bacula breaks the backup and file integrity checking process into multiple services, that can be spread over multiple machines, or run all on a single server. The most important part of the system is the <em>&#8216;Director&#8217;</em>, it is responsible for coordinating and scheduling. All of the records for the files, signatures, jobs, schedules, volumes, media and configuration are stored in the <em>&#8216;Catalog&#8217;</em>, which is an SQL database. All of the file contents that are backed up are sent to the <em>&#8216;Storage Daemon&#8217;</em>, which can write them to File, CD/DVD, Tape, Auto Changer, or any other media you wish to use. It also provides the pool functionality, to maintain multiple copies of each file, while recycling the media when it&#8217;s content gets old, to ensure the longest retention period possible with the least amount of media. The last component is the <em>&#8216;File Daemon&#8217;</em>, also know as the Client, this is a small program that runs on each host (there are Linux, FreeBSD, Windows (including VSS), and Mac Versions), and takes requests from the <em>&#8216;Director&#8217;</em> and then sends the files to backup and signatures to the <em>&#8216;Storage Daemon&#8217;</em>. It supports both MD5 and SHA1 hashing algorithms, and SSL/TLS transport encryption for the communications between the Client and Servers.</p>
<p>Bacula does not require any specific hardware, and can run on most of the operating systems that are supported by the client. However, you will need some type of storage medium, this can be a Disk, a Disk Array, a NAS/SAN, a CD/DVD Burner, or a Tape Drive/Changer. Only certain tapes drives and changers are supported (See the Bacula.org HTML Manual for a list). However, this means that the system requirements are very minimal, and only depend on the number of machines and amount of data you need to backup. If you are using Bacula solely as an IDS, then only the file signature database needs to be stored, and you will not require any special media or drives.</p>
<p>Bacula is open source software, so there is no licensing to purchase. A basic x86 server with a moderately sized hard drive, and an open source operating system such as FreeBSD are all that would be required to run a Bacula <em>&#8216;Director&#8217;</em>, <em>&#8216;Storage Daemon&#8217;</em>, and SQLite backed <em>&#8216;Catalog&#8217;</em>. Basic configuration for a 10 host environment with only the Host Based IDS to very the file signatures daily, would take a moderately experienced unix administrator a mere afternoon to setup, and it can be remotely administered from a windows or linux workstation with the wxConsole application.</p>
<p>Like any system, there are pros and cons to using Bacula as your Host Based IDS. The main problem with any Host Based IDS is that if the host is compromised, the ISD is no longer trustworthy. If for example, the compromise involves altering the kernel, it could easily cause the IDS to fail to detect any changed, and not alert you to the compromise. The only solution in this situation is using a LiveCD to verify the authenticity of the system files, however this can be cumbersome if you have many hosts, or if your system files change on a regular basis, as you would need to recreate the LiveCD. The biggest pro for the Bacula based system, is that it is entirely managed from the <em>&#8216;Director&#8217;</em> server, and can be managed remotely. The list of clients to monitor, which files to check, how often to check them, running manual scans, can all be done remotely. Reports are emailed to you, and won&#8217;t stop because one of the hosts is compromised, you will still get your alerts, so you do not have to watch for the lack of an email confirmation that everything is ok. Becula also has the additional advantage of providing your backup solution as well, killing two birds with a free stone. Bacula is a very mature open source project that is actively developed, it is not like many smaller open source projects that start up, never reach a stable code base, and then suddenly stop development because of the loss of a single developer. Bacula is used and backed by many large enterprises, so you can count on it being around for a long time.</p>
<p>In the end, Bacula can act as a very good Host Based IDS but it is not a network IDS or IPS, it cannot detect or block suspicious traffic on the network, however it provides a much easier to manage solution when you have a large number of hosts, running different operating systems, to monitor. The SQL based <em>&#8216;Catalog&#8217;</em> also allows you to build custom reporting tools to extract data from the database, such as differences between each host, and duplicate files. Overall Bacula makes a great Host Based IDS for the business that requires centralized management, reporting and administration in a mixed-host environment.</p>
]]><div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/allanjude/2007/09/28/the-importance-of-following-the-hcl/" title="The Importance of Following the HCL">The Importance of Following the HCL</a></li>
																							<li><a href="http://www.lockergnome.com/allanjude/about/" title="About">About</a></li>
						</ul>
			</div><div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/leftystrat/2008/03/28/famous-last-words/" title="famous last words...">famous last words...</a></li>
																							<li><a href="http://www.lockergnome.com/news/2002/10/23/cisco-invests-in-intrusion-detection/" title="Cisco invests in intrusion detection">Cisco invests in intrusion detection</a></li>
																							<li><a href="http://www.lockergnome.com/it/2006/08/22/4-key-qualities-of-effective-host-based-intrusion-prevention-systems-ips/" title="4 Key Qualities Of Effective Host-Based Intrusion Prevention Systems (IPS)">4 Key Qualities Of Effective Host-Based Intrusion Prevention Systems (IPS)</a></li>
																							<li><a href="http://www.lockergnome.com/search/2005/05/20/security-resources/" title="Security Resources">Security Resources</a></li>
						</ul>
			</div></content:encoded>
			<wfw:commentRss>http://www.lockergnome.com/allanjude/2007/12/22/bacula-as-a-host-based-ids/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Temporary TagJag Front End</title>
		<link>http://www.lockergnome.com/allanjude/2007/12/04/temporary-tagjag-front-end/</link>
		<comments>http://www.lockergnome.com/allanjude/2007/12/04/temporary-tagjag-front-end/#comments</comments>
		<pubDate>Wed, 05 Dec 2007 02:39:20 +0000</pubDate>
		<dc:creator>Allan Jude</dc:creator>
		
		<category>General</category>

		<guid isPermaLink="false">http://www.lockergnome.com/allanjude/2007/12/04/temporary-tagjag-front-end/</guid>
		<description><![CDATA[<div style="float: right; padding: 15px"><img src="http://static.lockergnome.com/avatars/author_635? 1185906513" alt="Author Avatar" /></div><p>I have completed the new front end of tagjag, to be used until the replacement by grazr is completed.</p>
<p>It allows you to search for a tag/keyword, and see the results in 100s of RSS feeds, and quickly browse them. It is the fastest way to search the blogosphere.</p>
]]><div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/allanjude/2007/08/11/tagjag-for-the-iphone/" title="TagJag for the iPhone">TagJag for the iPhone</a></li>
						</ul>
			</div><div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/blade/2007/02/25/security-updates-as-of-02-25-07/" title="Security Updates as of 02-25-07">Security Updates as of 02-25-07</a></li>
																							<li><a href="http://www.lockergnome.com/blade/2007/01/21/security-updates-as-of-01212007/" title="Security Updates as of 01/21/2007">Security Updates as of 01/21/2007</a></li>
																							<li><a href="http://www.lockergnome.com/blade/2007/01/28/security-updates-as-of-01282007/" title="Security Updates as of 01/28/2007">Security Updates as of 01/28/2007</a></li>
																							<li><a href="http://www.lockergnome.com/blade/2007/02/18/security-updates-as-of-02-18-2007/" title="Security Updates as of  02-18-2007">Security Updates as of  02-18-2007</a></li>
																							<li><a href="http://www.lockergnome.com/blade/2007/02/04/security-updates-as-of-020407/" title="Security Updates as of  02/04/07">Security Updates as of  02/04/07</a></li>
						</ul>
			</div></description>
			<content:encoded><![CDATA[<img src="http://static.lockergnome.com/avatars/author_635? 1185906513" alt="Author Avatar" /><p>I have completed the new front end of tagjag, to be used until the replacement by grazr is completed.</p>
<p>It allows you to search for a tag/keyword, and see the results in 100s of RSS feeds, and quickly browse them. It is the fastest way to search the blogosphere.</p>
]]><div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/allanjude/2007/08/11/tagjag-for-the-iphone/" title="TagJag for the iPhone">TagJag for the iPhone</a></li>
						</ul>
			</div><div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/blade/2007/02/25/security-updates-as-of-02-25-07/" title="Security Updates as of 02-25-07">Security Updates as of 02-25-07</a></li>
																							<li><a href="http://www.lockergnome.com/blade/2007/01/21/security-updates-as-of-01212007/" title="Security Updates as of 01/21/2007">Security Updates as of 01/21/2007</a></li>
																							<li><a href="http://www.lockergnome.com/blade/2007/01/28/security-updates-as-of-01282007/" title="Security Updates as of 01/28/2007">Security Updates as of 01/28/2007</a></li>
																							<li><a href="http://www.lockergnome.com/blade/2007/02/18/security-updates-as-of-02-18-2007/" title="Security Updates as of  02-18-2007">Security Updates as of  02-18-2007</a></li>
																							<li><a href="http://www.lockergnome.com/blade/2007/02/04/security-updates-as-of-020407/" title="Security Updates as of  02/04/07">Security Updates as of  02/04/07</a></li>
						</ul>
			</div></content:encoded>
			<wfw:commentRss>http://www.lockergnome.com/allanjude/2007/12/04/temporary-tagjag-front-end/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Importance of Following the HCL</title>
		<link>http://www.lockergnome.com/allanjude/2007/09/28/the-importance-of-following-the-hcl/</link>
		<comments>http://www.lockergnome.com/allanjude/2007/09/28/the-importance-of-following-the-hcl/#comments</comments>
		<pubDate>Sat, 29 Sep 2007 00:49:45 +0000</pubDate>
		<dc:creator>Allan Jude</dc:creator>
		
		<category>General</category>

		<guid isPermaLink="false">http://www.lockergnome.com/allanjude/2007/09/28/the-importance-of-following-the-hcl/</guid>
		<description><![CDATA[<div style="float: right; padding: 15px"><img src="http://static.lockergnome.com/avatars/author_635? 1185906513" alt="Author Avatar" /></div><p>Everyone talks about how MAC OS X has no issues with drivers, &#8220;you just plug it in, and it works&#8221;. This is because Apple strictly control which hardware is included in the &#8216;closed&#8217; system that is a Macintosh. Linux and BSD also have lists of hardware that they are known to work well with, and when you are building a server, you usually refer to this list to avoid having problems down the road. Microsoft does the same thing for Windows, they publish a HCL (Hardware Compatibility List) which lists all of the hardware that will &#8220;just work&#8221;, but everyone seems to ignore that, and expect windows to work with whatever they throw at it. It is true that most hardware manufacturers make drivers for windows, but these drivers are not always of very high quality (either beta quality because of rapid feature adoption, as is the case with high end video cards, where the customers demand the bleeding edge, or just low quality due to lack of support from the hardware manufacturer), these low quality drivers tend to cause issues with the entire OS. Microsoft&#8217;s attempt at a solution to this is the &#8216;LOGO&#8217; program, where Microsoft certifies that a driver has been properly tested and should not effect the stability of the system. However, as with most Microsoft initiatives, it has been a resounding failure. Lag times in certification make it impossible for rapidly developed drivers, such as those for video cards, to get certified and meet the release tempo demanded by their customers.  Buggy drivers cause system instability and other odd and unwelcome behaviors, this is just as true for vista, as it is for xp, or linux. Therefore it is important that when you are building your own computer, and even more important if you are building the computer for someone else, that you refer to the proper hardware compatibility list, to ensure fewer problems, and greater compatibility and stability. The HCL is not a guarantee, but every step you take to reducing the change of a problem, increases the value of the system to the end user.<br />
<p>Tags: <a href="http://tagjag.com/discovery/microsoft" rel="tag">microsoft</a>, <a href="http://tagjag.com/discovery/linux" rel="tag">linux</a>, <a href="http://tagjag.com/discovery/os-x" rel="tag">os x</a>, <a href="http://tagjag.com/discovery/mac" rel="tag">mac</a>, <a href="http://tagjag.com/discovery/freebsd" rel="tag">freebsd</a>, <a href="http://tagjag.com/discovery/hcl" rel="tag">hcl</a>, <a href="http://tagjag.com/discovery/hardware" rel="tag">hardware</a>, <a href="http://tagjag.com/discovery/drivers" rel="tag">drivers</a></p>]]><div class="">			</div><div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/web/2004/07/01/a-tale-of-validation/" title="A Tale of Validation">A Tale of Validation</a></li>
																							<li><a href="http://www.lockergnome.com/news/2004/07/14/introducing-hatchs-hit-list/" title="Introducing Hatch's Hit List">Introducing Hatch's Hit List</a></li>
																							<li><a href="http://www.lockergnome.com/search/2005/07/26/google-ranking-factors-top-100/" title="Google Ranking Factors: Top 100">Google Ranking Factors: Top 100</a></li>
																							<li><a href="http://www.lockergnome.com/it/2004/11/16/location-location-location-the-importance-of-where-to-put-your-servers/" title="Location, Location, Location: The Importance of Where to Put Your Servers">Location, Location, Location: The Importance of Where to Put Your Servers</a></li>
																							<li><a href="http://www.lockergnome.com/web/2005/07/26/top-100-factors-affecting-google-ranking/" title="Top 100 Factors Affecting Google Ranking">Top 100 Factors Affecting Google Ranking</a></li>
						</ul>
			</div></description>
			<content:encoded><![CDATA[<img src="http://static.lockergnome.com/avatars/author_635? 1185906513" alt="Author Avatar" /><p>Everyone talks about how MAC OS X has no issues with drivers, &#8220;you just plug it in, and it works&#8221;. This is because Apple strictly control which hardware is included in the &#8216;closed&#8217; system that is a Macintosh. Linux and BSD also have lists of hardware that they are known to work well with, and when you are building a server, you usually refer to this list to avoid having problems down the road. Microsoft does the same thing for Windows, they publish a HCL (Hardware Compatibility List) which lists all of the hardware that will &#8220;just work&#8221;, but everyone seems to ignore that, and expect windows to work with whatever they throw at it. It is true that most hardware manufacturers make drivers for windows, but these drivers are not always of very high quality (either beta quality because of rapid feature adoption, as is the case with high end video cards, where the customers demand the bleeding edge, or just low quality due to lack of support from the hardware manufacturer), these low quality drivers tend to cause issues with the entire OS. Microsoft&#8217;s attempt at a solution to this is the &#8216;LOGO&#8217; program, where Microsoft certifies that a driver has been properly tested and should not effect the stability of the system. However, as with most Microsoft initiatives, it has been a resounding failure. Lag times in certification make it impossible for rapidly developed drivers, such as those for video cards, to get certified and meet the release tempo demanded by their customers.  Buggy drivers cause system instability and other odd and unwelcome behaviors, this is just as true for vista, as it is for xp, or linux. Therefore it is important that when you are building your own computer, and even more important if you are building the computer for someone else, that you refer to the proper hardware compatibility list, to ensure fewer problems, and greater compatibility and stability. The HCL is not a guarantee, but every step you take to reducing the change of a problem, increases the value of the system to the end user.<br />
<p>Tags: <a href="http://tagjag.com/discovery/microsoft" rel="tag">microsoft</a>, <a href="http://tagjag.com/discovery/linux" rel="tag">linux</a>, <a href="http://tagjag.com/discovery/os-x" rel="tag">os x</a>, <a href="http://tagjag.com/discovery/mac" rel="tag">mac</a>, <a href="http://tagjag.com/discovery/freebsd" rel="tag">freebsd</a>, <a href="http://tagjag.com/discovery/hcl" rel="tag">hcl</a>, <a href="http://tagjag.com/discovery/hardware" rel="tag">hardware</a>, <a href="http://tagjag.com/discovery/drivers" rel="tag">drivers</a></p>]]><div class="">			</div><div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/web/2004/07/01/a-tale-of-validation/" title="A Tale of Validation">A Tale of Validation</a></li>
																							<li><a href="http://www.lockergnome.com/news/2004/07/14/introducing-hatchs-hit-list/" title="Introducing Hatch's Hit List">Introducing Hatch's Hit List</a></li>
																							<li><a href="http://www.lockergnome.com/search/2005/07/26/google-ranking-factors-top-100/" title="Google Ranking Factors: Top 100">Google Ranking Factors: Top 100</a></li>
																							<li><a href="http://www.lockergnome.com/it/2004/11/16/location-location-location-the-importance-of-where-to-put-your-servers/" title="Location, Location, Location: The Importance of Where to Put Your Servers">Location, Location, Location: The Importance of Where to Put Your Servers</a></li>
																							<li><a href="http://www.lockergnome.com/web/2005/07/26/top-100-factors-affecting-google-ranking/" title="Top 100 Factors Affecting Google Ranking">Top 100 Factors Affecting Google Ranking</a></li>
						</ul>
			</div></content:encoded>
			<wfw:commentRss>http://www.lockergnome.com/allanjude/2007/09/28/the-importance-of-following-the-hcl/feed/</wfw:commentRss>
		</item>
		<item>
		<title>TagJag for the iPhone</title>
		<link>http://www.lockergnome.com/allanjude/2007/08/11/tagjag-for-the-iphone/</link>
		<comments>http://www.lockergnome.com/allanjude/2007/08/11/tagjag-for-the-iphone/#comments</comments>
		<pubDate>Sat, 11 Aug 2007 23:19:56 +0000</pubDate>
		<dc:creator>Allan Jude</dc:creator>
		
		<category>General</category>

		<guid isPermaLink="false">http://www.lockergnome.com/allanjude/2007/08/11/tagjag-for-the-iphone/</guid>
		<description><![CDATA[<div style="float: right; padding: 15px"><img src="http://static.lockergnome.com/avatars/author_635? 1185906513" alt="Author Avatar" /></div><p>In the last hours before the start of gnomedex, Chris asked for my help, and I managed to come through for him. Using iOPML.com you can view a live OPML feed of any search. just visit iopml.com and then give it the feed url http://tagjag.com/search_term_here and your iphone will give you a nice interface to view the feed with.</p>
<p>Chris is also working on providing an XSLT style sheet to make the OPML viewable directly from tagjag.com</p>

<p>Tags: <a href="http://tagjag.com/discovery/tag" rel="tag">tag</a>, <a href="http://tagjag.com/discovery/tags" rel="tag">tags</a>, <a href="http://tagjag.com/discovery/tagjag" rel="tag">tagjag</a>, <a href="http://tagjag.com/discovery/iphone" rel="tag">iphone</a>, <a href="http://tagjag.com/discovery/opml" rel="tag">opml</a>, <a href="http://tagjag.com/discovery/iopml" rel="tag">iopml</a></p>]]><div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/allanjude/2007/12/04/temporary-tagjag-front-end/" title="Temporary TagJag Front End">Temporary TagJag Front End</a></li>
						</ul>
			</div><div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/blade/2007/02/25/security-updates-as-of-02-25-07/" title="Security Updates as of 02-25-07">Security Updates as of 02-25-07</a></li>
																							<li><a href="http://www.lockergnome.com/computrout/2008/06/19/iphone-vs-iphone-3g-battery-comparison/" title="iPhone vs iPhone 3G Battery Comparison">iPhone vs iPhone 3G Battery Comparison</a></li>
																							<li><a href="http://www.lockergnome.com/internetnut/2007/11/13/iphone-in-time-for-christmas/" title="iPhone in time for Christmas">iPhone in time for Christmas</a></li>
																							<li><a href="http://www.lockergnome.com/nunez/2008/05/26/iphone-20/" title="iPhone 2.0">iPhone 2.0</a></li>
																							<li><a href="http://www.lockergnome.com/blade/2007/01/21/security-updates-as-of-01212007/" title="Security Updates as of 01/21/2007">Security Updates as of 01/21/2007</a></li>
						</ul>
			</div></description>
			<content:encoded><![CDATA[<img src="http://static.lockergnome.com/avatars/author_635? 1185906513" alt="Author Avatar" /><p>In the last hours before the start of gnomedex, Chris asked for my help, and I managed to come through for him. Using iOPML.com you can view a live OPML feed of any search. just visit iopml.com and then give it the feed url http://tagjag.com/search_term_here and your iphone will give you a nice interface to view the feed with.</p>
<p>Chris is also working on providing an XSLT style sheet to make the OPML viewable directly from tagjag.com</p>

<p>Tags: <a href="http://tagjag.com/discovery/tag" rel="tag">tag</a>, <a href="http://tagjag.com/discovery/tags" rel="tag">tags</a>, <a href="http://tagjag.com/discovery/tagjag" rel="tag">tagjag</a>, <a href="http://tagjag.com/discovery/iphone" rel="tag">iphone</a>, <a href="http://tagjag.com/discovery/opml" rel="tag">opml</a>, <a href="http://tagjag.com/discovery/iopml" rel="tag">iopml</a></p>]]><div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/allanjude/2007/12/04/temporary-tagjag-front-end/" title="Temporary TagJag Front End">Temporary TagJag Front End</a></li>
						</ul>
			</div><div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/blade/2007/02/25/security-updates-as-of-02-25-07/" title="Security Updates as of 02-25-07">Security Updates as of 02-25-07</a></li>
																							<li><a href="http://www.lockergnome.com/computrout/2008/06/19/iphone-vs-iphone-3g-battery-comparison/" title="iPhone vs iPhone 3G Battery Comparison">iPhone vs iPhone 3G Battery Comparison</a></li>
																							<li><a href="http://www.lockergnome.com/internetnut/2007/11/13/iphone-in-time-for-christmas/" title="iPhone in time for Christmas">iPhone in time for Christmas</a></li>
																							<li><a href="http://www.lockergnome.com/nunez/2008/05/26/iphone-20/" title="iPhone 2.0">iPhone 2.0</a></li>
																							<li><a href="http://www.lockergnome.com/blade/2007/01/21/security-updates-as-of-01212007/" title="Security Updates as of 01/21/2007">Security Updates as of 01/21/2007</a></li>
						</ul>
			</div></content:encoded>
			<wfw:commentRss>http://www.lockergnome.com/allanjude/2007/08/11/tagjag-for-the-iphone/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Looking for Suggestions for the Flash Chat Applet used on live.pirillo.com</title>
		<link>http://www.lockergnome.com/allanjude/2007/07/31/looking-for-suggestions-for-the-flash-chat-applet-used-on-livepirillocom/</link>
		<comments>http://www.lockergnome.com/allanjude/2007/07/31/looking-for-suggestions-for-the-flash-chat-applet-used-on-livepirillocom/#comments</comments>
		<pubDate>Tue, 31 Jul 2007 19:46:17 +0000</pubDate>
		<dc:creator>Allan Jude</dc:creator>
		
		<category>General</category>

		<guid isPermaLink="false">http://www.lockergnome.com/allanjude/2007/07/31/looking-for-suggestions-for-the-flash-chat-applet-used-on-livepirillocom/</guid>
		<description><![CDATA[<div style="float: right; padding: 15px"><img src="http://static.lockergnome.com/avatars/author_635? 1185906513" alt="Author Avatar" /></div><p>I have been working on the updated version of the IRC Flash Chat Applet used on Chris&#8217; live page, and I was looking for some more feedback on the original, bugs, features, and annoyances people have with it, and what they would like done about it.</p>
<p>the following are some ideas we already have:</p>
<ul>
<li>Color support (including bold, underline)</li>
<li>Prompting for password for registered nicknames</li>
<li>Emoticons</li>
</ul>
<p>Anything additional you can add would be great, please post a comment (or two)
<p>Tags: <a href="http://tagjag.com/discovery/irc" rel="tag">irc</a>, <a href="http://tagjag.com/discovery/flash" rel="tag">flash</a>, <a href="http://tagjag.com/discovery/chat" rel="tag">chat</a>, <a href="http://tagjag.com/discovery/tflash" rel="tag">tflash</a>, <a href="http://tagjag.com/discovery/chris-pirillo" rel="tag">chris pirillo</a>, <a href="http://tagjag.com/discovery/live" rel="tag">live</a>, <a href="http://tagjag.com/discovery/ustream" rel="tag">ustream</a></p>]]><div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/allanjude/2007/08/11/tagjag-for-the-iphone/" title="TagJag for the iPhone">TagJag for the iPhone</a></li>
						</ul>
			</div><div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/fr3ak/2008/02/18/who-is-chris-pirillo/" title="Who is Chris Pirillo?">Who is Chris Pirillo?</a></li>
																							<li><a href="http://www.lockergnome.com/usrbingeek/2007/07/13/how-to-add-a-chat-to-your-web-site-in-minutes/" title="How To Add Chat To Your Web Site In Minutes">How To Add Chat To Your Web Site In Minutes</a></li>
																							<li><a href="http://www.lockergnome.com/windows/2007/11/27/a-geek-carol-for-the-yuletide-season/" title="A Geek Carol For The Yuletide Season">A Geek Carol For The Yuletide Season</a></li>
																							<li><a href="http://www.lockergnome.com/web/2004/09/15/123-flash-chat-server-software/" title="123 Flash Chat Server Software">123 Flash Chat Server Software</a></li>
																							<li><a href="http://www.lockergnome.com/windows/2007/06/07/an-interview-with-tim-villanueva-of-ustreamtv/" title="An Interview With Tim Villanueva Of Ustream.tv">An Interview With Tim Villanueva Of Ustream.tv</a></li>
						</ul>
			</div></description>
			<content:encoded><![CDATA[<img src="http://static.lockergnome.com/avatars/author_635? 1185906513" alt="Author Avatar" /><p>I have been working on the updated version of the IRC Flash Chat Applet used on Chris&#8217; live page, and I was looking for some more feedback on the original, bugs, features, and annoyances people have with it, and what they would like done about it.</p>
<p>the following are some ideas we already have:</p>
<ul>
<li>Color support (including bold, underline)</li>
<li>Prompting for password for registered nicknames</li>
<li>Emoticons</li>
</ul>
<p>Anything additional you can add would be great, please post a comment (or two)
<p>Tags: <a href="http://tagjag.com/discovery/irc" rel="tag">irc</a>, <a href="http://tagjag.com/discovery/flash" rel="tag">flash</a>, <a href="http://tagjag.com/discovery/chat" rel="tag">chat</a>, <a href="http://tagjag.com/discovery/tflash" rel="tag">tflash</a>, <a href="http://tagjag.com/discovery/chris-pirillo" rel="tag">chris pirillo</a>, <a href="http://tagjag.com/discovery/live" rel="tag">live</a>, <a href="http://tagjag.com/discovery/ustream" rel="tag">ustream</a></p>]]><div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/allanjude/2007/08/11/tagjag-for-the-iphone/" title="TagJag for the iPhone">TagJag for the iPhone</a></li>
						</ul>
			</div><div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/fr3ak/2008/02/18/who-is-chris-pirillo/" title="Who is Chris Pirillo?">Who is Chris Pirillo?</a></li>
																							<li><a href="http://www.lockergnome.com/usrbingeek/2007/07/13/how-to-add-a-chat-to-your-web-site-in-minutes/" title="How To Add Chat To Your Web Site In Minutes">How To Add Chat To Your Web Site In Minutes</a></li>
																							<li><a href="http://www.lockergnome.com/windows/2007/11/27/a-geek-carol-for-the-yuletide-season/" title="A Geek Carol For The Yuletide Season">A Geek Carol For The Yuletide Season</a></li>
																							<li><a href="http://www.lockergnome.com/web/2004/09/15/123-flash-chat-server-software/" title="123 Flash Chat Server Software">123 Flash Chat Server Software</a></li>
																							<li><a href="http://www.lockergnome.com/windows/2007/06/07/an-interview-with-tim-villanueva-of-ustreamtv/" title="An Interview With Tim Villanueva Of Ustream.tv">An Interview With Tim Villanueva Of Ustream.tv</a></li>
						</ul>
			</div></content:encoded>
			<wfw:commentRss>http://www.lockergnome.com/allanjude/2007/07/31/looking-for-suggestions-for-the-flash-chat-applet-used-on-livepirillocom/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Howto - Use Microsoft Baseline Security Analyser to quickly update multiple computers</title>
		<link>http://www.lockergnome.com/allanjude/2007/07/31/howto-use-microsoft-baseline-security-analyser-to-quickly-update-multiple-computers/</link>
		<comments>http://www.lockergnome.com/allanjude/2007/07/31/howto-use-microsoft-baseline-security-analyser-to-quickly-update-multiple-computers/#comments</comments>
		<pubDate>Tue, 31 Jul 2007 19:33:27 +0000</pubDate>
		<dc:creator>Allan Jude</dc:creator>
		
		<category>Security</category>

		<guid isPermaLink="false">http://www.lockergnome.com/allanjude/2007/07/31/howto-use-microsoft-baseline-security-analyser-to-quickly-update-multiple-computers/</guid>
		<description><![CDATA[<div style="float: right; padding: 15px"><img src="http://static.lockergnome.com/avatars/author_635? 1185906513" alt="Author Avatar" /></div><p>Microsoft ofters a free tool that allows you to scan your computer (or via the network, any computer you have administrative authority over) for any security vulnerabilities, these include:</p>
<ul>
<li>Administrative Setting Vulnerabilities</li>
<li>Weak Passwords</li>
<li>IIS Vulnerabilities</li>
<li>SQL Vulnerabilities</li>
<li>Missing Microsoft Updates (Windows, Office, .Net, etc)</li>
</ul>
<p>You can download it <a href="http://www.microsoft.com/technet/security/tools/mbsahome.mspx" title="Microsoft Baseline Security Analyzer">here</a></p>
<p>Once you scan your computer, it will point out the problems, including the missing updates. You can click the link titled &#8216;result details&#8217;, and it will provide a list of missing updates, with download links. Store all of these missing updates in a folder</p>
<p>The Advantages to this method are:</p>
<ol>
<li>You only need to download each update once</li>
<li>We will run the updates with some extra switches to make them faster</li>
<li>There is no need to install the Windows Update ActiveX control, so you can keep your browser locked now. This solution also beats &#8216;Windiz Update&#8217;, because you are getting the updates directly from Microsoft, instead of a third party.</li>
</ol>
<p>The keep to speeding up the install of the updates are the following switches:</p>
<ol>
<li>/passive - so you don&#8217;t have to click ok, next, next, next, finish for each update</li>
<li>/norestart - so your computer doesn&#8217;t reboot until the end</li>
<li>/nobackup - this stops the update from creating a restore point, and uninstall information, this saves ALOT of time when you are installing the 70+ updates for a fresh install of windows.</li>
</ol>
<p>So, here is my little batch file for running the updates on all of the computers on your home network.</p>
<pre>@echo on
net use U: \\COMPUTERNAMEsharedupdatefolder /persistent:no
U:
for %%f in (*.exe) do %%f /passive /norestart /nobackup
pause</pre>

<p>Tags: <a href="http://tagjag.com/discovery/windows" rel="tag">windows</a>, <a href="http://tagjag.com/discovery/xp" rel="tag">xp</a>, <a href="http://tagjag.com/discovery/vista" rel="tag">vista</a>, <a href="http://tagjag.com/discovery/security" rel="tag">security</a>, <a href="http://tagjag.com/discovery/patch" rel="tag">patch</a>, <a href="http://tagjag.com/discovery/updates" rel="tag">updates</a>, <a href="http://tagjag.com/discovery/microsoft" rel="tag">microsoft</a>, <a href="http://tagjag.com/discovery/virus" rel="tag">virus</a>, <a href="http://tagjag.com/discovery/spyware" rel="tag">spyware</a></p>]]><div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/allanjude/about/" title="About">About</a></li>
																							<li><a href="http://www.lockergnome.com/allanjude/2007/12/04/temporary-tagjag-front-end/" title="Temporary TagJag Front End">Temporary TagJag Front End</a></li>
																							<li><a href="http://www.lockergnome.com/allanjude/2007/09/28/the-importance-of-following-the-hcl/" title="The Importance of Following the HCL">The Importance of Following the HCL</a></li>
																							<li><a href="http://www.lockergnome.com/allanjude/2007/12/22/bacula-as-a-host-based-ids/" title="Bacula as a Host Based Intrusion Detection System">Bacula as a Host Based Intrusion Detection System</a></li>
						</ul>
			</div><div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/windows/2005/07/01/ms-releases-new-free-microsoft-baseline-security-analyzer-20/" title="MS Releases New Free Microsoft Baseline Security Analyzer 2.0">MS Releases New Free Microsoft Baseline Security Analyzer 2.0</a></li>
																							<li><a href="http://www.lockergnome.com/news/2003/11/04/microsoft-security-readiness-kit/" title="Microsoft Security Readiness Kit">Microsoft Security Readiness Kit</a></li>
																							<li><a href="http://www.lockergnome.com/it/2005/07/04/microsoft-baseline-security-analyzer-v20/" title="Microsoft Baseline Security Analyzer v2.0">Microsoft Baseline Security Analyzer v2.0</a></li>
																							<li><a href="http://www.lockergnome.com/it/2005/05/13/microsoft-baseline-security-analyzer-20-beta/" title="Microsoft Baseline Security Analyzer 2.0 BETA">Microsoft Baseline Security Analyzer 2.0 BETA</a></li>
																							<li><a href="http://www.lockergnome.com/it/2004/08/27/xp-sp2-compliant-version-of-mbsa-available/" title="XP SP2-compliant Version of MBSA Available">XP SP2-compliant Version of MBSA Available</a></li>
						</ul>
			</div></description>
			<content:encoded><![CDATA[<img src="http://static.lockergnome.com/avatars/author_635? 1185906513" alt="Author Avatar" /><p>Microsoft ofters a free tool that allows you to scan your computer (or via the network, any computer you have administrative authority over) for any security vulnerabilities, these include:</p>
<ul>
<li>Administrative Setting Vulnerabilities</li>
<li>Weak Passwords</li>
<li>IIS Vulnerabilities</li>
<li>SQL Vulnerabilities</li>
<li>Missing Microsoft Updates (Windows, Office, .Net, etc)</li>
</ul>
<p>You can download it <a href="http://www.microsoft.com/technet/security/tools/mbsahome.mspx" title="Microsoft Baseline Security Analyzer">here</a></p>
<p>Once you scan your computer, it will point out the problems, including the missing updates. You can click the link titled &#8216;result details&#8217;, and it will provide a list of missing updates, with download links. Store all of these missing updates in a folder</p>
<p>The Advantages to this method are:</p>
<ol>
<li>You only need to download each update once</li>
<li>We will run the updates with some extra switches to make them faster</li>
<li>There is no need to install the Windows Update ActiveX control, so you can keep your browser locked now. This solution also beats &#8216;Windiz Update&#8217;, because you are getting the updates directly from Microsoft, instead of a third party.</li>
</ol>
<p>The keep to speeding up the install of the updates are the following switches:</p>
<ol>
<li>/passive - so you don&#8217;t have to click ok, next, next, next, finish for each update</li>
<li>/norestart - so your computer doesn&#8217;t reboot until the end</li>
<li>/nobackup - this stops the update from creating a restore point, and uninstall information, this saves ALOT of time when you are installing the 70+ updates for a fresh install of windows.</li>
</ol>
<p>So, here is my little batch file for running the updates on all of the computers on your home network.</p>
<pre>@echo on
net use U: \\COMPUTERNAMEsharedupdatefolder /persistent:no
U:
for %%f in (*.exe) do %%f /passive /norestart /nobackup
pause</pre>

<p>Tags: <a href="http://tagjag.com/discovery/windows" rel="tag">windows</a>, <a href="http://tagjag.com/discovery/xp" rel="tag">xp</a>, <a href="http://tagjag.com/discovery/vista" rel="tag">vista</a>, <a href="http://tagjag.com/discovery/security" rel="tag">security</a>, <a href="http://tagjag.com/discovery/patch" rel="tag">patch</a>, <a href="http://tagjag.com/discovery/updates" rel="tag">updates</a>, <a href="http://tagjag.com/discovery/microsoft" rel="tag">microsoft</a>, <a href="http://tagjag.com/discovery/virus" rel="tag">virus</a>, <a href="http://tagjag.com/discovery/spyware" rel="tag">spyware</a></p>]]><div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/allanjude/about/" title="About">About</a></li>
																							<li><a href="http://www.lockergnome.com/allanjude/2007/12/04/temporary-tagjag-front-end/" title="Temporary TagJag Front End">Temporary TagJag Front End</a></li>
																							<li><a href="http://www.lockergnome.com/allanjude/2007/09/28/the-importance-of-following-the-hcl/" title="The Importance of Following the HCL">The Importance of Following the HCL</a></li>
																							<li><a href="http://www.lockergnome.com/allanjude/2007/12/22/bacula-as-a-host-based-ids/" title="Bacula as a Host Based Intrusion Detection System">Bacula as a Host Based Intrusion Detection System</a></li>
						</ul>
			</div><div class="">			<ul>
																							<li><a href="http://www.lockergnome.com/windows/2005/07/01/ms-releases-new-free-microsoft-baseline-security-analyzer-20/" title="MS Releases New Free Microsoft Baseline Security Analyzer 2.0">MS Releases New Free Microsoft Baseline Security Analyzer 2.0</a></li>
																							<li><a href="http://www.lockergnome.com/news/2003/11/04/microsoft-security-readiness-kit/" title="Microsoft Security Readiness Kit">Microsoft Security Readiness Kit</a></li>
																							<li><a href="http://www.lockergnome.com/it/2005/07/04/microsoft-baseline-security-analyzer-v20/" title="Microsoft Baseline Security Analyzer v2.0">Microsoft Baseline Security Analyzer v2.0</a></li>
																							<li><a href="http://www.lockergnome.com/it/2005/05/13/microsoft-baseline-security-analyzer-20-beta/" title="Microsoft Baseline Security Analyzer 2.0 BETA">Microsoft Baseline Security Analyzer 2.0 BETA</a></li>
																							<li><a href="http://www.lockergnome.com/it/2004/08/27/xp-sp2-compliant-version-of-mbsa-available/" title="XP SP2-compliant Version of MBSA Available">XP SP2-compliant Version of MBSA Available</a></li>
						</ul>
			</div></content:encoded>
			<wfw:commentRss>http://www.lockergnome.com/allanjude/2007/07/31/howto-use-microsoft-baseline-security-analyser-to-quickly-update-multiple-computers/feed/</wfw:commentRss>
		</item>
	       <item> 
  <title>Online Web Conferencing for Meetings</title>
  <description>Tired of business travel? Conduct meetings online with &lt;a href=&quot;http://www.GoToMeeting.com/ChrisPirillo&quot;&gt;GoToMeeting&lt;/a&gt; instead. We've been using it for quite some time for both personal and professional projects - it's worked like a charm! If you're an independent consultant, you owe it to your clients to start using &lt;a href=&quot;http://www.GoToMeeting.com/ChrisPirillo&quot;&gt;collaboration software&lt;/a&gt; for Web-based interaction.
  </description>
  <author>chris@lockergnome.com (Chris Pirillo)</author>
  <category>Partner</category>
  <pubDate>Mon, 25 Feb 2008 06:30:00 GMT</pubDate>
  <link>http://www.GoToMeeting.com/ChrisPirillo</link>
  <guid>http://www.GoToMeeting.com/ChrisPirillo</guid>
  </item>

  <item>
  <title>Network Tools for Windows</title>
  <description>You need these network tools, no matter which operating systems and networks you have to support. &lt;a href=&quot;http://support.solarwinds.com/updates/New-Customer.cfm?ProdID=568&amp;campaign=ipmon_DL_lockergnome&amp;CMP=BAC-ipmonDL_lockergnome&quot;&gt;SolarWinds ipMonitor&lt;/a&gt;: Affordable Network Monitoring for SMBs. Get turnkey network, server and application availability monitoring with SolarWinds ipMonitor v9.0. This easy-to-use, reliable solution for SMBs delivers out-of-the-box availability monitoring so you always know exactly what's up with Active Directory, DNS, Exchange, FTP, Web, IMAP, MS SQL Server, and SMTP. &lt;a href=&quot;http://support.solarwinds.com/updates/New-Customer.cfm?ProdID=568&amp;campaign=ipmon_DL_lockergnome&amp;CMP=BAC-ipmonDL_lockergnome&quot;&gt;Download your free trial today&lt;/a&gt;. Or, try their &lt;a href=&quot;http://www.solarwinds.com/products/freetools/&quot;&gt;totally free tools&lt;/a&gt;! And, through 2/29, save 20% when you purchase &lt;a href=&quot;http://store.solarwinds.com/s.nl/sc.16/.f&quot;&gt;ipMonitor 9.0&lt;/a&gt;.
  </description>
  <author>chris@lockergnome.com (Chris Pirillo)</author>
  <category>Partner</category>
  <pubDate>Mon, 25 Feb 2008 06:30:00 GMT</pubDate>
  <link>http://support.solarwinds.com/updates/New-Customer.cfm?ProdID=568&amp;campaign=ipmon_DL_lockergnome&amp;CMP=BAC-ipmonDL_lockergnome</link>
  <guid>http://support.solarwinds.com/updates/New-Customer.cfm?ProdID=568&amp;campaign=ipmon_DL_lockergnome&amp;CMP=BAC-ipmonDL_lockergnome</guid>
  </item>

  <item>
  <title>Trade in Your Cell Phones for Money</title>
  <description>Do you have a ton of old cell phones and mobile devices lying around in drawers, taking up space? Trade them in for cold hard cash! Chris has done it so many times that &lt;a href=&quot;http://www.cellforcash.com/chris-pirillo/&quot;&gt;Cell for Cash&lt;/a&gt; made him a partner. If you're not using that hardware anymore, you may as well liquidate it with ease - at no cost to you. What are you waiting for? You can go through our link, or visit the site and tell them that Chris sent you. It's real, and it's certainly real money. &lt;a href=&quot;http://www.cellforcash.com/chris-pirillo/&quot;&gt;Sell back your cell phones&lt;/a&gt;!
  </description>
  <author>chris@lockergnome.com (Chris Pirillo)</author>
  <category>Partner</category>
  <pubDate>Mon, 25 Feb 2008 06:30:00 GMT</pubDate>
  <link>http://www.cellforcash.com/chris-pirillo/</link>
  <guid>http://www.cellforcash.com/chris-pirillo/</guid>
  </item>

  <item>
  <title>Get Your Own Web Site</title>
  <description>Starting at just $3.99/month, web hosting from &lt;a href=&quot;http://www.godaddy.com/gdshop/default.asp?isc=cp2&quot;&gt;GoDaddy&lt;/a&gt; includes 99.9% uptime, 24/7 support and free access to GoDaddy Hosting Connection, THE place to install over 30 FREE applications sure to help you get the most from your hosting plan and Web site. Enter &lt;a href=&quot;http://www.godaddy.com/gdshop/default.asp?isc=cp2&quot;&gt;code CP2&lt;/a&gt; at checkout, and save an additional 10% on any order.
  &lt;p&gt;Plus, as a friend of Chris Pirillo, enter code &lt;a href=&quot;http://www.godaddy.com/gdshop/default.asp?isc=chris7&quot;&gt;CHRIS7&lt;/a&gt;, that's C-H-R-I-S and the number 7, when you check out, and save an additional 10% on any order. Get your piece of the internet at &lt;a href=&quot;http://www.godaddy.com/gdshop/default.asp?isc=chris7&quot;&gt;GoDaddy.com&lt;/a&gt;.&lt;/p&gt;
  </description>
  <author>chris@lockergnome.com (Chris Pirillo)</author>
  <category>Partner</category>
  <pubDate>Mon, 25 Feb 2008 06:30:00 GMT</pubDate>
  <link>http://www.godaddy.com/gdshop/default.asp?isc=cp1</link>
  <guid>http://www.godaddy.com/gdshop/default.asp?isc=cp1</guid>
  </item>

  <item>
  <title>Get a Free Audio Book</title>
  <description>Are you tired of reading books? Me too. Over the years, I developed pulpuslaceratapohobia  - and the only known cure for that is &lt;a href=&quot;http://audiblepodcast.com/chris&quot;&gt;Audible&lt;/a&gt;. Finally, a way to digest words without actually having to read them. Professional voices are wonderful choices if you love literary works in audio format. Are you ready to read some &lt;a href=&quot;http://audiblepodcast.com/chris&quot;&gt;audio books&lt;/a&gt;? Maybe you should just listen to them instead.
  </description>
  <author>chris@lockergnome.com (Chris Pirillo)</author>
  <category>Partner</category>
  <pubDate>Mon, 25 Feb 2008 06:30:00 GMT</pubDate>
  <link>http://audiblepodcast.com/chris</link>
  <guid>http://audiblepodcast.com/chris</guid>
  </item>

  <item>
  <title>VMware and Parallels for Virtual Machines</title>
  <description>
  It doesn't matter if you're running on Windows or Mac OS X - every power user needs either &lt;a href=&quot;http://send.onenetworkdirect.net/z/13766/rn_a32755/&quot;&gt;Parallels&lt;/a&gt; or &lt;a href=&quot;http://send.onenetworkdirect.net/z/17081/rn_a32755/&quot;&gt;VMware&lt;/a&gt; (or both). There's never been an easier way to test software without destroying your primary operating system's stability. Think of how many times you wish you could press a 'reverse' button on your computer. Plus, there's no easier way to try new Linux distributions - see what all the fuss is about. Run Windows in OS X, run Linux in Windows, but the best way to do either is with &lt;a href=&quot;http://send.onenetworkdirect.net/z/17081/rn_a32755/&quot;&gt;VMware&lt;/a&gt; and/or &lt;a href=&quot;http://send.onenetworkdirect.net/z/13766/rn_a32755/&quot;&gt;Parallels&lt;/a&gt;.
  </description>
  <author>chris@lockergnome.com (Chris Pirillo)</author>
  <category>Partner</category>
  <pubDate>Mon, 25 Feb 2008 06:30:00 GMT</pubDate>
  <link>http://chris.pirillo.com/2008/02/19/parallels-or-vmware/</link>
  <guid>http://chris.pirillo.com/2008/02/19/parallels-or-vmware/</guid>
  </item>

  <item>
  <title>Screen Capture for Multi-taskers</title>
  <description>
  &lt;a href=&quot;http://www.techsmith.com/featured/2008/snagit/v9launch/?cmp=LockS01&quot;&gt;SnagIt&lt;/a&gt; 9 works like you work! Capture, edit and share images from your PC screen without breaking stride: stores captures automatically whether you saved them or not; new visual search panel lets you find captures easily whenever you need them.
  </description>
  <author>chris@lockergnome.com (Chris Pirillo)</author>
  <category>Partner</category>
  <pubDate>Tue, 10 Jun 2008 06:30:00 GMT</pubDate>
  <link>http://www.techsmith.com/featured/2008/snagit/v9launch/?cmp=LockS01</link>
  <guid>http://www.techsmith.com/featured/2008/snagit/v9launch/?cmp=LockS01</guid>
  </item>

  <item>
  <title>Screencast Software</title>
  <description>
  &lt;a href=&quot;http://www.techsmith.com/camtasia.asp?cmp=LkrgCS1&quot;&gt;Camtasia Studio&lt;/a&gt; is the smart, friendly screen recorder (and more). With it, you can create stunning videos with a great degree of ease. Download the &lt;a href=&quot;http://www.techsmith.com/camtasia.asp?cmp=LkrgCS1&quot;&gt;free trial&lt;/a&gt; now and in no time you'll be sharing buzz-worthy screencasts, persuasive presentations, training that ROCKS, and demos that sell. Show exactly what's on your screen to anyone, anywhere. Record your screen, audio, and/or webcam! Make them wonder how you did it.
  </description>
  <author>chris@lockergnome.com (Chris Pirillo)</author>
  <category>Partner</category>
  <pubDate>Sat, 12 Jul 2008 06:30:00 GMT</pubDate>
  <link>http://www.techsmith.com/camtasia.asp?cmp=LkrgCS1</link>
  <guid>http://www.techsmith.com/camtasia.asp?cmp=LkrgCS1</guid>
  </item>
  
  <item>
  <title>Coupons for Online Shopping</title>
  <description>&lt;p style=&quot;color: red&quot;&gt;This feed is fueled by Lockergnome &lt;a href=&quot;http://www.lockergnome.com/buy/&quot;&gt;Online Shopping and Coupon Codes&lt;/a&gt;&lt;/p&gt; 
&lt;p&gt;
 Before you shop next time, see if we have &lt;a href=&quot;http://coupons.lockergnome.com/&quot;&gt;a coupon&lt;/a&gt; first.
&lt;/p&gt;
  </description> 
  <author>chris@lockergnome.com (Chris Pirillo)</author> 
  <category>Partner</category> 
  <pubDate>Sat, 12 Jul 2008 07:56:13 GMT</pubDate>
  <link>http://coupons.lockergnome.com/</link> 
  <guid>http://coupons.lockergnome.com/</guid>
  </item>

</channel>
</rss>
