duplicates = multiple editions
A Classical Introduction to Modern Number Theory, Kenneth Ireland Michael Rosen
A Classical Introduction to Modern Number Theory, Kenneth Ireland Michael Rosen
| asciinema rec -c "doitlive play session.sh -q" |
| #!/bin/bash | |
| if [[ $EUID -ne 0 ]]; then | |
| echo "You must run this as root." | |
| exit 1 | |
| fi | |
| I=lo | |
| PORT=${PORT-23000} | |
| DELAY=${DELAY-25ms} |
| #view current chains | |
| $ iptables -L | |
| #remove/flush all rules & delete chains | |
| $ iptables -F | |
| $ iptables -X | |
| $ iptables -t nat -F | |
| $ iptables -t nat -X | |
| $ iptables -t mangle -F | |
| $ iptables -t mangle -X |