<?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>Walker News &#187; Howto</title>
	<atom:link href="http://www.walkernews.net/tag/howto/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.walkernews.net</link>
	<description>A capsule of walker's experience in life...</description>
	<lastBuildDate>Sun, 29 Jan 2012 16:29:08 +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>Activate Facebook Timeline</title>
		<link>http://www.walkernews.net/2012/01/30/activate-facebook-timeline/</link>
		<comments>http://www.walkernews.net/2012/01/30/activate-facebook-timeline/#comments</comments>
		<pubDate>Sun, 29 Jan 2012 16:29:08 +0000</pubDate>
		<dc:creator>Walker</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Howto]]></category>

		<guid isPermaLink="false">http://www.walkernews.net/?p=8392</guid>
		<description><![CDATA[How to activate Facebook Timeline for your profile?]]></description>
			<content:encoded><![CDATA[Facebook Timeline has been around quite some time, but activation isn&#8217;t automatically pushed to all user profiles.<br />
<span id="more-8392"></span><br />
If you have no idea what is that, go watch the video and sample page on <a href="https://www.facebook.com/about/timeline" target="_blank">Introducing Timeline</a>, and if you buy the idea, there is a green button called &#8220;Get Timeline&#8221; (bottom-right). So, just click it to activate Facebook Timeline on your profile.<br />
<br /><img src="http://www.walkernews.net/wp-content/uploads/2012/01/FB-Timeline.jpg" alt="How to get Facebook Timeline feature for your profile?" title="How to get Facebook Timeline feature for your profile?" width="500" height="262" class="size-full wp-image-8395" /><br />
<br />After activation, you&#8217;ll see a new presentation for your FB profile. To me, the cover photo feature is simply eye-catching! Besides, it&#8217;s darn easy to tell (the world) what I&#8217;ve done in this month of last year via timeline next to cover photo, sharing apps activities like what music am listening to (a similar feature exists in <a href="http://www.walkernews.net/2010/08/15/how-to-get-windows-live-messenger-in-windows-7-to-display-music-playing-on-windows-media-player/" title="How To Get Windows Live Messenger In Windows 7 To Display Music Playing on Windows Media Player?" rel="bookmark">Windows Live Messenger/MSN</a>).<br />
<br />Want to have it now? Go <a href="https://www.facebook.com/help/?faq=236285906419131#How-do-I-get-timeline?" title="Activate FB Timeline" target="_blank">get it</a>!<br />
<ul class="related_post"><li><a href="http://www.walkernews.net/2012/01/13/how-to-find-new-facebook-personalized-upload-email-address/" title="How To Find New Facebook Personalized Upload Email Address?">How To Find New Facebook Personalized Upload Email Address?</a></li><li><a href="http://www.walkernews.net/2011/07/17/video-guide-how-to-embed-facebook-video-on-your-website/" title="Video Guide: How To Embed Facebook Video On Your Website?">Video Guide: How To Embed Facebook Video On Your Website?</a></li><li><a href="http://www.walkernews.net/2011/07/15/how-to-enable-facebook-video-chat-feature/" title="How To Enable Facebook Video Chat Feature?">How To Enable Facebook Video Chat Feature?</a></li><li><a href="http://www.walkernews.net/2011/06/02/how-to-embed-facebook-video-of-friends-on-any-websites/" title="How To Embed Facebook Video Of Friends On Any Websites?">How To Embed Facebook Video Of Friends On Any Websites?</a></li><li><a href="http://www.walkernews.net/2011/05/21/how-to-protect-facebook-profile-from-clickjacking/" title="How To Protect Facebook Profile From Clickjacking?">How To Protect Facebook Profile From Clickjacking?</a></li><li><a href="http://www.walkernews.net/2011/05/08/how-to-disable-facebook-recent-activity/" title="How To Disable Facebook Recent Activity?">How To Disable Facebook Recent Activity?</a></li><li><a href="http://www.walkernews.net/2011/03/28/how-to-claim-facebook-email-address/" title="How To Claim Facebook Email Address?">How To Claim Facebook Email Address?</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.walkernews.net/2012/01/30/activate-facebook-timeline/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Check DB2 Table Size?</title>
		<link>http://www.walkernews.net/2012/01/16/how-to-check-db2-table-size/</link>
		<comments>http://www.walkernews.net/2012/01/16/how-to-check-db2-table-size/#comments</comments>
		<pubDate>Sun, 15 Jan 2012 17:32:07 +0000</pubDate>
		<dc:creator>Walker</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[DB2]]></category>
		<category><![CDATA[Howto]]></category>

		<guid isPermaLink="false">http://www.walkernews.net/?p=8376</guid>
		<description><![CDATA[The SQL statement used to find out total physical disk space used by a table, i.e. table size in IBM DB2 v9.x database system.]]></description>
			<content:encoded><![CDATA[For IBM DB2 v9.x users who would like to find out the total physical disk space used by a table, you can get the estimated table size from SysIbmAdm.AdminTabInfo administrative view.<br />
<span id="more-8376"></span><br />
Besides, DBA can also retrieve logical size of table from AdminTabInfo. For detail information, please refer to <a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/topic/com.ibm.db2.luw.sql.rtn.doc/doc/r0052897.html" target="_blank">IBM DB2 9.7 LUW official guide</a>. <br />
<blockquote>
This guide is tested on both DB2 9.7 and DB2 9.1 installed on Redhat Enterprise Linux 5.7.
</blockquote>
<br />For example, the following SQL SELECT statement is used to display physical size of each table in a database, sorted in ascending order (run it at Linux/Windows command prompt as DB2 CLI command):<br />
<pre>
db2 "SELECT SUBSTR(TabSchema,1,15), SUBSTR(TabName,1,15), TabType, (Data_Object_P_Size + Index_Object_P_Size + Long_Object_P_Size + Lob_Object_P_Size + Xml_Object_P_Size) as Total_P_Size FROM SysIbmAdm.AdminTabInfo ORDER BY Total_P_Size"
</pre>
<br />If you only interested in checking table size of particular table or schema, just use WHERE clause to get specific result.<br />
<ul class="related_post"><li><a href="http://www.walkernews.net/2011/06/06/how-to-check-db2-edition-and-fix-pack-level-on-linux/" title="How To Check DB2 Edition and Fix Pack Level On Linux?">How To Check DB2 Edition and Fix Pack Level On Linux?</a></li><li><a href="http://www.walkernews.net/2011/05/11/how-to-check-db2-das-fix-pack-level/" title="How To Check DB2 DAS Fix Pack Level?">How To Check DB2 DAS Fix Pack Level?</a></li><li><a href="http://www.walkernews.net/2011/05/10/how-to-check-db2-fix-pack-install-date/" title="How To Check DB2 Fix Pack Install Date?">How To Check DB2 Fix Pack Install Date?</a></li><li><a href="http://www.walkernews.net/2010/06/03/how-to-fix-db2-buffer-pool-size-problem/" title="How To Fix DB2 Buffer Pool Size Problem?">How To Fix DB2 Buffer Pool Size Problem?</a></li><li><a href="http://www.walkernews.net/2009/12/27/uses-sql-to-check-db2-edition-and-version-number/" title="Uses SQL To Check DB2 Edition And Version Number">Uses SQL To Check DB2 Edition And Version Number</a></li><li><a href="http://www.walkernews.net/2009/12/26/how-to-check-db2-instance-name-in-used/" title="How To Check DB2 Instance Name In Used? ">How To Check DB2 Instance Name In Used? </a></li><li><a href="http://www.walkernews.net/2009/12/25/how-to-check-which-db2-edition-and-fixpak-level-is-installed/" title="How To Check Which DB2 Edition And FixPak Level Is Installed?">How To Check Which DB2 Edition And FixPak Level Is Installed?</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.walkernews.net/2012/01/16/how-to-check-db2-table-size/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Hard Reset Android Tablets?</title>
		<link>http://www.walkernews.net/2012/01/16/how-to-hard-reset-android-tablets/</link>
		<comments>http://www.walkernews.net/2012/01/16/how-to-hard-reset-android-tablets/#comments</comments>
		<pubDate>Sun, 15 Jan 2012 16:13:36 +0000</pubDate>
		<dc:creator>Walker</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Howto]]></category>

		<guid isPermaLink="false">http://www.walkernews.net/?p=8367</guid>
		<description><![CDATA[A video showing how to hard reset Acer Iconia Tab A500 running Android 3.x (Honeycomb).]]></description>
			<content:encoded><![CDATA[For those who own a tablet running Android 3.x (a.k.a. Honeycomb) and for some reasons would like to hard reset the Android tablet during boot-up, here is an official video guide from Acer Support team.<br />
<span id="more-8367"></span><br />
The video reference is based on Acer Iconia Tab A500/501, but this well-known secret of performing press-and-hold &#8220;Volume Up&#8221; key when power on tablet to activate hard reset process should be applicable to other Android tablets running Honeycomb version.<br />
<blockquote>
NOTE: Make sure you&#8217;ve backup the data on the tablet prior to hard reset, as the process wipe off all user data, including installed application, while restoring the Android settings to factory default.
</blockquote>
<br />For better visibility, change the video streaming mode from 360p to 720p (HD) or 1080p (Full HD) in full-screen view:<br />
<object width="500" height="284"><param name="movie" value="http://www.youtube.com/v/QwyGSwmzVtM?version=3&amp;hl=en_US&amp;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/QwyGSwmzVtM?version=3&amp;hl=en_US&amp;rel=0" type="application/x-shockwave-flash" width="500" height="284" allowscriptaccess="always" allowfullscreen="true"></embed></object><br />
<br />1. Press and hold down both the <span class="rtxt">volume+</span> key and <span class="rtxt">power</span> button.<br />
<br />2. When the tablet vibrates, release ONLY the power button (i.e. keep the volume+ button pressed and hold).<br />
<br />3. Immediately after release power button, slide the Screen Rotation Lock switch to the right then left.<br />
<br />4. Now, you should see the black screen showing &#8220;Erasing userdata&#8230;&#8221; then followed by &#8220;Erasing cache&#8230;&#8221;. Job done.<br />
<ul class="related_post"><li><a href="http://www.walkernews.net/2012/01/15/how-to-configure-android-3-2-1-proxy-setting/" title="How To Configure Android 3.2.1 Proxy Setting?">How To Configure Android 3.2.1 Proxy Setting?</a></li><li><a href="http://www.walkernews.net/2012/01/30/activate-facebook-timeline/" title="Activate Facebook Timeline">Activate Facebook Timeline</a></li><li><a href="http://www.walkernews.net/2012/01/16/how-to-check-db2-table-size/" title="How To Check DB2 Table Size?">How To Check DB2 Table Size?</a></li><li><a href="http://www.walkernews.net/2012/01/13/how-to-find-new-facebook-personalized-upload-email-address/" title="How To Find New Facebook Personalized Upload Email Address?">How To Find New Facebook Personalized Upload Email Address?</a></li><li><a href="http://www.walkernews.net/2011/08/02/kaspersky-causes-cisco-anyconnect-vpn-client-unable-to-establish-connection/" title="Kaspersky Causes Cisco AnyConnect VPN Client Unable To Establish Connection">Kaspersky Causes Cisco AnyConnect VPN Client Unable To Establish Connection</a></li><li><a href="http://www.walkernews.net/2011/07/27/how-to-download-adobe-reader-full-installer-from-official-site/" title="How To Download Adobe Reader Full Installer From Official Site?">How To Download Adobe Reader Full Installer From Official Site?</a></li><li><a href="http://www.walkernews.net/2011/07/17/how-to-delete-50000-emails-from-yahoo-mail-inbox/" title="How To Delete 50000 Emails From Yahoo! Mail Inbox?">How To Delete 50000 Emails From Yahoo! Mail Inbox?</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.walkernews.net/2012/01/16/how-to-hard-reset-android-tablets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Configure Android 3.2.1 Proxy Setting?</title>
		<link>http://www.walkernews.net/2012/01/15/how-to-configure-android-3-2-1-proxy-setting/</link>
		<comments>http://www.walkernews.net/2012/01/15/how-to-configure-android-3-2-1-proxy-setting/#comments</comments>
		<pubDate>Sun, 15 Jan 2012 14:51:11 +0000</pubDate>
		<dc:creator>Walker</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Howto]]></category>

		<guid isPermaLink="false">http://www.walkernews.net/?p=8348</guid>
		<description><![CDATA[A simple guide for those who want to know how to set proxy setting in Android 3.2.1.]]></description>
			<content:encoded><![CDATA[As you may know, Android 3.1 supports HTTP proxy for each connected wireless access point. If your goal is to save bandwidth or reduce data usage by having web browsing on tablets to go through proxy server, then this built-in proxy feature is there to help.<br />
<span id="more-8348"></span><br />
Here, the guide is made with reference to Acer Iconia Tab A500 running Android 3.2.1 (a.k.a. Honeycomb):<br />
<br />1. Click on the time display at bottom-right corner followed by Settings icon.<br />
<br /><img src="http://www.walkernews.net/wp-content/uploads/2012/01/Android-Proxy-Setting-01.gif" alt="Access to Acer A500 Settings page." title="Access to Acer A500 Settings page." width="397" height="122" class="size-full wp-image-8350" /><br />
<br />2. Click Settings from the overlay menu. Make sure the tablet is already connected to Wi-Fi access point (AP) and then only click &#8220;Wi-Fi settings&#8221;.<br />
<br /><img src="http://www.walkernews.net/wp-content/uploads/2012/01/Android-Proxy-Setting-04.gif" alt="Android Wi-Fi settings" title="Android Wi-Fi settings" width="350" height="210" class="size-full wp-image-8352" /><br />
<br />3. Perform tap-and-hold on the connected Wi-Fi AP until you see the &#8220;modify network&#8221; option pops up and then click on it. You should see &#8220;connected&#8221; on the first AP displayed in &#8220;Wi-Fi Networks&#8221; section, if the Android tablet is connecting to the wireless network. <br />
<br /><img src="http://www.walkernews.net/wp-content/uploads/2012/01/Android-Proxy-Setting-06.gif" alt="Modify Android 3.2.1 network setting to configure static IP, change DNS server IP, or set HTTP proxy, etc." title="Modify Android 3.2.1 network setting to configure static IP, change DNS server IP, or set HTTP proxy, etc." width="400" height="240" class="size-full wp-image-8355" /><br />
<br />4. There you&#8217;ll see option to set HTTP proxy setting for Android web browsing.<br />
<br /><img src="http://www.walkernews.net/wp-content/uploads/2012/01/Android-Proxy-Setting-03.gif" alt="Configure Android to use static IP and Google Public DNS server." title="Configure Android to use static IP and Google Public DNS server." width="350" height="425" class="size-full wp-image-8353" /><br />
<ul class="related_post"><li><a href="http://www.walkernews.net/2012/01/16/how-to-hard-reset-android-tablets/" title="How To Hard Reset Android Tablets?">How To Hard Reset Android Tablets?</a></li><li><a href="http://www.walkernews.net/2012/01/30/activate-facebook-timeline/" title="Activate Facebook Timeline">Activate Facebook Timeline</a></li><li><a href="http://www.walkernews.net/2012/01/16/how-to-check-db2-table-size/" title="How To Check DB2 Table Size?">How To Check DB2 Table Size?</a></li><li><a href="http://www.walkernews.net/2012/01/13/how-to-find-new-facebook-personalized-upload-email-address/" title="How To Find New Facebook Personalized Upload Email Address?">How To Find New Facebook Personalized Upload Email Address?</a></li><li><a href="http://www.walkernews.net/2011/08/02/kaspersky-causes-cisco-anyconnect-vpn-client-unable-to-establish-connection/" title="Kaspersky Causes Cisco AnyConnect VPN Client Unable To Establish Connection">Kaspersky Causes Cisco AnyConnect VPN Client Unable To Establish Connection</a></li><li><a href="http://www.walkernews.net/2011/07/27/how-to-download-adobe-reader-full-installer-from-official-site/" title="How To Download Adobe Reader Full Installer From Official Site?">How To Download Adobe Reader Full Installer From Official Site?</a></li><li><a href="http://www.walkernews.net/2011/07/17/how-to-delete-50000-emails-from-yahoo-mail-inbox/" title="How To Delete 50000 Emails From Yahoo! Mail Inbox?">How To Delete 50000 Emails From Yahoo! Mail Inbox?</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.walkernews.net/2012/01/15/how-to-configure-android-3-2-1-proxy-setting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Find New Facebook Personalized Upload Email Address?</title>
		<link>http://www.walkernews.net/2012/01/13/how-to-find-new-facebook-personalized-upload-email-address/</link>
		<comments>http://www.walkernews.net/2012/01/13/how-to-find-new-facebook-personalized-upload-email-address/#comments</comments>
		<pubDate>Thu, 12 Jan 2012 16:22:45 +0000</pubDate>
		<dc:creator>Walker</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Howto]]></category>

		<guid isPermaLink="false">http://www.walkernews.net/?p=8338</guid>
		<description><![CDATA[The trick to find the new Facebook Personal Publishing Address for posting photo or video via email.]]></description>
			<content:encoded><![CDATA[The <a href="http://www.walkernews.net/2010/05/27/how-to-change-facebook-personalized-upload-email-address/" title="How to change Facebook personalized upload email address">previous trick</a> for finding your Facebook personalized upload email address is not applicable now. In fact, its name has also changed to &#8220;personal publishing address&#8221;.<br />
<span id="more-8338"></span><br />
As its name says, Facebook personal publishing address allows one to post photo or video on the Wall without logging in Facebook. If you&#8217;re interested in this feature, find yours personalized email address from Facebook Mobile Web:<br />
<br />1. Browse to m.facebook.com and log in to your account.<br />
<blockquote>
Note, HTTPS secured connection is not currently available on Facebook mobile site even you&#8217;ve enabled &#8220;secure browsing&#8221; in your account settings.
</blockquote>
<br />2. Click the <a href="http://m.facebook.com/upload.php?refid=7" rel="nofollow" title="Upload photo from Facebook Mobile Web" target="_blank">upload photo link</a>:<br />
<br /><img src="http://www.walkernews.net/wp-content/uploads/2012/01/Facebook-Upload-Photo-From-Email-2.gif" alt="How to post photo to Facebook via email without log in to your profile?" title="Post photo to Facebook via email" width="406" height="200" class="size-full wp-image-8340" /><br />
<br />3. There you&#8217;ll see your unique personal publishing address:<br />
<br /><img src="http://www.walkernews.net/wp-content/uploads/2012/01/Facebook-Personal-Publishing-email-address-01.gif" alt="Using email to post video on Facebook" title="Facebook Personal Publishing Address" width="500" height="306" class="size-full wp-image-8339" /><br />
<br />With reference to official guide about <a href="http://goo.gl/3Wx1D" title="What is my personalized upload email address" target="_blank">Facebook personalized upload email address</a>.<br />
<ul class="related_post"><li><a href="http://www.walkernews.net/2012/01/30/activate-facebook-timeline/" title="Activate Facebook Timeline">Activate Facebook Timeline</a></li><li><a href="http://www.walkernews.net/2011/07/17/video-guide-how-to-embed-facebook-video-on-your-website/" title="Video Guide: How To Embed Facebook Video On Your Website?">Video Guide: How To Embed Facebook Video On Your Website?</a></li><li><a href="http://www.walkernews.net/2011/07/15/how-to-enable-facebook-video-chat-feature/" title="How To Enable Facebook Video Chat Feature?">How To Enable Facebook Video Chat Feature?</a></li><li><a href="http://www.walkernews.net/2011/06/02/how-to-embed-facebook-video-of-friends-on-any-websites/" title="How To Embed Facebook Video Of Friends On Any Websites?">How To Embed Facebook Video Of Friends On Any Websites?</a></li><li><a href="http://www.walkernews.net/2011/05/21/how-to-protect-facebook-profile-from-clickjacking/" title="How To Protect Facebook Profile From Clickjacking?">How To Protect Facebook Profile From Clickjacking?</a></li><li><a href="http://www.walkernews.net/2011/05/08/how-to-disable-facebook-recent-activity/" title="How To Disable Facebook Recent Activity?">How To Disable Facebook Recent Activity?</a></li><li><a href="http://www.walkernews.net/2011/03/28/how-to-claim-facebook-email-address/" title="How To Claim Facebook Email Address?">How To Claim Facebook Email Address?</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.walkernews.net/2012/01/13/how-to-find-new-facebook-personalized-upload-email-address/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Kaspersky Causes Cisco AnyConnect VPN Client Unable To Establish Connection</title>
		<link>http://www.walkernews.net/2011/08/02/kaspersky-causes-cisco-anyconnect-vpn-client-unable-to-establish-connection/</link>
		<comments>http://www.walkernews.net/2011/08/02/kaspersky-causes-cisco-anyconnect-vpn-client-unable-to-establish-connection/#comments</comments>
		<pubDate>Mon, 01 Aug 2011 16:39:18 +0000</pubDate>
		<dc:creator>Walker</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Kaspersky]]></category>

		<guid isPermaLink="false">http://www.walkernews.net/?p=8308</guid>
		<description><![CDATA[A solution to fix Cisco VPN connection problem caused by Kaspersky IS 2011.]]></description>
			<content:encoded><![CDATA[The Cisco AnyConnect VPN Client v2.4 keeps on saying it&#8217;s unable to establish a connection and record some errors such as &#8220;NETINTERFACE_ERROR_INTERFACE_NOT_AVAILABLE&#8221; in the Windows Event Log.<br />
<span id="more-8308"></span><br />
<img style="float:left;margin:0 9px 0 0;" src="http://www.walkernews.net/wp-content/uploads/2011/08/Cisco-AnyConnect.gif" alt="Cisco AnyConnect VPN Client unable to establish a VPN connection." title="Cisco AnyConnect VPN Client unable to establish a VPN connection." width="330" height="236" />On Windows Device Manager, there is a new network adapter called &#8220;Cisco AnyConnect VPN Virtual Miniport Adapter for Windows x64&#8243; appears in disabled mode (this might be the answer of error in Event Log). Though I&#8217;ve manually enabled the virtual network card, it&#8217;s still disabled by Cisco VPN client during its attempt to establish connection :(<br />
<br />I suspect this has something to do with Kaspersky Internet Security software, but hey all Cisco-related programs are set to be automatically grouped as &#8220;trusted&#8221; apps granted with all rights.<br />
<br />I can&#8217;t figure out what else to be configured, until I found <a href="http://www.endswithsaurus.com/2009/12/getting-anyconnect-working-with.html" target="_blank">this trick</a> from Google.<br />
<br /><span class="subhead2">How to fix Cisco VPN client connection error caused by Kaspersky IS 2011?</span><br />
<br />1. Classify all Cisco program as trusted apps granted with full right (as those granted to Windows system programs).<br />
<br />2. Set Kaspersky IS to &#8220;monitor selected ports only&#8221; and don&#8217;t monitor HTTPS (port 443):<br />
<br /><img src="http://www.walkernews.net/wp-content/uploads/2011/08/Kaspersky-Cisco-AnyConnect.gif" alt="Configure Kaspersky to disable port 443 scanning to fix Cisco AnyConnect VPN Client connection problem." title="Configure Kaspersky to disable port 443 scanning to fix Cisco AnyConnect VPN Client connection problem." width="449" height="258" /><br />
<br />Note, there is an alternate trick proposed by others, which configure Kaspersky to not scanning opened files and network traffic of Cisco VPN program. Personally, I don&#8217;t prefer this alternative, but it&#8217;s up to you which one to use.<br />
<ul class="related_post"><li><a href="http://www.walkernews.net/2010/11/26/how-to-fix-kaspersky-high-cpu-usage-problem/" title="How To Fix Kaspersky High CPU Usage Problem?">How To Fix Kaspersky High CPU Usage Problem?</a></li><li><a href="http://www.walkernews.net/2009/11/30/how-to-configure-kaspersky-is-2010-firewall-rule/" title="How To Configure Kaspersky IS 2010 Firewall Rule?">How To Configure Kaspersky IS 2010 Firewall Rule?</a></li><li><a href="http://www.walkernews.net/2012/01/30/activate-facebook-timeline/" title="Activate Facebook Timeline">Activate Facebook Timeline</a></li><li><a href="http://www.walkernews.net/2012/01/16/how-to-check-db2-table-size/" title="How To Check DB2 Table Size?">How To Check DB2 Table Size?</a></li><li><a href="http://www.walkernews.net/2012/01/16/how-to-hard-reset-android-tablets/" title="How To Hard Reset Android Tablets?">How To Hard Reset Android Tablets?</a></li><li><a href="http://www.walkernews.net/2012/01/15/how-to-configure-android-3-2-1-proxy-setting/" title="How To Configure Android 3.2.1 Proxy Setting?">How To Configure Android 3.2.1 Proxy Setting?</a></li><li><a href="http://www.walkernews.net/2012/01/13/how-to-find-new-facebook-personalized-upload-email-address/" title="How To Find New Facebook Personalized Upload Email Address?">How To Find New Facebook Personalized Upload Email Address?</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.walkernews.net/2011/08/02/kaspersky-causes-cisco-anyconnect-vpn-client-unable-to-establish-connection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Download Adobe Reader Full Installer From Official Site?</title>
		<link>http://www.walkernews.net/2011/07/27/how-to-download-adobe-reader-full-installer-from-official-site/</link>
		<comments>http://www.walkernews.net/2011/07/27/how-to-download-adobe-reader-full-installer-from-official-site/#comments</comments>
		<pubDate>Tue, 26 Jul 2011 17:57:28 +0000</pubDate>
		<dc:creator>Walker</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Tricks]]></category>

		<guid isPermaLink="false">http://www.walkernews.net/?p=8301</guid>
		<description><![CDATA[A simple trick used to download Adobe Reader offline installer for multiple setups.]]></description>
			<content:encoded><![CDATA[Since Linux users are allowed to get the latest PDF reader setup file in full, why can&#8217;t Windows users allowed to download Adobe Reader offline installer to facilitate multiple installations?<br />
<span id="more-8301"></span><br />
If you&#8217;re using Windows and desperately looking for the latest Adobe Reader X full installer, here is a trick to get it directly from official site:<br />
<br /><object width="500" height="405"><param name="movie" value="http://www.youtube.com/v/nepr0t69XvQ?version=3&amp;hl=en_US&amp;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/nepr0t69XvQ?version=3&amp;hl=en_US&amp;rel=0" type="application/x-shockwave-flash" width="500" height="405" allowscriptaccess="always" allowfullscreen="true"></embed></object><br />
<br />Yes, by <a href="http://www.walkernews.net/2009/09/27/change-google-chrome-user-agent-string-in-30-seconds/" title="How to change Google Chrome user agent string in 30 seconds?" rel="bookmark">tweaking user agent string</a> of web browser (or download manager)! For example:<br />
<br />Right click on Google Chrome shortcut and select Properties, go to Shortcut tab, then append <code>--user-agent="Mozilla Linux"</code> to the string in Target box:<br />
<br /><img src="http://www.walkernews.net/wp-content/uploads/2011/07/Google-Chrome-User-Agent-String.gif" alt="One can easily change Google Chrome user agent string." title="One can easily change Google Chrome user agent string." width="343" height="204" /><br />
<br />Note, that UA am using is dummy. One of the proper UA of Linux Firefox is this:<br />
<pre>
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9b5) Gecko/2008042803 Red Hat/3.0b5-0.beta5.6.el5 Firefox/3.0b5
</pre>
<br />Just in case the dummy UA doesn&#8217;t work, change it with a proper UA and try again. Am using this to get <a href="http://ardownload.adobe.com/pub/adobe/reader/win/10.x/10.1.0/en_US/AdbeRdr1010_en_US.exe" target="_blank" rel="nofollow">Adobe Reader X 10.1.0 standalone installer</a> for my 3 Windows machines (without having to download thrice!).<br />
<ul class="related_post"><li><a href="http://www.walkernews.net/2011/07/17/how-to-delete-50000-emails-from-yahoo-mail-inbox/" title="How To Delete 50000 Emails From Yahoo! Mail Inbox?">How To Delete 50000 Emails From Yahoo! Mail Inbox?</a></li><li><a href="http://www.walkernews.net/2011/02/07/how-to-fix-sco-openserver-slow-login-authentication-problem/" title="How To Fix SCO OpenServer Slow Login Authentication Problem?">How To Fix SCO OpenServer Slow Login Authentication Problem?</a></li><li><a href="http://www.walkernews.net/2010/12/27/how-to-bypass-isp-dns-server-that-block-access-to-legitimate-domains-accidentally/" title="How To Bypass ISP DNS Server That Block Access To Legitimate Domains Accidentally?">How To Bypass ISP DNS Server That Block Access To Legitimate Domains Accidentally?</a></li><li><a href="http://www.walkernews.net/2010/07/23/how-to-embed-or-hide-secret-message-in-image-file-like-a-spy-agent/" title="How To Embed Or Hide Secret Message In Image File Like A Spy Agent?">How To Embed Or Hide Secret Message In Image File Like A Spy Agent?</a></li><li><a href="http://www.walkernews.net/2010/05/14/how-to-download-real-player-sp-full-standalone-offline-installer/" title="How To Download Real Player SP Full Standalone Offline Installer?">How To Download Real Player SP Full Standalone Offline Installer?</a></li><li><a href="http://www.walkernews.net/2010/03/05/how-to-bypass-view-page-source-restriction/" title="How To Bypass View Page Source Restriction?">How To Bypass View Page Source Restriction?</a></li><li><a href="http://www.walkernews.net/2009/09/28/using-html-css-to-align-image-to-centre-of-web-page/" title="Using HTML-CSS To Align Image To Centre Of Web Page">Using HTML-CSS To Align Image To Centre Of Web Page</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.walkernews.net/2011/07/27/how-to-download-adobe-reader-full-installer-from-official-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

