Skip to content

Instantly share code, notes, and snippets.

View gfcleao's full-sized avatar
💤
Honk… Mimimi…

Gabriel Furtado gfcleao

💤
Honk… Mimimi…
View GitHub Profile
@gfcleao
gfcleao / cmds.txt
Last active May 4, 2024 13:29
Diversos comandos que uso constantemente em minhas máquinas.
Remover pacotes orfãos (Arch Linux)
$ pacman -Qtdq | sudo pacman -Rns -
Scripts (Raspberry Pi)
■ CasaOS
$ wget -qO- https://get.casaos.io | sudo bash
■ PiKiss
$ curl -sSL https://git.io/JfAPE | bash
■ Pi-Apps
$ wget -qO- https://raw.githubusercontent.com/Botspot/pi-apps/master/install | bash