Sunday, April 26, 2009

Check network interface (NIC) speed, duplex and autoneg Solaris

Duplex
bash-2.05# kstat -m -i 0 -s link_duplex|grep link_duplex|awk '{print $2}'

2= Full duplex

Speed
kstat -m -i 0 -s link_speed|grep link_speed|awk '{print $2}'

Autoneg
kstat -m -i 0 -s cap_autoneg|grep cap_autoneg|awk '{print $2}'

Saturday, April 18, 2009

Monday, April 6, 2009

Debian Gets FreeBSD Kernel Support

"Today Debian gets one step closer to really becoming 'the universal operating system' by adding two architectures based on the FreeBSD kernel to the unstable archive. This does not mean that the Debian project is ditching the Linux kernel; Debian users will be able to choose which kernel they want to install (at least on on the i386 and amd64 architectures) and get more or less the same Debian operating system they are used to. This makes Debian the first distribution, and probably the first large OS, to support two completely different kernels at the same time."