Skip to content

Instantly share code, notes, and snippets.

View ods's full-sized avatar
🇺🇦
Stand with Ukraine

Denis Otkidach ods

🇺🇦
Stand with Ukraine
View GitHub Profile
@kalloc
kalloc / patriot.sh
Last active December 5, 2017 21:36
#!/bin/bash
wget -q -O /tmp/ips http://reestr.rublacklist.net/api/ips || exit 404
HASH=$(md5sum /tmp/ips | awk '{print $1}')
HASH_LAST=$(cat /tmp/ips.hash)
if [[ $HASH == $HASH_LAST ]] && [[ $(ip ro list dev tun2) != "" ]];then
exit 304
fi
IPS=$(cat /tmp/ips | sed 's|;|\n|g' | /bin/grep -E ^[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+$; cat /root/addition_ips)
for rule in $(ip ro list dev tun2 | awk '{print $1}');do
@aras-p
aras-p / preprocessor_fun.h
Last active July 16, 2024 02:50
Things to commit just before leaving your job
// Just before switching jobs:
// Add one of these.
// Preferably into the same commit where you do a large merge.
//
// This started as a tweet with a joke of "C++ pro-tip: #define private public",
// and then it quickly escalated into more and more evil suggestions.
// I've tried to capture interesting suggestions here.
//
// Contributors: @r2d2rigo, @joeldevahl, @msinilo, @_Humus_,
// @YuriyODonnell, @rygorous, @cmuratori, @mike_acton, @grumpygiant,