Main Menu

friends

Banner

Latest articles

How to fake the mac address on Linux
29/12/2009 | mad mad mod

Step 1. shutdown the interface (e.g. eth0)

# ifconfig eth0 down



Step 2: change the mac address to e.g. 11:22:33:44:55:66

# ifconfig eth0 hw ether 11:22:33:44:55:66



Step 3. restart the interface

# ifconfi [ ... ]


How to get the current network bandwidth usage on Linux
07/04/2010 | mad mad mod

There are many ways how to get the current bandwidth usage on Linux. This is a very simple shell script that lists the network statistic every second: #!/bin/bash
if [ -z "$1" ]; then
       [ ... ]


Other Articles
Facebook MySpace Twitter Digg Delicious Stumbleupon Google Bookmarks 

Designed by:
SiteGround web hosting Joomla Templates
How to fake the mac address on Linux E-mail
sysadmin

Step 1. shutdown the interface (e.g. eth0)



# ifconfig eth0 down



Step 2: change the mac address to e.g. 11:22:33:44:55:66



# ifconfig eth0 hw ether 11:22:33:44:55:66



Step 3. restart the interface



# ifconfig eth0 up

 

 

 

Comments (0)
Write comment
Your Contact Details:
Comment:
[b] [i] [u] [url] [quote] [code] [img]   
:D:angry::angry-red::evil::idea::love::x:no-comments::ooo::pirate::?::(
:sleep::););)):0
Security
Please input the anti-spam code that you can read in the image.

!joomlacomment 4.0 Copyright (C) 2009 Compojoom.com . All rights reserved."

 
mad mad mod, Powered by Joomla! and designed by SiteGround web hosting