💾 Archived View for caoom.smol.pub › 1635241186 captured on 2024-12-17 at 10:20:46. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-03-20)

🚧 View Differences

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

index

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

The --break-system-packages flag in pip allows to override the externally-managed-environment error and install Python packages system-wide.

pip install package_name --break-system-packages