Skip to content

Instantly share code, notes, and snippets.

View noroutine's full-sized avatar
🌴
First interview should be a hit, not a miss!

Oleksii noroutine

🌴
First interview should be a hit, not a miss!
View GitHub Profile
@noroutine
noroutine / iptables-cheatsheet.md
Created January 14, 2023 20:18 — forked from mcastelino/iptables-cheatsheet.md
iptables-cheatsheet

The netfilter hooks in the kernel and where they hook in the packet flow

The figure below calls out

  • The netfilter hooks
  • The order of table traversal
@noroutine
noroutine / kms
Created April 22, 2022 09:45 — forked from Twolk/kms
KMS server Windows
Online kms host address:
--------
kms.digiboy.ir
54.223.212.31
kms.cnlic.com
kms.chinancce.com
kms.ddns.net
franklv.ddns.net
k.zpale.com
m.zpale.com
@noroutine
noroutine / virtualenv-auto-activate.sh
Last active November 14, 2015 06:32 — forked from codysoyland/virtualenv-auto-activate.sh
automatic python virtual env activation and deactivation
#!/bin/bash
# virtualenv-auto-activate.sh
#
# Installation:
# Add this line to your .bashrc or .bash-profile:
#
# source /path/to/virtualenv-auto-activate.sh
#
# Go to your project folder, run "virtualenv .venv", so your project folder
# has a .venv folder at the top level, next to your version control directory.