Skip to content

Instantly share code, notes, and snippets.

View bytewizard42i's full-sized avatar

J. Santi bytewizard42i

View GitHub Profile
@bradtraversy
bradtraversy / terminal-commands.md
Last active June 5, 2025 16:23
Common Terminal Commands

Common Terminal Commands

Key Commands & Navigation

Before we look at some common commands, I just want to note a few keyboard commands that are very helpful:

  • Up Arrow: Will show your last command
  • Down Arrow: Will show your next command
  • Tab: Will auto-complete your command
  • Ctrl + L: Will clear the screen

Build cardano-node and cardano-cli on Ubuntu

Install Prerequisites

sudo apt-get update -y

sudo apt-get install automake build-essential curl pkg-config libffi-dev libgmp-dev libssl-dev libtinfo-dev libsystemd-dev zlib1g-dev make g++ tmux git jq wget libncursesw5 libtool autoconf -y

Install GHC and Cabal