💾 Archived View for caoom.smol.pub › 1635241186 captured on 2022-04-28 at 17:29:15. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2021-11-30)

➡️ Next capture (2023-03-20)

🚧 View Differences

-=-=-=-=-=-=-

<<<===

Useful commands

Checking your Public IP Address

curl ifconfig.me
nmcli -p

Install Pi-apps

wget -qO- https://raw.githubusercontent.com/Botspot/pi-apps/master/install | bash

File manager as root user on Raspberry

sudo pcmanfm

Convert WebP to PNG

sudo apt install webp
dwebp file.webp -o file.png

Basic Linux commands