Skip to content

Instantly share code, notes, and snippets.

View wahjava's full-sized avatar
💤
I may be slow to respond.

Ashish wahjava

💤
I may be slow to respond.
View GitHub Profile
@pascalpoitras
pascalpoitras / config.md
Last active June 23, 2024 15:33
My WeeChat configuration

WeeChat Screenshot

Mouse


enable


@pyh
pyh / README
Last active July 19, 2018 20:28
Some hacks that will map IPs to a map (with different colors). Verrrry sketchy, but "works".
"Instructions"
1) Install index.php to some webserver, and run "latlongudp.pl" on the same server.
2) Then feed IPs to the latlongudp.pl server with something like this:
tail -F /var/log/nginx/access_log|perl -e '$|=1;while(<>){print "someidentifier,$1\n" if/(\d+\.\d+\.\d+\.\d+)/}'|nc -u somenode.example.com 5001
Modify someidentifier to to fit your needs.