<?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>Becouz.Net &#187; Other Tecnology</title>
	<atom:link href="http://becouz.net/category/other-tecnology/feed" rel="self" type="application/rss+xml" />
	<link>http://becouz.net</link>
	<description>Computer, Hardware, Software</description>
	<lastBuildDate>Tue, 13 Mar 2012 08:49:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Tips Configure VLan Interface on OpenBSD</title>
		<link>http://becouz.net/tips-configure-vlan-interface-on-openbsd.html</link>
		<comments>http://becouz.net/tips-configure-vlan-interface-on-openbsd.html#comments</comments>
		<pubDate>Wed, 22 Jun 2011 06:20:01 +0000</pubDate>
		<dc:creator>baddoel</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Other Tecnology]]></category>
		<category><![CDATA[bsd]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[computer networking]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[interface vlan]]></category>
		<category><![CDATA[ip address]]></category>
		<category><![CDATA[nokia]]></category>
		<category><![CDATA[openbsd]]></category>
		<category><![CDATA[openbsd server]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[registry]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[vlan]]></category>

		<guid isPermaLink="false">http://becouz.net/?p=3132</guid>
		<description><![CDATA[VLAN or Virtual Local Area Network, is a group of hosts with a common set of requirements that communicate as if they were attached to the same wire, regardless of their physical location. A VLAN has the same attributes as a physical LAN, but it allows for end stations to be grouped together even if [...]


Related posts:<ol><li><a href='http://becouz.net/tips-to-setup-nis-client-with-openbsd.html' rel='bookmark' title='Permanent Link: Tips to Setup NIS Client with OpenBSD'>Tips to Setup NIS Client with OpenBSD</a></li>
<li><a href='http://becouz.net/linux-check-memory-usage-command-line.html' rel='bookmark' title='Permanent Link: Linux Check Memory Usage Command Line'>Linux Check Memory Usage Command Line</a></li>
<li><a href='http://becouz.net/social-networking-is-more-addictive-than-cigarettes-alcohol.html' rel='bookmark' title='Permanent Link: Social Networking is More Addictive than Cigarettes &#038; Alcohol ?'>Social Networking is More Addictive than Cigarettes &#038; Alcohol ?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>VLAN or Virtual Local Area Network, is a group of hosts with a common set of requirements that communicate as if they were attached to the same wire, regardless of their physical location.</p>
<p>A VLAN has the same attributes as a physical LAN, but it allows for end stations to be grouped together even if they are not located on the same LAN segment. Network reconfiguration can be done through software instead of physically relocating devices.<span id="more-3132"></span><span style="text-decoration: underline;"><strong>FreeBSD VLANs Configuration using ifconfig Command</strong></span><br />
To create a new VLAN interface, enter:</p>
<blockquote><p># ifconfig {vlan-name} create</p></blockquote>
<p>To associate the VLAN interface with a physical interface and assign a VLAN ID, IP address, and netmask:</p>
<blockquote><p># ifconfig {vlan-name} {ip-address} netmask {subnet-mask} vlan {vlan-id} vlandev {physical-interface}</p></blockquote>
<p>The following examples, all packets will be marked on egress with 802.1Q VLAN tags, specifying a VLAN ID of 5:</p>
<blockquote><p># ifconfig vlan5 10.0.0.1 netmask 255.255.255.0 vlan 5 vlandev em0</p></blockquote>
<p><span style="text-decoration: underline;"><strong>To remove a VLAN interface, enter:</strong></span></p>
<blockquote><p># ifconfig {vlan-name} destroy</p></blockquote>
<p>Persistence VLAN Configuration</p>
<p>To make configuration persistence, open /etc/rc.conf:</p>
<blockquote><p># vi /etc/rc.conf</p></blockquote>
<p>Append / modify as follows:</p>
<blockquote><p>cloned_interfaces=&#8221;vlan0&#8243;<br />
ifconfig_vlan0=&#8221;inet x.x.x.x netmask y.y.y.y vlan 2 vlandev em0&#8243;</p></blockquote>
<h4>Popular Tags for the article:</h4><a href="http://becouz.net/tips-configure-vlan-interface-on-openbsd.html" title="openbsd vlan">openbsd vlan</a>, <a href="http://becouz.net/tips-configure-vlan-interface-on-openbsd.html" title="vlan openbsd">vlan openbsd</a>, <a href="http://becouz.net/tips-configure-vlan-interface-on-openbsd.html" title="OpenBSD 5 vlan">OpenBSD 5 vlan</a>, <a href="http://becouz.net/tips-configure-vlan-interface-on-openbsd.html" title="openbsd vlan pf">openbsd vlan pf</a>, <a href="http://becouz.net/tips-configure-vlan-interface-on-openbsd.html" title="openbsd vlan configuration">openbsd vlan configuration</a>, <a href="http://becouz.net/tips-configure-vlan-interface-on-openbsd.html" title="openbsd vlan howto">openbsd vlan howto</a>, <a href="http://becouz.net/tips-configure-vlan-interface-on-openbsd.html" title="openbsd trunk vlan">openbsd trunk vlan</a>, <a href="http://becouz.net/tips-configure-vlan-interface-on-openbsd.html" title="openbsd vlan interface">openbsd vlan interface</a>, <a href="http://becouz.net/tips-configure-vlan-interface-on-openbsd.html" title="openbsd 5 0 vlan configuration">openbsd 5 0 vlan configuration</a>, <a href="http://becouz.net/tips-configure-vlan-interface-on-openbsd.html" title="openbsd vlandev">openbsd vlandev</a>, <a href="http://becouz.net/tips-configure-vlan-interface-on-openbsd.html" title="openbsd vlan service tag">openbsd vlan service tag</a>, <a href="http://becouz.net/tips-configure-vlan-interface-on-openbsd.html" title="vlan openbsd 5">vlan openbsd 5</a>, <a href="http://becouz.net/tips-configure-vlan-interface-on-openbsd.html" title="openbsd vlan config">openbsd vlan config</a>, <a href="http://becouz.net/tips-configure-vlan-interface-on-openbsd.html" title="vlan on openbsd">vlan on openbsd</a>, <a href="http://becouz.net/tips-configure-vlan-interface-on-openbsd.html" title="router vlan openbsd">router vlan openbsd</a></p><!-- SEO SearchTerms Tagging 2 Plugin -->

<p>Related posts:<ol><li><a href='http://becouz.net/tips-to-setup-nis-client-with-openbsd.html' rel='bookmark' title='Permanent Link: Tips to Setup NIS Client with OpenBSD'>Tips to Setup NIS Client with OpenBSD</a></li>
<li><a href='http://becouz.net/linux-check-memory-usage-command-line.html' rel='bookmark' title='Permanent Link: Linux Check Memory Usage Command Line'>Linux Check Memory Usage Command Line</a></li>
<li><a href='http://becouz.net/social-networking-is-more-addictive-than-cigarettes-alcohol.html' rel='bookmark' title='Permanent Link: Social Networking is More Addictive than Cigarettes &#038; Alcohol ?'>Social Networking is More Addictive than Cigarettes &#038; Alcohol ?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://becouz.net/tips-configure-vlan-interface-on-openbsd.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Symbian Lifetime Only Until 2016</title>
		<link>http://becouz.net/symbian-lifetime-only-until-2016.html</link>
		<comments>http://becouz.net/symbian-lifetime-only-until-2016.html#comments</comments>
		<pubDate>Fri, 27 May 2011 07:29:25 +0000</pubDate>
		<dc:creator>baddoel</dc:creator>
				<category><![CDATA[Internet News]]></category>
		<category><![CDATA[Other Tecnology]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[computer networking]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[nokia]]></category>
		<category><![CDATA[registry]]></category>
		<category><![CDATA[symbian]]></category>
		<category><![CDATA[symbian os]]></category>
		<category><![CDATA[windows phone]]></category>
		<category><![CDATA[windows phone 7]]></category>

		<guid isPermaLink="false">http://becouz.net/?p=3115</guid>
		<description><![CDATA[Maybe this is good news for fans of Symbian. In the midst of transition Symbian to Windows Phone 7 (WP7), digawangi Nokia mobile OS will not be immediately finished. Updates will continue to run until early in 2016. Nokia CEO Stephen Elop himself who said it. &#8220;Symbian carve a long history. Symbian will still be [...]


Related posts:<ol><li><a href='http://becouz.net/7-interesting-facts-from-nokia-and-microsoft-partnership.html' rel='bookmark' title='Permanent Link: 7 Interesting Facts from Nokia and Microsoft Partnership'>7 Interesting Facts from Nokia and Microsoft Partnership</a></li>
<li><a href='http://becouz.net/linux-foundation-to-introduce-meego-smart-tv.html' rel='bookmark' title='Permanent Link: Linux Foundation to introduce MeeGo Smart TV'>Linux Foundation to introduce MeeGo Smart TV</a></li>
<li><a href='http://becouz.net/5-easy-steps-to-enable-video-call-skype-on-n900.html' rel='bookmark' title='Permanent Link: 5 Easy Steps to Enable Video-Call Skype on N900'>5 Easy Steps to Enable Video-Call Skype on N900</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Maybe this is good news for fans of Symbian. In the midst of transition Symbian to Windows Phone 7 (WP7), digawangi Nokia mobile OS will not be immediately finished. Updates will continue to run until early in 2016. Nokia CEO Stephen Elop himself who said it.</p>
<p>&#8220;Symbian carve a long history. Symbian will still be used in the future,&#8221; said Stephen Elop is also a former Microsoft employee, said in an interviewat show Nokia Conversation in China .<span id="more-3115"></span></p>
<p>Nevertheless, Elop said that the manufacturing Symbian will continue to run to update the OS until early in 2016. &#8220;I think it&#8217;s very clear, updates Symbian will still run, at least until early 2016,&#8221; he added.</p>
<p>Nokia CEO did not say how long Nokia will continue to expect from Symbian market. But the talks have been very clear that Nokia will focus on WP7.</p>
<p>Elop also said that Nokia would be committed to sell 150 million handsets with Symbian, before they actually dive into the WP7.</p>


<p>Related posts:<ol><li><a href='http://becouz.net/7-interesting-facts-from-nokia-and-microsoft-partnership.html' rel='bookmark' title='Permanent Link: 7 Interesting Facts from Nokia and Microsoft Partnership'>7 Interesting Facts from Nokia and Microsoft Partnership</a></li>
<li><a href='http://becouz.net/linux-foundation-to-introduce-meego-smart-tv.html' rel='bookmark' title='Permanent Link: Linux Foundation to introduce MeeGo Smart TV'>Linux Foundation to introduce MeeGo Smart TV</a></li>
<li><a href='http://becouz.net/5-easy-steps-to-enable-video-call-skype-on-n900.html' rel='bookmark' title='Permanent Link: 5 Easy Steps to Enable Video-Call Skype on N900'>5 Easy Steps to Enable Video-Call Skype on N900</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://becouz.net/symbian-lifetime-only-until-2016.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>7 Interesting Facts from Nokia and Microsoft Partnership</title>
		<link>http://becouz.net/7-interesting-facts-from-nokia-and-microsoft-partnership.html</link>
		<comments>http://becouz.net/7-interesting-facts-from-nokia-and-microsoft-partnership.html#comments</comments>
		<pubDate>Tue, 15 Feb 2011 08:29:04 +0000</pubDate>
		<dc:creator>baddoel</dc:creator>
				<category><![CDATA[Internet News]]></category>
		<category><![CDATA[Other Tecnology]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[computer networking]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[linksys routers]]></category>
		<category><![CDATA[nokia]]></category>
		<category><![CDATA[open vpn]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[smartphone]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[tech tips]]></category>
		<category><![CDATA[vpn]]></category>
		<category><![CDATA[vpn router]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://becouz.net/?p=3083</guid>
		<description><![CDATA[In an effort to maintain their position as the king of mobile phones, Nokia chose Windows Phone 7 (WP 7) as the main OS. What are the consequences of this deal? Here are 7 summary of the duet Microsoft and Nokia, reported by the Times of India: 1. Nokia and Microsoft Combine Assets Nokia and [...]


Related posts:<ol><li><a href='http://becouz.net/symbian-lifetime-only-until-2016.html' rel='bookmark' title='Permanent Link: Symbian Lifetime Only Until 2016'>Symbian Lifetime Only Until 2016</a></li>
<li><a href='http://becouz.net/windows-phone-classic-to-coexist-with-windows-phone-7.html' rel='bookmark' title='Permanent Link: Windows Phone Classic to coexist with Windows Phone 7'>Windows Phone Classic to coexist with Windows Phone 7</a></li>
<li><a href='http://becouz.net/microsoft-released-internet-explorer-9-beta-1.html' rel='bookmark' title='Permanent Link: Microsoft Released Internet Explorer 9 beta 1'>Microsoft Released Internet Explorer 9 beta 1</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>In an effort to maintain their position as the king of mobile phones, Nokia chose Windows Phone 7 (WP 7) as the main OS. What are the consequences of this deal? Here are 7 summary of the duet Microsoft and Nokia, reported by the Times of India:</p>
<p><strong>1. Nokia and Microsoft Combine Assets</strong></p>
<p>Nokia and Microsoft combine assets to develop and market mobile products. Nokia to pay license the use of WP 7. In return, Microsoft is investing in marketing and development of mobile phones. License agreement is considered complicated because some Nokia technology will be embedded in WP 7, such as navigation and map features.<span id="more-3083"></span></p>
<p><strong>2. Exchange of Technology</strong></p>
<p>Nokia gives brands more superior in the world of smartphones, mobile devices, embedded applications store in Windows 7 Phone Marketplace and technology map. While contributing to the software Microsoft Windows 7 Phone, Bing, Xbox Live and Office software.</p>
<p><strong>3. Nokia Make Mobile Development Division Two</strong></p>
<p>Along with the announcement of using WP 7, Nokia said it will make two special units of mobile phone development. Two units referred to the Smart Devices division that is now led by Jo Harlow, and the Mobile Phones division.</p>
<p><strong>4. Symbian and MeeGo Not Removed</strong></p>
<p>The arrival of Windows 7 Phone will not get rid of the original OS Nokia, the Symbian and MeeGo. However, both are just so complementary because of WP 7 is the primary OS for your Nokia smartphone.</p>
<p><strong>5. Nokia Research and Development Budget Trimming</strong></p>
<p>Nokia intends to cut its budget to research and development. Nokia CEO, Stephen Elop, stated that this division of funds four times more than what Apple released and largely directed to Symbian. With WP 7 so the main platform, trimming the budget in this area is reasonable.</p>
<p><strong>6. Nokia will conduct layoffs</strong></p>
<p>Nokia said it would have cut the number of workers at Nokia, which will be conducted in various parts of the world, including Finland. However, Nokia CEO, Stephen Elop, not sure how many employees are laid off and in any part.</p>
<p><strong>7. Nokia Cancel to Selecting Android</strong></p>
<p>Stephen Elop claimed to have intensive discussions with Google about Android adoption. In the end Nokia judge will find it hard to distinguish its products from manufacturers other Android already in existence. On the other hand, Google is also strong in the area of service map and Ovi Nokia Maps do not want to be ignored. As a result, Nokia also canceled the adoption of Android.</p>
<h4>Popular Tags for the article:</h4><a href="http://becouz.net/7-interesting-facts-from-nokia-and-microsoft-partnership.html" title="Partnerships interesting facts">Partnerships interesting facts</a></p><!-- SEO SearchTerms Tagging 2 Plugin -->

<p>Related posts:<ol><li><a href='http://becouz.net/symbian-lifetime-only-until-2016.html' rel='bookmark' title='Permanent Link: Symbian Lifetime Only Until 2016'>Symbian Lifetime Only Until 2016</a></li>
<li><a href='http://becouz.net/windows-phone-classic-to-coexist-with-windows-phone-7.html' rel='bookmark' title='Permanent Link: Windows Phone Classic to coexist with Windows Phone 7'>Windows Phone Classic to coexist with Windows Phone 7</a></li>
<li><a href='http://becouz.net/microsoft-released-internet-explorer-9-beta-1.html' rel='bookmark' title='Permanent Link: Microsoft Released Internet Explorer 9 beta 1'>Microsoft Released Internet Explorer 9 beta 1</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://becouz.net/7-interesting-facts-from-nokia-and-microsoft-partnership.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remote SSH and Telnet from Blackberry with BBSSH</title>
		<link>http://becouz.net/remote-ssh-and-telnet-from-blackberry-with-bbssh.html</link>
		<comments>http://becouz.net/remote-ssh-and-telnet-from-blackberry-with-bbssh.html#comments</comments>
		<pubDate>Wed, 02 Feb 2011 03:03:08 +0000</pubDate>
		<dc:creator>baddoel</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Other Tecnology]]></category>
		<category><![CDATA[bbssh]]></category>
		<category><![CDATA[CCNA]]></category>
		<category><![CDATA[CCNP]]></category>
		<category><![CDATA[cisco]]></category>
		<category><![CDATA[cisco simulator]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[computer networking]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[tech tips]]></category>
		<category><![CDATA[telnet]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[wireles radio]]></category>

		<guid isPermaLink="false">http://becouz.net/?p=3078</guid>
		<description><![CDATA[BBSSH is the only open source SSH client designed specifically for BlackBerry. BBSSH is an advanced SSH and Telnet client that has been designed for your BlackBerry device. It integrates tightly with your BlackBerry system, providing a powerful and customizable tool for securely accessing the servers you need, when you need them. It is developed [...]


Related posts:<ol><li><a href='http://becouz.net/latest-blackberry-storm-firmware-update-470113.html' rel='bookmark' title='Permanent Link: Latest Blackberry Storm Firmware Update 4.7.0.113'>Latest Blackberry Storm Firmware Update 4.7.0.113</a></li>
<li><a href='http://becouz.net/reflection-of-the-heart-of-rim-for-the-user-is-blackberry-os-6.html' rel='bookmark' title='Permanent Link: Reflection of The Heart of RIM for The User is BlackBerry OS 6'>Reflection of The Heart of RIM for The User is BlackBerry OS 6</a></li>
<li><a href='http://becouz.net/blackberry-torch-was-launched-as-the-iphone-killer.html' rel='bookmark' title='Permanent Link: BlackBerry Torch was Launched as The iPhone Killer'>BlackBerry Torch was Launched as The iPhone Killer</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>BBSSH is the only open source SSH client designed specifically for BlackBerry.  BBSSH is an advanced  <a href="http://becouz.net/how-to-install-gns3-as-cisco-simulator-in-ubuntu.html" target="_blank">SSH and Telnet </a>client that has been designed for your <a title="Blackberry" href="http://becouz.net/reflection-of-the-heart-of-rim-for-the-user-is-blackberry-os-6.html" target="_blank">BlackBerry</a> device.   It integrates tightly with your BlackBerry system, providing a powerful and customizable tool for securely accessing the servers you need, when you need them. It is developed based on the needs of real-world users.</p>
<p>Below are some of BBSSH’s key features,<span id="more-3078"></span></p>
<ul>
<li>Secure &#8211; uses BlackBerry’s native encryption for the best performance, battery life, and proven BlackBerry security.</li>
<li>Flexible – support  for the “linux” pseudo-terminal, as well as ansi, vt100, vt220, and vt320 emulation over Telnet and SSH; an extended onscreen keypad allows you to send special keys while basic keys like CTRL and ALT are available from your keyboard/touchscreen without using buttons or menus.<br />
Powerful – a macro editor gives you the tools to make complex tasks simple; and simple tasks are just a keypress away by default.</li>
<li> Multitasking &#8211; run multiple sessions concurrently and in the background; switch between active sessions with a keypress.</li>
<li>Efficient &#8211; in an area with a string <a title="setup vpn" href="http://becouz.net/tips-for-set-up-an-openvpn-server.html" target="_blank">network</a> signal (or on <a title="Secure WiFi" href="http://becouz.net/top-10-tips-to-secure-your-wifi-networks.html" target="_blank">WiFi</a>), a light-usage SSH session can run all day without significantly affecting your battery life.</li>
<li>Flexible &#8211; fully configurable – up to and including changing font face and size on the fly.</li>
<li>Affordable &#8211; while we appreciate donations and purchases through AppWorld (coming soon), BBSSH is available free of charge through this web site.</li>
<li>Integrated – BBSSH takes full advantage of the available BlackBerry integration features</li>
<blockquote>
<li> Uses BlackBerry notification profiles (including vibration, LED, and ringtones) and home screen notification icons to inform you of critical events.</li>
<li>If you have OS6, BBSSH will make use of the latest OS6 features such as home screen shortcuts–  allowing you to connect to or resume sessions directly from your home screen.</li>
<li>Full touchscreen support including correctly changing remote terminal size when you re-orient (and the ability to prevent terminal reorientation).</li>
<li>from 50 to 220 custom shortcuts available based on your phone model — allowing you to perform actions ranging to sending a special keystroke to running a complex multi-step macro with just just one or two keypresses or touches.</li>
</blockquote>
</ul>
<p>To download BBSSH from your BlackBerry device, visit this location from your native BlackBerry browser:</p>
<p style="text-align: center;"><a title="bbssh" href="http://bbssh.org/ota/" target="_blank">http://bbssh.org/ota/</a></p>
<p>If you have difficulties with installing directly on your BlackBerry, you may instead download the desktop installation files from the location below, and install from <a title="Blackberry Desktop" href="http://becouz.net/info-blackberry-shortcuts-for-beginner.html" target="_blank">BlackBerry Desktop</a> Manager.</p>
<p style="text-align: center;"><a href="http://bbssh.org/ota/choose.html" target="_blank">http://bbssh.org/ota/choose.html</a></p>
<h4>Popular Tags for the article:</h4><a href="http://becouz.net/remote-ssh-and-telnet-from-blackberry-with-bbssh.html" title="bbssh">bbssh</a>, <a href="http://becouz.net/remote-ssh-and-telnet-from-blackberry-with-bbssh.html" title="bbssh mikrotik">bbssh mikrotik</a>, <a href="http://becouz.net/remote-ssh-and-telnet-from-blackberry-with-bbssh.html" title="remote ssh blackberry">remote ssh blackberry</a>, <a href="http://becouz.net/remote-ssh-and-telnet-from-blackberry-with-bbssh.html" title="download ssh for blackberry os 6">download ssh for blackberry os 6</a>, <a href="http://becouz.net/remote-ssh-and-telnet-from-blackberry-with-bbssh.html" title="remote mikrotik dengan blackberry">remote mikrotik dengan blackberry</a>, <a href="http://becouz.net/remote-ssh-and-telnet-from-blackberry-with-bbssh.html" title="remote mikrotik via blackberry">remote mikrotik via blackberry</a>, <a href="http://becouz.net/remote-ssh-and-telnet-from-blackberry-with-bbssh.html" title="aplikasi remot ssh cara instal lewat bb storm">aplikasi remot ssh cara instal lewat bb storm</a>, <a href="http://becouz.net/remote-ssh-and-telnet-from-blackberry-with-bbssh.html" title="setting mikrotik lewat blackberry">setting mikrotik lewat blackberry</a>, <a href="http://becouz.net/remote-ssh-and-telnet-from-blackberry-with-bbssh.html" title="telnet bb storm via internet">telnet bb storm via internet</a>, <a href="http://becouz.net/remote-ssh-and-telnet-from-blackberry-with-bbssh.html" title="download blacberry ssh os6">download blacberry ssh os6</a>, <a href="http://becouz.net/remote-ssh-and-telnet-from-blackberry-with-bbssh.html" title="download bbssh for ota">download bbssh for ota</a>, <a href="http://becouz.net/remote-ssh-and-telnet-from-blackberry-with-bbssh.html" title="download bbssh for bb">download bbssh for bb</a>, <a href="http://becouz.net/remote-ssh-and-telnet-from-blackberry-with-bbssh.html" title="controlar mikrotik desde blackberry">controlar mikrotik desde blackberry</a>, <a href="http://becouz.net/remote-ssh-and-telnet-from-blackberry-with-bbssh.html" title="cara remote mikrotik via telnet linux">cara remote mikrotik via telnet linux</a>, <a href="http://becouz.net/remote-ssh-and-telnet-from-blackberry-with-bbssh.html" title="bbssh org control key">bbssh org control key</a></p><!-- SEO SearchTerms Tagging 2 Plugin -->

<p>Related posts:<ol><li><a href='http://becouz.net/latest-blackberry-storm-firmware-update-470113.html' rel='bookmark' title='Permanent Link: Latest Blackberry Storm Firmware Update 4.7.0.113'>Latest Blackberry Storm Firmware Update 4.7.0.113</a></li>
<li><a href='http://becouz.net/reflection-of-the-heart-of-rim-for-the-user-is-blackberry-os-6.html' rel='bookmark' title='Permanent Link: Reflection of The Heart of RIM for The User is BlackBerry OS 6'>Reflection of The Heart of RIM for The User is BlackBerry OS 6</a></li>
<li><a href='http://becouz.net/blackberry-torch-was-launched-as-the-iphone-killer.html' rel='bookmark' title='Permanent Link: BlackBerry Torch was Launched as The iPhone Killer'>BlackBerry Torch was Launched as The iPhone Killer</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://becouz.net/remote-ssh-and-telnet-from-blackberry-with-bbssh.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How the Fate IPad of &#8220;Siege&#8221; of The Competition</title>
		<link>http://becouz.net/how-the-fate-ipad-of-siege-of-the-competition.html</link>
		<comments>http://becouz.net/how-the-fate-ipad-of-siege-of-the-competition.html#comments</comments>
		<pubDate>Mon, 06 Sep 2010 05:02:57 +0000</pubDate>
		<dc:creator>baddoel</dc:creator>
				<category><![CDATA[Internet News]]></category>
		<category><![CDATA[Other Tecnology]]></category>
		<category><![CDATA[antivirus]]></category>
		<category><![CDATA[apple product]]></category>
		<category><![CDATA[broadband router]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[computer networking]]></category>
		<category><![CDATA[desktop server]]></category>
		<category><![CDATA[gnome desktop]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[ipad technology]]></category>
		<category><![CDATA[linksys routers]]></category>
		<category><![CDATA[mallware]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[spam sites]]></category>
		<category><![CDATA[spyware]]></category>

		<guid isPermaLink="false">http://becouz.net/?p=3012</guid>
		<description><![CDATA[The technology vendors are currently racing to make tablets iPad game, call it Samsung or LG Optimus Galaxy Tab Pad. Then what will happen to Apple&#8217;s product output is in the midst of &#8220;siege&#8221; rivals is, still prevail, or slowly fade? If this question is presented to Ray Chen, president of Compal Electronics, the answer [...]


Related posts:<ol><li><a href='http://becouz.net/info-7-advantages-tablet-pc-samsung-galaxy-tab.html' rel='bookmark' title='Permanent Link: Info 7 Advantages Tablet PC Samsung Galaxy Tab'>Info 7 Advantages Tablet PC Samsung Galaxy Tab</a></li>
<li><a href='http://becouz.net/ubuntu-for-netbook-touch-screen-named-unity.html' rel='bookmark' title='Permanent Link: Ubuntu for Netbook Touch Screen Named &#8220;Unity&#8221;'>Ubuntu for Netbook Touch Screen Named &#8220;Unity&#8221;</a></li>
<li><a href='http://becouz.net/hardware-news-behind-apples-ipad.html' rel='bookmark' title='Permanent Link: Hardware News Behind Apple&#8217;s Ipad'>Hardware News Behind Apple&#8217;s Ipad</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://becouz.net/wp-content/uploads/2010/09/ipad_apple.jpg"><img src="http://becouz.net/wp-content/uploads/2010/09/ipad_apple-150x150.jpg" alt="" title="ipad_apple" width="150" height="150" class="alignleft size-thumbnail wp-image-3013" /></a>The technology vendors are currently racing to make tablets iPad game, call it Samsung or LG Optimus Galaxy Tab Pad. Then what will happen to Apple&#8217;s product output is in the midst of &#8220;siege&#8221; rivals is, still prevail, or slowly fade?</p>
<p>If this question is presented to Ray Chen, president of Compal Electronics, the answer comes out of his mouth will be accompanied by a tone of optimism. According to the manufacturer orders from the boss&#8217;s laptop and various gadgets, the sale iPad will remain higher than its competitors.</p>
<p>&#8220;At least until the year 2011,&#8221; he says, at DigiTimes.<span id="more-3012"></span></p>
<p>Chen believes, the total combined sales of the tablets than iPad will reach 10 to 12 million units in 2011. He affirmed that the numbers will not be able to penetrate the 15 million units.</p>
<p>Sales of the Apple iPad is believed to be exceeding the combined sales of other manufacturers. It&#8217;s just that Chen did not mention exact figures. The competitors will realize that it is not easy to play your opponent iPad.</p>
<p>Different opinions have been expressed previously by JT Wang, chairman of Acer Group. JT Wang believes Google&#8217;s Android-based tablet will quickly melibas iPad tablet with a market share in the global sphere between 20% to 30%.</p>


<p>Related posts:<ol><li><a href='http://becouz.net/info-7-advantages-tablet-pc-samsung-galaxy-tab.html' rel='bookmark' title='Permanent Link: Info 7 Advantages Tablet PC Samsung Galaxy Tab'>Info 7 Advantages Tablet PC Samsung Galaxy Tab</a></li>
<li><a href='http://becouz.net/ubuntu-for-netbook-touch-screen-named-unity.html' rel='bookmark' title='Permanent Link: Ubuntu for Netbook Touch Screen Named &#8220;Unity&#8221;'>Ubuntu for Netbook Touch Screen Named &#8220;Unity&#8221;</a></li>
<li><a href='http://becouz.net/hardware-news-behind-apples-ipad.html' rel='bookmark' title='Permanent Link: Hardware News Behind Apple&#8217;s Ipad'>Hardware News Behind Apple&#8217;s Ipad</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://becouz.net/how-the-fate-ipad-of-siege-of-the-competition.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Reflection of The Heart of RIM for The User is BlackBerry OS 6</title>
		<link>http://becouz.net/reflection-of-the-heart-of-rim-for-the-user-is-blackberry-os-6.html</link>
		<comments>http://becouz.net/reflection-of-the-heart-of-rim-for-the-user-is-blackberry-os-6.html#comments</comments>
		<pubDate>Sun, 08 Aug 2010 09:07:17 +0000</pubDate>
		<dc:creator>baddoel</dc:creator>
				<category><![CDATA[Other Tecnology]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[blackberry]]></category>
		<category><![CDATA[blackberry os 6]]></category>
		<category><![CDATA[broadband router]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[computer networking]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[linksys routers]]></category>
		<category><![CDATA[RIM]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[tech tips]]></category>
		<category><![CDATA[wireles radio]]></category>

		<guid isPermaLink="false">http://becouz.net/?p=2990</guid>
		<description><![CDATA[Although some analysts still doubt, the BlackBerry OS 6 still harvest a row of praise from Mike Lazaridis, President &#38; co-CEO of Research In Motion (RIM). In fact, the operating system as a reflection digadang-gadang heart of RIM. 6 The BlackBerry operating system, according to Lazaridis, equipped with powerful features that distinguish BlackBerry connectivity with [...]


Related posts:<ol><li><a href='http://becouz.net/blackberry-torch-was-launched-as-the-iphone-killer.html' rel='bookmark' title='Permanent Link: BlackBerry Torch was Launched as The iPhone Killer'>BlackBerry Torch was Launched as The iPhone Killer</a></li>
<li><a href='http://becouz.net/info-blackberry-shortcuts-for-beginner.html' rel='bookmark' title='Permanent Link: Info Blackberry Shortcuts for Beginner'>Info Blackberry Shortcuts for Beginner</a></li>
<li><a href='http://becouz.net/rim-with-blackberry-storm-3-coming-end-of-year.html' rel='bookmark' title='Permanent Link: RIM with BlackBerry Storm 3 Coming End of Year'>RIM with BlackBerry Storm 3 Coming End of Year</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Although some analysts still doubt, the BlackBerry OS 6 still harvest a row of praise from Mike Lazaridis, President &amp; co-CEO of Research In Motion (RIM). In fact, the operating system as a reflection digadang-gadang heart of RIM.</p>
<p>6 The BlackBerry operating system, according to Lazaridis, equipped with powerful features that distinguish BlackBerry connectivity with other handsets.</p>
<p>Changes can be directly felt from the user interface, redesigned so that claimed to be able to work seamless with touch screen and trackpad. While her expanded messaging capabilities as well as simplify the management of social media and RSS feeds.<span id="more-2990"></span></p>
<p>As for the multimedia user experience, OS 6 features a new search universal tool and a new WebKit-based browser that is claimed to be able to render web pages quickly.</p>
<p>&#8220;BlackBerry OS 6 is a form of passion that is owned RIM to deliver a powerful user experience, simplicity, and good for those that enjoy optimal touch screen and keyboard,&#8221; said Lazaridis, who quoted in his statement on Saturday (08/07/2010).</p>
<p>&#8220;Through intensive research and development to address the needs and desires of our customers, we bring the experience of communication, browsing and multimedia that we believe will be popular users, and we are very excited for the first time used on BlackBerry smartphones BlackBerry six new Torch amazing,&#8221; he continued</p>
<p>OS 6 itself first appeared in the arena of World Enterprise Symposium 2010 held in Orlando, USA some time ago. BlackBerry OS 6 finally officially released to the market together with the presence of Research In Motion&#8217;s latest handset, the BlackBerry 9800 Torch.</p>
<p>As a new handset, it is clear Torch will was asked as the first BlackBerry that will run OS 6. And what about the new series of previous BlackBerry? What will also be able to run the operating system tergress it?</p>
<p>RIM is also apparently going to provide for the BlackBerry OS 6 series long. But not necessarily all of the previous series directly BlackBerry can run this OS.</p>
<p>Initially, the handsets Torch besides being groomed to be able to run OS 6 is Bold 9700 (Onyx), Bold 9650, Pearl and 3G. Only, unfortunately, RIM does not give any deadline must upgrade the OS services that are available in every country. They just say, it will happen in a matter of months.</p>


<p>Related posts:<ol><li><a href='http://becouz.net/blackberry-torch-was-launched-as-the-iphone-killer.html' rel='bookmark' title='Permanent Link: BlackBerry Torch was Launched as The iPhone Killer'>BlackBerry Torch was Launched as The iPhone Killer</a></li>
<li><a href='http://becouz.net/info-blackberry-shortcuts-for-beginner.html' rel='bookmark' title='Permanent Link: Info Blackberry Shortcuts for Beginner'>Info Blackberry Shortcuts for Beginner</a></li>
<li><a href='http://becouz.net/rim-with-blackberry-storm-3-coming-end-of-year.html' rel='bookmark' title='Permanent Link: RIM with BlackBerry Storm 3 Coming End of Year'>RIM with BlackBerry Storm 3 Coming End of Year</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://becouz.net/reflection-of-the-heart-of-rim-for-the-user-is-blackberry-os-6.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

