
<?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>CiscoRefurb</title>
	<atom:link href="http://www.ciscorefurb.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ciscorefurb.com</link>
	<description>All your cisco refurb products in one convenient location.</description>
	<lastBuildDate>Thu, 26 Apr 2012 14:34:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=7388</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Are your PC group policies not being applied correctly?</title>
		<link>http://www.ciscorefurb.com/are-your-pc-group-policies-not-being-applied-correctly</link>
		<comments>http://www.ciscorefurb.com/are-your-pc-group-policies-not-being-applied-correctly#comments</comments>
		<pubDate>Thu, 26 Apr 2012 14:34:56 +0000</pubDate>
		<dc:creator>Cisco Refurb</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.ciscorefurb.com/?p=225</guid>
		<description><![CDATA[When Group Policy objects don&#8217;t apply on a PC that running Gigabit network adapters &#8211; theres a problem! If you receive &#8220;Event ID: 1054 – Windows cannot obtain the domain controller name for your computer network&#8221; and &#8220;Event ID: 1000 – Could not execute the following script&#8221; then this can be caused by a Window based [...]]]></description>
			<content:encoded><![CDATA[<p>When Group Policy objects don&#8217;t apply on a PC that running Gigabit network adapters &#8211; theres a problem! If you receive &#8220;Event ID: 1054 – Windows cannot obtain the domain controller name for your computer network&#8221; and &#8220;Event ID: 1000 – Could not execute the following script&#8221; then this can be caused by a Window based computer with a Gigabit NIC.</p>
<p>When you see those errors, here is what&#8217;s really happening &#8220;behind the scenes&#8221;. Basically the link status of the NIC fluctuates as the driver initializes, and the NIC then negotiates a link with the network. However before the link is negotiated, the group policy application stack executes and subsequently fails because there is not a valid link.  A workaround is to disable media sensing!</p>
<p>To prevent your network adapter from detecting the link state:</p>
<p>1. Open Registry Editor (Regedt32.exe)</p>
<p>2. Go to the following key in the registry:</p>
<p>HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Tcpip\Parameters</p>
<p>3. Add the following registry value:</p>
<p>Value Name: DisableDHCPMediaSense</p>
<p>Data Type: REG_DWORD -Boolean</p>
<p>Value: 1 (True/disabled)</p>
<p>And you&#8217;re done! That should be all you need to solve the problem so you won&#8217;t have the same issue popping up on you again to deal with later!</p>
<p>Written By: &#8216;Grandpa Grumps&#8217; @ Halski Systems, Gainesville GA</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ciscorefurb.com/are-your-pc-group-policies-not-being-applied-correctly/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Do your apps eat up your smartphone battery?</title>
		<link>http://www.ciscorefurb.com/do-your-apps-eat-up-your-smartphone-battery</link>
		<comments>http://www.ciscorefurb.com/do-your-apps-eat-up-your-smartphone-battery#comments</comments>
		<pubDate>Thu, 29 Mar 2012 15:01:04 +0000</pubDate>
		<dc:creator>Cisco Refurb</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.ciscorefurb.com/?p=223</guid>
		<description><![CDATA[Are you struggling to make your smartphone battery last for an entire day? Paying for your apps might help. Up to 75% of the energy used by free versions of Android apps is spent sending ads or tracking and uploading user data. Therefore running just one app could drain your battery in around 90 minutes! [...]]]></description>
			<content:encoded><![CDATA[<p>Are you struggling to make your smartphone battery last for an entire day? Paying for your apps might help. Up to 75% of the <a href="https://mail2.halski.com/owa/redir.aspx?C=dff2caf6bd32491f9dc1e363ea3fcdb4&amp;URL=http%3a%2f%2fresearch.microsoft.com%2fen-us%2fpeople%2fmzh%2feurosys-2012.pdf">energy used by free versions of Android apps</a> is spent sending ads or tracking and uploading user data. Therefore running just one app could drain your battery in around 90 minutes!</p>
<p><a href="https://mail2.halski.com/owa/redir.aspx?C=dff2caf6bd32491f9dc1e363ea3fcdb4&amp;URL=http%3a%2f%2fweb.ics.purdue.edu%2f%7epathaka%2f">Abhinav Pathak</a>, a computer scientist at Purdue University, Indiana, and colleagues made the discovery after developing software to analyze an apps&#8217; energy usage. When they looked at popular apps such as Angry Birds, Free Chess, and NYTimes they found that only 10 to 30% of the energy was spent powering the app&#8217;s core function.</p>
<p>For example, in Angry Birds only 20% is used to display and run the game, while a whopping 45% is spent finding and uploading the user&#8217;s location with GPS then downloading location-appropriate ads over a 3G connection. The 3G connection stays open for around 10 seconds, even if data transmission is complete, and this &#8220;tail energy&#8221; consumes another 28% of the app&#8217;s energy. Pathak blames the energy leakage on inefficiencies in the third-party code that developers use to generate profit on free apps. He will present the research at the EuroSys conference in Bern, Switzerland, next month.</p>
<p>Written by: &#8216;trout fishermen&#8217; @ Halski Systems, Gainesville GA</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ciscorefurb.com/do-your-apps-eat-up-your-smartphone-battery/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Testing 911 with VOIP</title>
		<link>http://www.ciscorefurb.com/testing-911-with-voip</link>
		<comments>http://www.ciscorefurb.com/testing-911-with-voip#comments</comments>
		<pubDate>Wed, 21 Mar 2012 14:05:46 +0000</pubDate>
		<dc:creator>Cisco Refurb</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.ciscorefurb.com/?p=221</guid>
		<description><![CDATA[An important step when setting up a VOIP is testing emergency service numbers.  The ramifications of a misconfigured system during an emergency could be unthinkable.  But how does one test 911 without summoning the police, or tying up a line that might be needed for a true emergency? The first step is finding your local [...]]]></description>
			<content:encoded><![CDATA[<p>An important step when setting up a VOIP is testing emergency service numbers.  The ramifications of a misconfigured system during an emergency could be unthinkable.  But how does one test 911 without summoning the police, or tying up a line that might be needed for a true emergency?</p>
<p>The first step is finding your local Public Safety Answering Point (PSAP).</p>
<p><a href="https://mail2.halski.com/owa/redir.aspx?C=9b26a88be8454e4b95461ce968311a87&amp;URL=http%3a%2f%2ftransition.fcc.gov%2fpshs%2fservices%2f911-services%2fenhanced911%2fpsapregistry.html">http://transition.fcc.gov/pshs/services/911-services/enhanced911/psapregistry.html</a></p>
<p>These sites will have a non-emergency number that you can call to let them know that you intend to test your system.  If they are too busy at the moment, they can recommend a time of day to plan for a test call.</p>
<p>When you do call 911 (deliberately or accidently) DO NOT hang up; the police will always respond to a dropped 911 call.  Annoyed police officers may also give citations to businesses that accidently and repeatedly call 911…</p>
<p>Be safe!</p>
<p>Written By: “Splashypants” @ Halski Systems in Gainesville, GA</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ciscorefurb.com/testing-911-with-voip/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Cisco Aironet 1131AG &#8211; wireless access point</title>
		<link>http://www.ciscorefurb.com/cisco-aironet-1131ag-wireless-access-point</link>
		<comments>http://www.ciscorefurb.com/cisco-aironet-1131ag-wireless-access-point#comments</comments>
		<pubDate>Tue, 21 Feb 2012 14:32:10 +0000</pubDate>
		<dc:creator>Cisco Refurb</dc:creator>
				<category><![CDATA[Wireless Network Access Point]]></category>

		<guid isPermaLink="false">http://www.ciscorefurb.com/?p=217</guid>
		<description><![CDATA[Cisco Aironet 1130AG Series IEEE 802.11a/b/g access points provide high-capacity, high-security, enterprise-class features in an unobtrusive, office-class design, delivering WLAN access with the lowest total cost of ownership. With high-performing dual IEEE 802.11a and 802.11g radios, the Cisco Aironet 1130AG Series provides a combined capacity of up to 108 Mbps to meet the needs of [...]]]></description>
			<content:encoded><![CDATA[<p>Cisco Aironet 1130AG Series IEEE 802.11a/b/g access points provide high-capacity, high-security, enterprise-class features in an unobtrusive, office-class design, delivering WLAN access with the lowest total cost of ownership. With high-performing dual IEEE 802.11a and 802.11g radios, the Cisco Aironet 1130AG Series provides a combined capacity of up to 108 Mbps to meet the needs of growing WLANs. Hardware-assisted Advanced Encryption Standard (AES) or temporal key integrity protocol (TKIP) encryption provides uncompromised support for interoperable IEEE 802.11i, Wi-Fi Protected Access 2 (WPA2) or WPA security. The Cisco Aironet 1130AG Series uses radio and network management features for simplified deployment, along with built-in omnidirectional antennas that provide robust and predictable WLAN coverage for offices and similar RF environments. The competitively priced Cisco Aironet 1130AG Series is ready to install and easy to manage, reducing the cost of deployment and ongoing maintenance. The Cisco Aironet 1130AG Series is available in two versions: unified or autonomous. Unified access points operate with the Lightweight Access Point Protocol (LWAPP) and work in conjunction with Cisco wireless LAN controllers and the Cisco Wireless Control System (WCS). When configured with LWAPP, the Cisco Aironet 1130AG Series can automatically detect the best-available Cisco wireless LAN controller and download appropriate policies and configuration information with no manual intervention. Autonomous access points are based on Cisco IOS Software and may optionally operate with the CiscoWorks Wireless LAN Solution Engine (WLSE). Autonomous access points, along with the CiscoWorks WLSE, deliver a core set of features and may be field-upgraded to take advantage of the full benefits of the Cisco Unified Wireless Network as requirements evolve. The Cisco Aironet 1130AG Series delivers optimal value for offices and similar environments. Built-in antennas provide omnidirectional coverage specifically designed for today&#8217;s open workspaces. A multipurpose mounting bracket easily secures Cisco Aironet 1130AG Series access points to ceilings and walls. With an unobtrusive design, Cisco Aironet 1130AG Series access points are aesthetically pleasing and blend into their environments. For maximum concealment, the access point may be placed above ceilings or suspended ceilings. The UL 2043 rating of the Cisco Aironet 1130AG Series allows the access point to be placed above ceilings in plenum areas regulated by municipal fire codes. Offered at a competitive price, and optimized for easy installation and operation, the Cisco Aironet 1130AG Series helps organizations attain a lower total cost of ownership.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ciscorefurb.com/cisco-aironet-1131ag-wireless-access-point/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cisco ASA 5510 Security Plus Firewall Edition &#8211; security appliance</title>
		<link>http://www.ciscorefurb.com/cisco-asa-5510-security-plus-firewall-edition-security-appliance</link>
		<comments>http://www.ciscorefurb.com/cisco-asa-5510-security-plus-firewall-edition-security-appliance#comments</comments>
		<pubDate>Tue, 21 Feb 2012 14:20:17 +0000</pubDate>
		<dc:creator>Cisco Refurb</dc:creator>
				<category><![CDATA[Security Appliances and Firewalls]]></category>

		<guid isPermaLink="false">http://www.ciscorefurb.com/?p=212</guid>
		<description><![CDATA[The Cisco ASA 5510 Adaptive Security Appliance delivers a wealth of advanced security and networking services for small-to-medium businesses and enterprise remote/branch offices in an easy-to-deploy, cost-effective appliance. These services can be easily managed and monitored by the integrated, Web-based management application, Cisco Adaptive Security Device Manager, thus reducing the overall deployment and operations costs [...]]]></description>
			<content:encoded><![CDATA[<p>The Cisco ASA 5510 Adaptive Security Appliance delivers a wealth of advanced security and networking services for small-to-medium businesses and enterprise remote/branch offices in an easy-to-deploy, cost-effective appliance. These services can be easily managed and monitored by the integrated, Web-based management application, Cisco Adaptive Security Device Manager, thus reducing the overall deployment and operations costs associated with providing this high level of security. The Cisco ASA 5510 Adaptive Security Appliance provides high performance firewall and VPN services, three integrated 10/100 Fast Ethernet interfaces, and optional high-performance intrusion prevention and anti-x services via a Security Services Module making it an excellent choice for businesses requiring a cost-effective, extensible, DMZ-enabled security solution. As business needs grow, the Cisco ASA 5510 Adaptive Security Appliance can also scale to higher interface density and integrate into switched network environments through VLAN support by installing a Security Plus upgrade license. Furthermore, this upgrade license maximizes business continuity by enabling Active/Standby high availability services and expands VPN capacity by supporting a greater number of concurrent VPN connections for mobile users, remote sites, and business partners.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ciscorefurb.com/cisco-asa-5510-security-plus-firewall-edition-security-appliance/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cisco ASA 5505 Firewall Edition Bundle &#8211; security appliance</title>
		<link>http://www.ciscorefurb.com/cisco-asa-5505-firewall-edition-bundle-security-appliance</link>
		<comments>http://www.ciscorefurb.com/cisco-asa-5505-firewall-edition-bundle-security-appliance#comments</comments>
		<pubDate>Tue, 21 Feb 2012 14:17:01 +0000</pubDate>
		<dc:creator>Cisco Refurb</dc:creator>
				<category><![CDATA[Security Appliances and Firewalls]]></category>

		<guid isPermaLink="false">http://www.ciscorefurb.com/?p=209</guid>
		<description><![CDATA[Cisco ASA 5500 Series adaptive security appliances are purpose-built solutions that combine best-of-breed security and VPN services with the innovative Cisco Adaptive Identification and Mitigation (AIM) architecture. Designed as a core component of the Cisco Self-Defending Network, the Cisco ASA 5500 Series provides proactive threat defense that stops attacks before they spread through the network, [...]]]></description>
			<content:encoded><![CDATA[<p>Cisco ASA 5500 Series adaptive security appliances are purpose-built solutions that combine best-of-breed security and VPN services with the innovative Cisco Adaptive Identification and Mitigation (AIM) architecture. Designed as a core component of the Cisco Self-Defending Network, the Cisco ASA 5500 Series provides proactive threat defense that stops attacks before they spread through the network, controls network activity and application traffic, and delivers flexible VPN connectivity. The result is a powerful multifunction network security appliance family that provides the security breadth and depth for protecting home office, branch office, small and medium-sized business, and enterprise networks while reducing the overall deployment and operations costs and complexities associated with providing this new level of security.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ciscorefurb.com/cisco-asa-5505-firewall-edition-bundle-security-appliance/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Group policy not applying?</title>
		<link>http://www.ciscorefurb.com/group-policy-not-applying</link>
		<comments>http://www.ciscorefurb.com/group-policy-not-applying#comments</comments>
		<pubDate>Mon, 20 Feb 2012 17:40:22 +0000</pubDate>
		<dc:creator>Cisco Refurb</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.ciscorefurb.com/?p=199</guid>
		<description><![CDATA[You ever have issues with your &#8216;Group Policy Objects&#8217; not being applied on PC that&#8217;s running Gigabit network adapters? I may be able to help! First of all you need to know how to detect it to know if this will solve your problem or not. If you receive the following errors &#8220;Event ID: 1054 [...]]]></description>
			<content:encoded><![CDATA[<p>You ever have issues with your &#8216;Group Policy Objects&#8217; not being applied on PC that&#8217;s running Gigabit network adapters? I may be able to help!</p>
<p>First of all you need to know how to detect it to know if this will solve your problem or not. If you receive the following errors &#8220;Event ID: 1054 – Windows cannot obtain the domain controller name for your computer network….&#8221; and/or &#8221;Event ID: 1000 – Could not execute the following script…&#8221; then this information may be helpful to you!</p>
<p>Those errors are usually caused by Windows based computers with a Gigabit NIC. What&#8217;s happening is basically the link status of the NIC fluctuates as the driver initializes and the NIC negotiates a link with the network. Before the link is negotiated the group policy application stack executes and fails because there is not a valid link.  To work around this you need to disable the media sensing.</p>
<p>To prevent your network adapter from detecting the link state:</p>
<p>1. Open Registry Editor (Regedt32.exe).</p>
<p>2. Go to the following key in the registry:</p>
<p>HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Tcpip\Parameters</p>
<p>3. Add the following registry value:</p>
<p>Value Name: DisableDHCPMediaSense</p>
<p>Data Type: REG_DWORD -Boolean</p>
<p>Value: 1 (True/disabled)</p>
<p>That should correct the issue right away for you!</p>
<p>Written by: &#8216;Grandpa Grumps&#8217; @ Halski Systems in Gainesville, GA</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ciscorefurb.com/group-policy-not-applying/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>NumLock at Logon Prompt for Windows XP</title>
		<link>http://www.ciscorefurb.com/numlock-at-logon-prompt-for-windows-xp</link>
		<comments>http://www.ciscorefurb.com/numlock-at-logon-prompt-for-windows-xp#comments</comments>
		<pubDate>Fri, 17 Feb 2012 20:20:21 +0000</pubDate>
		<dc:creator>Cisco Refurb</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.ciscorefurb.com/?p=192</guid>
		<description><![CDATA[There are multiple user issues that are present to IT personnel on a daily basis when working in an enterprise environment. Sometimes the smallest issues will slow down production and cause delay in work flows. One such issue is the numlock key not being enabled through Windows XP at the logon prompt. Once a user [...]]]></description>
			<content:encoded><![CDATA[<p>There are multiple user issues that are present to IT personnel on a daily basis when working in an enterprise environment. Sometimes the smallest issues will slow down production and cause delay in work flows.</p>
<p>One such issue is the numlock key not being enabled through Windows XP at the logon prompt. Once a user logs into Windows, and they turn on their numeric pad, this writes a value to the registry through the HKEY_CurrentUser string. However before a user logs on to Windows the numeric pad is disabled by default.</p>
<p>To change this on a computer that has multiple users that log on to the machine throughout the day is to access the Registry Editor and edit “HKEY_USERS\.DEFAULT\Control Panel\Keyboard\InitialKeyboardIndicators” from 0 to 2. This will allow the user to use the numeric pad to enter numbers that are in their username and/or passwords.</p>
<p>If multiple machines need this change it would be beneficial to add this change to the company’s Default Domain Group Policy.</p>
<p>Written By: “JFlan” @ Halski Systems in Gainesville, GA</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ciscorefurb.com/numlock-at-logon-prompt-for-windows-xp/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2011 Rotary of Gainesville</title>
		<link>http://www.ciscorefurb.com/2011-rotary-of-gainesville</link>
		<comments>http://www.ciscorefurb.com/2011-rotary-of-gainesville#comments</comments>
		<pubDate>Tue, 10 Jan 2012 16:39:26 +0000</pubDate>
		<dc:creator>Cisco Refurb</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.ciscorefurb.com/?p=186</guid>
		<description><![CDATA[Halski participated in the Gainesville Rotary for the first time in 2011, and so excited to see how many great things they accomplished! We are looking forward to another great year with them in 2012! http://www.clubrunner.ca/Portal/Home.aspx?accountid=3145]]></description>
			<content:encoded><![CDATA[<p>Halski participated in the Gainesville Rotary for the first time in 2011, and so excited to see how many great things they accomplished! We are looking forward to another great year with them in 2012!</p>
<p><img src="webkit-fake-url://8A5D9EA8-BDAE-41A0-9C2C-39D3041DF9D3/image.tiff" alt="" /></p>
<p><a class="alignleft" title="Gainesville GA Rotary" href="http://www.clubrunner.ca/Portal/Home.aspx?accountid=3145" target="_blank">http://www.clubrunner.ca/Portal/Home.aspx?accountid=3145</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ciscorefurb.com/2011-rotary-of-gainesville/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NEWS: Microsoft will do a &#8220;silent&#8221; update for Internet Explorer</title>
		<link>http://www.ciscorefurb.com/news-microsoft-will-do-a-silent-update-for-internet-explorer</link>
		<comments>http://www.ciscorefurb.com/news-microsoft-will-do-a-silent-update-for-internet-explorer#comments</comments>
		<pubDate>Fri, 06 Jan 2012 21:47:09 +0000</pubDate>
		<dc:creator>Cisco Refurb</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.ciscorefurb.com/?p=184</guid>
		<description><![CDATA[“Microsoft announced that in 2012 Internet Explorer will be updated &#8220;silently&#8221; to its newest possible version. This new silent update will eliminate the pop-up window that currently allows users to opt-out or postpone the update&#8230;” This is a good reason why you should have your Windows Server Update Services in an environment where you are tied [...]]]></description>
			<content:encoded><![CDATA[<p>“Microsoft announced that in 2012 Internet Explorer will be updated &#8220;silently&#8221; to its newest possible version. This new silent update will eliminate the pop-up window that currently allows users to opt-out or postpone the update&#8230;”</p>
<p>This is a good reason why you should have your Windows Server Update Services in an environment where you are tied to a particular version of Internet Explorer for compatibility reasons!</p>
<p>For more information on the update, go to: <a href="http://www.net-security.org/secworld.php?id=12114">http://www.net-security.org/secworld.php?id=12114</a></p>
<p>Written/Submitted by: &#8220;CO&#8221; @ Halski Systems in Gainesville, GA</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ciscorefurb.com/news-microsoft-will-do-a-silent-update-for-internet-explorer/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

