Archive for the tag 'linux'

 

 

Dec 19 2009

Redhat/Ubuntu/Debian Bridge Interface Startup Scripts

Published by under Linux

All systems need bridge-utils package installed either with yum or apt-get.  Redhat / Fedora Edit each network interface startup file that is going to be added to the bridge  And create the bridge configuration file Ubuntu Debian

No responses yet

Dec 14 2009

A Virtual Cisco Router on your Network

Published by under Cisco,Linux

Dynamips and dynagen let you create a virtual Cisco router on a Linux box. It would be even better if that router was reachable from the LAN, wouldn’t it? Going further, that same router could lead us to another couple of virtual routers running in a lab.  Download and Installation Download dynamips and dynagen from […]

One response so far

Dec 09 2009

Atheros Wireless Interface on Linux Ubuntu

Published by under Linux

I was surprised ifconfig wouldn’t return an interface for my Atheros chipset based Netgear wireless card. Unlike Redhat, Madwifi does not seem to compile on Ubuntu, no matter what version is used. Kernel headers installed, I keep getting the same error: /root/madwifi-0.9.4/net80211/ieee80211_power.c: In function ‘ieee80211_pwrsave’: /root/madwifi-0.9.4/net80211/ieee80211_power.c:240: error: implicit declaration of function ‘__skb_append’ make[3]: *** [/root/madwifi-0.9.4/net80211/ieee80211_power.o] […]

No responses yet

Oct 13 2009

Command History with Arrow Keys in ksh

Published by under Aix,Linux,Misc,Solaris

Arrows aren’t used in ksh as a default. To enable command history like in Bash, add the following lines in the .profile or .kshrc file:  ^P, ^N, etc aren’t one single character. Enter Ctrl-V and Ctrl-P to display them in vi. Auto-completion is only available for files, not commands. Press either twice on the escape key, […]

One response so far

Sep 28 2009

TCP Offload

Published by under Windows

TCP Offload Engine (or TOE) transfers network processing load, from the CPU (software) to the network controller (hardware). The network card needs to support TOE such as the HP NC382T. This functionnality is disabled after the server installation.   Check if TOE is enabled   Windows 2003 The activation can only be checked with the […]

No responses yet

« Prev - Next »