-
-
Save feldwebel/bad0894de286f74b2c9ea9dc0e42f6ea to your computer and use it in GitHub Desktop.
cli snippets
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ищем строку где-то в файлах | |
| grep -rni ~/ -e 'string to find' | |
| если ktorrent не видит раздач на рутрекере | |
| iptables -t nat -A OUTPUT -p tcp -m tcp --dport 80 -d 195.82.146.120/30 -j DNAT --to-destination 163.172.167.207:3128 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment