Skip to content

Instantly share code, notes, and snippets.

@feldwebel
Last active March 31, 2018 18:24
Show Gist options
  • Select an option

  • Save feldwebel/bad0894de286f74b2c9ea9dc0e42f6ea to your computer and use it in GitHub Desktop.

Select an option

Save feldwebel/bad0894de286f74b2c9ea9dc0e42f6ea to your computer and use it in GitHub Desktop.
cli snippets
ищем строку где-то в файлах
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