Skip to content

Instantly share code, notes, and snippets.

View MonadMonAmi's full-sized avatar

Andrei Syrakvash MonadMonAmi

View GitHub Profile

tmux cheatsheet

As configured in my dotfiles.

start new:

tmux

start new with session name:

@NickMcSweeney
NickMcSweeney / postgresql_plus_arch-linux.md
Last active November 22, 2025 09:27
Getting postgresql running on Arch Linux

Setup Postgresql

run postgresql with systemctl

Install postgres

latest

sudo pacman -S postgresql

specific version

find version & build from source