Profile
Achievement
deanhouseholder's Recent SnippetsTagged Bash
- All /
« Prev 1 Next »
If you have a script that must be run as the root user, put this at the top:
1
1095
posted 11 years ago by deanhouseholder
In order to use a proxy by default for your network-based commands, create the file "~/.ssh/config" and give it these properties. Replace "proxyhost" with the hostname/IP of the proxy server and "80" with the port of the proxy server.
0
922
posted 11 years ago by deanhouseholder