projects
/
feisty_meow.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
new version
[feisty_meow.git]
/
infobase
/
configuration
/
dns
/
restore_resolv.conf.sh
1
#!/bin/bash
2
3
# gets rid of any customized resolv.conf file for the local machine and reinstates the standard link for it.
4
5
sudo rm /etc/resolv.conf
6
sudo ln -s /var/run/resolvconf/resolv.conf /etc/resolv.conf
7
sudo resolvconf -u