<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Analysis and Review &#187; Troubleshooting</title>
	<atom:link href="http://analysisandreview.com/category/troubleshooting/feed/" rel="self" type="application/rss+xml" />
	<link>http://analysisandreview.com</link>
	<description>Brain Dumps For All</description>
	<lastBuildDate>Thu, 26 Jan 2012 20:58:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to Filter Port and IP Range in Wireshark</title>
		<link>http://analysisandreview.com/troubleshooting/how-to-filter-port-and-ip-range-in-wireshark/</link>
		<comments>http://analysisandreview.com/troubleshooting/how-to-filter-port-and-ip-range-in-wireshark/#comments</comments>
		<pubDate>Thu, 09 Dec 2010 17:02:10 +0000</pubDate>
		<dc:creator>Kurt</dc:creator>
				<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[How to Filter Port and IP Range in Wireshark]]></category>
		<category><![CDATA[ip address]]></category>
		<category><![CDATA[packet capture]]></category>
		<category><![CDATA[range]]></category>
		<category><![CDATA[wireshark]]></category>

		<guid isPermaLink="false">http://analysisandreview.com/?p=786</guid>
		<description><![CDATA[Yesterday I was working in wireshark and got tired of sifting through the packet capture for the port and range of IP addresses in question. The built in filters in wireshark doesn&#8217;t list an example of this very much needed function that I know I&#8217;ll often need, so it&#8217;s posted here for future reference. http ]]></description>
			<content:encoded><![CDATA[<p>Yesterday I was working in wireshark and got tired of sifting through the packet capture for the port and range of IP addresses in question. The built in filters in wireshark doesn&#8217;t list an example of this very much needed function that I know I&#8217;ll often need, so it&#8217;s posted here for future reference.<span id="more-786"></span></p>
<p>http and (ip.addr &lt;= 10.80.211.142 and ip.addr &gt;= 10.80.211.140)</p>
<p>tcp.port == 80 and (ip.addr &lt;= 10.80.211.142 and ip.addr &gt;= 10.80.211.140)</p>
<p>The above will filter out all packets with an ip address between 10.80.211.140 and 142 with a TCP port of 80.</p>
]]></content:encoded>
			<wfw:commentRss>http://analysisandreview.com/troubleshooting/how-to-filter-port-and-ip-range-in-wireshark/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to obtain a IP address or block of IP addresses</title>
		<link>http://analysisandreview.com/troubleshooting/410how-to-obtain-a-ip-address-or-block-of-ip-addresses/</link>
		<comments>http://analysisandreview.com/troubleshooting/410how-to-obtain-a-ip-address-or-block-of-ip-addresses/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 21:16:22 +0000</pubDate>
		<dc:creator>Kurt</dc:creator>
				<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">http://analysisandreview.com/?p=410</guid>
		<description><![CDATA[There are many reasons a person or company will need their own IP address block. An individual could need a static IP for business purposes but may not want to purchase a static from the ISP cause they know it&#8217;s not &#8220;their IP&#8221; for keeps. If you get an IP address or block of IP ]]></description>
			<content:encoded><![CDATA[<p>There are many reasons a person or company will need their own IP address block. An individual could need a static IP for business purposes but may not want to purchase a static from<span id="more-410"></span> the ISP cause they know it&#8217;s not &#8220;their IP&#8221; for keeps. If you get an IP address or block of IP addresses assigned from <img class="alignright size-full wp-image-411" src="http://analysisandreview.com/wp-content/blogs.dir/5/files/uploads/2009/06/ip-address.jpg" alt="ip-address" width="250" height="251" />your Regional Internet Registry you can keep that IP as you move from ISP to ISP, it&#8217;s your IP address! Assignments of IPv4 address space are made to end-user organizations (your business or personal use) for running internal networks, and not for sub-delegation of those addresses outside their organization. This mean you can&#8217;t let anyone else use the IP addresses your Regional Internet Registry assigns to you, it&#8217;s your own IP address block.</p>
<p>If you have redundant connections to the internet via different internet service providers you will need to contact your Regional Internet Registry to obtain a range of IP addresses. You can then have single or multiple IP ranges broadcast by your ISP as your IP block thus providing you with a multihomed solution. When multihoming takes place you can have one IP address used with two interfaces or ISP connections. With the use of a routing protocol, most commonly BGP, the end-site (your ISP) announces your assigned IP address space to its upstream links. When one of the links fails, the protocol notices this on both sides and traffic is not sent over the failed interface / link any more. You must obtain your own public IP address range or block of IP addresses in order to take advantage of multihoming.</p>
<p>If you need your own IP addresses for your business or otherwise you&#8217;ll need to contact one of the five Regional Internet Registries, RIRs.</p>
<ul>
<li>American Registry for Internet Numbers (ARIN). The ARIN service region includes Canada, many Caribbean and North Atlantic islands, and the United States.</li>
<li> LACNIC&#8217;s geographical service area includes ARGENTINA, MEXICO, PERU, BRAZIL for a complete list please google LACNIC.</li>
<li> RIPE NCC&#8217;s geographical service area includes BULGARIA, FRANCE, GREECE, ITALY, for a complete list please google RIPE.</li>
<li> AfriNIC&#8217;s geographical service area includes ALGERIA, ETHIOPIA, LIBERIA, SUDAN for a complete list please google AfriNIC.</li>
<li> APNIC&#8217;s geographical service area includes AFGHANISTAN, AUSTRALIA, NEPAL, VIETNAM for a complete list please google APNIC.</li>
</ul>
<p>We will explore the process of &#8220;how to get your own IP address&#8221; with ARIN. While I haven&#8217;t ever tried the other RIRs I&#8217;m sure the process is similar for the other Regional Internet Registries.</p>
<p><strong>Step 1: Requirements</strong><br />
First thing you need to ask yourself is &#8220;do I meet the requirements necessary to obtain my own IP addresses&#8221;? This really isn&#8217;t hard to answer. If you truly plan to use the IP addresses it&#8217;s not hard to get them and keeping them is more of a reporting function that anything else. The four basic things you&#8217;ll have to do are:<br />
provide data showing efficient utilization of all previous assignments (unless you don&#8217;t have previous assignments)<br />
provide data demonstrating a 25% utilization rate of the requested block immediately upon assignment<br />
provide data demonstrating a 50% utilization rate of the requested block within one year<br />
provide verification your organization intends to multi-home using the requested block (a network diagram will suffice)</p>
<p><strong>Step 2: Submit Request</strong></p>
<p>The next two forms you&#8217;ll need to fill out to procure your IP address or IP addresses are the:</p>
<p><strong>POC</strong> https://www.arin.net/resources/templates/poc.txt this is to Register a Point of Contact (POC) record in ARIN&#8217;s database.<br />
<strong>Organization</strong> https://www.arin.net/resources/templates/org.txt this is to Register an Org ID in ARIN&#8217;s database.</p>
<p><strong>Step 3: Verification</strong><br />
Okay now ARIN has the data and will make sure it&#8217;s all filled out right. So don&#8217;t waste time here.. it&#8217;s a simple double and triple check of the form. Make sure its filled out right before you submit your request to get IP addresses.</p>
<p><strong>Step 4: Review Process</strong><br />
ARIN will respond to requests within two (2) business days. We may request additional information. For each question and response cycle, ARIN will respond within two (2) days. If you do not reply within ninety (90) days, the ticket will be closed. Just don&#8217;t get the forms wrong. Be sure to include all the needed information to obtain your IP addresses.</p>
<p><strong>Step 5: Officer Certification</strong><br />
Prior to approval, ARIN will send an e-mail with all data received on the request to an officer of the company for certification.</p>
<p><strong>Step 6: Request Approval</strong><br />
ARIN notifies the submitter of request approval, via e-mail. The approval is good for ninety (90) days. If your organization does not follow up on the approval within that time, you will need to resubmit your  request.</p>
<p><strong>Step 7: Fees &amp; Registration Services Agreement</strong><br />
ARIN charges a one-time registration fee for each resource assignment, based on the size of the assignment. Double check this data but last time I checked here was the going rate for Initial IP Allocation Space Assignment</p>
<table border="0" summary="IPv4 Initial Allocation and IPv4 Assignment Fee Summary">
<tbody>
<tr>
<th scope="col">Size Category</th>
<th width="150">Fee (US Dollars)</th>
<th scope="col"> Block Size</th>
</tr>
<tr>
<td>X-small</td>
<td width="150" align="right">$1,250</td>
<td align="right">smaller than  /20</td>
</tr>
<tr class="r1">
<td>Small</td>
<td width="150" align="right">$2,250</td>
<td align="right">/20 to   /19</td>
</tr>
<tr>
<td>Medium</td>
<td width="150" align="right">$4,500</td>
<td align="right">larger than    /19, up to and including   /16</td>
</tr>
<tr class="r1">
<td>Large</td>
<td width="150" align="right">$9,000</td>
<td align="right">larger than   /16, up to and including   /14</td>
</tr>
<tr>
<td>X-large</td>
<td width="150" align="right">$18,000</td>
<td align="right">larger than   /14</td>
</tr>
</tbody>
</table>
<p>For more details on this process please see ARINS website @ www.arin.net</p>
]]></content:encoded>
			<wfw:commentRss>http://analysisandreview.com/troubleshooting/410how-to-obtain-a-ip-address-or-block-of-ip-addresses/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>What process is listening on a port?</title>
		<link>http://analysisandreview.com/troubleshooting/what-process-is-listening-on-a-port/</link>
		<comments>http://analysisandreview.com/troubleshooting/what-process-is-listening-on-a-port/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 19:33:53 +0000</pubDate>
		<dc:creator>Kurt</dc:creator>
				<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">http://analysisandreview.com/?p=361</guid>
		<description><![CDATA[This article was written so one can figure out what process is listening on a port. I&#8217;m going to list how to find out what process is running on a windows port and how to find out what process is running on a unix or linux port. First lets look at the windows operating system ]]></description>
			<content:encoded><![CDATA[<p>This article was written so one can figure out what process is listening on a port. I&#8217;m going to list how to find out what process is running on a windows port and how to find out what process is running on a unix or linux port.<span id="more-361"></span></p>
<p>First lets look at the windows operating system and how to find out what process is using what port.</p>
<p>Open your command prompt and type in netstat -ano  this will list all processes ID and what port it is running or listening on. To open the command prompt click start -&gt; run -&gt; cmd and hit enter. This will open the command prompt. netstat -ano will output as seen below</p>
<div id="attachment_362" class="wp-caption alignnone" style="width: 503px"><a href="http://analysisandreview.com/wp-content/blogs.dir/5/files/uploads/2009/04/cmd.jpg"><img class="size-full wp-image-362" src="http://analysisandreview.com/wp-content/blogs.dir/5/files/uploads/2009/04/cmd.jpg" alt="Type netstat -ano to list processes running and the PID number" width="493" height="548" /></a><p class="wp-caption-text">Type netstat -ano to list processes running and the PID number</p></div>
<p>Find the port you&#8217;re inquiying about and take note of the PID. Now that you have the PID number (located to the left side of the command prompt) you can open up the task manager to tie that PID to a process / program.</p>
<p>Just hit control + alt + del then click task manager or you can right click the bottom task bar and select task manager from the list.  Once task manager is open you&#8217;ll need to tell it to display the PID. To do this open task manger and click -&gt; view -&gt; select columns -&gt; and select PID</p>
<p><a href="http://analysisandreview.com/wp-content/blogs.dir/5/files/uploads/2009/04/pid.jpg"><img class="alignnone size-full wp-image-363" src="http://analysisandreview.com/wp-content/blogs.dir/5/files/uploads/2009/04/pid.jpg" alt="" width="299" height="354" /></a></p>
<p>Now you can see the PID and the corresponding program / process associated with it.</p>
<p><a href="http://analysisandreview.com/wp-content/blogs.dir/5/files/uploads/2009/04/processes.jpg"><img class="alignnone size-full wp-image-364" src="http://analysisandreview.com/wp-content/blogs.dir/5/files/uploads/2009/04/processes.jpg" alt="" width="500" height="418" /></a></p>
<p>Finished with windows.. on to UNIX!</p>
<p>How to determine what process is listening on a port in Unix is so much easier.</p>
<p>Let&#8217;s say we want to find our what process is tied to port 53.</p>
<p>First, use the following command to find if the port is is use or not<br />
netstat -an | grep 53</p>
<p>#Then, use the following command to find which process is using the port<br />
fuser -n tcp 53<br />
This will return something like &#8217;53/tcp: 5006&#8242;.<br />
it shows pid.</p>
<p>After that, we can find the full process information.<br />
ps -ef | grep 9113</p>
<p>If you know shell you can use the below in a shell script to put all these step together</p>
<p>#!/bin/sh<br />
status=`netstat -an |grep $1`<br />
if [ "$status" == "" ]; then<br />
echo &#8220;port $1 is free&#8221;<br />
exit<br />
fi<br />
ps -ef |grep `fuser -n tcp $1`</p>
<p>Or if you&#8217;re running linux download lsof<br />
lsof -i :53</p>
<p>or</p>
<p>lsof -i :1226</p>
<p>Or you and use grep</p>
<p>lsof | grep [process name]</p>
]]></content:encoded>
			<wfw:commentRss>http://analysisandreview.com/troubleshooting/what-process-is-listening-on-a-port/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to recover files on your PC or MAC</title>
		<link>http://analysisandreview.com/troubleshooting/how-to-recover-files-on-your-pc-or-mac/</link>
		<comments>http://analysisandreview.com/troubleshooting/how-to-recover-files-on-your-pc-or-mac/#comments</comments>
		<pubDate>Thu, 26 Feb 2009 15:55:51 +0000</pubDate>
		<dc:creator>Kurt</dc:creator>
				<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">http://analysisandreview.com/?p=321</guid>
		<description><![CDATA[File recovery 101 for Windows. Before we start I just want you to know about this free online backup program from an icon in the backup industry. Mozy has been around and isn&#8217;t going anywhere so you can trust your online backup will be safe and sound and more importantly recoverable! Sign up for your ]]></description>
			<content:encoded><![CDATA[<p>File recovery 101 for Windows. <span id="more-321"></span></p>
<blockquote><p>Before we start I just want you to know about this free online backup program from an icon in the backup industry. <a title="Mozy online backup for file recovery" href="http://analysisandreview.com/2GB-Backup-FREE-with-Mozy" target="_blank">Mozy</a> has been around and isn&#8217;t going anywhere so you can trust your online backup will be safe and sound and more importantly recoverable! Sign up for your free life time memebership <a title="Sign up for free 2GB Storage" href="http://analysisandreview.com/2GB-Backup-FREE-with-Mozy" target="_blank">here</a>.</p></blockquote>
<p><a title="File recovery" href="http://www.recuva.com/" target="_blank">Recuva</a> &#8211; freeware file recovery that can&#8217;t be beat. I&#8217;ve used this several times already and it&#8217;s a great file recovery software. Works well and is easy to use. Intuitive user interface so you don&#8217;t need to be super geek to get your lost file back. Fairly high sucsess rate but not 100 percent. If you can&#8217;t find it with recuva I recommend File Recover from <a title="Recover lost files and documents" href="http://analysisandreview.com/PC-Tools-file-recovery" target="_blank">PC Tools</a>. PC Tools is a great option for file recovery with the main software you want to use being called <a title="Best file recovery software around" href="http://analysisandreview.com/PC-Tools-file-recovery" target="_blank">File Recover</a>.  PC Tools Software is a global leader developing products to protect the privacy, security, performance and stability of Windows computer users.</p>
<p>So lets get started with Recuva. Here is the main list of instructions on how to use recuva software. This information is spread across the recuva site but I figured it would help you guys if I pulled it all together into one document here. So after you download recuva you can come back here for instuctions.</p>
<p><strong>Before you start Recuva:</strong></p>
<p>Take these precautions to get the best results from Recuva:</p>
<ul>
<li>Quit any applications you&#8217;re not using and don&#8217;t need.</li>
<li>If you are trying to recover files from a media card, stop using that card immediately.</li>
</ul>
<p>Here&#8217;s the fastest way to get your files back:</p>
<ol>
<li>Start Recuva in Wizard mode. If the Wizard doesn&#8217;t appear, click the <strong>Options</strong> button, and then click <strong>Run Wizard</strong>.</li>
<li>On the <strong>Welcome to the Recuva Wizard</strong> page, click <strong>Next</strong>.</li>
<li>On the <strong>File Type</strong> page, select the type of files you want to recover, then click <strong>Next</strong>. If you&#8217;re not sure what type of files you&#8217;re looking for, select <strong>Other</strong>.</li>
<li>On the <strong>File Location</strong> page, select the location where you want to search, and then click <strong>Next</strong>.</li>
<li>On the <strong>Thank You</strong> page, click <strong>Start</strong>. Recuva displays the progress of the scan, and then shows its search results in the main window. If the file(s) you&#8217;re looking for aren&#8217;t in the list, see below.</li>
<li>Select the check boxes beside the file or files you want to restore. The color of the dot next to the file name indicates your chances for a successful recovery (green for excellent, orange for acceptable, and red for unlikely): <a href="http://analysisandreview.com/wp-content/blogs.dir/5/files/uploads/2009/02/recuva.png"><img class="alignnone size-full wp-image-322" src="http://analysisandreview.com/wp-content/blogs.dir/5/files/uploads/2009/02/recuva.png" alt="" width="225" height="51" /></a></li>
<li>Click <strong>Recover</strong>. Select a destination for the recovered files (ideally, on another drive). Click <strong>OK</strong>.</li>
</ol>
<p>If Step 5 did not locate the files you were seeking, close Recuva and run Steps 1 to 4 again. On the <strong>Thank You</strong> page, select <strong>Enable Deep Scan</strong> and then click <strong>Start</strong>. This advanced scan will take much longer (possibly hours).</p>
<h1 class="documentFirstHeading"><span> Quick Start: If you know the file names </span></h1>
<p class="documentDescription"><span> </span></p>
<p>You can speed up Recuva&#8217;s search and recovery if you know all or part of the name of the file you&#8217;re looking for:</p>
<ol>
<li>Start Recuva in Advanced mode. If the Wizard appears, select <strong>Do Not Show This Wizard on Startup</strong> and then click <strong>Cancel</strong>.</li>
<li>In Recuva&#8217;s main window, type all or part of the file name into the <strong>Filename or path</strong> box. Select the location you want to search from the drop-down box at left, and then click <strong>Scan</strong>.</li>
<li>Recuva displays the progress of the scan, and then shows its search results in the main window. If the file(s) you&#8217;re looking for aren&#8217;t in the list, see below.</li>
<li>Select the check boxes beside the file or files you want to restore. The color of the dot next to the file name indicates your chances for a successful recovery (green for excellent, orange for acceptable, and red for unlikely):</li>
<li>Click <strong>Recover</strong>. Select a destination for the recovered files (ideally, on another drive). Click <strong>OK</strong>.</li>
</ol>
<p>If Step 4 did not locate the files you were seeking, select <strong>Deep Scan</strong> in the <strong>Options</strong> dialog box on the <strong>Actions</strong> tab. Run Step 5 again. This advanced scan will take much longer (it can take hours).</p>
<h1 class="documentFirstHeading"><span> Issues after running Recuva </span></h1>
<p class="documentDescription"><span> </span></p>
<div>
<p><strong>1. You can&#8217;t find a specific file or document which was deleted from the Recycle Bin.</strong></p>
<p>If you placed the file in the Recycle Bin before deleting it, it may have been renamed by Windows operating system. In this case open the bin and sort sort by the last modified date or by the file size.</p>
<p><strong>2. You still can&#8217;t find a specific file or files.</strong></p>
<p>Try <a class="internal-link" title="The Deep Scan option (Wizard mode)" href="http://docs.piriform.com/recuva/using-recuva/wizard-mode/the-deep-scan-option">running a Deep Scan</a>, which may take several hours.</p>
<p><strong>3. You used Recuva to securely delete a file, but you can still see the file name in Windows Explorer (or other Windows programs).</strong></p>
<p>This is expected behavior. Recuva does not overwrite file names for securely deleted files &#8211; only their contents. If you try to open the file in its associated program, you&#8217;ll find it&#8217;s impossible. Once you securely delete a file, its contents are 100% unrecoverable.</p>
<p>Mac and Linux file recovery is possible for free too!</p>
<p><a title="MAC and Linux file recovery" href="http://www.cgsecurity.org/wiki/TestDisk_Download" target="_blank">TestDisk &amp; PhotoRec</a> from cgsecurity is free but please donate is you got the cash in paypal =)</p>
<p>Don&#8217;t be affraid of the terminal window or command prompt, the free, cross-platform command-line tool PhotoRec (original post) is a crack shot at recovering photos as well as virtually any other file type from your removable media or hard drives.</p>
<p><strong>Next time don&#8217;t loss your files! You can <a title="Online backup free" href="http://analysisandreview.com/2GB-Backup-FREE-with-Mozy" target="_blank">backup all your files for free</a> with MOZY online back up. Mozy as a company is strong and dependable and has been around the block for awhile now. <a title="Free online back up and unlimited pay for back up services" href="http://analysisandreview.com/2GB-Backup-FREE-with-Mozy" target="_blank">Check them out!</a></strong></div>
]]></content:encoded>
			<wfw:commentRss>http://analysisandreview.com/troubleshooting/how-to-recover-files-on-your-pc-or-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to make firefox 10 times faster</title>
		<link>http://analysisandreview.com/troubleshooting/how-to-make-firefox-10-times-faster/</link>
		<comments>http://analysisandreview.com/troubleshooting/how-to-make-firefox-10-times-faster/#comments</comments>
		<pubDate>Sat, 23 Feb 2008 03:44:56 +0000</pubDate>
		<dc:creator>Kurt</dc:creator>
				<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">http://analysisandreview.com/troubleshooting/how-to-make-firefox-10-times-faster/</guid>
		<description><![CDATA[We all know firefox is the fastest internet browser. Firefox is not only faster than netscape and Internet Explorer (IE) it is more secure and I have never had firefox lock up or crash on me. Now that firefox is installed we are going to make it 10 times faster by telling firefox it is ]]></description>
			<content:encoded><![CDATA[<p>We all know firefox is the fastest internet browser. Firefox is not only faster than netscape and Internet Explorer (IE) it is more secure and I have never had firefox lock up or crash on me.</p>
<p>Now that firefox is installed we are going to make it 10 times faster by telling firefox it is okay to open up multiple connects to the web site we are visiting. So it&#8217;s like having 10 browsers working for you to open one web page! This works especially well when uploading files (pictures, email attachments etc) to a websites like hotmail, yahoo mail and flickr etc.</p>
<p>Open firefox and in the address bar type: about:config</p>
<p><img src="http://analysisandreview.com/examine/firefox/about_config.jpg" alt="firefox faster" width="407" height="191" align="absmiddle" /></p>
<p>Now in the filter filled type in &#8220;network&#8221; or just search for network.http.pipelining &#8211; okay now change network.http.pipelining to true by clicking it. see photo below. This will allow pipelining and is step one in how to make firefox faster.</p>
<p><img src="http://analysisandreview.com/examine/firefox/networkhttppipelining.jpg" alt="firefox much faster" width="609" height="334" align="absmiddle" /></p>
<p>Normally Mozilla Firefox only sends one or two tunnels to the website you are visiting &#8211; Changing the following setting will allow 10 tunnels thus allowing you to view the site faster. This works good for large sites like youtube, yahoo, google, and I noticed my webmail is a lot faster to. Please don&#8217;t set it any higher than 10 because it will hurt small sites that can&#8217;t handle tons of request.</p>
<p><img src="http://analysisandreview.com/examine/firefox/networkhttppipeliningmaxrequests.jpg" alt="firefox 10 times faster" width="621" height="356" align="absmiddle" /></p>
<p>That&#8217;s all! wasn&#8217;t that easy! that&#8217;s how to make firefox faster! well what we really did was allow firefox to pipeline multiple connections to websites thus using more of your bandwidth and the site which you are connecting to so keep maxpipeline set to 10.. anything higher is bad mojo.</p>
<p>If you use a proxy server then you can also change the following setting to allow pipelining to a proxy. Firefox faster with a proxy!</p>
<p><img src="http://analysisandreview.com/examine/firefox/networkhttpproxypipelining.jpg" alt="firefox proxy faster" width="601" height="335" align="absmiddle" /></p>
<p>Now what are you waiting for? Download firefox now! The download is from google and includes firefox and the google tool bar.</p>
]]></content:encoded>
			<wfw:commentRss>http://analysisandreview.com/troubleshooting/how-to-make-firefox-10-times-faster/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Slow internet connection bogging you down?</title>
		<link>http://analysisandreview.com/troubleshooting/slow-internet-connection-bogging-you-down/</link>
		<comments>http://analysisandreview.com/troubleshooting/slow-internet-connection-bogging-you-down/#comments</comments>
		<pubDate>Sat, 09 Feb 2008 05:28:29 +0000</pubDate>
		<dc:creator>Kurt</dc:creator>
				<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">http://analysisandreview.com/computer-hardware/slow-internet-connection-bogging-you-down/12</guid>
		<description><![CDATA[A lot of factors can play into a slow internet connection but here are some things you need to check which you may have forgotten. Make sure you don&#8217;t have a load of programs running in the background, particularly ones that use an Internet connection. P2P programs like Limewire and Kazaa often cause extreme bogging ]]></description>
			<content:encoded><![CDATA[<p>A lot of factors can play into a slow internet connection but here are some things you need to check which you may have forgotten.</p>
<p></p>
<p>Make sure you don&#8217;t have a load of programs running in the background, particularly ones that use an Internet connection. P2P programs like Limewire and Kazaa often cause extreme bogging and slowness. Right click you task bar and choose task manager &#8211; here look at your performance and research each item listed under the processes tab on google killing anything you are advised to kill via the search engine. If you are unsure then leave it alone.<span id="more-12"></span></p>
<p>Delete any temporary Internet files and perhaps increase the cache sizes. Also you could try firefox I think it&#8217;s faster!</p>
<p>Purchase and/or re-seat another cat5 cable and try that out. Bad connections will cause slow connection speed.</p>
<p>Run a tracert to several websites to determine the latency &#8211; you will find the latency to be different between different sites etc you can use this to judge where the bogging it taking place.  &#8211; click start &#8211; run &#8211; type CMD &#8211; then type at the command prompt &#8220;tracert yahoo.com&#8221; and hit enter.. no quotes of course.</p>
<p>Last but not lease check the duplex and speed setting of your PC. If you are connected to a hub you need to set it to half duplex 10 mpbs &#8211; you are connected to a switch or modem you want full duplex 100 mbps</p>
<p>Here is how you check -</p>
<ol>
<li><em>Click</em>on the <strong>Start</strong>button.</li>
</ol>
<ol start="2">
<li><em>Right Click</em>on <strong>My Computer</strong>.</li>
</ol>
<ol start="3">
<li><em>Click</em>on <strong>Properties</strong>.</li>
</ol>
<ol start="3">
<li><em>Click</em>on the <strong>Hardware</strong>tab.</li>
</ol>
<ol start="5">
<li>Then <em>Click</em>on the <strong>Device Manager</strong>button.</li>
</ol>
<ol start="6">
<li><em>Click</em>on the <strong>Plus sign</strong>next to <strong>Network Adapters</strong>.</li>
</ol>
<ol start="7">
<li><em>Right Click</em>on your <strong>ethernet card</strong>. Then <em>Click</em>on <strong>Properties</strong>.</li>
<li><em>Click</em>on the <strong>Advanced</strong> tab &#8211; if you don&#8217;t have one then you are SOL</li>
<li>In the advanced panel there will be a list of settings look for something like <strong>connection type</strong>, <strong>line speed</strong>, or <strong>duplex mode</strong>. Remember that you&#8217;re trying to change the speed setting to <strong>100 mbps and full duplex</strong></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://analysisandreview.com/troubleshooting/slow-internet-connection-bogging-you-down/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

