Skip to content

Instantly share code, notes, and snippets.

View richdouglasevans's full-sized avatar
✌️

Rich richdouglasevans

✌️
  • Oxford, England
View GitHub Profile
@LuRsT
LuRsT / json_for_humans.py
Created February 27, 2015 12:38
Json for humans
from json import loads as json_decode
from json import dumps as json_encode
<powershell>
write-output "Running User Data Script"
write-host "(host) Running User Data Script"
# Set TZ
#cmd.exe /c tzutil /s \"Pacific Standard Time\"
cmd.exe /c net user /add packer packer
cmd.exe /c net localgroup administrators packer /add
cmd.exe /c wmic useraccount where "name='packer'" set PasswordExpires=FALSE
@MohamedAlaa
MohamedAlaa / tmux-cheatsheet.markdown
Last active April 29, 2025 22:13
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname