Skip to content

Instantly share code, notes, and snippets.

View mo-ezra's full-sized avatar

Ezra Ally mo-ezra

  • Private
  • Denver, CO
View GitHub Profile
@mo-ezra
mo-ezra / web-servers.md
Created March 29, 2021 10:49 — forked from evert0n/web-servers.md
Big list of http static server one-liners

Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.

Discussion on reddit.

Python 2.x

$ python -m SimpleHTTPServer 8000
@mo-ezra
mo-ezra / audit.rules
Created April 26, 2020 07:05 — forked from Neo23x0/audit.rules
Linux Auditd Best Practice Configuration
# IMPORTANT!
# This gist has been transformed into a github repo
# You can find the most recent version there:
# https://github.com/Neo23x0/auditd
# ___ ___ __ __
# / | __ ______/ (_) /_____/ /
# / /| |/ / / / __ / / __/ __ /
# / ___ / /_/ / /_/ / / /_/ /_/ /
# /_/ |_\__,_/\__,_/_/\__/\__,_/