Docker Command Cheat Sheet

This post is a practical cheat sheet for common Docker commands, covering container and image management, as well as system information. It provides quick references for running, stopping, removing containers, building and saving images, and checking disk usage. A section on flattening containers for size optimization is also included. It’s a helpful resource for anyone looking to efficiently manage their Docker environment and is intended as a starting point for further exploration of Docker’s capabilities. ...

April 8, 2023 · Frederick

Emacs Cheat Sheet: Basic Keybindings

This blog post is a reference guide to common keybindings in Emacs. It’s organized by functionality (Buffer, Moving in Buffer, Window, Help, Mode, Utility) and lists each command along with its Emacs keybinding. The post focuses on frequently used commands for buffer management, navigation, window manipulation, accessing help, toggling line numbers, and changing file encoding. It’s a practical resource for quickly looking up how to perform core Emacs actions. ...

February 19, 2023 · Frederick