Skip to content

Instantly share code, notes, and snippets.

View pawgajda's full-sized avatar

Paweł Gajda pawgajda

View GitHub Profile
@pawgajda
pawgajda / bash_strict_mode.md
Created July 20, 2025 13:18 — forked from mohanpedala/bash_strict_mode.md
set -e, -u, -o, -x pipefail explanation
@pawgajda
pawgajda / pokemon.sql
Created April 28, 2024 17:55 — forked from pamelafox/pokemon.sql
Pokemon statistics
CREATE TABLE pokemon(
Number INTEGER,
Name TEXT PRIMARY KEY,
Type_1 TEXT,
Type_2 TEXT,
Total INTEGER,
HP INTEGER,
Attack INTEGER,
Defense INTEGER,
Sp_Atk INTEGER,
@pawgajda
pawgajda / README.md
Created January 26, 2024 13:30 — forked from zouppen/README.md
Block incoming traffic from Tor exit nodes on Linux + ipset

Block Tor exit nodes with Linux and ipset

This gist blocks incoming traffic from Tor exit nodes. You can also use it to MARK or redirect the incoming traffic, depending of your needs.

This guide is for IPv4 only, feel free to contribute IPv6 support if you have it.

Installing