text/gemini
=> / 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
=> https://pic.t0.vc/OMCW 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
This content has been proxied by September (3851b).