Skip to content

Instantly share code, notes, and snippets.

View laknath's full-sized avatar

Buddhika Laknath laknath

View GitHub Profile
@laknath
laknath / pprint_color.py
Created June 14, 2020 18:00 — forked from EdwardBetts/pprint_color.py
Python pprint with color syntax highlighting for the console
from pygments import highlight
from pygments.lexers import PythonLexer
from pygments.formatters import Terminal256Formatter
from pprint import pformat
def pprint_color(obj):
print highlight(pformat(obj), PythonLexer(), Terminal256Formatter())
@laknath
laknath / ipset_generate.sh
Created May 15, 2019 10:41 — forked from csrutil/ipset_generate.sh
IPSET - fetch certain countries ip blocks for iptables DROP
#!/bin/bash
country_block=(china bangladesh cambodia hongkong india iran iraq jordan korea kuwait malysia morocco oman pakistan qatar saudi singapore sudan thailand taiwan emirates vietnam turkey)
@laknath
laknath / pci_dss.md
Created May 9, 2016 01:18 — forked from diyan/pci_dss.md
PCI DSS. Useful resources