Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 747 Bytes

Wip.md

File metadata and controls

31 lines (19 loc) · 747 Bytes

Unix

How to list all active connections

sudo netstat -plunt

-p, --program Show the PID and name of the program to which each socket belongs. -l, --listening Show only listening sockets. -u UDP -n numeric - instead of names, like ssh, http -t TCP

git

VSCode

HTML

How to quickly try some html. Paste this in the browser bar

data:Text/html,<input type="range" multiple min=0 max=24 value=0,24 step=1.0>