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