IFTOP: Display Network Interface Bandwidth Usage on Linux

On February 25, 2012, in General Linux, Ubuntu, by dipin

iftop listens to network traffic on a named interface, or on the first interface it can find which looks like an external interface if none is specified, and displays a table of current bandwidth usage by pairs of hosts. iftop must be run with sufficient permissions to monitor all network traffic on the interface. By default, iftop will look up the hostnames [...]

Tagged with:  

IFSTAT: Monitor real time network traffic in Ubuntu Linux

On February 24, 2012, in General Linux, Ubuntu, by dipin

Ifstat is a little tool to report interface activity, just like iostat/vmstat do for other system statistics.

Tagged with:  

Overcome Internet Restrictions (Proxies) using ssh tunneling

On November 24, 2011, in General Linux, by dipin

In most of our schools and offices several websites are blocked. Most of these offices and schools are using a proxy server such as squid along with squidguard or danceguardian to achieve access restrictions on users. Most often, the sys admins forget to block internet traffic using other protocols such as ssh , ftp etc. [...]

 

Fatresize: Re-size your Fat File System via Command Line

On November 19, 2011, in General Linux, Ubuntu, by dipin

Fatresize is a command line tool for resizing MS Windows FAT16 / FAT32 file systems. Installation $ sudo apt-get install fatresize How to use: Fatresize follow the usual GNU command line syntax, with long options starting with two dashes (`-’). A summary of options is included below. -h –help: Show summary of options. -s –size: [...]

Tagged with:  

Linux FTP Server Setup

On November 9, 2011, in General Linux, Ubuntu, by dipin

Starting vsftpd The methodologies vary depending on the variant of Linux you are using as you’ll see next. Fedora / CentOS / RedHat With these flavors of Linux you can use the chkconfig command to get vsftpd configured to start at boot: [root@bigboy tmp]# chkconfig vsftpd on To start, stop, and restart vsftpd after booting [...]

Tagged with:  

View your BIOS Settings via command line using dmidecode and biosdecode

On October 27, 2011, in General Linux, Ubuntu, by dipin

The Desktop Management Interface (DMI) generates a standard framework for managing and tracking components in a desktop, notebook or server components , by abstracting these components from the software that manages them. Modern mother boards are compatible with this standard. For a lay user it means that the BIOS settings can be watched from your [...]

Tagged with:  

Converting IMG files to ISO images via Command Line in Ubuntu

On October 26, 2011, in General Linux, Ubuntu, by dipin

Some time you will find CD images with .img extensions. IMG files are raw-data copies of optical media and are primarily used to store CDs with odd properties,such as sectors which need to have read errors when read. Conversion to ISO format removes this information,as ISO format does not support this. You can manipulate such [...]

Tagged with:  

qrencode: Generate QR code via command line on Ubuntu

On October 25, 2011, in General Linux, Ubuntu, by dipin

A QR Code (it stands for “Quick Response”) is a mobile phone readable barcode.simply encode a URL into the QR Code and then point a mobile phone (or other camera-enabled mobile) at it. If the device has had QR Code decoding software installed on it, it will fire up its browser and go straight to [...]

Tagged with:  

Install LAMP ( APACHE2, MYSQL, PHP5) in Ubuntu 11.10 oneiric ocelot

On October 24, 2011, in General Linux, by dipin

LAMP is short for Linux, Apache, MySQL, PHP. Follow the steps below to setup an an Apache2 webserver on an Ubuntu 11.10 server with PHP5 support (mod_php) and MySQL support. 1. Login as root: sudo su 2 Installing MySQL 5 First we will install MySQL 5: apt-get install mysql-server mysql-client You will be asked to [...]

Tagged with:  

Xrandr: Solve Screen Resolution Issues via command line in Ubuntu / Debian

On October 23, 2011, in General Linux, Ubuntu, by dipin

Xrandr (X Rezise and Rotare) is a command line utility available in your Linux system for reseting and resizing your screen resolution. So, if there is any issues with your display, no problem you can fix it from a Terminal. First You have to find the possible resolutions with xrandr -q $ xrandr -q Screen [...]

Tagged with:  

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!

Visit our friends!

A few highly recommended friends...