Skip to content

Instantly share code, notes, and snippets.

View matforest's full-sized avatar
🌮

Mat matforest

🌮
  • Adelaide, Australia
View GitHub Profile
@adalinesimonian
adalinesimonian / block-the-blue.md
Last active February 21, 2024 22:56
Block all verified Twitter accounts on screen
#!py -2
# taken from http://www.piware.de/2011/01/creating-an-https-server-in-python/
# http://stackoverflow.com/questions/2455606/basichttpserver-simplehttpserver-and-concurrency
# http://stackoverflow.com/questions/10175812/how-to-create-a-self-signed-certificate-with-openssl
import SocketServer
import BaseHTTPServer
import SimpleHTTPServer
import ssl
@MohamedAlaa
MohamedAlaa / tmux-cheatsheet.markdown
Last active July 4, 2024 17:58
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname