mencargo.github.io

Diego Algara

Nubenautas, ReguDocs & GTFS Studio

Linux Commands

PostgreSQL Queries

DNSmasq cache & filter

Local

curl https://raw.githubusercontent.com/mencargo/mencargo.github.io/main/.bashrc -o ~/.bashrc
mkdir ~/bin
curl https://raw.githubusercontent.com/mencargo/mencargo.github.io/main/aur -o ~/bin/aur
chmod +x ~/bin/aur
echo "gem: --no-document" > ~/.gemrc

Server

$ curl https://raw.githubusercontent.com/mencargo/mencargo.github.io/main/.bashrc_server -o ~/.bashrc
# curl https://raw.githubusercontent.com/mencargo/mencargo.github.io/main/.bashrc_server_root -o ~/.bashrc

Packages

List your goodies: pacman -Qqe & pacman -Qqm

Restore: # cat pacman.txt | xargs pacman -S --needed --noconfirm