<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>system admin tools</title>
	<atom:link href="http://systemadmintools.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://systemadmintools.wordpress.com</link>
	<description>All colelction of softwares and tools for system admins</description>
	<lastBuildDate>Mon, 06 Jul 2009 02:58:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='systemadmintools.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>system admin tools</title>
		<link>http://systemadmintools.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://systemadmintools.wordpress.com/osd.xml" title="system admin tools" />
	<atom:link rel='hub' href='http://systemadmintools.wordpress.com/?pushpress=hub'/>
		<item>
		<title>How to solve basic Dual Boot Issues</title>
		<link>http://systemadmintools.wordpress.com/2009/07/06/how-to-solve-basic-dual-boot-issues/</link>
		<comments>http://systemadmintools.wordpress.com/2009/07/06/how-to-solve-basic-dual-boot-issues/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 02:58:00 +0000</pubDate>
		<dc:creator>aaatoxxx</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://systemadmintools.wordpress.com/2009/07/06/how-to-solve-basic-dual-boot-issues/</guid>
		<description><![CDATA[Case 1: You have Dual Boot Win7 and XP/Vista and you lost the XP/Vista boot option at startup, but Win7 boots fine. Solution: 1. Start Win7. 2. If you can see your XP/Vista partition in Computer, write down the drive letter (e.g. D 3. If you can&#8217;t see the XP partition and you see all [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=systemadmintools.wordpress.com&amp;blog=8457831&amp;post=423&amp;subd=systemadmintools&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><b><span style="font-size:85%;"><span style="color:Red;">Case 1:</span> You have Dual Boot Win7 and <span style="color:RoyalBlue;">XP/Vista</span> and you lost the XP/Vista boot option at startup, but <span style="color:Blue;">Win7</span> boots fine.</span></b></p>
<p><b><span style="font-size:85%;"><span style="color:DarkGreen;">Solution: </span><br />1. Start Win7.</p>
<p>2. If you can see your XP/Vista partition in Computer, write down the drive letter (e.g. <span style="color:Blue;">D</span><img src="http://www.amaderforum.com/images/smilies/smile.gif" alt="" title="Smile" class="inlineimg" border="0" /></p>
<p>3. If you can&#8217;t see the XP partition and you see all others but this one, open Control Panel &#8211; Adminstrative Tools &#8211; Computer Management -&gt; Disk Management(left pane) and right-click the partition without a drive letter, choose &#8220;Change drive letters and paths&#8221; and assign a drive letter for the partition, e.g.<span style="color:blue;"> D</span>: .</p>
<p>4. Open an elevated command prompt and type the following lines followed by Enter for each line, changing the drive letter<span style="color:blue;"> D</span>: (<span style="color:blue;">in blue</span>) with the one on your XP/Vista partition:</span></b></p>
<p><b><span style="color:Red;"><span style="font-size:100%;">FOR RESTORING XP</p>
<p><span style="color:rgb(0,153,0);">bcdedit /create {ntldr} /d &#8220;Windows XP&#8221;</span><br /><span style="color:rgb(0,153,0);"> </span><br /><span style="color:rgb(0,153,0);">bcdedit /set {ntldr} device partition=D:</span><br /><span style="color:rgb(0,153,0);"> </span><br /><span style="color:rgb(0,153,0);">bcdedit /set {ntldr} path \ntldr</span><br /><span style="color:rgb(0,153,0);"> </span><br /><span style="color:rgb(0,153,0);">bcdedit /displayorder {ntldr} /addlast</span><br /></span></span></b><b><span style="font-size:85%;"><span style="color:red;"></p>
<p>FOR RESTORING VISTA</span></span></b><br /><b><span style="color:Red;"><span style="font-size:100%;"><br /><span style="color:rgb(0,153,0);">bcdedit /copy {current} /d &#8220;Windows Vista&#8221;</span></p>
<p></span></span></b>(You will get a response saying that a<i><span style="color:blue;"> new {UUID}</span></i> was created successfully.<br />Write down or copy the <b><span style="color:Blue;">new UUID</span></b>.)<br /><b><span style="color:Red;"><span style="font-size:100%;"><br /><span style="color:rgb(0,153,0);">bcdedit /set {place_new_UUID_here} device partition=D:</span><br /><span style="color:rgb(0,153,0);"> </span><br /><span style="color:rgb(0,153,0);">bcdedit /set {place_new_UUID_here} osdevice partition=D:</p>
<p></span></span></span></b><b>5. Done</p>
<p><span style="color:Red;">Case 2:</span> You have Dual Boot Win7 and XP/Vista and you lost the <span style="color:Blue;">Win7</span> boot option at startup, but<span style="color:blue;"> XP/Vista </span>boots fine.</p>
<p><span style="color:SeaGreen;">Solution:</span><br />1. Insert the Win7 Installation DVD and boot your computer with it (as if you were making an installation).<br />2. At the first screen , select your language etc and press enter.<br />3. At the second screen, click &#8220;<span style="color:seagreen;">Repair Computer</span>&#8221; at the bottom left.<br />4. Wait until startup repair is finished and reboot.<br />5. Done. You can now boot Win7.</p>
<p><span style="color:Red;">Case 3</span>: You have restored booting Win7 using the Case 2 method or other way, but now you&#8217;ve lost XP/VISTA .</p>
<p><span style="color:SeaGreen;">Solution</span>: Follow <span style="color:SeaGreen;">Case 1</span> Solution.</p>
<p><span style="color:Red;">Case 4:</span> You want Win7/Mac Dual Boot.</p>
<p><span style="color:SeaGreen;">Solution:</span> Follow these instructions: <span style="color:seagreen;">OSX and Windows 7 Dual Boot</span></b><br /><b><span style="color:Red;"><span style="font-size:100%;"><span style="color:rgb(0,153,0);"></span><br /></span></span></b></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/systemadmintools.wordpress.com/423/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/systemadmintools.wordpress.com/423/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/systemadmintools.wordpress.com/423/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/systemadmintools.wordpress.com/423/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/systemadmintools.wordpress.com/423/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/systemadmintools.wordpress.com/423/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/systemadmintools.wordpress.com/423/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/systemadmintools.wordpress.com/423/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/systemadmintools.wordpress.com/423/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/systemadmintools.wordpress.com/423/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/systemadmintools.wordpress.com/423/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/systemadmintools.wordpress.com/423/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/systemadmintools.wordpress.com/423/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/systemadmintools.wordpress.com/423/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=systemadmintools.wordpress.com&amp;blog=8457831&amp;post=423&amp;subd=systemadmintools&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://systemadmintools.wordpress.com/2009/07/06/how-to-solve-basic-dual-boot-issues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2e40c181469e96fb284d2065d0d856a8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aaatoxxx</media:title>
		</media:content>

		<media:content url="http://www.amaderforum.com/images/smilies/smile.gif" medium="image">
			<media:title type="html">Smile</media:title>
		</media:content>
	</item>
		<item>
		<title>CBT_Nuggets_Server_2008-Windows Server 2008 Active Directory, Configuring</title>
		<link>http://systemadmintools.wordpress.com/2009/07/06/cbt_nuggets_server_2008-windows-server-2008-active-directory-configuring/</link>
		<comments>http://systemadmintools.wordpress.com/2009/07/06/cbt_nuggets_server_2008-windows-server-2008-active-directory-configuring/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 02:57:00 +0000</pubDate>
		<dc:creator>aaatoxxx</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://systemadmintools.wordpress.com/2009/07/06/cbt_nuggets_server_2008-windows-server-2008-active-directory-configuring/</guid>
		<description><![CDATA[Whether you’re an experienced database administrator getting up-to-speed on Server 2008 or a brand-new network admin learning Active Directory from the ground up, this is the series for you. James Conrad&#8217;s video series: Configuring Active Directory for Windows Server 2008, includes plenty of tools to help you shine as an administrator. James starts by giving [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=systemadmintools.wordpress.com&amp;blog=8457831&amp;post=422&amp;subd=systemadmintools&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img src="http://i44.tinypic.com/24v6weh.jpg" alt="" border="0" /></p>
<p>Whether you’re an experienced database administrator getting up-to-speed on Server 2008 or a brand-new network admin learning Active Directory from the ground up, this is the series for you. James Conrad&#8217;s video series: Configuring Active Directory for Windows Server 2008, includes plenty of tools to help you shine as an administrator.</p>
<p>James starts by giving you a nuts-and-bolts background understanding of this terrific Microsoft product, including:</p>
<p>    * installation<br />    * configuring Domain Name Systems (DNS)<br />    * terminology<br />    * basic security and maintenance</p>
<p>Then he shows you how to:</p>
<p>    * manage and monitor Group Policy Objects (GPO) to support users’ accounts<br />    *<br />    * modify and manipulate accounts using Account Automation<br />    * backup and recover &#8220;lost&#8221; data<br />    * automate your system<br />      measuresystem performance</p>
<p>Finally he takes you on an in-depth tour of advanced concepts that utilize:</p>
<p>    * Server Core<br />    * Read-Only domain controllers<br />    * Server Manager<br />    * Active Directory Federation Services (AD FS)</p>
<p>Server 2008 gives you tools unavailable in previous versions of Active Directory. For example, you can create an extranet directory for outside users that separates them from the enterprise server. And you can use Lightweight Directory Services and Active Directory Rights Management Services to protect documents from insecure distribution such as printing or forwarding email, opening, modifying, printing, or taking other actions.</p>
<p>In no time, you&#8217;ll be an expert administering Windows Server 2008 roles and features</p>
<p>James Conrad&#8217;s training in mapped to Microsoft MCTS exam 70-640. Passing the exam also moves you closer to two MCITP certifications: (MCITP): Enterprise Administrator and (MCITP): Server Administrator.</p>
<p>Exam pack 70-640 contains the following videos:</p>
<p>    * Series Introduction</p>
<p>    * Introduction to Active Directory</p>
<p>    * Installing Active Directory</p>
<p>    * Server Core</p>
<p>    * Read Only Domain Controllers</p>
<p>    * Operations Masters</p>
<p>    * Domain Functional Level, Forest Functional Level</p>
<p>    * Automating Active Directory Accounts Part 1 (free video!)</p>
<p>    * Automating Active Directory Accounts Part 2</p>
<p>    * Managing User Accounts</p>
<p>    * Groups and Computer Accounts</p>
<p>    * Replication and Sites</p>
<p>    * UPN and Trusts</p>
<p>    * Active Directory Lightweight Directory Services</p>
<p>    * Active Directory Rights Management Services</p>
<p>    * Active Directory Federation Services</p>
<p>    * DNS Part 1</p>
<p>    * DNS Part 2</p>
<p>    * Configuring Active Directory Certificate Services Part 1</p>
<p>    * Configuring Active Directory Certificate Services Part 2</p>
<p>    * Configuring Active Directory Certificate Services Part 3</p>
<p>    * Configuring Backup and Recovery</p>
<p>    * Backup and Active Directory Maintenance</p>
<p>    * Create and Apply Group Policy Objects</p>
<p>    * GPO Account and Audit Policy</p>
<p>    * GPO Software and Templates</p>
<p>    * Monitoring Active Directory</p>
<p><a href="http://rapidshare.com/files/226503178/CBT_Nuggets_Server_2008.part01.rar">http://rapidshare.com/files/226503178/CBT_Nuggets_Server_2008.part01.rar</a><br /><a href="http://rapidshare.com/files/226524143/CBT_Nuggets_Server_2008.part02.rar">http://rapidshare.com/files/226524143/CBT_Nuggets_Server_2008.part02.rar</a><br /><a href="http://rapidshare.com/files/226544869/CBT_Nuggets_Server_2008.part03.rar">http://rapidshare.com/files/226544869/CBT_Nuggets_Server_2008.part03.rar</a><br /><a href="http://rapidshare.com/files/226562603/CBT_Nuggets_Server_2008.part04.rar">http://rapidshare.com/files/226562603/CBT_Nuggets_Server_2008.part04.rar</a><br /><a href="http://rapidshare.com/files/226579311/CBT_Nuggets_Server_2008.part05.rar">http://rapidshare.com/files/226579311/CBT_Nuggets_Server_2008.part05.rar</a><br /><a href="http://rapidshare.com/files/226595862/CBT_Nuggets_Server_2008.part06.rar">http://rapidshare.com/files/226595862/CBT_Nuggets_Server_2008.part06.rar</a><br /><a href="http://rapidshare.com/files/226602282/CBT_Nuggets_Server_2008.part07.rar">http://rapidshare.com/files/226602282/CBT_Nuggets_Server_2008.part07.rar</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/systemadmintools.wordpress.com/422/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/systemadmintools.wordpress.com/422/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/systemadmintools.wordpress.com/422/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/systemadmintools.wordpress.com/422/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/systemadmintools.wordpress.com/422/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/systemadmintools.wordpress.com/422/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/systemadmintools.wordpress.com/422/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/systemadmintools.wordpress.com/422/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/systemadmintools.wordpress.com/422/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/systemadmintools.wordpress.com/422/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/systemadmintools.wordpress.com/422/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/systemadmintools.wordpress.com/422/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/systemadmintools.wordpress.com/422/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/systemadmintools.wordpress.com/422/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=systemadmintools.wordpress.com&amp;blog=8457831&amp;post=422&amp;subd=systemadmintools&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://systemadmintools.wordpress.com/2009/07/06/cbt_nuggets_server_2008-windows-server-2008-active-directory-configuring/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2e40c181469e96fb284d2065d0d856a8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aaatoxxx</media:title>
		</media:content>

		<media:content url="http://i44.tinypic.com/24v6weh.jpg" medium="image" />
	</item>
		<item>
		<title>NTFS or Fat32: Which should I choose?</title>
		<link>http://systemadmintools.wordpress.com/2009/07/06/ntfs-or-fat32-which-should-i-choose/</link>
		<comments>http://systemadmintools.wordpress.com/2009/07/06/ntfs-or-fat32-which-should-i-choose/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 02:56:00 +0000</pubDate>
		<dc:creator>aaatoxxx</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://systemadmintools.wordpress.com/2009/07/06/ntfs-or-fat32-which-should-i-choose/</guid>
		<description><![CDATA[A common questions when installing Windows XP on your computer is whether or not you should format your hard drives as NTFS or Fat32. The specifications for both systems are as follows: Fat32Use it if your hard drive is 32GB or less.Is slightly faster than NTFS, but not by much.Can be used by other Operating [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=systemadmintools.wordpress.com&amp;blog=8457831&amp;post=421&amp;subd=systemadmintools&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A common questions when installing Windows XP on your computer is whether or not you should format your hard drives as NTFS or Fat32.</p>
<p>The specifications for both systems are as follows:</p>
<p><b>Fat32</b><br />Use it if your hard drive is 32GB or less.<br />Is slightly faster than NTFS, but not by much.<br />Can be used by other Operating Systems. If you plan on having multiple operating systems on your machine, you want FAT32.<br /><b>NTFS</b><br />Should be used if your hard drive is greater than 32GB<br />Has better compression allowing you to store more data.<br />Has file security.<br />In generaly, with drive sizes being by default greater than 32GB, you should use NTFS. NTFS also gives you greater security on your hard drive to eliminate possible unauthorized access of your data.</p>
<p>On the other hand, if you are using Windows 95,98, or ME, NTFS is not an option so you must use FAT32. You will also want to use FAT32 when you have multiple operating systems on one computer.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/systemadmintools.wordpress.com/421/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/systemadmintools.wordpress.com/421/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/systemadmintools.wordpress.com/421/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/systemadmintools.wordpress.com/421/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/systemadmintools.wordpress.com/421/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/systemadmintools.wordpress.com/421/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/systemadmintools.wordpress.com/421/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/systemadmintools.wordpress.com/421/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/systemadmintools.wordpress.com/421/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/systemadmintools.wordpress.com/421/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/systemadmintools.wordpress.com/421/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/systemadmintools.wordpress.com/421/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/systemadmintools.wordpress.com/421/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/systemadmintools.wordpress.com/421/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=systemadmintools.wordpress.com&amp;blog=8457831&amp;post=421&amp;subd=systemadmintools&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://systemadmintools.wordpress.com/2009/07/06/ntfs-or-fat32-which-should-i-choose/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2e40c181469e96fb284d2065d0d856a8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aaatoxxx</media:title>
		</media:content>
	</item>
		<item>
		<title>The Ten Most Dangerous Things Users Do Online</title>
		<link>http://systemadmintools.wordpress.com/2009/07/06/the-ten-most-dangerous-things-users-do-online/</link>
		<comments>http://systemadmintools.wordpress.com/2009/07/06/the-ten-most-dangerous-things-users-do-online/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 02:55:00 +0000</pubDate>
		<dc:creator>aaatoxxx</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://systemadmintools.wordpress.com/2009/07/06/the-ten-most-dangerous-things-users-do-online/</guid>
		<description><![CDATA[The Ten Most Dangerous Things Users Do Online&#8230;The following is our list of &#8220;The Ten Most Dangerous Things Users Do Online,&#8221; along with some explanation of the risks &#8212; and solutions &#8212; associated with each&#8230; 1. Clicking on email attachments from unknown senders2. Installing unauthorized applications3. Turning off or disabling automated security tools4. Opening HTML [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=systemadmintools.wordpress.com&amp;blog=8457831&amp;post=420&amp;subd=systemadmintools&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The Ten Most Dangerous Things Users Do Online<br />&#8230;The following is our list of &#8220;The Ten Most Dangerous Things Users Do Online,&#8221; along with some explanation of the risks &#8212; and solutions &#8212; associated with each&#8230;</p>
<p>1. Clicking on email attachments from unknown senders<br />2. Installing unauthorized applications<br />3. Turning off or disabling automated security tools<br />4. Opening HTML or plain-text messages from unknown senders<br />5. Surfing gambling, porn, or other legally-risky Websites<br />6. Giving out passwords, tokens, or smart cards<br />7. Page 8: Random surfing of unknown, untrusted Websites<br />8. Attaching to an unknown, untrustworthy WiFi network<br />9. Filling out Web scripts, forms, or registration pages<br />10. Participating in chat rooms or social networking sites</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/systemadmintools.wordpress.com/420/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/systemadmintools.wordpress.com/420/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/systemadmintools.wordpress.com/420/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/systemadmintools.wordpress.com/420/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/systemadmintools.wordpress.com/420/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/systemadmintools.wordpress.com/420/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/systemadmintools.wordpress.com/420/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/systemadmintools.wordpress.com/420/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/systemadmintools.wordpress.com/420/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/systemadmintools.wordpress.com/420/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/systemadmintools.wordpress.com/420/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/systemadmintools.wordpress.com/420/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/systemadmintools.wordpress.com/420/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/systemadmintools.wordpress.com/420/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=systemadmintools.wordpress.com&amp;blog=8457831&amp;post=420&amp;subd=systemadmintools&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://systemadmintools.wordpress.com/2009/07/06/the-ten-most-dangerous-things-users-do-online/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2e40c181469e96fb284d2065d0d856a8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aaatoxxx</media:title>
		</media:content>
	</item>
		<item>
		<title>Make Your Own Custom/Unattended Windows Edition &#8211; Exclusive</title>
		<link>http://systemadmintools.wordpress.com/2009/07/06/make-your-own-customunattended-windows-edition-exclusive/</link>
		<comments>http://systemadmintools.wordpress.com/2009/07/06/make-your-own-customunattended-windows-edition-exclusive/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 02:52:00 +0000</pubDate>
		<dc:creator>aaatoxxx</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://systemadmintools.wordpress.com/2009/07/06/make-your-own-customunattended-windows-edition-exclusive/</guid>
		<description><![CDATA[First of all, I thank you for showing interest in this topic. I am a bit less expressive &#8211; not able to deliver my feelings in best way in language. But, I can do it upto some extent. If there are any errors,&#8221;i can&#8217;t understand&#8221; things, just pm me or post here. Here I am [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=systemadmintools.wordpress.com&amp;blog=8457831&amp;post=419&amp;subd=systemadmintools&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>First of all, I thank you for showing interest in this topic.</p>
<p>I am a bit less expressive &#8211; not able to deliver my feelings in best way in language. But, I can do it upto some extent.</p>
<p>If there are any errors,&#8221;i can&#8217;t understand&#8221; things, just pm me or post here.</p>
<p>Here I am using a program called nLite to do the job for us.</p>
<p>I am doing it for windows xp and have not tried other versions of windows.</p>
<p>You require the following:</p>
<p>Source of Windows XP you want to customize [you can get it easily ]<br />A small program called nLite [download link below]</p>
<p><a href="http://nliteos.pcrpg.org/nlite/nLite-1.4.9.1.installer.exe">http://nliteos.pcrpg.org/nlite/nLite-1.4.9.1.installer.exe</a></p>
<p>Tutorial:</p>
<p>* First of all, if you have a XP CD, you will have to copy the entire files to some where on harddisk [I recommend to desktop]</p>
<p>* If you have an iso file, extract it to desktop using WinRAR or any other program.</p>
<p>* Now open the nLite Program</p>
<p>And follow the links of pictures below – they are really easy to follow and<br />every step is taken screenshot of you will never have to worry that I will miss<br />something :<br /><img src="http://i18.tinypic.com/7x2ukc8.png" alt="" border="0" /><br />Click Next<br /><img src="http://i13.tinypic.com/727n4tk.png" alt="" border="0" /><br />Click Browse and Select the I386 Folder in the folder where you have copied/extracted the windows files<br /><img src="http://i1.tinypic.com/6pfsz77.png" alt="" border="0" /><br />Wait a sec or so and you will see something like this:<br /><img src="http://i3.tinypic.com/6nqmmmc.png" alt="" border="0" /><br />Then next<br /><img src="http://i18.tinypic.com/8anaxle.png" alt="" border="0" /><br />Then next again<br /><img src="http://i15.tinypic.com/6jlsq2v.png" alt="" border="0" /><br /><img src="http://i8.tinypic.com/867gft2.png" alt="" border="0" /><br />Choose what you are going to use and click ok<br /><img src="http://i11.tinypic.com/6tc89hj.png" alt="" border="0" /><br />Now check what you DONT want<br /><img src="http://i16.tinypic.com/7xya6v9.png" alt="" border="0" /><br />I have checked and clicked next<br /><img src="http://i10.tinypic.com/6oyu0s8.png" alt="" border="0" /><br /><img src="http://i15.tinypic.com/6wmp3y9.png" alt="" border="0" /><br /><img src="http://i17.tinypic.com/6jvdezk.png" alt="" border="0" /><br /><img src="http://i15.tinypic.com/8529xev.png" alt="" border="0" /><br />Now you can choose to change name of WINDOWS<br /><img src="http://i2.tinypic.com/6kto2nd.png" alt="" border="0" /><br />I changed to winxp and clicked next<br /><img src="http://i9.tinypic.com/8528l7r.png" alt="" border="0" /><br />I selected the tweaks I wanted to make and clicked next</p>
<p>and then the following images follow<br /><img src="http://i10.tinypic.com/6x6i590.png" alt="" border="0" /><br /><img src="http://i2.tinypic.com/8bp4gva.png" alt="" border="0" /><br /><img src="http://i13.tinypic.com/6xadkxv.png" alt="" border="0" /><br /><img src="http://i10.tinypic.com/6o67t40.png" alt="" border="0" /><br /><img src="http://i9.tinypic.com/6kf9fsh.png" alt="" border="0" /><br /><img src="http://i1.tinypic.com/7xlm6pd.png" alt="" border="0" /><br /><img src="http://i2.tinypic.com/7wh23px.png" alt="" border="0" /><br /><img src="http://i2.tinypic.com/6nqj7g3.png" alt="" border="0" /><br /><img src="http://i10.tinypic.com/731o3ty.png" alt="" border="0" /><br /><img src="http://i7.tinypic.com/6oo5vva.png" alt="" border="0" /><br /><img src="http://i39.tinypic.com/2pt2kis.png" alt="" border="0" /><br />That&#8217;s the END !! In final step choose to Create ISO and then Burn The Same To CD and Enjoy !!</p>
<p>That is how I created one. So why not try a custom one yourself?<br />Its really easy and safe if you follow the instructions from this stage on:</p>
<p><img src="http://i15.tinypic.com/6jv5xso.png" alt="" border="0" /><br />ou can try to do the other things too like creating unattended,adding themes/programmes [i did not try them]</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/systemadmintools.wordpress.com/419/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/systemadmintools.wordpress.com/419/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/systemadmintools.wordpress.com/419/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/systemadmintools.wordpress.com/419/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/systemadmintools.wordpress.com/419/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/systemadmintools.wordpress.com/419/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/systemadmintools.wordpress.com/419/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/systemadmintools.wordpress.com/419/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/systemadmintools.wordpress.com/419/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/systemadmintools.wordpress.com/419/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/systemadmintools.wordpress.com/419/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/systemadmintools.wordpress.com/419/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/systemadmintools.wordpress.com/419/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/systemadmintools.wordpress.com/419/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=systemadmintools.wordpress.com&amp;blog=8457831&amp;post=419&amp;subd=systemadmintools&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://systemadmintools.wordpress.com/2009/07/06/make-your-own-customunattended-windows-edition-exclusive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2e40c181469e96fb284d2065d0d856a8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aaatoxxx</media:title>
		</media:content>

		<media:content url="http://i18.tinypic.com/7x2ukc8.png" medium="image" />

		<media:content url="http://i13.tinypic.com/727n4tk.png" medium="image" />

		<media:content url="http://i1.tinypic.com/6pfsz77.png" medium="image" />

		<media:content url="http://i3.tinypic.com/6nqmmmc.png" medium="image" />

		<media:content url="http://i18.tinypic.com/8anaxle.png" medium="image" />

		<media:content url="http://i15.tinypic.com/6jlsq2v.png" medium="image" />

		<media:content url="http://i8.tinypic.com/867gft2.png" medium="image" />

		<media:content url="http://i11.tinypic.com/6tc89hj.png" medium="image" />

		<media:content url="http://i16.tinypic.com/7xya6v9.png" medium="image" />

		<media:content url="http://i10.tinypic.com/6oyu0s8.png" medium="image" />

		<media:content url="http://i15.tinypic.com/6wmp3y9.png" medium="image" />

		<media:content url="http://i17.tinypic.com/6jvdezk.png" medium="image" />

		<media:content url="http://i15.tinypic.com/8529xev.png" medium="image" />

		<media:content url="http://i2.tinypic.com/6kto2nd.png" medium="image" />

		<media:content url="http://i9.tinypic.com/8528l7r.png" medium="image" />

		<media:content url="http://i10.tinypic.com/6x6i590.png" medium="image" />

		<media:content url="http://i2.tinypic.com/8bp4gva.png" medium="image" />

		<media:content url="http://i13.tinypic.com/6xadkxv.png" medium="image" />

		<media:content url="http://i10.tinypic.com/6o67t40.png" medium="image" />

		<media:content url="http://i9.tinypic.com/6kf9fsh.png" medium="image" />

		<media:content url="http://i1.tinypic.com/7xlm6pd.png" medium="image" />

		<media:content url="http://i2.tinypic.com/7wh23px.png" medium="image" />

		<media:content url="http://i2.tinypic.com/6nqj7g3.png" medium="image" />

		<media:content url="http://i10.tinypic.com/731o3ty.png" medium="image" />

		<media:content url="http://i7.tinypic.com/6oo5vva.png" medium="image" />

		<media:content url="http://i39.tinypic.com/2pt2kis.png" medium="image" />

		<media:content url="http://i15.tinypic.com/6jv5xso.png" medium="image" />
	</item>
		<item>
		<title>Turn &quot;on&quot; your system using a mouse</title>
		<link>http://systemadmintools.wordpress.com/2009/07/06/turn-on-your-system-using-a-mouse/</link>
		<comments>http://systemadmintools.wordpress.com/2009/07/06/turn-on-your-system-using-a-mouse/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 02:51:00 +0000</pubDate>
		<dc:creator>aaatoxxx</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://systemadmintools.wordpress.com/2009/07/06/turn-on-your-system-using-a-mouse/</guid>
		<description><![CDATA[Without using the &#8220;power on&#8221; button on the cabinet, directly clicking the mouse button, we can start our system, to do this process follow the steps ATX motherboard and PS2 mouse on process support containing BIOS system will have this facility (mostly all our boards can support this option) To execute this process, while restarting [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=systemadmintools.wordpress.com&amp;blog=8457831&amp;post=416&amp;subd=systemadmintools&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><b>Without using the &#8220;power on&#8221; button on the cabinet, directly clicking the mouse button, we can start our system, to do this process follow the steps</p>
<p>ATX motherboard and PS2 mouse on process support containing BIOS system will have this facility (mostly all our boards can support this option)</p>
<p>To execute this process, while restarting the system by clicking &#8220;DEL&#8221; button, we will get into BIOS</p>
<p>In that, go to INTEGRATED PERIPHERALS block, there will be an option named &#8220;PS/2 MOUSE POWER ON OPTION&#8221; this option will be disabled by default. We can change this option to DOUBLE CLICK OR DOUBLE LEFT CLICK and save the BIOS and restart the system.</p>
<p>From now on, there is no need to click power on button on the cabinet, just click your mouse, your system will be started.</b></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/systemadmintools.wordpress.com/416/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/systemadmintools.wordpress.com/416/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/systemadmintools.wordpress.com/416/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/systemadmintools.wordpress.com/416/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/systemadmintools.wordpress.com/416/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/systemadmintools.wordpress.com/416/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/systemadmintools.wordpress.com/416/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/systemadmintools.wordpress.com/416/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/systemadmintools.wordpress.com/416/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/systemadmintools.wordpress.com/416/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/systemadmintools.wordpress.com/416/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/systemadmintools.wordpress.com/416/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/systemadmintools.wordpress.com/416/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/systemadmintools.wordpress.com/416/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=systemadmintools.wordpress.com&amp;blog=8457831&amp;post=416&amp;subd=systemadmintools&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://systemadmintools.wordpress.com/2009/07/06/turn-on-your-system-using-a-mouse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2e40c181469e96fb284d2065d0d856a8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aaatoxxx</media:title>
		</media:content>
	</item>
		<item>
		<title>Greatest Tips For Searching Google : See The Difference</title>
		<link>http://systemadmintools.wordpress.com/2009/07/06/greatest-tips-for-searching-google-see-the-difference/</link>
		<comments>http://systemadmintools.wordpress.com/2009/07/06/greatest-tips-for-searching-google-see-the-difference/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 02:50:00 +0000</pubDate>
		<dc:creator>aaatoxxx</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://systemadmintools.wordpress.com/2009/07/06/greatest-tips-for-searching-google-see-the-difference/</guid>
		<description><![CDATA[Greatest Tips For Searching Google : See The DifferenceJust Put This String In Google Search: Method 1 &#8220;parent directory &#8221; /appz/ -xxx -html -htm -php -shtml -opendivx -md5 -md5sums &#8220;parent directory &#8221; DVDRip -xxx -html -htm -php -shtml -opendivx -md5 -md5sums &#8220;parent directory &#8220;Xvid -xxx -html -htm -php -shtml -opendivx -md5 -md5sums &#8220;parent directory &#8221; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=systemadmintools.wordpress.com&amp;blog=8457831&amp;post=415&amp;subd=systemadmintools&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Greatest Tips For Searching Google : See The Difference<br />Just Put This String In Google Search:</p>
<p>Method 1</p>
<p>&#8220;parent directory &#8221; /appz/ -xxx -html -htm -php -shtml -opendivx -md5 -md5sums</p>
<p>&#8220;parent directory &#8221; DVDRip -xxx -html -htm -php -shtml -opendivx -md5 -md5sums</p>
<p>&#8220;parent directory &#8220;Xvid -xxx -html -htm -php -shtml -opendivx -md5 -md5sums</p>
<p>&#8220;parent directory &#8221; Gamez -xxx -html -htm -php -shtml -opendivx -md5 -md5sums</p>
<p>&#8220;parent directory &#8221; MP3 -xxx -html -htm -php -shtml -opendivx -md5 -md5sums</p>
<p>&#8220;parent directory &#8221; Name of Singer or album -xxx -html -htm -php -shtml -opendivx -md5 -md5sums</p>
<p>Notice that i am only changing the word after the parent directory, change it to what you want and you will get a lot of stuff.</p>
<p>Method 2</p>
<p>put this string in google search:</p>
<p>?intitle:index.of? mp3</p>
<p>You only need add the name of the song/artist/singer.<br />Example: ?intitle:index.of? mp3 jackson</p>
<p>Method 3</p>
<p>put this string in google search:</p>
<p>inurl:microsoft filetype:???</p>
<p>Method 4</p>
<p>put this string in google search:</p>
<p>intitle:index.of.???</p>
<p>Method 5</p>
<p>put this string in google search:</p>
<p>&#8220;name of object&#8221;download<br />&#8220;name of object download&#8221;<br />free &#8220;name of object&#8221;download<br />free &#8220;name of object download&#8221;</p>
<p>Or just look for the filename(s).<br />and instead of using the inurl: tag, use site: that works too.</p>
<p>Searching Google for Music &#8211; Advanced Guide</p>
<p>This How-To will teach you how to use google to find mp3s. This How-To<br />will be highly pragmatic and will focus on the hows and not the<br />wherefores of the various search strings.</p>
<p>Index<br />&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />0) Key<br />1) Directories<br />2) Xitami Servers<br />3) Directory Listing<br />4) Andromeda Servers<br />5) Zina Artists<br />6) Apache mp3 Servers<br />7) Individual Songs</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />Section 0 &#8211; KEY<br />&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>You this are just some definitions I will use below.</p>
<p>[Directory String] can be any of the following :<br />1) &#8220;index of&#8221;<br />2) &#8220;last modified&#8221;<br />3) &#8220;parent of&#8221;</p>
<p>[file type] can be any of the following :<br />1) &#8220;mp3&#8243;<br />2) &#8220;shn&#8221;<br />3) &#8220;wma&#8221;</p>
<p>[mp3 name] can be any of the following :<br />1) the name of the album in quotes<br />2) the name of the artist in quotes<br />3) be daring and leave it blank and have lots of links<br />4) be creative!</p>
<p>[limitors]<br />1) -html -htm -php -asp -txt -pls</p>
<p>(inurl is optional and may be omitted and in fact most be<br />omitted if not using a search tool other than google.</p>
<p>(intitle can be used in place of (inurl and has a similar effect<br />again you must be useing google.</p>
<p>(-filetype:txt) adding this to the end of your search string can<br />filter some false positives.</p>
<p>(-playlist) adding this to the end of your search string can<br />filter some false positives.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />Section 1 &#8211; Directories<br />&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>These are the most common way that mp3s are stored on the www, you<br />should try these strings first.</p>
<p>String Format :<br />Type 1 : [Directory String] + (inurl[file type] + [mp3 name]<br />Type 2 : [Directory String] + (intitle[file type] + [mp3 name]</p>
<p>Type 3 : [Directory String] + [file type] + [mp3 name] + [limitors]</p>
<p>Example Strings :<br />- intitle:index.of + mp3 + &#8220;grandaddy&#8221; -html -htm -php -asp -txt -pls<br />- &#8220;index of&#8221; + &#8220;mp3&#8243; + &#8220;radiohead&#8221; -html -htm -php<br />- &#8220;index of&#8221; + mp3 + &#8220;grandaddy&#8221;<br />- &#8220;index of&#8221; + inurl:mp3 + &#8220;beatles&#8221; -txt -pls<br />- &#8220;index of&#8221; + intitle:mp3 + beatles<br />- &#8220;last modified&#8221; + &#8220;shn&#8221; + &#8220;dylan&#8221;<br />- &#8220;last modified&#8221; + inurl:shn + &#8220;bob dylan&#8221;<br />- &#8220;parent of&#8221; + inurl:wma + &#8220;grandaddy&#8221;</p>
<p>Suggestions :<br />- Try (intitle:index.of + &#8220;mp3&#8243; + &#8220;band name&#8221; -htm -html -php -asp) first it<br />is usually the most effective.</p>
<p>Another Little Trick:<br />- If you have been getting alot of results on google but the pages don&#8217;t seem<br />to be there try adding dates and the &#8220;apache&#8221; string to your search i.e.</p>
<p>- intitle:index.of + mp3 + &#8220;grandaddy&#8221; -html -htm -php -asp apache feb-2005<br />- intitle:index.of + mp3 + &#8220;grandaddy&#8221; -html -htm -php -asp apache 2005</p>
<p>or if you just want a big list of mp3&#8242; doing a search like this everymonth<br />- intitle:index.of + mp3 + -html -htm -php -asp apache mar</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />Section 2 &#8211; Xitami Servers<br />&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>String Format :<br />Type 1 : &#8220;xitami web server&#8221; + (inurl[file type] + [mp3 name]<br />Type 2 : &#8220;xitami web server&#8221; + (intitle[file type] + [mp3 name]</p>
<p>Example Strings :<br />- &#8220;xitami web server&#8221; + &#8220;mp3&#8243; + &#8220;radiohead&#8221;<br />- &#8220;xitami web server&#8221; + intitle:shn + &#8220;beatles&#8221;<br />- &#8220;xitami web server&#8221; + inurl:mp3 + &#8220;magnetic fields&#8221;</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />Section 3 &#8211; Directory Listing<br />&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>String Format :<br />Type 1 : &#8220;directory listings&#8221; + (inurl[file type] + [mp3 name]<br />Type 2 : &#8220;directory listings&#8221; + (intitle[file type] + [mp3 name]<br />Type 3 : &#8220;directory listings of&#8221; + (inurl[file type] + [mp3 name]<br />Type 4 : &#8220;directory listings of&#8221; + (intitle[file type] + [mp3 name]</p>
<p>Example Strings<br />- &#8220;directory listings&#8221; + &#8220;mp3&#8243; + &#8220;radiohead&#8221;<br />- &#8220;directory listings&#8221; + intitle:shn + &#8220;beatles&#8221;<br />- &#8220;directory listings&#8221; + inurl:mp3 + &#8220;magnetic fields&#8221;<br />- &#8220;directory listings of&#8221; + &#8220;mp3&#8243; + &#8220;radiohead&#8221;<br />- &#8220;directory listings of&#8221; + intitle:shn + &#8220;beatles&#8221;<br />- &#8220;directory listings of&#8221; + inurl:mp3 + &#8220;magnetic fields&#8221;</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />Section 4 &#8211; Andromeda Servers<br />&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>String Format :<br />Type 1 : &#8220;scott matthews&#8221; + andromeda + [mp3 name]<br />Type 2 : &#8220;scott matthews&#8221; + andromeda + [file type] + [mp3 name]<br />Type 3 : &#8220;powered by andromeda&#8221; + [mp3 name]<br />Type 4 : &#8220;powered by andromeda&#8221; + [file type] + [mp3 name]<br />Type 5 : inurl:andromeda.php + [mp3 name]<br />Type 6 : inurl:anromeda.php + [file type] + [mp3 name]<br />Type 7 : &#8220;scott matthews&#8221;<br />Type 8 : &#8220;powered by andromeda&#8221;<br />Type 9 : inurl:andromeda.php</p>
<p>Examples :<br />- &#8220;scott matthews&#8221; + andromeda + &#8220;radiohead&#8221;<br />- &#8220;scott matthews&#8221; + andromeda + &#8220;mp3&#8243; + &#8220;fitter&#8221;<br />- &#8220;powered by andromeda&#8221; + &#8220;gradaddy&#8221;<br />- &#8220;powered by andromeda&#8221; + &#8220;mp3&#8243; + &#8220;just like women&#8221;<br />- inurl:andromeda.php + &#8220;shn&#8221;<br />- inurl:anromeda.php + &#8220;wma&#8221; + &#8220;dylan&#8221;<br />- &#8220;scott matthews&#8221;<br />- &#8220;powered by andromeda&#8221;<br />- inurl:andromeda.php</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />Section 5 &#8211; Zina Artists<br />&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>String Format :<br />Type 1 : &#8220;zina artists&#8221;</p>
<p>Examples :<br />- &#8220;zina artists&#8221;</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />Section 6 &#8211; Apache mp3 Servers<br />&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>String Format :<br />Type 1 : &#8220;stream all&#8221; + apache + [mp3 name]<br />Type 2 : &#8220;stream all&#8221; + apache<br />Type 3 : &#8220;shuffle all&#8221; + apache + [mp3 name]<br />Type 4 : &#8220;shuffle all&#8221; + apache</p>
<p>Examples :<br />- &#8220;stream all&#8221; + apache<br />- &#8220;stream all&#8221; &#8220;shuffle all&#8221; mp3<br />- &#8220;stream all&#8221; + apache + radiohead<br />- &#8220;shuffle all&#8221; + beatles</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />Section 7 &#8211; Individual Songs<br />&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>Format : [mp3 name].mp3 -playlist -filetype:txt</p>
<p>Examples :<br />- &#8220;ok_computer_live.mp3&#8243; -playlist -filetype:txt<br />- &#8220;*ok_computer*.mp3&#8243; -playlist -filetype:txt<br />- kid*a.mp3 -playlist -filetype:txt</p>
<p>##########################################</p>
<p>2nd Method:</p>
<p>Here is a second example of maximizing search results on Google:</p>
<p>1. At Google Search, type in one of the following two phrases (try the first one; if you&#8217;re not happy with the results, try the second one on your second search):<br />* &#8220;index of/mp3&#8243; -playlist -html -lyrics<br />* &#8220;index of/&#8221; mp3 -playlist -html -lyrics</p>
<p>2. If you&#8217;d like, add an artist&#8217;s name or song name to the end of the phrase, then click the Search Button.<br />3. Here are a few examples:<br />* &#8220;index of/mp3&#8243; -playlist -html -lyrics beatles<br />* &#8220;index of/mp3&#8243; -playlist -html -lyrics punk</p>
<p>This tip helps you find directories filled with mp3 files by finding Apache&#8217;s Index page:</p>
<p>1. At Google Search type in the following code:<br />2. +(&#8220;index of&#8221;) +(&#8220;/mp3&#8243;|&#8221;/mp3s&#8221;|&#8221;/music&#8221;) +(mp3|zip|rar) +apache<br />3. By editing this code, you can search for any type of media; oog, wav, pdf, etc.<br />4. Be sure to edit both the directory names as well as the file extensions if edited.</p>
<p>Finding mp3 and compressed files searching by title:</p>
<p>1. At Google Search type in the following code:<br />2. allinurl: +(mp3|rar|zip|tgz) TheTitle<br />3. Replace TheTitle with either a song title, artist name, or album.<br />4. Here are a few examples:<br />* allinurl: +(mp3|rar|zip|tgz) beatles<br />* allinurl: +(mp3|rar|zip|tgz) revolver<br />* allinurl: +(mp3|rar|zip|tgz) greatest hits</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />Moble Phones</p>
<p>&amp; to find cell phone programs:</p>
<p>just type the following line in your google search box and see experience a new world of finding games</p>
<p>for games<br />&#8220;parent directory&#8221; nokia games -xxx -html -htm -php -shtml -opendivx -md5 -md5sums</p>
<p>for tones<br />&#8220;parent directory &#8221; nokia polyphonic -xxx -html -htm -php -shtml -opendivx -md5 -md5sums</p>
<p>for symbian games<br />&#8220;parent directory &#8221; symbian games -xxx -html -htm -php -shtml -opendivx -md5 -md5sums</p>
<p>for Wallpapers<br />&#8220;parent directory &#8221; nokia wallpapers -xxx -html -htm -php -shtml -opendivx -md5 -md5sums</p>
<p>for general Midi<br />&#8220;parent directory &#8221; midi -xxx -html -htm -php -shtml -opendivx -md5 -md5sums</p>
<p>also try using &#8220;Index of&#8221; instead of &#8220;parent directory&#8221;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/systemadmintools.wordpress.com/415/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/systemadmintools.wordpress.com/415/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/systemadmintools.wordpress.com/415/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/systemadmintools.wordpress.com/415/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/systemadmintools.wordpress.com/415/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/systemadmintools.wordpress.com/415/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/systemadmintools.wordpress.com/415/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/systemadmintools.wordpress.com/415/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/systemadmintools.wordpress.com/415/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/systemadmintools.wordpress.com/415/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/systemadmintools.wordpress.com/415/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/systemadmintools.wordpress.com/415/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/systemadmintools.wordpress.com/415/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/systemadmintools.wordpress.com/415/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=systemadmintools.wordpress.com&amp;blog=8457831&amp;post=415&amp;subd=systemadmintools&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://systemadmintools.wordpress.com/2009/07/06/greatest-tips-for-searching-google-see-the-difference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2e40c181469e96fb284d2065d0d856a8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aaatoxxx</media:title>
		</media:content>
	</item>
		<item>
		<title>Amazing fact about Kaspersky</title>
		<link>http://systemadmintools.wordpress.com/2009/07/06/amazing-fact-about-kaspersky/</link>
		<comments>http://systemadmintools.wordpress.com/2009/07/06/amazing-fact-about-kaspersky/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 02:49:00 +0000</pubDate>
		<dc:creator>aaatoxxx</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://systemadmintools.wordpress.com/2009/07/06/amazing-fact-about-kaspersky/</guid>
		<description><![CDATA[Truth about KasperskyAre you Using KAV ??? Then come and look here If you are using Kaspersky then you must know that there is virus which it can&#8217;t stop. Try to look if you are infected. To lets you know where the virus goes :- HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\MountPoints2\{2f47ad46-818a-11dc-85b4-001a4d72308d}\Shell\Auto\command HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\MountPoints2\{2f47ad46-818a-11dc-85b4-001a4d72308d}\Shell\AutoRun\command HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\MSConfig\startupreg\AFCVirus2 HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Run You must [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=systemadmintools.wordpress.com&amp;blog=8457831&amp;post=414&amp;subd=systemadmintools&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Truth about Kaspersky<br />Are you Using KAV ??? Then come and look here</p>
<p>If you are using Kaspersky then you must know that there is virus which it can&#8217;t stop. Try to look if you are infected.</p>
<p>To lets you know where the virus goes :-</p>
<p>HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\MountPoints2\{2f47ad46-818a-11dc-85b4-001a4d72308d}\Shell\Auto\command</p>
<p>HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\MountPoints2\{2f47ad46-818a-11dc-85b4-001a4d72308d}\Shell\AutoRun\command</p>
<p>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\MSConfig\startupreg\AFCVirus2</p>
<p>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Run</p>
<p>You must Empty this folder C:\WINDOWS\Prefetch so the virus will have no source in your computer</p>
<p>what does this virus is f**ks your CPU and Grow up in every folder and lower ur pc speed</p>
<p>A simple reply + rep = thanks that what I only want from you.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/systemadmintools.wordpress.com/414/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/systemadmintools.wordpress.com/414/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/systemadmintools.wordpress.com/414/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/systemadmintools.wordpress.com/414/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/systemadmintools.wordpress.com/414/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/systemadmintools.wordpress.com/414/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/systemadmintools.wordpress.com/414/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/systemadmintools.wordpress.com/414/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/systemadmintools.wordpress.com/414/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/systemadmintools.wordpress.com/414/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/systemadmintools.wordpress.com/414/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/systemadmintools.wordpress.com/414/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/systemadmintools.wordpress.com/414/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/systemadmintools.wordpress.com/414/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=systemadmintools.wordpress.com&amp;blog=8457831&amp;post=414&amp;subd=systemadmintools&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://systemadmintools.wordpress.com/2009/07/06/amazing-fact-about-kaspersky/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2e40c181469e96fb284d2065d0d856a8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aaatoxxx</media:title>
		</media:content>
	</item>
		<item>
		<title>Airtel Song in C Language</title>
		<link>http://systemadmintools.wordpress.com/2009/07/06/airtel-song-in-c-language/</link>
		<comments>http://systemadmintools.wordpress.com/2009/07/06/airtel-song-in-c-language/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 02:47:00 +0000</pubDate>
		<dc:creator>aaatoxxx</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://systemadmintools.wordpress.com/2009/07/06/airtel-song-in-c-language/</guid>
		<description><![CDATA[#include#includefloat main(void){float A,Bb,D,G,F;A = 440;G = 780;Bb = 461;D = 586;F = 687;sound(G);delay(500);nosound();sound(G);delay(250);nosound();sound(G);delay(250);nosound();sound(G);delay(500);nosound();sound(2*D);delay(500);nosound();sound(2*A);delay(250);nosound();sound(2*Bb);delay(250);nosound();sound(2*A);delay(250);nosound();sound(G);delay(250);nosound();sound(F);delay(500);nosound();sound(2*A);delay(500);nosound();sound(G);delay(250);nosound();sound(2*A);delay(250);nosound();sound(G);delay(250);nosound();sound(F);delay(250);sound(G);delay(250);sound(2*A);delay(250);sound(2*Bb);delay(500);sound(2*A);delay(500);sound(G);delay(250);sound(F);delay(250);sound(D);delay(500);nosound();//end 1sound(G);delay(500);nosound();sound(G);delay(250);nosound();sound(G);delay(250);nosound();sound(G);delay(500);nosound();sound(2*D);delay(500);nosound();sound(2*A);delay(250);nosound();sound(2*Bb);delay(250);nosound();sound(2*A);delay(250);nosound();sound(G);delay(250);nosound();sound(F);delay(500);nosound();sound(2*A);delay(500);nosound();sound(G);delay(250);nosound();sound(2*A);delay(250);nosound();sound(G);delay(250);nosound();sound(F);delay(250);sound(G);delay(250);sound(2*A);delay(250);sound(2*Bb);delay(500);sound(2*A);delay(500);sound(G);delay(250);sound(F);delay(250);sound(D);delay(500);nosound();//end 2sound(2*A);delay(250);nosound();sound(G);delay(250);nosound();sound(F);delay(250);sound(G);delay(250);sound(2*A);delay(250);sound(2*Bb);delay(500);sound(2*A);delay(500);sound(G);delay(250);sound(F);delay(250);sound(D);delay(500);nosound();//end 3sound(2*A);delay(250);nosound();sound(G);delay(250);nosound();sound(F);delay(250);sound(G);delay(250);sound(2*A);delay(250);sound(2*Bb);delay(500);sound(2*A);delay(500);sound(G);delay(250);sound(F);delay(250);sound(D);delay(500);nosound();return 0;}<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=systemadmintools.wordpress.com&amp;blog=8457831&amp;post=413&amp;subd=systemadmintools&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>#include<br />#include<br />float main(void)<br />{<br />float A,Bb,D,G,F;<br />A = 440;<br />G = 780;<br />Bb = 461;<br />D = 586;<br />F = 687;<br />sound(G);<br />delay(500);<br />nosound();<br />sound(G);<br />delay(250);<br />nosound();<br />sound(G);<br />delay(250);<br />nosound();<br />sound(G);<br />delay(500);<br />nosound();<br />sound(2*D);<br />delay(500);<br />nosound();<br />sound(2*A);<br />delay(250);<br />nosound();<br />sound(2*Bb);<br />delay(250);<br />nosound();<br />sound(2*A);<br />delay(250);<br />nosound();<br />sound(G);<br />delay(250);<br />nosound();<br />sound(F);<br />delay(500);<br />nosound();<br />sound(2*A);<br />delay(500);<br />nosound();<br />sound(G);<br />delay(250);<br />nosound();<br />sound(2*A);<br />delay(250);<br />nosound();<br />sound(G);<br />delay(250);<br />nosound();<br />sound(F);<br />delay(250);<br />sound(G);<br />delay(250);<br />sound(2*A);<br />delay(250);<br />sound(2*Bb);<br />delay(500);<br />sound(2*A);<br />delay(500);<br />sound(G);<br />delay(250);<br />sound(F);<br />delay(250);<br />sound(D);<br />delay(500);<br />nosound();<br />//end 1<br />sound(G);<br />delay(500);<br />nosound();<br />sound(G);<br />delay(250);<br />nosound();<br />sound(G);<br />delay(250);<br />nosound();<br />sound(G);<br />delay(500);<br />nosound();<br />sound(2*D);<br />delay(500);<br />nosound();<br />sound(2*A);<br />delay(250);<br />nosound();<br />sound(2*Bb);<br />delay(250);<br />nosound();<br />sound(2*A);<br />delay(250);<br />nosound();<br />sound(G);<br />delay(250);<br />nosound();<br />sound(F);<br />delay(500);<br />nosound();<br />sound(2*A);<br />delay(500);<br />nosound();<br />sound(G);<br />delay(250);<br />nosound();<br />sound(2*A);<br />delay(250);<br />nosound();<br />sound(G);<br />delay(250);<br />nosound();<br />sound(F);<br />delay(250);<br />sound(G);<br />delay(250);<br />sound(2*A);<br />delay(250);<br />sound(2*Bb);<br />delay(500);<br />sound(2*A);<br />delay(500);<br />sound(G);<br />delay(250);<br />sound(F);<br />delay(250);<br />sound(D);<br />delay(500);<br />nosound();<br />//end 2<br />sound(2*A);<br />delay(250);<br />nosound();<br />sound(G);<br />delay(250);<br />nosound();<br />sound(F);<br />delay(250);<br />sound(G);<br />delay(250);<br />sound(2*A);<br />delay(250);<br />sound(2*Bb);<br />delay(500);<br />sound(2*A);<br />delay(500);<br />sound(G);<br />delay(250);<br />sound(F);<br />delay(250);<br />sound(D);<br />delay(500);<br />nosound();<br />//end 3<br />sound(2*A);<br />delay(250);<br />nosound();<br />sound(G);<br />delay(250);<br />nosound();<br />sound(F);<br />delay(250);<br />sound(G);<br />delay(250);<br />sound(2*A);<br />delay(250);<br />sound(2*Bb);<br />delay(500);<br />sound(2*A);<br />delay(500);<br />sound(G);<br />delay(250);<br />sound(F);<br />delay(250);<br />sound(D);<br />delay(500);<br />nosound();<br />return 0;<br />}</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/systemadmintools.wordpress.com/413/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/systemadmintools.wordpress.com/413/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/systemadmintools.wordpress.com/413/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/systemadmintools.wordpress.com/413/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/systemadmintools.wordpress.com/413/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/systemadmintools.wordpress.com/413/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/systemadmintools.wordpress.com/413/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/systemadmintools.wordpress.com/413/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/systemadmintools.wordpress.com/413/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/systemadmintools.wordpress.com/413/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/systemadmintools.wordpress.com/413/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/systemadmintools.wordpress.com/413/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/systemadmintools.wordpress.com/413/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/systemadmintools.wordpress.com/413/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=systemadmintools.wordpress.com&amp;blog=8457831&amp;post=413&amp;subd=systemadmintools&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://systemadmintools.wordpress.com/2009/07/06/airtel-song-in-c-language/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2e40c181469e96fb284d2065d0d856a8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aaatoxxx</media:title>
		</media:content>
	</item>
		<item>
		<title>How to Compare Antivirus Software?</title>
		<link>http://systemadmintools.wordpress.com/2009/07/01/how-to-compare-antivirus-software/</link>
		<comments>http://systemadmintools.wordpress.com/2009/07/01/how-to-compare-antivirus-software/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 18:37:00 +0000</pubDate>
		<dc:creator>aaatoxxx</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://systemadmintools.wordpress.com/2009/07/01/how-to-compare-antivirus-software/</guid>
		<description><![CDATA[There&#8217;s an influx of antivirus software in the internet these days. Antivirus software are everywhere in the internet. Article about them are also common. The problem with having too much of one thing is that you will have a hard time selecting the good from the bad. To come up with a list of possible [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=systemadmintools.wordpress.com&amp;blog=8457831&amp;post=412&amp;subd=systemadmintools&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div style="padding-bottom:10px;"> </div>
<div style="text-align:justify;"><span style="font-family:arial;">There&#8217;s an influx of antivirus software in the internet these days. Antivirus software are everywhere in the internet. Article about them are also common. The problem with having too much of one thing is that you will have a hard time selecting the good from the bad. To come up with a list of possible choices one has to compare antivirus software.</span></div>
<p><span class="fullpost"></p>
<div style="text-align:justify;"><span style="font-family:arial;" class="fullpost">Comparing is not easy, considering the number of antivirus to compare. Many website are there to help with comparison but they only compare a few. They focus their comparison to selected antivirus that are already there for many years. How about those antivirus software that have just recently started but may also have the ability to perform well? They don&#8217;t have the chance to be tested and be proven competitive with the popular ones.</p>
<p></span>
<div style="text-align:justify;"><span style="font-family:arial;"> Popularity </span></p>
<p><span style="font-family:arial;"> There should be a means to compare antivirus software not based on popularity but with their ability to thwart virus attacks. I have read articles that compare antivirus software and they are impressive. They test antivirus software based on how they detect known </span><a id="KonaLink0" target="undefined" class="kLink" style="text-decoration:underline!important;position:static;font-family:arial;" href="http://www.articlesbase.com/computers-articles/how-to-compare-antivirus-software-654187.html#"><span style="color:rgb(0,153,0)!important;font-family:Verdana,Arial,sans-serif;font-weight:400;font-size:13.3333px;position:static;"><span class="kLink" style="color:rgb(0,153,0)!important;font-weight:400;font-size:13.3333px;position:static;">virus</span></span></a><span style="font-family:arial;">. Many antivirus software fared very well. Others did not do well because they were not able to detect new virus. The problem is that they limit their comparison to a chosen few. What about those that are left out? How will they be given a chance?</span></p>
<p><span style="font-family:arial;"> Who says So?</span></p>
<p><span style="font-family:arial;"> There are also those who compare antivirus software based on what the company that made them has to say about their product. I don&#8217;t know if this is reliable enough. There are people who claim to have done something but if you ask them to do it they can&#8217;t. There are just too many people who tell lies this days. I don&#8217;t say that all of them are liars but who would know the difference between an honest company from a lying one. They all write pretty good things about their products. Who would say bad things about something they themselves made?</span></p>
<p><span style="font-family:arial;"> Who&#8217;s Initiative?</span></p>
<p><span style="font-family:arial;"> The initiative to compare antivirus software should come from people other that those who made it or have any vested interest about it. The objective of the comparison should be to help people in choosing the right antivirus and not to promote one. People would love to know the truth about antivirus. There are already so much antivirus out there. It&#8217;s already difficult to know all of them. Another product profile may turn buyers off. What people need is honest, comprehensive, fair and accurate comparison of antivirus software based on performance and ability to protect computers</span><a id="KonaLink1" target="undefined" class="kLink" style="text-decoration:underline!important;position:static;font-family:arial;" href="http://www.articlesbase.com/computers-articles/how-to-compare-antivirus-software-654187.html#"><span style="color:rgb(0,153,0)!important;font-family:Verdana,Arial,sans-serif;font-weight:400;font-size:13.3333px;position:static;"><span class="kLink" style="color:rgb(0,153,0)!important;font-weight:400;font-size:13.3333px;position:static;"></span></span></a><span style="font-family:arial;"> from virus attacks.</span></p>
<p><span style="font-family:arial;"> It may take a long time before anyone can compare antivirus software comprehensively. That would be very difficult to do considering that there are so much of these products in the market today. There are also many things to consider. A definite plan should be established first before the factual, realistic and unbiased way to compare antivirus software is realized.</span></p>
<div style="text-align:left;"><span style="font-family:arial;"><br /></span><span style="font-family:arial;"></span></div>
</div>
</div>
<p></span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/systemadmintools.wordpress.com/412/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/systemadmintools.wordpress.com/412/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/systemadmintools.wordpress.com/412/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/systemadmintools.wordpress.com/412/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/systemadmintools.wordpress.com/412/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/systemadmintools.wordpress.com/412/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/systemadmintools.wordpress.com/412/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/systemadmintools.wordpress.com/412/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/systemadmintools.wordpress.com/412/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/systemadmintools.wordpress.com/412/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/systemadmintools.wordpress.com/412/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/systemadmintools.wordpress.com/412/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/systemadmintools.wordpress.com/412/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/systemadmintools.wordpress.com/412/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=systemadmintools.wordpress.com&amp;blog=8457831&amp;post=412&amp;subd=systemadmintools&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://systemadmintools.wordpress.com/2009/07/01/how-to-compare-antivirus-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2e40c181469e96fb284d2065d0d856a8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aaatoxxx</media:title>
		</media:content>
	</item>
	</channel>
</rss>
