ifconfig - NIC capabilities / functions
find out what is the capability of an network interface, e.g. :
ifconfig -m vr0
configure / set media types of a NIC, e.g :
ifconfig vr0 media 100baseTX
ifconfig vr0 media autoselect
find out what is the capability of an network interface, e.g. :
ifconfig -m vr0
configure / set media types of a NIC, e.g :
ifconfig vr0 media 100baseTX
ifconfig vr0 media autoselect
restart firefox and Voila !!!
Have an external hard disk with hfsplus or hfs+ partition on it? This is how you can mount it under linux (specifically, Debian) :
in os x :
in linux :
Voila !!!
example :
#!/bin/bash
echo this is the first parameter supplied $1, and this is script name is $0