Archive for the 'Networking' Category

Linux Check Memory Usage Command Line

Wednesday, February 8th, 2012

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 [...]

Tips Configure VLan Interface on OpenBSD

Wednesday, June 22nd, 2011

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 [...]

World IPv6 Day, 8 June

Monday, June 13th, 2011

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 [...]

Remote SSH and Telnet from Blackberry with BBSSH

Wednesday, February 2nd, 2011

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 [...]

How to Install GNS3 as Cisco Simulator in Ubuntu

Tuesday, January 18th, 2011

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 [...]

Tips Install sqstat for Monitoring Squid Proxy

Monday, November 22nd, 2010

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 [...]