This is a great resource - but I'd recommend https://www.jvt.me/posts/2017/04/26/glances/ if you are able to install something, as a much more feature rich version
Recommended read: Htop Explained https://peteris.rocks/blog/htop/
This is a great resource - but I'd recommend https://www.jvt.me/posts/2017/04/26/glances/ if you are able to install something, as a much more feature rich version
Recommended read: Htop Explained https://peteris.rocks/blog/htop/
I've used this server before to get a simple RESTful API up and running, and it's really useful.
Recommended read: JSON Server https://github.com/typicode/json-server/
Executing an Interactive Python Shell (REPL) for a Script (1 mins read).
Using python -i
to get an interactive REPL after running a Python source file.
Saving Repetition with Git Commit Templates (3 mins read).
Speed up your commit message writing by providing a template for when you run git commit
.
Cleaning Up Your LaTeX Build Output with latexrun
(3 mins read).
A tool to help reduce the amount of unnecessary output when building LaTeX files.