HTTP Status code: 200
Body: {"status_code": 500, "message": Internal Server Error"}
Handy commands i use on my Linux distro machines
e.g. to preview a markdown file Reqires python-markdown
python3 -m markdown README.md > /tmp/README.html
To load extensions like code blocks:
python3 -m markdown -x fenced_code -x codehilite -x tables README.md > /tmp/README.html
Arch
pacman -Q
Debian
dpkg -l
Arch
pacman -Ql cowsay
Debian
dpkg -L cowsay
The OS will lie, and tell you that it's done writing a file, while in reality it's not to flush this cache type:
sync
To monitor progress:
watch -n 0.5 grep 'Dirty' /proc/meminfo