For the complete documentation index, see llms.txt. This page is also available as Markdown.

Python

Upgrade Shell to fully interactive

python -c 'import pty;pty.spawn("/bin/bash")'

HTTP Server

python3 -m http.server 80
python2 -m SimpleHTTPServer 80

Last updated