- [RPi] Confirm Raspberry Pi Model
cat /proc/device-tree/model - [RPi] Confirm Operating System
cat /etc/os-release
- IP scanner
sudo nmap -O -sT 192.168.1.0/24 - pi network config this link
- [Ubuntu] wifi listing
nmcli d wifi list - [Ubuntu] Connect to wifi
[sudo] nmcli d wifi connect <my_wifi> password <password>
- Ubuntu 18.04
[sudo] sshfs -o allow_other,default_permissions [email protected]:/src/path /mnt/path
- find part of string in location
grep -R "what" "./where" - update alternatives : makes /usr/bin/python, python, /usr/bin/python3 the same
sudo update-alternatives --install /usr/bin/python python /usr/bin/python3 10
expressvpn on raspbian - user guide