💾 Archived View for caoom.smol.pub › 1635241186 captured on 2023-01-29 at 15:41:22. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2022-04-28)

➡️ Next capture (2023-03-20)

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

<<<===

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