<?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; Networking</title>
	<atom:link href="http://becouz.net/category/networking/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>Linux Check Memory Usage Command Line</title>
		<link>http://becouz.net/linux-check-memory-usage-command-line.html</link>
		<comments>http://becouz.net/linux-check-memory-usage-command-line.html#comments</comments>
		<pubDate>Wed, 08 Feb 2012 09:16:39 +0000</pubDate>
		<dc:creator>baddoel</dc:creator>
				<category><![CDATA[Computer Tips]]></category>
		<category><![CDATA[Networking]]></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[linux command]]></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>
		<category><![CDATA[vmstat]]></category>

		<guid isPermaLink="false">http://becouz.net/?p=3164</guid>
		<description><![CDATA[Sometimes, someone like to asking how do I check used and free RAM memory usage under Linux operating systems using command line. Linux comes with different set of commands to check memory usage. The free command displays the total amount of free and used physical and swap memory in the system, as well as the [...]


Related posts:<ol><li><a href='http://becouz.net/tips-configure-vlan-interface-on-openbsd.html' rel='bookmark' title='Permanent Link: Tips Configure VLan Interface on OpenBSD'>Tips Configure VLan Interface on OpenBSD</a></li>
<li><a href='http://becouz.net/enjoy-your-live-with-funny-linux-command.html' rel='bookmark' title='Permanent Link: Enjoy Your Live with Funny Linux Command'>Enjoy Your Live with Funny Linux Command</a></li>
<li><a href='http://becouz.net/information-and-detail-cisco-and-juniper-command.html' rel='bookmark' title='Permanent Link: Information and Detail Cisco and Juniper Command'>Information and Detail Cisco and Juniper Command</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Sometimes, someone like to asking how do I check used and free RAM memory usage under Linux operating systems using command line. Linux comes with different set of commands to check memory usage. The free command displays the total amount of free and used physical and swap memory in the system, as well as the buffers used by the kernel. you can use the top command which provides a dynamic real-time view of a running system. It can display system summary information as well as a list of tasks currently being managed by the Linux kernel.</p>
<p><span style="text-decoration: underline;"><strong>Free Command</strong></span></p>
<p>Display free memory size in MB:<br />
$ free -m<span id="more-3164"></span></p>
<p>Output:</p>
<p>total       used       free     shared    buffers     cached<br />
Mem:              1975       1555        419          0         62        861<br />
-/+ buffers/cache:        632       1343<br />
Swap:               0              0            0</p>
<p>Displays a line containing the totals memory in MB:</p>
<p>$ free -t -m</p>
<p>Output:</p>
<p>total       used       free     shared    buffers     cached<br />
Mem:                 1975       1535        439          0         62        855<br />
-/+ buffers/cache:        617       1357<br />
Swap:                      0          0          0<br />
Total:                  1975       1535        439</p>
<p>The  vmstat command reports information about processes, memory, paging, block IO, traps, and cpu activity.</p>
<p><span style="text-decoration: underline;"><strong>vmstat Command</strong></span></p>
<p>Type vmstat command at shell prompt:</p>
<p>$ vmstat<br />
Output:</p>
<p>procs &#8212;&#8212;&#8212;&#8211;memory&#8212;&#8212;&#8212;- &#8212;swap&#8211; &#8212;&#8211;io&#8212;- -system&#8211; &#8212;-cpu&#8212;-<br />
r  b      swpd   free         buff        cache        si   so    bi    bo   in   cs     us sy  id  wa<br />
1  1      0          446524  63732    876068    0    0    21    28  955  465 17  4  78  1</p>
<p>top command</p>
<p>Type top command at the shell prompt:<br />
$ top</p>
<p>Sample outputs:<br />
Fig.01: top command displaying used memory</p>
<h4>Popular Tags for the article:</h4><a href="http://becouz.net/linux-check-memory-usage-command-line.html" title="centos console display swap usage">centos console display swap usage</a>, <a href="http://becouz.net/linux-check-memory-usage-command-line.html" title="find system memory usage commandline">find system memory usage commandline</a>, <a href="http://becouz.net/linux-check-memory-usage-command-line.html" title="linux check memory usage">linux check memory usage</a>, <a href="http://becouz.net/linux-check-memory-usage-command-line.html" title="linux command to check cache size">linux command to check cache size</a>, <a href="http://becouz.net/linux-check-memory-usage-command-line.html" title="linux command to check system memory">linux command to check system memory</a>, <a href="http://becouz.net/linux-check-memory-usage-command-line.html" title="linux free ram command line">linux free ram command line</a>, <a href="http://becouz.net/linux-check-memory-usage-command-line.html" title="pfsence SqStat error Error">pfsence SqStat error Error</a></p><!-- SEO SearchTerms Tagging 2 Plugin -->

<p>Related posts:<ol><li><a href='http://becouz.net/tips-configure-vlan-interface-on-openbsd.html' rel='bookmark' title='Permanent Link: Tips Configure VLan Interface on OpenBSD'>Tips Configure VLan Interface on OpenBSD</a></li>
<li><a href='http://becouz.net/enjoy-your-live-with-funny-linux-command.html' rel='bookmark' title='Permanent Link: Enjoy Your Live with Funny Linux Command'>Enjoy Your Live with Funny Linux Command</a></li>
<li><a href='http://becouz.net/information-and-detail-cisco-and-juniper-command.html' rel='bookmark' title='Permanent Link: Information and Detail Cisco and Juniper Command'>Information and Detail Cisco and Juniper Command</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://becouz.net/linux-check-memory-usage-command-line.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>World IPv6 Day, 8 June</title>
		<link>http://becouz.net/world-ipv6-day-8-june.html</link>
		<comments>http://becouz.net/world-ipv6-day-8-june.html#comments</comments>
		<pubDate>Mon, 13 Jun 2011 07:23:21 +0000</pubDate>
		<dc:creator>baddoel</dc:creator>
				<category><![CDATA[Internet News]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[computer networking]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[internet protocol]]></category>
		<category><![CDATA[ipv4]]></category>
		<category><![CDATA[ipv6]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[registry]]></category>

		<guid isPermaLink="false">http://becouz.net/?p=3123</guid>
		<description><![CDATA[On June 8, more than a hundred organizations, including Google, Akamai, and Facebook, will jettison the aging Internet Protocol 4 and take the more robust IPv6 standard out for a one-day test-drive. The current addressing scheme for the internet uses IPv4 (Internet Protocol version 4). But we are running out of addresses. An IP address [...]


Related posts:<ol><li><a href='http://becouz.net/little-think-about-ipv6.html' rel='bookmark' title='Permanent Link: Little Think About IPv6'>Little Think About IPv6</a></li>
<li><a href='http://becouz.net/assigning-an-ipv6-address-to-an-interface.html' rel='bookmark' title='Permanent Link: Assigning an IPv6 Address to an Cisco Interface'>Assigning an IPv6 Address to an Cisco Interface</a></li>
<li><a href='http://becouz.net/definition-of-ip-address-in-my-version.html' rel='bookmark' title='Permanent Link: Definition of IP Address in My Version'>Definition of IP Address in My Version</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>On June 8, more than a hundred organizations, including Google, Akamai, and Facebook, will jettison the aging Internet Protocol 4 and take the more robust IPv6 standard out for a one-day test-drive. The current addressing scheme for the internet uses IPv4 (Internet Protocol version 4). But we are running out of addresses.</p>
<p>An IP address is the numerical address for devices on the internet (such as computers or smartphones) that allow them to communicate. The concept is similar to the telephone number for your landline phone using POTS (plain old telephone service). IPv4 uses a 32 bit address, which allows 2 to the 32 , or about 4.2 billion addresses. IPv6 uses a 128 bit address, which allows 2 to the 128, or about 340 undecillion addresses. That’s 3 followed by 38 zeros. It also has other features not contained in IPv4.<br />
<span id="more-3123"></span><br />
One of the challenges is that IPv4 and IPv6 are not interoperable, thus requiring dual protocol techniques to be used so long as IPv4 addresses continue to be used. An IPv4 address looks like this: 192.168.0.1 . An IPv6 address looks like this: 2607:F798:0010:0114:0000:0672:3121:0171 .</p>
<p>In addition to getting over an address shortage for conventional use, it provides enough addresses for the internet of things, where, for example, your house and everything in it (appliances, furnace, lights, …) can each have its own unique address.</p>
<p>Read More : <a href="http://www.wired.com/magazine/2011/05/st_worldipvday/" target="_blank">www.wired.com</a></p>


<p>Related posts:<ol><li><a href='http://becouz.net/little-think-about-ipv6.html' rel='bookmark' title='Permanent Link: Little Think About IPv6'>Little Think About IPv6</a></li>
<li><a href='http://becouz.net/assigning-an-ipv6-address-to-an-interface.html' rel='bookmark' title='Permanent Link: Assigning an IPv6 Address to an Cisco Interface'>Assigning an IPv6 Address to an Cisco Interface</a></li>
<li><a href='http://becouz.net/definition-of-ip-address-in-my-version.html' rel='bookmark' title='Permanent Link: Definition of IP Address in My Version'>Definition of IP Address in My Version</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://becouz.net/world-ipv6-day-8-june.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 to Install GNS3 as Cisco Simulator in Ubuntu</title>
		<link>http://becouz.net/how-to-install-gns3-as-cisco-simulator-in-ubuntu.html</link>
		<comments>http://becouz.net/how-to-install-gns3-as-cisco-simulator-in-ubuntu.html#comments</comments>
		<pubDate>Tue, 18 Jan 2011 01:58:39 +0000</pubDate>
		<dc:creator>baddoel</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[CCIE]]></category>
		<category><![CDATA[CCIP]]></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[GNS3]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[JNCIA]]></category>
		<category><![CDATA[JNCIE]]></category>
		<category><![CDATA[JNCIS]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[tech tips]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[wireles radio]]></category>

		<guid isPermaLink="false">http://becouz.net/?p=3073</guid>
		<description><![CDATA[GNS3 is a graphical network simulator that allows simulation of complex networks. GNS3 is an excellent complementary tool to real labs for network engineers, administrators and people wanting to pass certifications such as CCNA, CCNP, CCIP, CCIE, JNCIA, JNCIS, JNCIE. To allow complete simulations, GNS3 is strongly linked with : * Dynamips, the core program [...]


Related posts:<ol><li><a href='http://becouz.net/tip-install-x-lite-voip-sip-phone-in-ubuntu.html' rel='bookmark' title='Permanent Link: Tip Install X-Lite VOiP SIP Phone in Ubuntu'>Tip Install X-Lite VOiP SIP Phone in Ubuntu</a></li>
<li><a href='http://becouz.net/remote-ssh-and-telnet-from-blackberry-with-bbssh.html' rel='bookmark' title='Permanent Link: Remote SSH and Telnet from Blackberry with BBSSH'>Remote SSH and Telnet from Blackberry with BBSSH</a></li>
<li><a href='http://becouz.net/tips-to-uninstalling-software-on-ubuntu.html' rel='bookmark' title='Permanent Link: Tips to Uninstalling Software on Ubuntu'>Tips to Uninstalling Software on Ubuntu</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>GNS3 is a graphical network simulator that allows simulation of complex networks. GNS3 is an excellent complementary tool to real labs for network engineers, administrators and people wanting to pass certifications such as CCNA, CCNP, CCIP, CCIE, JNCIA, JNCIS, JNCIE.</p>
<p>To allow complete simulations, GNS3 is strongly linked with :</p>
<p>* Dynamips, the core program that allows Cisco IOS emulation.<br />
* Dynagen, a text-based front-end for Dynamips.<br />
* Qemu, a generic and open source machine emulator and virtualizer.<span id="more-3073"></span></p>
<p>This project is an open source, free program that may be used on multiple operating systems, including Windows, Linux, and MacOS X.  But I will only share how to install GNS3 on Ubuntu :</p>
<p>1. First we will install Dynagen and Python-Qt4</p>
<p>sudo apt-get install dynagen python-qt4</p>
<p>2. Download GNS3 and extract in /opt</p>
<p>cd /opt<br />
sudo wget http://space.dl.sourceforge.net/project &#8230; rc.tar.bz2<br />
sudo tar -xjvf GNS3-0.7.2-src.tar.bz2 &amp;&amp; rm GNS3-0.7.2-src.tar.bz2<br />
sudo mv GNS3-0.7.2-src /opt/GNS3</p>
<p>3. Create the following directories:<br />
These directories will be used by GNS3 – such as projects – where your working projects will be stored, cache, temp, IOS images, etc.</p>
<p>cd /opt/GNS3<br />
sudo mkdir Dynamips<br />
sudo mkdir IOS<br />
sudo mkdir Project<br />
sudo mkdir Cache<br />
sudo mkdir tmp<br />
sudo chmod o+rw -R ./Project<br />
sudo chmod o+rw -R ./tmp<br />
sudo chmod o+rw -R ./IOS</p>
<p>4. Download binary of dynamips and make it executable</p>
<p>cd Dynamips<br />
sudo wget http://www.ipflow.utc.fr/dynamips/dynam &#8230; C2-x86.bin<br />
sudo chmod +x ./dynamips-0.2.8-RC2-x86.bin</p>
<p>You can create a desktop shortcut by right-clicking on the desktop and select “Create Launcher..”, Name it GNS3 and in the command section type in</p>
<p>python &#8220;/opt/GNS3/gns3&#8243;</p>
<h4>Popular Tags for the article:</h4><a href="http://becouz.net/how-to-install-gns3-as-cisco-simulator-in-ubuntu.html" title="cisco simulator ubuntu">cisco simulator ubuntu</a>, <a href="http://becouz.net/how-to-install-gns3-as-cisco-simulator-in-ubuntu.html" title="how to install GNS3 in ubuntu">how to install GNS3 in ubuntu</a>, <a href="http://becouz.net/how-to-install-gns3-as-cisco-simulator-in-ubuntu.html" title="m3 cisco simulator">m3 cisco simulator</a>, <a href="http://becouz.net/how-to-install-gns3-as-cisco-simulator-in-ubuntu.html" title="sudo chmod x /dynamips-0 2 8 ubuntu">sudo chmod x /dynamips-0 2 8 ubuntu</a></p><!-- SEO SearchTerms Tagging 2 Plugin -->

<p>Related posts:<ol><li><a href='http://becouz.net/tip-install-x-lite-voip-sip-phone-in-ubuntu.html' rel='bookmark' title='Permanent Link: Tip Install X-Lite VOiP SIP Phone in Ubuntu'>Tip Install X-Lite VOiP SIP Phone in Ubuntu</a></li>
<li><a href='http://becouz.net/remote-ssh-and-telnet-from-blackberry-with-bbssh.html' rel='bookmark' title='Permanent Link: Remote SSH and Telnet from Blackberry with BBSSH'>Remote SSH and Telnet from Blackberry with BBSSH</a></li>
<li><a href='http://becouz.net/tips-to-uninstalling-software-on-ubuntu.html' rel='bookmark' title='Permanent Link: Tips to Uninstalling Software on Ubuntu'>Tips to Uninstalling Software on Ubuntu</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://becouz.net/how-to-install-gns3-as-cisco-simulator-in-ubuntu.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tips Install sqstat for Monitoring Squid Proxy</title>
		<link>http://becouz.net/install-sqstat-for-monitoring-squid-proxy.html</link>
		<comments>http://becouz.net/install-sqstat-for-monitoring-squid-proxy.html#comments</comments>
		<pubDate>Mon, 22 Nov 2010 03:34:58 +0000</pubDate>
		<dc:creator>baddoel</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://becouz.net/?p=3054</guid>
		<description><![CDATA[sqstat is an application that functions to monitor squid in real time so that we can see directly how much IP is being downloaded and so forth. And sqstat is an application made by Alex Samorukov. To install sqstat into our system, then follow the steps below: 1. Download package Download the package sqstat from [...]


Related posts:<ol><li><a href='http://becouz.net/instalasi-squid-di-red-hat-fedora-core-1.html' rel='bookmark' title='Permanent Link: Instalasi Squid di Red Hat Fedora Core 1'>Instalasi Squid di Red Hat Fedora Core 1</a></li>
<li><a href='http://becouz.net/tips-for-set-up-an-openvpn-server.html' rel='bookmark' title='Permanent Link: Tips for Set Up an OpenVPN Server'>Tips for Set Up an OpenVPN Server</a></li>
<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>
</ol>]]></description>
			<content:encoded><![CDATA[<p>sqstat is an application that functions to monitor squid in real time so that we can see directly how much IP is being downloaded and so forth. And sqstat is an application made by Alex Samorukov. To install sqstat into our system, then follow the steps below:</p>
<p>1. Download package</p>
<blockquote><p>Download the package sqstat from <a title="samm.kiev.ua" href="http://samm.kiev.ua/sqstat/sqstat-1.20.tar.gz" target="_blank">samm.kiev.ua</a>.</p></blockquote>
<p>2. Extract Packs</p>
<blockquote><p># Gunzip-1.20.tar.gz sqstat<br />
# Tar-xvf sqstat-1.20.tar<span id="more-3054"></span></p></blockquote>
<p>3. Move Folder to a webserver</p>
<blockquote><p>Sqstat-1:20 # mv /var/www/html/: cd/var/www/html</p></blockquote>
<p>4. Changing Names</p>
<blockquote><p># mv sqstat-1.20 sqstat</p></blockquote>
<p>5. Configuration sqstat</p>
<blockquote><p># Cd sqstat<br />
# Cp config.inc.php config.inc.php.defaults<br />
# Vi config.inc.php</p></blockquote>
<p>In the config.inc.php file, change the IP address &amp; port of squid to the IP Address &amp; port squid ours. For example, as an example:</p>
<blockquote><p>/* Squid proxy server ip address or host name */<br />
$squidhost[0]=&#8221;192.168.0.250&#8243;;  /* Squid proxy server port */<br />
$squidport[0]=3128;</p></blockquote>
<p>After that we will change the file squid.conf</p>
<blockquote><p># vi /etc/squid/squid.conf</p></blockquote>
<p>In the file, add the following script:</p>
<blockquote><p>acl manager proto cache_object<br />
acl webserver src 192.168.0.250/255.255.255.255<br />
http_access allow manager webserver<br />
http_access deny manager</p></blockquote>
<p>6. Restart Webserver</p>
<blockquote><p># service httpd restart</p></blockquote>
<p>7. Test sqstat<br />
Open the browser and then type:</p>
<blockquote><p>http://ip_address/sqstat</p></blockquote>
<p>Then there will be display as follows:</p>
<p style="text-align: center;"><a href="http://becouz.net/wp-content/uploads/2010/11/sqstat.jpg"><img class="size-medium wp-image-3055 aligncenter" title="sqstat" src="http://becouz.net/wp-content/uploads/2010/11/sqstat-300x159.jpg" alt="sqstat" width="300" height="159" /></a></p>
<p>Change Auto refresh from a value of 0 to 5 for this application can be refreshed every 5 seconds and press the Update button.</p>
<p>6. Troubleshooting<br />
Generally what happens is an error during testing sqstat in a browser that is no error statement:</p>
<blockquote><p>SqStat error<br />
Error (1): Cannot get data. Server answered: HTTP/1.0 403 Forbidden</p></blockquote>
<p>This may happen because we are wrong to place the script: http_access deny manager in squid.conf file. Put the script at the bottom section on the item http_access.</p>
<p>If no display image as above, but just a list it in your browser, then type:</p>
<blockquote><p># mv sqstat.php index.php</p></blockquote>
<p>Source : www.catatanlepas.com</p>
<h4>Popular Tags for the article:</h4><a href="http://becouz.net/install-sqstat-for-monitoring-squid-proxy.html" title="sqstat">sqstat</a>, <a href="http://becouz.net/install-sqstat-for-monitoring-squid-proxy.html" title="Error (1): Cannot get data Server answered: HTTP/1 0 403 Forbidden">Error (1): Cannot get data Server answered: HTTP/1 0 403 Forbidden</a>, <a href="http://becouz.net/install-sqstat-for-monitoring-squid-proxy.html" title="SqStat error Error (1): Cannot get data Server answered: HTTP/1 0 403 Forbidden">SqStat error Error (1): Cannot get data Server answered: HTTP/1 0 403 Forbidden</a>, <a href="http://becouz.net/install-sqstat-for-monitoring-squid-proxy.html" title="sqstat configuration">sqstat configuration</a>, <a href="http://becouz.net/install-sqstat-for-monitoring-squid-proxy.html" title="config sqstat">config sqstat</a>, <a href="http://becouz.net/install-sqstat-for-monitoring-squid-proxy.html" title="sqstat ubuntu">sqstat ubuntu</a>, <a href="http://becouz.net/install-sqstat-for-monitoring-squid-proxy.html" title="SqStat error">SqStat error</a>, <a href="http://becouz.net/install-sqstat-for-monitoring-squid-proxy.html" title="install sqstat UBUNTU">install sqstat UBUNTU</a>, <a href="http://becouz.net/install-sqstat-for-monitoring-squid-proxy.html" title="squid live monitoring">squid live monitoring</a>, <a href="http://becouz.net/install-sqstat-for-monitoring-squid-proxy.html" title="SqStat Error (1): Cannot get data Server answered: HTTP/1 0 403 Forbidden">SqStat Error (1): Cannot get data Server answered: HTTP/1 0 403 Forbidden</a>, <a href="http://becouz.net/install-sqstat-for-monitoring-squid-proxy.html" title="install sqstat">install sqstat</a>, <a href="http://becouz.net/install-sqstat-for-monitoring-squid-proxy.html" title="sqstat cannot get data">sqstat cannot get data</a>, <a href="http://becouz.net/install-sqstat-for-monitoring-squid-proxy.html" title="monitor squid">monitor squid</a>, <a href="http://becouz.net/install-sqstat-for-monitoring-squid-proxy.html" title="sqstat not working">sqstat not working</a>, <a href="http://becouz.net/install-sqstat-for-monitoring-squid-proxy.html" title="sqstat squid">sqstat squid</a></p><!-- SEO SearchTerms Tagging 2 Plugin -->

<p>Related posts:<ol><li><a href='http://becouz.net/instalasi-squid-di-red-hat-fedora-core-1.html' rel='bookmark' title='Permanent Link: Instalasi Squid di Red Hat Fedora Core 1'>Instalasi Squid di Red Hat Fedora Core 1</a></li>
<li><a href='http://becouz.net/tips-for-set-up-an-openvpn-server.html' rel='bookmark' title='Permanent Link: Tips for Set Up an OpenVPN Server'>Tips for Set Up an OpenVPN Server</a></li>
<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>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://becouz.net/install-sqstat-for-monitoring-squid-proxy.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

