Ctrl K
Linux Shell and Terminal
6 notes on linux shell and terminal.
6 results
Bash Aliases
Define persistent command shortcuts directly in ~/.bashrc and source them into your shell session.
Convert EPUB to PDF from the CLI
Convert an EPUB ebook to PDF with Calibre's ebook-convert command, including a denser textbook-style layout.
Convert M4B Audiobook to MP3
Convert an .m4b file to .mp3 with ffmpeg, keeping metadata and removing the video stream.
Linux Shell Line Editing Shortcuts
Common Bash and readline shortcuts for deleting, undoing, and moving through command-line text.
Running Scripts from the Current Directory
Why a bare script name fails with "command not found" and how to run a file with an explicit path like ./my-script.sh.
tmux Sessions, Windows, and Panes
Keyboard driven terminal tool for managing multiple contexts in parallel. Daily routine for sessions, windows, and panes.