Blog
-
Quick Guide to nawk
Quick Reference Guide Quick Guide to nawk nawk (new awk) extends the original awk with more built-in functions, better string handling, and user-defined functions.…
-
Quick Guide to Emacs
Quick Reference Guide Quick Guide to Emacs A collection of commonly used keystrokes and configuration tips for GNU Emacs. Covers navigation, editing, buffers, search,…
-
Quick Guide to CVS
Quick Reference Guide Quick Guide to CVS A practical reference for setting up and using the Concurrent Versions System (CVS). Commands were originally tested…
-
Quick Guide to Mac Mini
Install Homebew /bin/bash -c “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)” Add a directory to path echo >> /Users/mlow/.zprofileecho ‘eval “$(/opt/homebrew/bin/brew shellenv)”‘ >> /Users/mlow/.zprofileeval “$(/opt/homebrew/bin/brew shellenv)”