For example:
Setting up a server as an secure HTTP proxy to use in a filtered internet connection. Altering a computer's/network's DNS to reroute traffic.
What are some other fun and useful tricks you think we should all know about?
|
For example: Setting up a server as an secure HTTP proxy to use in a filtered internet connection. Altering a computer's/network's DNS to reroute traffic. What are some other fun and useful tricks you think we should all know about?
| |||||
feedback
|
Screen(linux & OS X/macports) It allows console users to run any number of text-based applications, interactive command shells, curses-based applications, text editors etc, within a single terminal. I barely started using it fluently, thanks to a few online tutorials out there: http://news.softpedia.com/news/GNU-Screen-Tutorial-44274.shtml Quick reference:
There are some Pros here who might want to add to this post their useful commands for screen. Here's another useful tutorial | |||
|
feedback
|
|
| |||||||||
feedback
|
|
anycast - we use it for our DNS. | |||
feedback
|
|
mostly linux [ and possibly bsd ] relaed: using openvpn in bridge mode to.. bridge remote ethernet segments. not efficient, but sometimes really helpful. using netcat instead of ssh to transfer data quickly across secure local network. using reverse proxy or DNAT combined with SNAT on multihomed host to make some services from network A available to clients in network B when you [ for some political reasons ] have no control over routing between A and B. using fail2ban to block blind hammering of your ssh / ftp / http and possibly other services. | |||
feedback
|
|
Upside-Down-Ternet: http://www.ex-parrot.com/~pete/upside-down-ternet.html | |||
|
feedback
|
|
ssh's various tunneling options
| |||
|
feedback
|
|
Set up some magic in your ~/.ssh/config to do automagic jump host forwarding. Lets you do things like | |||
|
feedback
|