route :
# route add default gw 192.168.1.250
# route add 192.168.1.1 gw 10.0.3.X
# route add -net 192.168.100.0 netmask 255.255.255.0 dev eth0
# route del -net 169.254.0.0 netmask 255.255.0.0 dev eth0
# route -n
windows :
C:\>route add 10.10.0.0 mask 255.255.0.0 10.10.0.254 -p
C:\>route print
C:\>route delete 10.10.0.0 mask 255.255.0.0
sudo:
You need to add the user hduser to the sudo group (which is the "administrators" group in Ubuntu).
If you have already created the user, you can add the user to the sudo group by running the following command in a Terminal:
# sudo usermod -a -G sudo hduser
modify mac address:
# ifconfig eth0 down
# ifconfig eth0 hw ether AA:BB:CC:DD:EE:FF
# ifconfig eth0 up
### advantech
1. 00-D0-C9-XX-XX-XX
2. 00-0C-29-XX-XX-XX
3. 74-FE-48-XX-XX-XX
4. 00-0B-AB-XX-XX-XX
load driver:
modprobe ipmi_serial
modprobe ipmi_serial_direct
If you can somehow establish a internet connection (e. g. through a wired ethernet connection), you just need to install those package normally:
sudo apt-get install dkms bcmwl-kernel-source
https://askubuntu.com/questions/513425/how-to-get-wifi-working-on-ubuntu-14-04-macbook-pro-retina-15-inch-2014