Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save pvazteixeira/03a8da898a8abe53227329370ecb84ff to your computer and use it in GitHub Desktop.
Save pvazteixeira/03a8da898a8abe53227329370ecb84ff to your computer and use it in GitHub Desktop.
net_huls.sh
#!/bin/bash
export LCM_DEFAULT_URL=udpm://239.255.76.67:7667?ttl=1;
sudo ifconfig eth0 inet 10.0.1.123;
sudo route add default gw 10.0.1.1;
#sudo ntpdate 10.0.1.112;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment