<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Webremix Articles</title>
    <link>http://www.webremix.info/</link>
    <description>Webremix : all the web new, remixed</description>
    <dc:creator>webremix.info</dc:creator>
    <item>
      <title>China Tries Twitter Diplomacy?</title>
      <link>http://the-diplomat.com/china-power/?p=3281</link>
      <description>&lt;img align="LEFT" height="177"
  src="http://the-diplomat.com/china-power/files/2012/02/China-Internet.jpg" width="250" /&gt;

This week, the China-watching twitterverse was surprised to discover that&amp;nbsp;Hu Xijin, the editor of the&amp;nbsp;Global Times, was now tweeting. That the editor of the&amp;nbsp;Global Times, an &amp;ldquo;angry government mouthpiece&amp;rdquo; &amp;nbsp;that supports China&amp;rsquo;s policy of Internet censorship, was accessing a site blocked in China raised a few eyebrows and provoked several people to ask what&amp;nbsp;VPN&amp;nbsp;(a Virtual Private Network)&amp;nbsp;he was using to evade the controls. Somewhat defensively, Hu responded to a characterization of him&amp;nbsp;by&amp;nbsp;The&amp;nbsp;Wall Street Journal&amp;rsquo;s&amp;nbsp;ChinaRealTime&amp;nbsp;blog&amp;nbsp;as a &amp;ldquo;staunch defender of China&amp;rsquo;s need to censor&amp;rdquo; by tweeting that he supported the gradual lifting of controls and believed &amp;ldquo;speech freedom is inevitable in China.&amp;rdquo;
A very long discussion in the December 2011 issue of&amp;nbsp;Foreign Affairs Review, the journal of the&amp;nbsp;Foreign Affairs University, provides some context for what Hu&amp;rsquo;s tweeting might be about. The article, entitled &amp;ldquo;Global Politics in the Web 2.0 Era,&amp;rdquo; is a discussion about how communication technologies are changing politics. The cases cited ... 
            &lt;a
  href="http://the-diplomat.com/china-power/2012/02/04/china-tries-twitter-diplomacy/" rel="nofollow"&gt;Read More...&lt;/a&gt;
&lt;img height="1"
  src="http://feeds.feedburner.com/~r/the-diplomat/~4/r5O-hqx8qhs" width="1" /&gt;</description>
      <pubDate>Fri, 03 Feb 2012 15:03:22 GMT</pubDate>
      <guid>http://the-diplomat.com/china-power/?p=3281</guid>
      <dc:date>2012-02-03T15:03:22Z</dc:date>
    </item>
    <item>
      <title>Cleanup old options!</title>
      <link>http://www.webyog.com/blog/?p=3516</link>
      <description>In various discussions I have expressed that I think that there are way too many options and variables in MySQL (and it gets worse for every new release). There are simply too many to know and remember them all. &amp;nbsp;If you manage a server yourself &amp;nbsp;it is (probably) a minor problem as you should know the options you use and not use those that you don&amp;rsquo;t know. &amp;nbsp;But if you are connected to a server that you don&amp;rsquo;t manage yourself you may get surprises if some rare option you are not familiar with has been set.
The last one I came across is &amp;lsquo;skip-character-set-client-handshake&amp;rsquo;. &amp;nbsp;MySQL documentation http://dev.mysql.com/doc/refman/5.5/en/server-options.html says &amp;ldquo;To ignore client information and use the default server character set, use &amp;ndash;skip-character-set-client-handshake; this makes MySQL behave like MySQL 4.0.&amp;rdquo;
Now what is the idea in having a recent server &amp;lsquo;behave like MySQL 4.0&amp;prime; ? &amp;nbsp;There could have been some compatibility concerns in early 4.1/5.0 releases, but now (after 8 years) is it stilll relevant to have? I don&amp;rsquo;t think so.
The &amp;lsquo;chain breaks&amp;rsquo; in the case where a client (we are talking about clients compiled with the C-API or a connector having similar functionalities as mysql_options() in the C-API &amp;ndash; what means that it is not PHP we are talking about!) requires character_set_client to be utf8. &amp;nbsp;The client will execute &amp;ldquo;SET NAMES UTF8;&amp;rdquo; after connection just in case the server has a non-utf8 default charset. &amp;nbsp;It works fine. &amp;nbsp;SET NAMES works as expected. So far so good. Futher the client is using the &amp;lsquo;reconnect flag&amp;rsquo;. &amp;nbsp;Reconnects may take place after connection was lost&amp;nbsp; in several cases (client was idle for longer than wait_timeout, some tunnel system server (SSH tunnel, VPN tunnel) disconnected client and server, intermittent hardware or networking failures etc.). &amp;nbsp;The important point to note here is that reconnect is handled by the API transparently for the &amp;lsquo;parent code&amp;rsquo; where it is linked. Thus the client cannot know &amp;nbsp;when to execute &amp;ldquo;SET NAMES UTF8;&amp;rdquo; again (as a regular SQL statement). &amp;nbsp;The client will instead set the connection charset to utf8 in mysql_options() so that utf8 also will also be character set for the connection after a reconnect. &amp;nbsp;But with the &amp;lsquo;skip-character-set-client-handshake&amp;rsquo; -option set, it simply has no efffect (the option is intended to work like this).
As a consequense there is no way not to have non-ASCII characters garble in the client after automatic reconnection in such environment as far as I can see.
We had such report recently. It took some time to figure out the reason. There is also an old related bug here http://bugs.mysql.com/bug.php?id=11972 btw, but this is fixed long ago even though I first thought it might have found its way back to PerconaServer (what was used in this particular case), it was not the case.
It is fair enough to have compability options with older servers for some time. &amp;nbsp;But is it still after 8 years? Also in a case like this where it breaks the way a client and the server is intended to &amp;lsquo;negotiate&amp;rsquo;&amp;nbsp; multiple charsets?
More old options to get rid of? &amp;nbsp;I am a collector of such!  
Tweet</description>
      <pubDate>Wed, 01 Feb 2012 13:00:14 GMT</pubDate>
      <guid>http://www.webyog.com/blog/?p=3516</guid>
      <dc:date>2012-02-01T13:00:14Z</dc:date>
    </item>
    <item>
      <title>Jailbreaking The Internet For Freedom's Sake</title>
      <link>http://osnews.com/story/25555/Jailbreaking_The_Internet_For_Freedom_s_Sake</link>
      <description>With so many threats to a free and open Internet, sooner or later, people will need to arm themselves for the fight, writes Deep End's Paul Venezia. 'If the baboons succeed in constraining speech and information flow on the broader Internet, the new Internet will emerge quickly. For an analogy, consider the iPhone and the efforts of a few smart hackers who have allowed anyone to jailbreak an iPhone with only a small downloaded app and a few minutes,' Venezia writes. 'All that scenario would require would be a way to wrap up existing technologies into a nice, easily-installed package available through any number of methods. Picture the harrowing future of rampant Internet take-downs and censorship, and then picture a single installer that runs under Windows, Mac OS X, and Linux that installs tor, tools to leverage alternative DNS servers, anonymizing proxies, and even private VPN services. A few clicks of the mouse, and suddenly that machine would be able to access sites &amp;quot;banned&amp;quot; through general means.'</description>
      <pubDate>Tue, 31 Jan 2012 22:14:25 GMT</pubDate>
      <guid>http://osnews.com/story/25555/Jailbreaking_The_Internet_For_Freedom_s_Sake</guid>
      <dc:date>2012-01-31T22:14:25Z</dc:date>
    </item>
    <item>
      <title>The Atlantic&amp;#039;s Coverage of the Egyptian Revolution</title>
      <link>http://feeds.caironews.net/?rid=203118357&amp;cat=d7006824400aaac1</link>
      <description>A year ago, as I watched broadcast coverage of Egyptian President Hosni Mubarak's tumultuous ouster on a VPN server from China -- authorities  quickly blocked any mention of Egypt on popular  ...</description>
      <pubDate>Tue, 31 Jan 2012 18:04:26 GMT</pubDate>
      <guid>http://feeds.caironews.net/?rid=203118357&amp;cat=d7006824400aaac1</guid>
      <dc:date>2012-01-31T18:04:26Z</dc:date>
    </item>
    <item>
      <title>The Atlantic&amp;#039;s Coverage of the Egyptian Revolution</title>
      <link>http://story.arabherald.com/index.php/ct/9/cid/d7006824400aaac1/id/203118357/</link>
      <description>A year ago, as I watched broadcast coverage of Egyptian President Hosni Mubarak's tumultuous ouster on a VPN server from China -- authorities  quickly blocked any mention of Egypt on popular  ...</description>
      <pubDate>Tue, 31 Jan 2012 18:04:26 GMT</pubDate>
      <guid>http://story.arabherald.com/index.php/ct/9/cid/d7006824400aaac1/id/203118357/</guid>
      <dc:date>2012-01-31T18:04:26Z</dc:date>
    </item>
    <item>
      <title>A vision for secure mobility management in the enterprise</title>
      <link>http://www.networkworld.com/news/tech/2012/012612-enterprise-mobility-management-255352.html?source=nww_rss</link>
      <description>There's been a lot of buzz lately about secure mobility in the enterprise, but often the focus is on just one or two aspects of the entire mobile device security landscape. While malware protection, mobile device management (MDM) and VPN are certainly valuable tools in protecting mobile devices, each of these strategies alone can provide only partial protection. And in a bring your own device (BYOD) corporate environment, the risks of &amp;quot;only partial protection&amp;quot; can be quite large.</description>
      <pubDate>Thu, 26 Jan 2012 13:54:39 GMT</pubDate>
      <guid>http://www.networkworld.com/news/tech/2012/012612-enterprise-mobility-management-255352.html?source=nww_rss</guid>
      <dc:date>2012-01-26T13:54:39Z</dc:date>
    </item>
    <item>
      <title>Why SSL VPN Still Matters</title>
      <link>http://soa.sys-con.com/node/2128960</link>
      <description>We were very excited to announce recognition of our hard work on our SSL VPN solutions: F5 Positioned in Leaders Quadrant of SSL VPN Magic Quadrant. Second, we were even more excited to announce adding industry-leading support for Android&amp;rsquo;s 4.x OS, enhancing its SSL VPN capabilities.
Why would be excited about that? Because mobile devices and virtualization (desktop, a la VDI, and server, a la cloud) continue to drive the need for secure remote access at a scale never before experienced by most IT organizations. While web monsters and primarily web-focused organizations have long understand the critical nature of scalability to their business, IT shops for whom a web presence was only somewhat important have not necessarily invested in the infrastructure or architecture necessary to truly scale to meet the increasing demand. It is increasingly the case that IT orgs of all shapes, sizes, and concerns must look to the scalability of its infrastructure to ensure its ability to service users inside and outside the data center via an often times dizzying array of clients and technologies. &lt;p&gt;&lt;a href="http://soa.sys-con.com/node/2128960"&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 17 Jan 2012 19:15:00 GMT</pubDate>
      <guid>http://soa.sys-con.com/node/2128960</guid>
      <dc:date>2012-01-17T19:15:00Z</dc:date>
    </item>
    <item>
      <title>Secure transfer key iTwin gains multi-user capability</title>
      <link>http://www.electronista.com/articles/12/01/12/end.to.end.encrypted.data.mirroring/</link>
      <description>&lt;img align="left" height="120"
  src="http://photos.macnn.com/news/1201/iTwin-sm.jpg" width="176" /&gt;
Secure storage-and-sharing USB key iTwin has been upgraded to allow users to share files stored on a computer with multiple people simultaneously, providing an end-to-end encrypted solution for mirroring files that are on one part of the two-part USB key instantly to its mates. The free update lets multiple iTwin keys &amp;quot;belong&amp;quot; to each other, making transfer of data easy without the constraints of e-mail, the technical complication of VPN or the ongoing fees of cloud services....&lt;br /&gt;

&lt;br /&gt;


&lt;img height="0"
  src="http://segment-pixel.invitemedia.com/pixel?code=TechCons&amp;amp;partnerID=167&amp;amp;key=segment" width="0" /&gt;
&lt;img height="0"
  src="http://insight.adsrvr.org/track/evnt/?ct=0:dupdmqp&amp;amp;adv=wouzn4v&amp;amp;fmt=3" width="0" /&gt;</description>
      <pubDate>Thu, 12 Jan 2012 06:00:00 GMT</pubDate>
      <guid>http://www.electronista.com/articles/12/01/12/end.to.end.encrypted.data.mirroring/</guid>
      <dc:date>2012-01-12T06:00:00Z</dc:date>
    </item>
    <item>
      <title>Refusing REFUSED</title>
      <link>http://www.circleid.com/posts/20120111_refusing_refused_for_sopa_pipa/</link>
      <description>&lt;p&gt;The U.S. Congress' road to Stopping Online Piracy (SOPA) and PROTECT IP (PIPA) has had some twists and turns due to technical constraints imposed by the basic design of the Internet's Domain Name System (DNS). PIPA's (and SOPA's) provisions regarding advertising and payment networks appear to be well grounded in the law enforcement tradition called following the money, but other provisions having to do with regulating American Internet Service Providers (ISPs) so as to block DNS resolution for pirate or infringing web sites have been shown to be ineffectual, impractical, and sometimes unintelligible.
&lt;/p&gt;


&lt;p&gt;
For example an early draft of this legislative package called for DNS redirection of malicious domain names in conflict with the end-to-end DNS Security system (DNSSEC). Any such redirection would be trivially detected as a man in the middle attack by secure clients and would thus be indistinguishable from the kind of malevolent attacks that DNSSEC is designed to prevent. After &lt;a href="http://www.circleid.com/posts/20110525_experts_urge_congress_to_reject_proposed_dns_filtering_protect_ip/"&gt;the impossibility of redirection was shown&lt;/a&gt; supporters of PIPA and SOPA admitted that a redirection (for example, showing an &amp;quot;FBI Warning&amp;quot; page when an American consumer tried to access a web site dedicated to piracy or infringement) was not actually necessary. Their next idea was no better: to return a false No Such Domain (NXDOMAIN) signal. When the DNS technical community pointed out that NXDOMAIN had the same end-to-end security as a normal DNS answer and that false NXDOMAIN would be detected and rejected by secure clients the supporters SOPA and PIPA changed their proposal once again.
&lt;/p&gt;

&lt;p&gt;
The second to latest idea for some technologically noninvasive way to respond to a DNS lookup request for a pirate or infringing domain name was &amp;quot;just don't answer&amp;quot;. That is, simulate network loss and let the question &amp;quot;time out&amp;quot;. When the DNS technical community explained that this would lead to long and mysterious delays in web browser behavior as well as an increased traffic load on ISP name servers due to the built in &amp;quot;retry logic&amp;quot; of all DNS clients in all consumer facing devices, we were ignored. However when we also observed that a DNSSEC client would treat this kind of &amp;quot;time out&amp;quot; as evidence of damage by the local hotel or coffee shop wireless gateway and could reasonably respond by trying alternative servers or proxies or even VPN paths in order to get a secure answer, the supporters of SOPA and PIPA agreed with this and moved right along.
&lt;/p&gt;

&lt;p&gt;
The latest idea is to use the Administrative Denial (REFUSED) response code, which as originally defined seemed perfect for this situation. To me this latest proposal as well as the road we've travelled getting to this point seems like an excellent example of why network protocols should be designed by engineers rather than by bloggers. REFUSED will not work for PIPA and SOPA's purposes, for two important reasons.
&lt;/p&gt;

&lt;p&gt;
First, as I explained in &lt;a
    href="http://www.circleid.com/posts/20121012_dns_policy_is_hop_by_hop_dns_security_is_end_to_end/"&gt;DNS Policy is Hop by Hop; DNS Security is End to End&lt;/a&gt;, there is no security for the REFUSED signal. Since IP source addresses are &lt;a href="http://www.icann.org/en/committees/security/sac004.txt"&gt;easily forged&lt;/a&gt; no secure application can ever take an unsecure signal seriously. In DNSSEC, even failures must be secure or else any attacker can control the decisions made by an app. Since one such possible decision might be to retry an operation using a less secure method, we would call this a &amp;quot;downgrade attack&amp;quot;. DNSSEC secures the data from end to end &amp;mdash; meaning from the DNS content server to the secure client &amp;mdash; but does not secure any of the messages that flow hop by hop through the DNS system &amp;mdash; including REFUSED. In fact, the intermediate servers (including the ISP name servers to be regulated by SOPA and PIPA) don't have any kind of trust relationship with each other and can neither generate nor verify any secure messages. This may seem like an oversight but I was there and I remember this as a conscious and deliberate decision based on the cost-to-benefit ratio of adding hop by hop security to DNS. High cost, low benefit: no sale.
&lt;/p&gt;

&lt;p&gt;
Second, and more importantly, REFUSED is the wrong signal. The preeminent DNS software on the Internet is BIND, whose market share has declined from 99% to 85% in the last 25 years. I maintained and rewrote BIND from 1989 or so until 1999 or so and I am also the author or co-author of a half dozen or so Internet RFC documents on the subject of DNS. So I know that we send REFUSED in response to a query when we don't like the client's IP address &amp;mdash; DNS servers do not even look at the question before deciding whether to send REFUSED. On the client side, if we hear a REFUSED we give up on that server and move on to the next server &amp;mdash; which means we assume that it was the client's IP address that the server is refusing, not the question we happened to be asking at that moment. Microsoft Windows will actually &amp;quot;de-preference&amp;quot; a name server if they hear too many REFUSED messages from it &amp;mdash; so BIND is not the only DNS software that interprets REFUSED in this way. What this boils down to is that REFUSED is all about the relationship between the client and the server, and has nothing to do with the particular question being asked. If SOPA or PIPA becomes law with a requirement to signal REFUSED when someone looks up an infringing or pirate domain name, then in the language of DNS we will be saying &amp;quot;please stop asking this server any questions at all.&amp;quot; There is no signal in DNS that means &amp;quot;that's a bad question but please feel free to ask other questions.&amp;quot;
&lt;/p&gt;

&lt;p&gt;
This means a classic non-secured DNS client will react to a REFUSED signal by treating the server as broken and just asking the next available server &amp;mdash; hoping to find a server that is not broken. Whereas a newer DNSSEC client will react to REFUSED by ignoring it and continuing to wait &amp;mdash; hoping for a real answer that might follow close on the heels of the potential forgery. In the unsecure case, the client will often do what the proponents of SOPA and PIPA would seem to want &amp;mdash; display an error message in the web browser &amp;mdash; but will occasionally just repeat the whole transaction a fraction of a second later, increasing the load on the ISP's name servers. In the DNSSEC case, the client will not do PIPA or SOPA are asking, there will just be delay followed by trying some other server, or retrying through a proxy, or otherwise circumventing what will look to DNSSEC like just another broken hotel or coffee shop wireless network.
&lt;/p&gt;

&lt;p&gt;
In summary, REFUSED doesn't mean what supporters of SOPA and PIPA want it to mean and no amount of new law can change that. There is in fact no signal in DNS that conveys the meaning of SOPA and PIPA, and every protocol perturbation thus far suggested by the supporters of SOPA and PIPA will look to DNSSEC like an attack or failure requiring circumvention. I urge anyone interested in adding new signals to DNS please participate in the Internet Engineering Task Force (IETF) to work on a new Internet RFC document on this topic. As an open and transparent peer driven engineering forum, the IETF is ideally placed to study this problem, determine whether a solution is possible, and standardize such a solution for use on the global Internet.
&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Written by &lt;a href="http://www.circleid.com/members/620/"&gt;Paul Vixie&lt;/a&gt;, Chairman and Chief Scientist, Internet Systems Consortium&lt;/em&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 12 Jan 2012 01:41:00 GMT</pubDate>
      <guid>http://www.circleid.com/posts/20120111_refusing_refused_for_sopa_pipa/</guid>
      <dc:date>2012-01-12T01:41:00Z</dc:date>
    </item>
    <item>
      <title>Verizon teams with In Motion Technology, transforms whips into rolling 4G LTE hotspots</title>
      <link>http://www.engadget.com/2012/01/10/verizon-teams-with-in-motion-technology-transforms-whips-into-ro/</link>
      <description>&lt;div&gt;
	&lt;img
    src="http://www.blogcdn.com/www.engadget.com/media/2012/01/index.jpg" /&gt;Looking to get a bit more &lt;a
    href="http://www.engadget.com/tag/verizon,lte"&gt;4G LTE&lt;/a&gt; access in your Maybach than what your &lt;a
    href="http://www.engadget.com/2011/12/16/verizon-galaxy-nexus-review/"&gt;Galaxy Nexus&lt;/a&gt; affords you? The wait may soon be over as &lt;a href="http://www.engadget.com/tag/Verizon/"&gt;Verizon&lt;/a&gt; and In Motion Technology have announced the first wireless mobile router tech for use in vehicles. Making use of the latter outfit's onBoard system, Aventadors everywhere can be converted into secure mobile hotspots along with a network management that monitors the status of the whole kit. VPN security is also present, in all its mobile-optimized glory. The In Motion Technology has been widely used in public safety scenarios, including the onBoard Mobile Gateway in ambulances and other municipal vehicles. If you're looking to find out more on the duo's announcement, hit the full PR just beyond the break.&lt;/div&gt;
&lt;p&gt;&lt;a href="http://www.engadget.com/2012/01/10/verizon-teams-with-in-motion-technology-transforms-whips-into-ro/"&gt;Continue reading &lt;em&gt;Verizon teams with In Motion Technology, transforms whips into rolling 4G LTE hotspots&lt;/em&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a
    href="http://www.engadget.com/2012/01/10/verizon-teams-with-in-motion-technology-transforms-whips-into-ro/"&gt;Verizon teams with In Motion Technology, transforms whips into rolling 4G LTE hotspots&lt;/a&gt; originally appeared on &lt;a
    href="http://www.engadget.com"&gt;Engadget&lt;/a&gt; on Tue, 10 Jan 2012 13:15:00 EDT.  Please see our &lt;a href="http://www.weblogsinc.com/feed-terms/"&gt;terms for use of feeds&lt;/a&gt;.&lt;/p&gt;
&lt;a
  href="http://www.engadget.com/2012/01/10/verizon-teams-with-in-motion-technology-transforms-whips-into-ro/" title="Permanent link to this entry"&gt;Permalink&lt;/a&gt;
&amp;nbsp; &amp;nbsp;|&amp;nbsp; &lt;img src="http://www.blogsmithmedia.com/www.engadget.com/media/post_label_source.gif" /&gt;
&lt;a href="http://www.inmotiontechnology.com/newsevents/verizonwireless/"&gt;In Motion&lt;/a&gt;
 &amp;nbsp;|&amp;nbsp;&lt;a href="http://www.engadget.com/forward/20145316/" title="Send this entry to a friend via email"&gt;Email this&lt;/a&gt;
&amp;nbsp;|&amp;nbsp;&lt;a
  href="http://www.engadget.com/2012/01/10/verizon-teams-with-in-motion-technology-transforms-whips-into-ro/#comments" title="View reader comments on this entry"&gt;Comments&lt;/a&gt;</description>
      <pubDate>Tue, 10 Jan 2012 17:15:00 GMT</pubDate>
      <guid>http://www.engadget.com/2012/01/10/verizon-teams-with-in-motion-technology-transforms-whips-into-ro/</guid>
      <dc:date>2012-01-10T17:15:00Z</dc:date>
    </item>
    <item>
      <title>Mobile Phone Best Practices: Having a VPN</title>
      <link>http://www.topix.net/gadgets/cellphones/2012/01/mobile-phone-best-practices-having-a-vpn?fromrss=1</link>
      <description>&lt;p&gt;Mobile devices will be king in 2012. Over half of professionals will be using a tablet or a smartphone as their primary computing device by the end of this year.&lt;/p&gt;</description>
      <pubDate>Sun, 08 Jan 2012 08:21:19 GMT</pubDate>
      <guid>http://www.topix.net/gadgets/cellphones/2012/01/mobile-phone-best-practices-having-a-vpn?fromrss=1</guid>
      <dc:date>2012-01-08T08:21:19Z</dc:date>
    </item>
    <item>
      <title>Mobile Phone Best Practices: Having a VPN</title>
      <link>http://www.topix.net/science/computer-science/2012/01/mobile-phone-best-practices-having-a-vpn?fromrss=1</link>
      <description>&lt;p&gt;Mobile devices will be king in 2012. Over half of professionals will be using a tablet or a smartphone as their primary computing device by the end of this year.&lt;/p&gt;</description>
      <pubDate>Sun, 08 Jan 2012 07:19:27 GMT</pubDate>
      <guid>http://www.topix.net/science/computer-science/2012/01/mobile-phone-best-practices-having-a-vpn?fromrss=1</guid>
      <dc:date>2012-01-08T07:19:27Z</dc:date>
    </item>
    <item>
      <title>Understanding the security framework behind RSA SecurID</title>
      <link>http://www.topix.net/science/computer-science/2012/01/understanding-the-security-framework-behind-rsa-securid?fromrss=1</link>
      <description>&lt;p&gt;RSA SecurID is trusted two-factor Authentication protocol often used to authenticate VPN clients enabling users to login to secure servers.&lt;/p&gt;</description>
      <pubDate>Sat, 07 Jan 2012 14:21:10 GMT</pubDate>
      <guid>http://www.topix.net/science/computer-science/2012/01/understanding-the-security-framework-behind-rsa-securid?fromrss=1</guid>
      <dc:date>2012-01-07T14:21:10Z</dc:date>
    </item>
    <item>
      <title>Understanding the security framework behind RSA SecurID</title>
      <link>http://www.topix.net/science/cryptography/2012/01/understanding-the-security-framework-behind-rsa-securid?fromrss=1</link>
      <description>&lt;p&gt;RSA SecurID is trusted two-factor Authentication protocol often used to authenticate VPN clients enabling users to login to secure servers.&lt;/p&gt;</description>
      <pubDate>Sat, 07 Jan 2012 05:25:15 GMT</pubDate>
      <guid>http://www.topix.net/science/cryptography/2012/01/understanding-the-security-framework-behind-rsa-securid?fromrss=1</guid>
      <dc:date>2012-01-07T05:25:15Z</dc:date>
    </item>
    <item>
      <title>Ramnit Attack Hits Facebook Despite Anti-Virus Protection</title>
      <link>http://www.cio-today.com/story.xhtml?story_id=81665</link>
      <description>After a busy 2011, malicious hackers are wasting no time making headlines in 2012. The first target: Facebook. The social-media giant was hit with a malware worm known as Ramnit -- and the attack offered a booty that reportedly includes the log-in details for more than 45,000 Facebook users.
&lt;p&gt;
&amp;quot;Our security experts have reviewed the data, and while the majority of the information was out of date, we have initiated remedial steps for all affected users to ensure the security of their accounts,&amp;quot; Facebook said in a published statement.
 &lt;/p&gt;
&lt;p&gt;
&amp;quot;Thus far, we have not seen the virus propagating on Facebook itself, but have begun working with our external partners to add protections to our anti-virus systems to help users secure their devices.&amp;quot;
&lt;/p&gt;
&lt;p&gt;

The Hackers' Motive

&lt;/p&gt;
&lt;p&gt;
Security firm Seculert is taking credit for discovering the hack, which mostly targeted users in the United Kingdom and France. The Microsoft Malware Protection Center describes Ramnit as &amp;quot;a multi-component malware family which infects Windows executable as well as HTML files,&amp;quot; and said its goal is to steal &amp;quot;sensitive information such as stored FTP credentials and browser cookies.&amp;quot;
&lt;/p&gt;
&lt;p&gt;
&amp;quot;We suspect that the attackers behind Ramnit are using the stolen credentials to log-in to victims' Facebook accounts and to transmit malicious links to their friends, thereby magnifying the malware's spread even further,&amp;quot; Seculert wrote in a blog post. 
&lt;/p&gt;
&lt;p&gt;
&amp;quot;In addition, cybercriminals are taking advantage of the fact that users tend to use the same password in various Web-based services (Facebook, Gmail, Corporate SSL VPN, Outlook Web Access, etc.) to gain remote access to corporate networks.&amp;quot;
&lt;/p&gt;
&lt;p&gt;

Ramnit's Financial Focus

&lt;/p&gt;
&lt;p&gt;
Ramnit was first discovered in April 2010. But it's a major nuisance for corporate IT administrators. Symantec  issued a report in July 2011 indicating that the Ramnit worm and its variants made up about 17 percent of all new malicious software infections.
&lt;/p&gt;
&lt;p&gt;
&amp;quot;Ramnit started...&lt;/p&gt;</description>
      <pubDate>Fri, 06 Jan 2012 16:09:10 GMT</pubDate>
      <guid>http://www.cio-today.com/story.xhtml?story_id=81665</guid>
      <dc:date>2012-01-06T16:09:10Z</dc:date>
    </item>
    <item>
      <title>QNAP Betas New NAS Firmware</title>
      <link>http://www.smallnetbuilder.com/nas/nas-news/31654-qnap-betas-new-nas-firmware</link>
      <description>&lt;p&gt;&lt;img align="left" height="150"
    src="http://www.smallnetbuilder.com//images/stories/news/qnap_logo.jpg"
    title="Cisco logo" width="144" /&gt;&lt;b&gt;QNAP &lt;/b&gt;has released a beta for its next NAS OS that includes VPN and proxy servers.&lt;/p&gt;
&lt;img height="1"
  src="http://feeds.feedburner.com/~r/smallnetbuilder_news/~4/4PAp0MoTM70" width="1" /&gt;</description>
      <pubDate>Thu, 29 Dec 2011 15:30:55 GMT</pubDate>
      <guid>http://www.smallnetbuilder.com/nas/nas-news/31654-qnap-betas-new-nas-firmware</guid>
      <dc:date>2011-12-29T15:30:55Z</dc:date>
    </item>
    <item>
      <title>Comodo adds VPN, attacks competitors</title>
      <link>http://www.topix.net/business/wireless/2011/12/comodo-adds-vpn-attacks-competitors?fromrss=1</link>
      <description>&lt;p&gt;Comodo Internet Security 5.9 detects new Wi-Fi connections and asks if you'd like to begin a VPN connection.&lt;/p&gt;</description>
      <pubDate>Tue, 20 Dec 2011 12:16:32 GMT</pubDate>
      <guid>http://www.topix.net/business/wireless/2011/12/comodo-adds-vpn-attacks-competitors?fromrss=1</guid>
      <dc:date>2011-12-20T12:16:32Z</dc:date>
    </item>
    <item>
      <title>Quamachi 0.6.0</title>
      <link>http://www.topix.net/tech/linux/2011/12/quamachi-0-6-0?fromrss=1</link>
      <description>&lt;p&gt;Quamachi is a Hamachi GUI for Linux. Hamachi is a zero-configuration VPN service.&lt;/p&gt;</description>
      <pubDate>Mon, 19 Dec 2011 08:17:28 GMT</pubDate>
      <guid>http://www.topix.net/tech/linux/2011/12/quamachi-0-6-0?fromrss=1</guid>
      <dc:date>2011-12-19T08:17:28Z</dc:date>
    </item>
    <item>
      <title>PSA: Verizon's Galaxy Nexus getting Android 4.0.2 update today</title>
      <link>http://www.engadget.com/2011/12/15/psa-verizons-galaxy-nexus-getting-android-4-0-2-update-today/</link>
      <description>&lt;div&gt;
	&lt;a
      href="http://www.engadget.com/2011/12/15/psa-verizons-galaxy-nexus-getting-android-4-0-2-update-today/"&gt;&lt;img src="http://www.blogcdn.com/www.engadget.com/media/2011/12/android-4-0-2-update.jpg" /&gt;&lt;/a&gt;&lt;/div&gt;

Big Red confirmed as much in yesterday's under-the-radar &lt;a href="http://www.engadget.com/2011/12/14/verizon-officially-announces-availability-of-the-galaxy-nexus-d/"&gt;announcement&lt;/a&gt;
, but we're now receiving reports that some users are being prompted to update their LTE-enabled Galaxy Nexus to Android 4.0.2. It's taking around two to three hours after activation for the update to hit, with ICL53F bringing an optimized mobile hotspot when used with VPN, a few notification fixes and visual improvements to the lock screen. It'll also now automatically reconnect to known WiFi access points, and those wonky email attachment issues that a few folks were having are gone. Oddly, DivX support has actually been &lt;em&gt;yanked&lt;/em&gt;

, though the company promises to support it &amp;quot;in a future upgrade&amp;quot; -- we're guessing the support that was baked in simply had too many issues to go to market with. It weighs in at 10.7MB; let us know how your installation goes in comments below.&lt;p&gt;&lt;a
    href="http://www.engadget.com/2011/12/15/psa-verizons-galaxy-nexus-getting-android-4-0-2-update-today/"&gt;PSA: Verizon's Galaxy Nexus getting Android 4.0.2 update today&lt;/a&gt; originally appeared on &lt;a
    href="http://www.engadget.com"&gt;Engadget&lt;/a&gt; on Thu, 15 Dec 2011 12:16:00 EDT.  Please see our &lt;a href="http://www.weblogsinc.com/feed-terms/"&gt;terms for use of feeds&lt;/a&gt;.&lt;/p&gt;
&lt;a
  href="http://www.engadget.com/2011/12/15/psa-verizons-galaxy-nexus-getting-android-4-0-2-update-today/" title="Permanent link to this entry"&gt;Permalink&lt;/a&gt;
&amp;nbsp;&lt;img src="http://www.blogsmithmedia.com/www.engadget.com/media/post_label_VIA.gif" /&gt;
&lt;a href="http://www.droid-life.com/2011/12/15/within-2-hours-of-activation-your-galaxy-nexus-will-receive-an-update-here-are-the-details/"&gt;Droid-Life&lt;/a&gt;
 &amp;nbsp;|&amp;nbsp; &lt;img src="http://www.blogsmithmedia.com/www.engadget.com/media/post_label_source.gif" /&gt;
&lt;a href="http://support.verizonwireless.com/pdf/system_update/samsung_galaxy_nexus_instructions.pdf"&gt;Verizon Wireless [PDF]&lt;/a&gt;
 &amp;nbsp;|&amp;nbsp;&lt;a href="http://www.engadget.com/forward/20128860/" title="Send this entry to a friend via email"&gt;Email this&lt;/a&gt;
&amp;nbsp;|&amp;nbsp;&lt;a
  href="http://www.engadget.com/2011/12/15/psa-verizons-galaxy-nexus-getting-android-4-0-2-update-today/#comments" title="View reader comments on this entry"&gt;Comments&lt;/a&gt;</description>
      <pubDate>Thu, 15 Dec 2011 16:16:00 GMT</pubDate>
      <guid>http://www.engadget.com/2011/12/15/psa-verizons-galaxy-nexus-getting-android-4-0-2-update-today/</guid>
      <dc:date>2011-12-15T16:16:00Z</dc:date>
    </item>
    <item>
      <title>Why Rule-Based Log Correlation Is Almost a Good Idea - Part 3</title>
      <link>http://java.sys-con.com/node/2095895</link>
      <description>We'll see below some examples of security attack scenario that many people will put forth as a perfect example of how powerful, valuable and simple correlation is.
As you can see, the overall approach of using static rule-based correlation on these is simply flawed.
Attack Scenario Example 1: Identity Theft
There are numerous ways to perform an Identity Theft attack, but let's focus on just one of them, recognizing that somebody cannot be in two places at the same time and hence that a user cannot log in your infrastructure from VPN and locally from the office &amp;quot;at the same time.&amp;quot; Furthermore, if he connects through VPN, then disconnects and then &amp;quot;shortly thereafter&amp;quot; he reconnects locally, then it is probably Identity Theft.&lt;p&gt;&lt;a href="http://java.sys-con.com/node/2095895"&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 14 Dec 2011 15:00:00 GMT</pubDate>
      <guid>http://java.sys-con.com/node/2095895</guid>
      <dc:date>2011-12-14T15:00:00Z</dc:date>
    </item>
    <item>
      <title>2012 Security Predictions: APT's, Mobile Malware and Botnet Takedowns</title>
      <link>http://www.circleid.com/posts/2012_security_predictions_apts_mobile_malware_and_botnet_takedowns/</link>
      <description>&lt;p&gt;As the weeks remaining in 2011 dwindle and 2012 peaks out from behind the last page of the calendar, it must once again be that time of year for purposeful reflection and prediction. Or is that navel gazing and star gazing?
&lt;/p&gt;

&lt;p&gt;
The year still has a couple of weeks to rock on before we can comprehensively summarize the events and trends of 2011. I'm sure there will be a bunch of annual threat reports preempting the end of year &amp;mdash; extrapolating trends etc. in order to get the jump on reports that use real data. At the highest level of navel gazing you could probably sum up 2011 with one word &amp;mdash; &amp;quot;More&amp;quot;. The bad guys got richer, more successful, invented a few new attack vectors, and generally grew in numbers; meanwhile the good guys got more efficient at causing the bad guys pain, but continued to be outspent by the bad guys.
&lt;/p&gt;

&lt;p&gt;
But let's put that aside for now. What does 2012 hold in stall for us?
&lt;/p&gt;

&lt;p&gt;
It's easy enough to predict the future when you're merely commenting upon the trends of past years and projecting &amp;quot;more&amp;quot; of the same. While I can offer no shortage of meaningful predictions for 2012 across a broad range of threat and security categories, I thought it would be fun to pick three topics that stole much of the limelight of 2011 &amp;mdash; Advanced Persistent Threats (APT's), mobile malware and botnet takedowns.
&lt;/p&gt;

&lt;p&gt;
So, without further ado, here are a handful of predictions for 2012.
&lt;/p&gt;

&lt;p&gt;
&lt;strong&gt;APT Bonanza&lt;/strong&gt;
&lt;/p&gt;

&lt;p&gt;
The volume of persistent attacks directed at large corporations will continue to increase and the victims will continue to feel as though they have been specifically targeted. There will thus be a presumption of sophistication to successful penetrations, which will lead to more organizations concluding that they have been the victim of an APT &amp;mdash; which, after more detailed analysis and external input, will increasingly be revealed as false claims.
&lt;/p&gt;

&lt;ul&gt;&lt;li&gt;More attacks will be labeled as APT's due to misunderstanding by the victims, or because of an implied &amp;quot;get out of jail&amp;quot; tactic when public disclosure of the breach is mandated by law.&lt;/li&gt;
&lt;li&gt;External analysts and security firms will dedicate more time and resources to analyzing breaches that are disclosed as &amp;quot;APT's&amp;quot;, and will be more vocal in correcting false claims.&lt;/li&gt;
&lt;li&gt;A growing unease will be attributed to the &amp;quot;cry wolf&amp;quot; mentality of labeling breaches as APT's throughout the year.&lt;/li&gt;
&lt;li&gt;Real APT attacks will increasingly be lost in the noise of falsely-claimed APT's, and the sophisticated attackers will be able to further obfuscate the intent of their attacks.&lt;/li&gt;&lt;/ul&gt;

&lt;p&gt;
&lt;strong&gt;Mobile Malware threats will continue to be misunderstood&lt;/strong&gt;
&lt;/p&gt;

&lt;p&gt;
Mobile malware will divide into two streams &amp;mdash; Smartphone malware and tablet crimeware. Both mobile malware streams will be similarly unimpressive from a threat sophistication perspective, however their criminal intent will direct their evolutionary changes. Tablet crimeware will develop at a faster pace than Smartphone malware in 2012 as the opportunities to defraud potential victims on tablet systems grow quicker.
&lt;/p&gt;

&lt;ul&gt;&lt;li&gt;The hype around mobile malware will continue to exceed the threat and the cybercriminals capabilities in 2012 &amp;mdash; but the cybercriminals and security researchers will strive to meet that hype.&lt;/li&gt;
&lt;li&gt;As mobile systems become more usable for day-to-day financial transactions and online stores tune their shopping portals for larger-screened mobile devices, cybercriminals will increasingly target these platforms. This crimeware (and injection vectors) will be more &amp;quot;traditional&amp;quot; and a closer facsimile of current generation PC-based crimeware capabilities than many have projected in the past.&lt;/li&gt;
&lt;li&gt;Smartphones, long seen as &amp;quot;the&amp;quot; mobile threat vector and with the longest history of malware abuse (e.g. Symbian-based malware and premium-rate fraud), will technically be susceptible to the same malware as that affecting tablet systems &amp;mdash; but will not be the primary target of attack.&lt;/li&gt;
&lt;li&gt;Cybercriminals that develop malware specifically for Smartphones will increasingly target the devices for propagation purposes &amp;mdash; seeking to infect other (traditional) corporate systems and to breach corporate VPN's.&lt;/li&gt;
&lt;li&gt;In the corporate realm, the Bring-Your-Own-Device (BYOD) consumerization of IT will entice cybercriminals that target enterprise networks to innovate new attack and propagation vectors. Throughout 2012 new vectors will be theorized and may be developed as proof-of-concept tools, but the hype will be bigger than reality because there are technical hurdles within the operating systems of the mobile devices that have yet to be overcome.&lt;/li&gt;
&lt;li&gt;Security conferences of a Black Hat ilk throughout 2012 will uncover and illustrate new vectors that subvert the underlying mobile device operating systems that will be leveraged in the 2013 timeframe for the targeted propagation of crimeware via BYOD&lt;/li&gt;
&lt;li&gt;The traditional invasive and &amp;quot;scary&amp;quot; mobile malware capabilities (e.g. eavesdropping on the victims calls, tracking the device owner, etc.) will not advance in 2012 and will continue to be potential capabilities rather than primary objectives for attackers.&lt;/li&gt;
&lt;li&gt;The first generation of commercial &amp;quot;DIY&amp;quot; mobile crimeware construction and attack tools will be developed and sold by enterprising cybercriminals&lt;/li&gt;
&lt;li&gt;Large scale botnets will not exist on the mobile platforms in 2012. There will be several &amp;quot;proof-of-concept&amp;quot; botnet implementations and theoretical attacks but, from an overall global threat perspective, they will be insignificant.&lt;/li&gt;&lt;/ul&gt;

&lt;p&gt;
&lt;strong&gt;Botnet takedowns will be ineffective&lt;/strong&gt;
&lt;/p&gt;

&lt;p&gt;
Despite a number of public and media-hyped botnet takedowns in 2011, and the prospect of increased takedowns in 2012, the overall impact on cyber-criminal operations will decrease. In response to the 2011 takedowns, cybercriminals will change some of their management tactics, further distribute their command-and-control (C&amp;amp;C) infrastructure, and invest in improved and more diverse infection vector operations.
&lt;/p&gt;

&lt;ul&gt;&lt;li&gt;Professional criminals who build and monetize botnets will invest in more robust crimeware distribution technologies and services. The capability to infect 10,000+ computers per day will be more important than the marginal loss of 3-year old botnets with only a few hundred thousand infected devices.&lt;/li&gt;
&lt;li&gt;Botnet C&amp;amp;C infrastructure will continue to become more agile &amp;mdash; flitting between domain names, IP addresses and physical locations at an increasing pace. In 2011 this agility was measured in weeks; by the end of 2012 it will be measured in hours.&lt;/li&gt;
&lt;li&gt;Botnet operators will add more layers between themselves and their victims. In 2011 cybercriminals increasingly adopted the use of commercial anonymous VPN services to connect to their C&amp;amp;C servers, and deployed C&amp;amp;C proxies between the botnet victims and the real C&amp;amp;C servers. In 2012 we can expect this trend to continue and there is a high probability that multiple layers of C&amp;amp;C proxies will be adopted to further protect the cybercriminals C&amp;amp;C investment.&lt;/li&gt;
&lt;li&gt;Noisy botnets (i.e. Spam botnets and DDoS) will continue to be the focus of legal botnet takedowns. In response, cybercriminals will in most cases reduce the noise of their botnets and will also further segment their botnets to ensure that the entire botnet is not lost in a single takedown operation.&lt;/li&gt;
&lt;li&gt;Botnet takedown attempts will become more &amp;quot;risky&amp;quot; as the takedown entities become more comfortable with the process. Risk will be introduced as the entities pursue remote clean-up and remediation of victim devices.&lt;/li&gt;
&lt;li&gt;&amp;quot;Good guy&amp;quot; botnet remediation services will become a commercial reality in 2012. As multiple security vendors and academic institutions focus upon the botnet menace they will uncover more vulnerabilities lying within the heart of both the botnet malware and the C&amp;amp;C portal software. There will be growing pressure to exploit these vulnerabilities for the purpose of usurping control of the botnet from the cybercriminals hands and to issue appropriate shutdown and uninstall commands directly from the compromised C&amp;amp;C servers.&lt;/li&gt;&lt;/ul&gt;

&lt;p&gt;
I wonder how many of these predictions will come to fruition? I guess we'll find out in 380 days.
&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Written by &lt;a href="http://www.circleid.com/members/5583/"&gt;Gunter Ollmann&lt;/a&gt;, VP of Research at Damballa&lt;/em&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 14 Dec 2011 14:14:01 GMT</pubDate>
      <guid>http://www.circleid.com/posts/2012_security_predictions_apts_mobile_malware_and_botnet_takedowns/</guid>
      <dc:date>2011-12-14T14:14:01Z</dc:date>
    </item>
    <item>
      <title>Why Rule-Based Log Correlation Is Almost a Good Idea - Part 3</title>
      <link>http://soa.sys-con.com/node/2095895</link>
      <description>We'll see below some examples of security attack scenario that many people will put forth as a perfect example of how powerful, valuable and simple correlation is.
As you can see, the overall approach of using static rule-based correlation on these is simply flawed.
Attack Scenario Example 1: Identity Theft
There are numerous ways to perform an Identity Theft attack, but let's focus on just one of them, recognizing that somebody cannot be in two places at the same time and hence that a user cannot log in your infrastructure from VPN and locally from the office &amp;quot;at the same time.&amp;quot; Furthermore, if he connects through VPN, then disconnects and then &amp;quot;shortly thereafter&amp;quot; he reconnects locally, then it is probably Identity Theft.&lt;p&gt;&lt;a href="http://soa.sys-con.com/node/2095895"&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 13 Dec 2011 18:37:00 GMT</pubDate>
      <guid>http://soa.sys-con.com/node/2095895</guid>
      <dc:date>2011-12-13T18:37:00Z</dc:date>
    </item>
    <item>
      <title>Verizon Adds 4G LTE Droid Xyboard Tablets</title>
      <link>http://www.cio-today.com/story.xhtml?story_id=81266</link>
      <description>Verizon Wireless said Tuesday that it will be rolling out two high-speed tablets from Motorola Mobility for use on its 4G LTE network later this month. Called the Droid Xyboard 8.2 and Droid Xyboard 10.1, the new models are less than 9mm in thickness and weigh 13.9 oz and 1.3 lbs, respectively.
&lt;p&gt;
Sporting magnesium-reinforced bodies and aluminum housings, the 8.2-inch and 10.1-inch Droid Xyboard tablets will first ship with Android 3.1, also known as Honeycomb. The tablets will be upgraded next year over-the-air to Android 4.0, also known as Ice Cream Sandwich.
&lt;/p&gt;
&lt;p&gt;
The other good news for Verizon's enterprise-class customers is that both Xyboard tablets integrate a number of business-friendly features. Among other things, the tablets feature &amp;quot;device encryption, VPN, remote device management and feature blocking,&amp;quot; said Motorola Mobility spokesperson Kira Golin. 
&lt;/p&gt;
&lt;p&gt;
&amp;quot;This is also the first tablet with 3LM software, which enables a powerful level of control and security over the device,&amp;quot; Golin said.
&lt;/p&gt;
&lt;p&gt;

Tablet Features

&lt;/p&gt;
&lt;p&gt;
Both of Motorola's tablets ship with Active Sync for work e-mail, contacts and calendar, Golin said. The mobile devices also will arrive with apps aboard that are squarely aimed at business professionals, such as Quickoffice HD for document editing and creation, Citrix GoToMeeting for collaboration and productivity, and Google Talk for videoconferencing.
&lt;/p&gt;
&lt;p&gt;
The Droid Xyboard 10.1 also has been optimized for use with a stylus that ships with the device to enable business professionals to make notes or mark up documents by writing directly on the device's screen. &amp;quot;A wide range of accessories such as multiple docking options and a Bluetooth-enabled keyboard with integrated track pad [also] make it even easier to work while on the go,&amp;quot; Golin said.
&lt;/p&gt;
&lt;p&gt;
The Droid Xyboard 8.2 and 10.1 are equipped with high-definition, 1080-pixel displays protected by scratch-resistant Corning Gorilla Glass as well as a coating of water-repellent nano-particles. 
&lt;/p&gt;
&lt;p&gt;
Under the hood, both...&lt;/p&gt;</description>
      <pubDate>Tue, 06 Dec 2011 22:19:44 GMT</pubDate>
      <guid>http://www.cio-today.com/story.xhtml?story_id=81266</guid>
      <dc:date>2011-12-06T22:19:44Z</dc:date>
    </item>
    <item>
      <title>Pete Docter’s Next Pixar Film is Set Inside a Young Girl’s Mind</title>
      <link>http://www.slashfilm.com/?p=117087</link>
      <description>The next film from Monsters, Inc. and Up director Pete Docter is still quite a mystery -- we've known next to nothing about the plot and characters -- hell, we don't even have a title. The movie is likely meant to occupy one of the two dates that Disney and Pixar have penciled in for the next couple years (November 27, 2013 and May 30, 2014), probably the later date. We've heard that&amp;nbsp; the script is by Michael Arndt (Toy Story 3) and is about &amp;quot;the formation of ideas.&amp;quot;

That latter point seems pretty spacy, but new comments from Pixar head John Lasseter make things a lot more clear.

During an appearance on Charlie Rose [1], Lasseter said,
Pete Docter, from Monsters, Inc. and Up, is doing a new film that takes place inside of a girl&amp;rsquo;s mind and it is about her emotions as characters, and that is unlike anything you&amp;rsquo;ve ever seen.
That puts the original report about the formation of ideas into perspective, doesn't it? It also makes the Pixar short Day and Night [2] look like a much more specifically useful experiment than we thought -- that short seems, to me, like a sort of prototype for the idea of representing emotions as characters.

And after Brave, this will be the second major Pixar film with a female lead.
[via BigScreenAnimation [3]]

[1] http://www.charlierose.com/view/interview/12024
[2] http://www.youtube.com/watch?v=VpN0vwgVBZk
[3] http://www.bigscreenanimation.com/2011/12/pixars-mind-movie-set-inside-girls.html</description>
      <pubDate>Tue, 06 Dec 2011 17:30:33 GMT</pubDate>
      <guid>http://www.slashfilm.com/?p=117087</guid>
      <dc:date>2011-12-06T17:30:33Z</dc:date>
    </item>
    <item>
      <title>US Cyber Command completes major cyber attack simulation, seems pleased with the results</title>
      <link>http://www.engadget.com/2011/12/02/us-cyber-command-completes-major-cyber-attack-simulation-seems/</link>
      <description>&lt;div&gt;
	&lt;a
      href="http://www.engadget.com/2011/12/02/us-cyber-command-completes-major-cyber-attack-simulation-seems/"&gt;&lt;img src="http://www.blogcdn.com/www.engadget.com/media/2011/12/cyber-command.jpg" /&gt;&lt;/a&gt;&lt;/div&gt;

&lt;div&gt;
	The &lt;a
    href="http://www.engadget.com/2010/11/05/us-cyber-command-achieves-full-operational-capability-interna/"&gt;US Cyber Command&lt;/a&gt; is barely out of its infancy, but it's already crossed one milestone off its to-do list, with the successful completion of its first major test run. The exercise, known as Cyber Flag, was carried out over the course of a single week at Nellis Air Force Base in Nevada, where some 300 experts put their defense skills to the test. According to Col. Rivers J. Johnson, the participants were divided into two teams: &amp;quot;good guys,&amp;quot; and &amp;quot;bad guys.&amp;quot; The latter were delegated with the task of infiltrating the Cyber Command's networks, while the former were charged with defending the mock &lt;a href="http://www.engadget.com/tag/cyberattack/"&gt;cyberattack&lt;/a&gt; and keeping the government's VPN free of malware. The idea, according to the agency, was to simulate a real-world attack on the Department of Defense, in order to better evaluate the Command's acumen. &amp;quot;There were a variety of scenarios based on what we think an adversary would do in real world events and real world time,&amp;quot; Johnson explained. &amp;quot;It was a great exercise.&amp;quot; The Colonel acknowledged that the good guys weren't able to defend against &lt;em&gt;all&lt;/em&gt; of the attacks, but pointed out that the vast majority were recognized and mitigated &amp;quot;in a timely manner.&amp;quot; All told, Cyber Flag was deemed a success, with NSA Director and Cyber Command chief Gen. Keith Alexander adding that it &amp;quot;exceeded&amp;quot; his own expectations.&lt;/div&gt;

&lt;div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;a
    href="http://www.engadget.com/2011/12/02/us-cyber-command-completes-major-cyber-attack-simulation-seems/"&gt;US Cyber Command completes major cyber attack simulation, seems pleased with the results&lt;/a&gt; originally appeared on &lt;a
    href="http://www.engadget.com"&gt;Engadget&lt;/a&gt; on Fri, 02 Dec 2011 17:34:00 EDT.  Please see our &lt;a href="http://www.weblogsinc.com/feed-terms/"&gt;terms for use of feeds&lt;/a&gt;.&lt;/p&gt;
&lt;a
  href="http://www.engadget.com/2011/12/02/us-cyber-command-completes-major-cyber-attack-simulation-seems/" title="Permanent link to this entry"&gt;Permalink&lt;/a&gt;
&amp;nbsp; &amp;nbsp;|&amp;nbsp; &lt;img src="http://www.blogsmithmedia.com/www.engadget.com/media/post_label_source.gif" /&gt;
&lt;a href="http://www.informationweek.com/news/government/security/232200508?cid=RSSfeed_IWK_All"&gt;Information Week&lt;/a&gt;
 &amp;nbsp;|&amp;nbsp;&lt;a href="http://www.engadget.com/forward/20118377/" title="Send this entry to a friend via email"&gt;Email this&lt;/a&gt;
&amp;nbsp;|&amp;nbsp;&lt;a
  href="http://www.engadget.com/2011/12/02/us-cyber-command-completes-major-cyber-attack-simulation-seems/#comments" title="View reader comments on this entry"&gt;Comments&lt;/a&gt;</description>
      <pubDate>Fri, 02 Dec 2011 21:34:00 GMT</pubDate>
      <guid>http://www.engadget.com/2011/12/02/us-cyber-command-completes-major-cyber-attack-simulation-seems/</guid>
      <dc:date>2011-12-02T21:34:00Z</dc:date>
    </item>
    <item>
      <title>Cloud computing is not grid computing</title>
      <link>http://www.topix.net/tech/hpc/2011/11/cloud-computing-is-not-grid-computing?fromrss=1</link>
      <description>&lt;p&gt;Recently I had a few discussions with people looking at leveraging the cloud. They were looking at extending their own compute farm by establishing a VPN to a public cloud and borrowing computing resources as needed.&lt;/p&gt;</description>
      <pubDate>Tue, 29 Nov 2011 10:42:22 GMT</pubDate>
      <guid>http://www.topix.net/tech/hpc/2011/11/cloud-computing-is-not-grid-computing?fromrss=1</guid>
      <dc:date>2011-11-29T10:42:22Z</dc:date>
    </item>
    <item>
      <title>Motorola Xoom 2</title>
      <link>http://www.letsgodigital.org/en/31101/motorola-xoom-2/</link>
      <description>&lt;b&gt;Motorola Xoom 2 Android Tablet : &lt;/b&gt;
The Motorola Xoom 2 with Wi-Fi features a 10.1-inch widescreen HD display and Android 3.2 Honeycomb like its predecessor, but the similarities end there. The Motorola Xoom 2 display is brighter and more vibrant than before with colour enhancement, and the edges have been strategically designed to make the Motorola tablet more comfortable to hold - this tablet is easy on the eyes, and easy on the hands. The Motorola Xoom 2 tablet is compatible with the optional Motorola Stylus that is great for note-taking, hand-writing e-mails and sketching. Motorola Xoom 2 tablet is loaded with Business Ready features like VPN support and data encryption.</description>
      <pubDate>Fri, 18 Nov 2011 10:43:00 GMT</pubDate>
      <guid>http://www.letsgodigital.org/en/31101/motorola-xoom-2/</guid>
      <dc:date>2011-11-18T10:43:00Z</dc:date>
    </item>
    <item>
      <title>strongSwan 4.6.1</title>
      <link>http://www.topix.net/science/cryptography/2011/11/strongswan-4-6-1?fromrss=1</link>
      <description>&lt;p&gt;It interoperates with with most other IPsec-based VPN products via the IKEv2 or IKEv1 key exchange protocols.&lt;/p&gt;</description>
      <pubDate>Fri, 11 Nov 2011 18:45:35 GMT</pubDate>
      <guid>http://www.topix.net/science/cryptography/2011/11/strongswan-4-6-1?fromrss=1</guid>
      <dc:date>2011-11-11T18:45:35Z</dc:date>
    </item>
    <item>
      <title>YouSAB VPN Desktop Messenger</title>
      <link>http://www.topix.net/tech/p2p/2011/11/yousab-vpn-desktop-messenger?fromrss=1</link>
      <description>&lt;p&gt;YouSAB Messenger is an easy-to-use application which allows users to chat with their buddies online.&lt;/p&gt;</description>
      <pubDate>Fri, 11 Nov 2011 13:59:27 GMT</pubDate>
      <guid>http://www.topix.net/tech/p2p/2011/11/yousab-vpn-desktop-messenger?fromrss=1</guid>
      <dc:date>2011-11-11T13:59:27Z</dc:date>
    </item>
    <item>
      <title>Understanding the security framework behind RSA SecurID</title>
      <link>http://www.topix.net/science/cryptography/2011/11/understanding-the-security-framework-behind-rsa-securid?fromrss=1</link>
      <description>&lt;p&gt;RSA SecurID is trusted two-factor Authentication protocol often used to authenticate VPN clients enabling users to login to secure servers.&lt;/p&gt;</description>
      <pubDate>Thu, 10 Nov 2011 12:33:38 GMT</pubDate>
      <guid>http://www.topix.net/science/cryptography/2011/11/understanding-the-security-framework-behind-rsa-securid?fromrss=1</guid>
      <dc:date>2011-11-10T12:33:38Z</dc:date>
    </item>
    <item>
      <title>Case Study: Masergy VPLS Solution Gives Client a Leg-Up on Productivity</title>
      <link>http://www.crn.com/news/networking/231902530/case-study-masergy-vpls-solution-gives-client-a-leg-up-on-productivity.htm</link>
      <description>Adept Technologies, a multisite, global robotics manufacturer needed to upgrade its VPN.  Masergy's solution provided the flexibility, reliability and scalability they were looking for.&lt;br /&gt;

&lt;br /&gt;


&lt;img height="0"
  src="http://insight.adsrvr.org/track/evnt/?ct=0:8pyu3gz&amp;amp;adv=wouzn4v&amp;amp;fmt=3" width="0" /&gt;</description>
      <pubDate>Mon, 07 Nov 2011 23:09:00 GMT</pubDate>
      <guid>http://www.crn.com/news/networking/231902530/case-study-masergy-vpls-solution-gives-client-a-leg-up-on-productivity.htm</guid>
      <dc:date>2011-11-07T23:09:00Z</dc:date>
    </item>
    <item>
      <title>strongSwan 4.6.0</title>
      <link>http://www.topix.net/tech/open-source/2011/11/strongswan-4-6-0?fromrss=1</link>
      <description>&lt;p&gt;It interoperates with with most other IPsec-based VPN products via the IKEv2 or IKEv1 key exchange protocols.&lt;/p&gt;</description>
      <pubDate>Mon, 07 Nov 2011 17:49:10 GMT</pubDate>
      <guid>http://www.topix.net/tech/open-source/2011/11/strongswan-4-6-0?fromrss=1</guid>
      <dc:date>2011-11-07T17:49:10Z</dc:date>
    </item>
    <item>
      <title>strongSwan 4.6.0</title>
      <link>http://www.topix.net/science/cryptography/2011/11/strongswan-4-6-0?fromrss=1</link>
      <description>&lt;p&gt;It interoperates with with most other IPsec-based VPN products via the IKEv2 or IKEv1 key exchange protocols.&lt;/p&gt;</description>
      <pubDate>Mon, 07 Nov 2011 16:04:52 GMT</pubDate>
      <guid>http://www.topix.net/science/cryptography/2011/11/strongswan-4-6-0?fromrss=1</guid>
      <dc:date>2011-11-07T16:04:52Z</dc:date>
    </item>
    <item>
      <title>VirnetX lawsuit against Apple joined by ITC complaint</title>
      <link>http://www.electronista.com/articles/11/11/07/virnetx.tries.to.force.cash.settlement.through.itc/</link>
      <description>&lt;img align="left" height="120"
  src="http://photos.macnn.com/news/1111/iphone3gs-vpn.jpg" width="176" /&gt;
VirnetX revealed on Monday that its latest lawsuit against Apple was being joined by a matching International Trade Commission dispute.  The complaint touches on the same VPN-related patent used in the main lawsuit and which VirnetX has tried to wield against large parts of the technology industry.  It hopes not just to ban future iPad, iPhone, iPod, and Mac sales but to stop all marketing and sales around whatever is currently in stores should it win....&lt;br /&gt;

&lt;br /&gt;


&lt;img height="0"
  src="http://segment-pixel.invitemedia.com/pixel?code=TechCons&amp;amp;partnerID=167&amp;amp;key=segment" width="0" /&gt;
&lt;img height="0"
  src="http://insight.adsrvr.org/track/evnt/?ct=0:dupdmqp&amp;amp;adv=wouzn4v&amp;amp;fmt=3" width="0" /&gt;</description>
      <pubDate>Mon, 07 Nov 2011 14:50:00 GMT</pubDate>
      <guid>http://www.electronista.com/articles/11/11/07/virnetx.tries.to.force.cash.settlement.through.itc/</guid>
      <dc:date>2011-11-07T14:50:00Z</dc:date>
    </item>
    <item>
      <title>VirnetX sues Apple over hours-old VPN patent</title>
      <link>http://www.electronista.com/articles/11/11/01/virnetx.claims.ios.mac.infringe.just.granted.tech/</link>
      <description>&lt;img align="left" height="120"
  src="http://photos.macnn.com/news/1110/iphone4s-review26sm.jpg" width="176" /&gt;
Frequently labeled as a patent troll, VirnetX on Tuesday launched one of its more aggressive attacks by suing Apple (below) over a patent it had only just been granted.  The company, which has sued Apple before, alleged that &amp;quot;at least&amp;quot; current iOS devices and Lion-equipped Macs were violating some claims of a patent for a &amp;quot;Method for Establishing Secure Communication Link Between Computers of Virtual Private Network,&amp;quot; or a standard VPN connection.  The patent had been granted just the same day, suggesting that the aim of the patent was only to sue others for profit....&lt;br /&gt;

&lt;br /&gt;


&lt;img height="0"
  src="http://segment-pixel.invitemedia.com/pixel?code=TechCons&amp;amp;partnerID=167&amp;amp;key=segment" width="0" /&gt;
&lt;img height="0"
  src="http://insight.adsrvr.org/track/evnt/?ct=0:dupdmqp&amp;amp;adv=wouzn4v&amp;amp;fmt=3" width="0" /&gt;</description>
      <pubDate>Tue, 01 Nov 2011 13:25:00 GMT</pubDate>
      <guid>http://www.electronista.com/articles/11/11/01/virnetx.claims.ios.mac.infringe.just.granted.tech/</guid>
      <dc:date>2011-11-01T13:25:00Z</dc:date>
    </item>
    <item>
      <title>UnitedStyles Lets You Play Fashion Designer</title>
      <link>http://techcrunch.com/?p=444421</link>
      <description>&lt;img height="38"
  src="http://tctechcrunch2011.files.wordpress.com/2011/10/screen-shot-2011-10-31-at-2-17-04-pm.png?w=100&amp;amp;h=38&amp;amp;crop=1"
  title="Screen Shot 2011-10-31 at 2.17.04 PM" width="100" /&gt;
Based out of Shanghai, &lt;a href="http://www.unitedstyles.com"&gt;UnitedStyles&lt;/a&gt;

 is a Facebook Connect-enabled service that lets any user create customized women's apparel, allowing them sketch out, adjust and share a design via an online interface and customized 3D preview (Note: Chinese users will have to use a VPN to login through Facebook).

Co-founder &lt;a href="http://www.crunchbase.com/person/marc-van-der-chijs"&gt;Marc van der Chijs &lt;/a&gt;
tells me that his objective is to recreate the entire fashion design experience for Internet users, &amp;quot;It's very strange that you cannot [already] design your own clothes online.&amp;quot;</description>
      <pubDate>Mon, 31 Oct 2011 09:26:12 GMT</pubDate>
      <guid>http://techcrunch.com/?p=444421</guid>
      <dc:date>2011-10-31T09:26:12Z</dc:date>
    </item>
    <item>
      <title>TechCrunch Disrupt Beijing Hackathon: The Night Shift</title>
      <link>http://techcrunch.com/?p=443898</link>
      <description>&lt;img height="70"
  src="http://tctechcrunch2011.files.wordpress.com/2011/10/screen-shot-2011-10-30-at-2-51-16-am.png?w=100&amp;amp;h=70&amp;amp;crop=1"
  title="Screen Shot 2011-10-30 at 2.51.16 AM" width="100" /&gt;
It's 12:49 am at the TechCrunch &lt;a href="http://disrupt.techcrunch.com/BJ2011/hackathon/"&gt;Disrupt Beijing Hackathon&lt;/a&gt;
; Unlike any other hackathon I've attended, the late night hacker snacks here take the prize for unique brain fuel. &amp;nbsp;They include Tea Eggs, Italian Red Meat Flavor potato chips, Yanjing beer, Apples, and Pokki sticks. Other differences? Well I'm writing this through a VPN because Wordpress is blocked, and I'm probably going to have to go back to the hotel room to finish because the Internet keeps crapping out half way in the middle of my post.

Despite it being a hard day's night basically, there are about 100 intrepid programmers still here at the CNCC conference center in the Olympic Village, working all through the night with the fervor of well, programmers. Despite the lack of Red Bull. And Internet.</description>
      <pubDate>Sat, 29 Oct 2011 18:55:46 GMT</pubDate>
      <guid>http://techcrunch.com/?p=443898</guid>
      <dc:date>2011-10-29T18:55:46Z</dc:date>
    </item>
    <item>
      <title>pfSense 2.0 Released</title>
      <link>http://osnews.com/story/25272/pfSense_2_0_Released</link>
      <description>After three years of hard work and many enhancements, pfSense 2.0 has been released. Of the more impressive stats, more than 108,000 unique IP addresses have downloaded the snapshots during 2011, resulting in some amazing testing, feedback and now reliability with the 2.0 release. Among the many notable features and enhancements: Based on FreeBSD 8.1, Enhancements to IP Aliases, dashboard and widgets, SMTP and growl alerts, new traffic shaper, Layer 7 protocol filtering, major improvements to NAT engine and configuration, certificate manager, VPN improvements, virtual wireless AP support and many others.</description>
      <pubDate>Fri, 28 Oct 2011 22:11:55 GMT</pubDate>
      <guid>http://osnews.com/story/25272/pfSense_2_0_Released</guid>
      <dc:date>2011-10-28T22:11:55Z</dc:date>
    </item>
    <item>
      <title>RSA SecurID data stolen by a "nation state" 
    (Digital Trends)</title>
      <link>http://us.rd.yahoo.com/dailynews/rss/tech/*http://news.yahoo.com/s/digitaltrends/20111012/tc_digitaltrends/rsasecuriddatastolenbyanationstate</link>
      <description>Digital Trends - Last March, infiltrators carried out a quiet cyberattack against RSA, obtaining information about the operation of its SecurID tokens, hardware devices used by corporations, governments, and organizations to establish secure VPN connections with remote employees. RSA admitted the breach in April and began replacing SecurID tokens last June, but now RSA is revealing a bit more about the attack. Speaking at a Q&amp;amp;A session at the RSA Conference in London, RSA chairman Art Coviello said the attack&amp;acirc;s methodology revealed that two separate teams were at work, and the company is very confident that the skill and resources required by the attack had to have been supported by a nation.</description>
      <pubDate>Wed, 12 Oct 2011 01:39:17 GMT</pubDate>
      <guid>http://us.rd.yahoo.com/dailynews/rss/tech/*http://news.yahoo.com/s/digitaltrends/20111012/tc_digitaltrends/rsasecuriddatastolenbyanationstate</guid>
      <dc:date>2011-10-12T01:39:17Z</dc:date>
    </item>
    <item>
      <title>AT&amp;T uses Android as one-size-fits-all solution for 5 different types of customers</title>
      <link>http://betanews.com/?p=39617</link>
      <description>National wireless carrier AT&amp;amp;T on Tuesday simultaneously announced five new Android smartphones, none of which are flagship devices for the carrier, but each of which answers the needs of a specific type of phone user. For the Power User: Motorola Atrix 2 Following up on last year's breakthrough Motorola Atrix 4G, AT&amp;amp;T announced the Atrix 2 which is equipped with a 4.3&amp;quot; (960x540) screen, &amp;quot;4G&amp;quot; HSPA+ connectivity, a 1GHz dual-core processor, 1GB of RAM, 8 megapixel camera and front-facing VGA chat camera, enterprise-grade IPsec VPN, microSD encryption, and support for Enhanced Exchange ActiveSync. Like its predecessor, it also supports the&amp;hellip; &lt;a
  href="http://betanews.com/2011/10/11/att-uses-android-as-one-size-fits-all-solution-for-5-different-types-of-customers/" rel="nofollow"&gt;[Continue Reading]&lt;/a&gt;</description>
      <pubDate>Tue, 11 Oct 2011 21:10:45 GMT</pubDate>
      <guid>http://betanews.com/?p=39617</guid>
      <dc:date>2011-10-11T21:10:45Z</dc:date>
    </item>
    <item>
      <title>3LM resurfaces, still wants to make Android secure enough for the IT guys</title>
      <link>http://www.engadget.com/2011/10/11/3lm-resurfaces-still-wants-to-make-android-secure-enough-for-th/</link>
      <description>&lt;div&gt;
	&lt;a
      href="http://www.engadget.com/2011/10/11/3lm-resurfaces-still-wants-to-make-android-secure-enough-for-th/"&gt;&lt;img src="http://www.blogcdn.com/www.engadget.com/media/2011/10/tabletblock.jpg" /&gt;&lt;/a&gt;&lt;/div&gt;

&lt;div&gt;
	Remember when &lt;a
    href="http://www.engadget.com/2011/02/28/motorola-subsidiary-3lm-to-offer-enterprise-class-device-managem/"&gt;Motorola bought 3LM,&lt;/a&gt; a startup dedicated to offering enterprise-class device management to Android users? After eight months of silence, there's finally some news about the company and its handset-agnostic solutions. It's called, erm, 3LM and you (yes, &lt;em&gt;you&lt;/em&gt;) can begin the &lt;em&gt;scintillating &lt;/em&gt;process of installing it on your servers and company-issued smartphones later this week. Administrators will get the power to encrypt data and removable storage on Android devices like the &lt;a href="http://www.engadget.com/2011/10/10/motorola-unveils-rugged-et1-android-tablet-for-enterprise-types/"&gt;Motorola ET1&lt;/a&gt;, remotely install / uninstall / blacklist applications, connect to the devices over VPN and behave like the killjoys we all know and love admins to be. There's no word on how much this shebang will cost, but you'll find most of the other important facts in the press release, tucked after the break.&lt;/div&gt;
&lt;p&gt;&lt;a href="http://www.engadget.com/2011/10/11/3lm-resurfaces-still-wants-to-make-android-secure-enough-for-th/"&gt;Continue reading &lt;em&gt;3LM resurfaces, still wants to make Android secure enough for the IT guys&lt;/em&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a
    href="http://www.engadget.com/2011/10/11/3lm-resurfaces-still-wants-to-make-android-secure-enough-for-th/"&gt;3LM resurfaces, still wants to make Android secure enough for the IT guys&lt;/a&gt; originally appeared on &lt;a
    href="http://www.engadget.com"&gt;Engadget&lt;/a&gt; on Tue, 11 Oct 2011 08:47:00 EDT.  Please see our &lt;a href="http://www.weblogsinc.com/feed-terms/"&gt;terms for use of feeds&lt;/a&gt;.&lt;/p&gt;
&lt;a
  href="http://www.engadget.com/2011/10/11/3lm-resurfaces-still-wants-to-make-android-secure-enough-for-th/" title="Permanent link to this entry"&gt;Permalink&lt;/a&gt;
&amp;nbsp;&lt;img src="http://www.blogsmithmedia.com/www.engadget.com/media/post_label_VIA.gif" /&gt;
&lt;a href="http://www.prnewswire.com/news-releases/3lm-launches-catalyzing-android-operating-system-adoption-in-the-enterprise-131444698.html"&gt;PRNewswire&lt;/a&gt;
 &amp;nbsp;|&amp;nbsp; &lt;img src="http://www.blogsmithmedia.com/www.engadget.com/media/post_label_source.gif" /&gt;
&lt;a href="http://www.3lm.com/index.html"&gt;3LM&lt;/a&gt;
 &amp;nbsp;|&amp;nbsp;&lt;a href="http://www.engadget.com/forward/20077887/" title="Send this entry to a friend via email"&gt;Email this&lt;/a&gt;
&amp;nbsp;|&amp;nbsp;&lt;a
  href="http://www.engadget.com/2011/10/11/3lm-resurfaces-still-wants-to-make-android-secure-enough-for-th/#comments" title="View reader comments on this entry"&gt;Comments&lt;/a&gt;</description>
      <pubDate>Tue, 11 Oct 2011 12:47:00 GMT</pubDate>
      <guid>http://www.engadget.com/2011/10/11/3lm-resurfaces-still-wants-to-make-android-secure-enough-for-th/</guid>
      <dc:date>2011-10-11T12:47:00Z</dc:date>
    </item>
    <item>
      <title>Samsung Stratosphere Smartphone Targets Business Users</title>
      <link>http://www.cio-today.com/story.xhtml?story_id=80536</link>
      <description>The iPhone 4S has seen more than a million pre-orders, but that's not stopping competitors from coming to market with smartphones of their own. Apple rival Samsung is rolling out a Galaxy S phone that aims to offer something Apple doesn't: more typing options and 4G speeds.
&lt;p&gt;
Verizon Wireless announced that the Samsung Stratosphere will hit its network on Oct. 13. The Stratosphere is the first 4G LTE smartphone Verizon Wireless has offered with a five-row QWERTY keyboard and designed with Samsung's 4-inch Super AMOLED display for richer graphics.
&lt;/p&gt;
&lt;p&gt;
&amp;quot;There are going to be some consumers -- as there have been in the past -- who don't want an iPhone for whatever reason,&amp;quot; said Michael Gartenberg, an analyst at Gartner. &amp;quot;There are also consumers who do want a QWERTY keyboard on their smartphone. In that regard this phone will definitely fill that niche.&amp;quot;
&lt;/p&gt;
&lt;p&gt;

Targeting Business Users

&lt;/p&gt;
&lt;p&gt;
Samsung is perhaps aiming more at Research In Motion consumers than Apple users with the Stratosphere. The device supports B2B-enabled connectivity services from Cisco, a mobile implementation of Microsoft Exchange ActiveSync (EAS), and support for secure remote-device management from Sybase Afaria.
&lt;/p&gt;
&lt;p&gt;
EAS includes features such as direct push, e-mail, calendar, contact sync and Global Address List, as well as EAS policies such as storage-card encryption, device encryption, and simple- and complex-password support. Stratosphere will support Samsung's Enterprise Platform enhancements such as VPN, encryption and mobile-device management.
&lt;/p&gt;
&lt;p&gt; 
The phone runs Android 2.3, which means there is also support for Google Mobile Services. And since the Stratosphere is built to run on the Verizon Wireless 4G LTE network, consumers can expect download speeds of five to 12 megabits per second and upload speeds of 2 to 5 Mbps in 4G LTE mobile broadband coverage areas. 
&lt;/p&gt;
&lt;p&gt;

Room for Variety

&lt;/p&gt;
&lt;p&gt;
&amp;quot;The iPhone 4S is certainly the device to beat right now with over 1...&lt;/p&gt;</description>
      <pubDate>Mon, 10 Oct 2011 18:19:45 GMT</pubDate>
      <guid>http://www.cio-today.com/story.xhtml?story_id=80536</guid>
      <dc:date>2011-10-10T18:19:45Z</dc:date>
    </item>
    <item>
      <title>ShoreTel updates mobility platform to address BYOD trend</title>
      <link>http://www.fierceenterprisecommunications.com/story/shoretel-updates-mobility-platform-address-byod-trend/2011-10-10?utm_medium=rss&amp;utm_source=rss</link>
      <description>&lt;p&gt;Add ShoreTel (&lt;a href="http://finance.yahoo.com/q?s=SHOR"&gt;Nasdaq: SHOR&lt;/a&gt;) to the enterprise communications companies looking to ride the mobility wave and the increasing trend of companies allowing employees to connect their own devices to their communications networks.&lt;/p&gt;

&lt;p&gt;The IP phone systems specialist today announced it has updated its ShoreTel Mobility platform to enable corporate communication applications on employee-owned smartphones and tablets, while at the same time separating the personal and business identities on a single mobile device. The bring-your-own device (BYOD) solution helps reduce costs and IT department load, while allowing employees and contractors a greater range of device selections.&lt;/p&gt;


&lt;p&gt;New to this iteration of ShoreTel Mobility, which is set to ship in November, is native telephony interface integration on Android-based devices, including the Motorola (&lt;a
    href="http://finance.yahoo.com/q?s=MMI"&gt;NYSE: MMI&lt;/a&gt;) Atrix 4G, Samsung Galaxy S, Motorola Droid X2, HTC Droid Incredible 2 and the earlier-generation Motorola Droid. ShoreTel Mobility will continue to support all Apple (&lt;a href="http://finance.yahoo.com/q?s=aapl"&gt;Nasdaq: AAPL&lt;/a&gt;) iOS devices and several Research In Motion devices that run BlackBerry OS 6.0.&lt;/p&gt;

&lt;p&gt;Steve Blood, VP of research at Gartner, said BYOD is increasingly becoming an issue for companies.&lt;/p&gt;

&lt;p&gt;&amp;quot;We see this as a big issue for enterprises, in addition to the efficiency and productivity benefits that mobile devices bring,&amp;quot; he said. &amp;quot;Enterprises should look to a solution that supports a broad range of leading smartphones and tablets, as the devices being used at work are not always company owned. Enterprises will prefer a solution that is part of their existing IP PBX and UC system or works with the existing system therefore avoiding upgrades or replacement of their existing infrastructure.&amp;quot;&lt;/p&gt;

&lt;p&gt;And, ShoreTel said its platform allows the IT group to manage the security risk of enterprise communication in a BYOD environment in a way that doesn't hinder productivity. Unlike some solutions, ShoreTel Mobility automatically recognizes when users are outside the enterprise firewall and initiates the application-layer SSL VPN.&lt;/p&gt;

&lt;p&gt;For more:&lt;br /&gt; - see this &lt;a
    href="http://www.fierceenterprisecommunications.com/press-releases/shoretel-mobility-eliminates-chaos-byod-0"&gt;release&lt;/a&gt;&lt;br /&gt; - see the &lt;em&gt;CRN&lt;/em&gt;&amp;nbsp;&lt;a href="http://www.crn.com/news/networking/231900375/shoretel-updates-mobility-platform-behind-byod-trend.htm?itc=refresh"&gt;article&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Related articles:&lt;br /&gt; &lt;a
    href="http://www.fierceenterprisecommunications.com/story/shoretel-breaks-200m-mark-cant-shake-expenses-earnings-lag/2011-08-11"&gt;ShoreTel breaks $200M mark, but can't shake expenses as earnings lag&lt;/a&gt;&lt;br /&gt; &lt;a
    href="http://www.fierceenterprisecommunications.com/story/shortel-public-sector-providing-growth-voip/2011-04-13"&gt;Shortel: Public sector providing growth for VoIP&lt;/a&gt;&lt;br /&gt; &lt;a
    href="http://www.fiercevoip.com/story/podcast-interview-shoretels-mark-arman/2011-03-17"&gt;Podcast: Interview with ShoreTel's Mark Arman&lt;/a&gt;&lt;br /&gt; &lt;a href="http://www.fiercevoip.com/story/shoretel-launches-low-tco-uc-program/2010-04-15"&gt;ShoreTel launches lowest TCO UC program&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 10 Oct 2011 14:18:59 GMT</pubDate>
      <guid>http://www.fierceenterprisecommunications.com/story/shoretel-updates-mobility-platform-address-byod-trend/2011-10-10?utm_medium=rss&amp;utm_source=rss</guid>
      <dc:date>2011-10-10T14:18:59Z</dc:date>
    </item>
    <item>
      <title>Juniper offers new portfolio to leverage BYOD trend</title>
      <link>http://www.fierceenterprisecommunications.com/story/juniper-offers-new-portfolio-leverage-byod-trend/2011-10-03?utm_medium=rss&amp;utm_source=rss</link>
      <description>&lt;p&gt;IT departments are increasingly struggling to support an array of mobile devices as the bring-your-own-device trend adds additional security and management concerns to their responsibilities.&lt;/p&gt;

&lt;p&gt;Juniper Networks (&lt;a
    href="http://finance.yahoo.com/q?s=JNPR"&gt;Nasdaq: JNPR&lt;/a&gt;), hoping to capitalize on the increased number of BYOD tablets and smartphones in use by enterprises, is launching several new products in a networking portfolio dubbed &amp;quot;Simply Connected.&amp;quot; The portfolio includes three new switching products, wireless LAN product innovations and a set of updated iOS and Android mobile device security capabilities. The initiative arrives just as Apple (&lt;a href="http://finance.yahoo.com/q?s=aapl"&gt;Nasdaq: AAPL&lt;/a&gt;) sets to launch the iPhone 5 Tuesday, likely to increase the demand for mobile solutions.&lt;/p&gt;

&lt;p&gt;According to Nemertes Research, 86 percent of enterprises report an increase in the number of telecommuters. Additionally, while IT budgets remain flat or increase only marginally, more than 43 percent of organizations report a double-digit increase in mobility budgets.&lt;/p&gt;

&lt;p&gt;Juniper said it believes legacy networks designed for wired PCs are ill-suited to meet the demands of new applications; the company hopes its new portfolio simplifies current network infrastructures.&lt;/p&gt;

&lt;p&gt;&amp;quot;It should be simple for individuals to choose and change their devices, simple to securely access their business applications and easy for the IT department to provision one policy per user that works across multiple devices, from tablets to smart phones to PCs,&amp;quot; said Alex Gray, senior vice president and general manager of the campus and branch business unit at Juniper Networks.&lt;/p&gt;

&lt;p&gt;Juniper's Simply Connected portfolio includes two Ethernet switches available now, the EX2200 and EX3200, and the EX6200, which is set to ship in the fourth quarter. The EX6200 is designed to deliver a scalable, resilient, high-performance wiring closet solution and to provide extremely high port densities in a space-optimized form factor.&lt;/p&gt;

&lt;p&gt;Also available this month is the WLC880 wireless LAN controller, which is supported by new system software capabilities, including Juniper Networks Spectrum Management, and ensures over the air reliability on mainstream 802.11n APs including the WLA-522 AP and advanced spectrum planning capability.&lt;/p&gt;


&lt;p&gt;Juniper's Junos Pulse Mobile Security Suite has been updated to include the ability for enterprises and service providers with Apple's&amp;nbsp;(&lt;a href="http://finance.yahoo.com/q?s=aapl"&gt;Nasdaq: AAPL&lt;/a&gt;)&amp;nbsp;iPhones, iPod touch and iPads to remotely lock and wipe lost or stolen devices, set and enforce security and passcode policies, provision and remove Microsoft Exchange profiles, provision VPN and Wi-Fi settings, inventory device applications and restrict specific apps on iOS devices.&lt;/p&gt;

&lt;p&gt;For more:&lt;br /&gt; - see this &lt;a href="http://www.fierceenterprisecommunications.com/press-releases/juniper-networks-introduces-simply-connected-portfolio-enable-mobile-workfo"&gt;release&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Related articles:&lt;br /&gt; &lt;a
    href="http://www.fierceenterprisecommunications.com/story/hp-cisco-battle-prompts-drop-ethernet-switch-revenues/2011-09-21"&gt;HP, Cisco battle prompts drop in Ethernet switch revenues&lt;/a&gt;&lt;br /&gt; &lt;a
    href="http://www.fierceenterprisecommunications.com/story/cisco-goes-offensive-against-juniper-networks-hp-next/2011-09-12"&gt;Cisco goes on offensive against Juniper Networks; is HP next?&lt;/a&gt;&lt;br /&gt; &lt;a href="http://www.fierceenterprisecommunications.com/story/mitel-plays-byod-trend-uc-apps-apples-iphone-ipad/2011-09-26"&gt;Mitel plays into BYOD trend with UC apps for Apple's iPhone, iPad&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 03 Oct 2011 15:48:40 GMT</pubDate>
      <guid>http://www.fierceenterprisecommunications.com/story/juniper-offers-new-portfolio-leverage-byod-trend/2011-10-03?utm_medium=rss&amp;utm_source=rss</guid>
      <dc:date>2011-10-03T15:48:40Z</dc:date>
    </item>
    <item>
      <title>Galaxy Tab 8.9 hits pre-order, ships October 2nd in US; Galaxy Player 5.0 and 4.0 shipping October 16th</title>
      <link>http://www.engadget.com/2011/09/26/galaxy-tab-8-9-hits-pre-order-ships-october-2nd-galaxy-player/</link>
      <description>&lt;div&gt;
	&lt;a
      href="http://www.engadget.com/2011/09/26/galaxy-tab-8-9-hits-pre-order-ships-october-2nd-galaxy-player/"&gt;&lt;img src="http://www.blogcdn.com/www.engadget.com/media/2011/09/galaxy-player-tab-89.jpg" /&gt;&lt;/a&gt;&lt;/div&gt;

Hot on the heels of a &lt;a href="http://www.engadget.com/2011/09/26/samsung-galaxy-s-wifi-5-0-gets-priced-goes-on-sale-in-uk/"&gt;UK release&lt;/a&gt;
, Samsung has just announced that its long-awaited (and &lt;a href="http://www.engadget.com/2011/03/16/samsung-galaxy-player-4-and-5-hit-the-us-this-spring/"&gt;long-delayed&lt;/a&gt;

) Galaxy Player 4.0 ($229) and 5.0 ($269) will be available for pre-order starting September 27th, with US availability pegged for October 16th. Oddly enough, Samsung gave no reason behind the once-spring, now-autumn pushback, but at least we can finally stop wondering and instead start enjoying the spoils of an (almost) &lt;em&gt;&lt;a href="http://www.engadget.com/2011/09/01/samsung-galaxy-note-official-5-3-inch-super-amoled-display-s/"&gt;Galaxy Note&lt;/a&gt;-sans-phone&lt;/em&gt;
. (Not like we haven't heard &lt;a href="http://www.engadget.com/2008/02/05/official-16gb-iphone-available/"&gt;a similar tune&lt;/a&gt;

 before). All that aside, the Player 5.0 and 4.0 weigh in at 6.4 and 4.2 ounces, respectively, and both are powered by Android 2.3.5 (Gingerbread); other specs include 802.11b/g/n, WVGA Super Clear LCDs (800 x 480), Bluetooth 3.0, 8GB of onboard storage, a microSD expansion slot, 3.5mm headphone jack, voice recorder, mini-USB connectivity, front and rear cameras and support for Sammy's Media Hub content service. The big fellow gets a 2,500mAh battery, whereas its little(r) brother is equipped with a 1,200mAh cell. (&lt;em&gt;Psst... you can catch our hands-on with these &lt;a
    href="http://www.engadget.com/2011/01/06/samsung-galaxy-player-hands-on/"&gt;&lt;strong&gt;here&lt;/strong&gt;&lt;/a&gt; and &lt;a href="http://www.engadget.com/2011/02/14/samsung-galaxy-s-wifi-5-0-hands-on-video/"&gt;here&lt;/a&gt;.&lt;/em&gt;
)&lt;br /&gt;

&lt;br /&gt;

Meanwhile, the Galaxy Tab 8.9 is available for pre-sale &lt;i&gt;right now&lt;/i&gt;

, with shipments to hit retail on October 2nd. You'll be laying down $469 for the 16GB model, while a doubling of capacity will run you $100 more. Need a refresher on this one, too? How's about a WXGA (1,280 x 800) touchpanel, dual-core T250S processor, 6,100mAh battery, sub-one pound weight, DLNA compatibility, a 3 megapixel rear camera, 2 megapixel front-facing camera, integrated Swype / Polaris Office and even a few amenities for those in the enterprise -- things like full support for Exchange ActiveSync (v14), on-device encryption, Cisco VPN, Sybase MDM and WebEx support. Best of all, the inbuilt FindMyMobile service allows users to track their lost / stolen Tab 8.9 down on a map as it moves, remotely lock the device to prevent unauthorized access and delete personal information stored on the device. Head on past the break for the full release.&lt;p&gt;&lt;a href="http://www.engadget.com/2011/09/26/galaxy-tab-8-9-hits-pre-order-ships-october-2nd-galaxy-player/"&gt;Continue reading &lt;em&gt;Galaxy Tab 8.9 hits pre-order, ships October 2nd in US; Galaxy Player 5.0 and 4.0 shipping October 16th&lt;/em&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a
    href="http://www.engadget.com/2011/09/26/galaxy-tab-8-9-hits-pre-order-ships-october-2nd-galaxy-player/"&gt;Galaxy Tab 8.9 hits pre-order, ships October 2nd in US; Galaxy Player 5.0 and 4.0 shipping October 16th&lt;/a&gt; originally appeared on &lt;a
    href="http://www.engadget.com"&gt;Engadget&lt;/a&gt; on Mon, 26 Sep 2011 18:15:00 EDT.  Please see our &lt;a href="http://www.weblogsinc.com/feed-terms/"&gt;terms for use of feeds&lt;/a&gt;.&lt;/p&gt;
&lt;a
  href="http://www.engadget.com/2011/09/26/galaxy-tab-8-9-hits-pre-order-ships-october-2nd-galaxy-player/" title="Permanent link to this entry"&gt;Permalink&lt;/a&gt;
&amp;nbsp; &amp;nbsp;|&amp;nbsp; &lt;img src="http://www.blogsmithmedia.com/www.engadget.com/media/post_label_source.gif" /&gt;
&lt;a href="http://www.bestbuy.com/site/searchpage.jsp?_dyncharset=ISO-8859-1&amp;amp;_dynSessConf=8232242611029771222&amp;amp;id=pcat17071&amp;amp;type=page&amp;amp;st=galaxy+tab+8.9&amp;amp;sc=Global&amp;amp;cp=1&amp;amp;nrp=15&amp;amp;sp=&amp;amp;qp=&amp;amp;list=n&amp;amp;iht=y&amp;amp;usc=All+Categories&amp;amp;ks=960"&gt;Best Buy&lt;/a&gt;
 &amp;nbsp;|&amp;nbsp;&lt;a href="http://www.engadget.com/forward/20066875/" title="Send this entry to a friend via email"&gt;Email this&lt;/a&gt;
&amp;nbsp;|&amp;nbsp;&lt;a
  href="http://www.engadget.com/2011/09/26/galaxy-tab-8-9-hits-pre-order-ships-october-2nd-galaxy-player/#comments" title="View reader comments on this entry"&gt;Comments&lt;/a&gt;</description>
      <pubDate>Mon, 26 Sep 2011 22:15:00 GMT</pubDate>
      <guid>http://www.engadget.com/2011/09/26/galaxy-tab-8-9-hits-pre-order-ships-october-2nd-galaxy-player/</guid>
      <dc:date>2011-09-26T22:15:00Z</dc:date>
    </item>
    <item>
      <title>NeoRouter Mesh 1.6.0.2900 Beta</title>
      <link>http://www.topix.net/tech/p2p/2011/09/neorouter-mesh-1-6-0-2900-beta?fromrss=1</link>
      <description>&lt;p&gt;NeoRouter Mesh is a unique, easy to use, cloud-based remote access and VPN service.&lt;/p&gt;</description>
      <pubDate>Fri, 23 Sep 2011 04:20:53 GMT</pubDate>
      <guid>http://www.topix.net/tech/p2p/2011/09/neorouter-mesh-1-6-0-2900-beta?fromrss=1</guid>
      <dc:date>2011-09-23T04:20:53Z</dc:date>
    </item>
    <item>
      <title>Gadgetwise Blog: Making a PC That Is Abroad Look Like It Is in the U.S.</title>
      <link>http://gadgetwise.blogs.nytimes.com/2011/09/22/making-a-pc-that-is-abroad-look-like-it-is-in-the-u-s/</link>
      <description>To watch streaming content from Netflix-as well as access other sites-while in foreign lands, it can help to make your PC look like it's in the U.S. VPN software can do just that.&lt;br /&gt;

&lt;br /&gt;</description>
      <pubDate>Fri, 23 Sep 2011 02:58:40 GMT</pubDate>
      <guid>http://gadgetwise.blogs.nytimes.com/2011/09/22/making-a-pc-that-is-abroad-look-like-it-is-in-the-u-s/</guid>
      <dc:date>2011-09-23T02:58:40Z</dc:date>
    </item>
    <item>
      <title>VPN Firm NCP Engineering Makes Government Inroads</title>
      <link>http://www.crn.com/news/security/231601511/vpn-firm-ncp-engineering-makes-government-inroads.htm</link>
      <description>VPN firm NCP Engineering is making a channel push that includes a spot on the a spot on the governement's GSA Schedule and a distribution dea lwith North American distributor SYNNEX.&lt;br /&gt;

&lt;br /&gt;</description>
      <pubDate>Thu, 15 Sep 2011 17:44:00 GMT</pubDate>
      <guid>http://www.crn.com/news/security/231601511/vpn-firm-ncp-engineering-makes-government-inroads.htm</guid>
      <dc:date>2011-09-15T17:44:00Z</dc:date>
    </item>
  </channel>
</rss>


