nano /etc/resolv.conf
nameserver 8.8.8.8
nameserver 8.8.4.4
Ctrl+O, Enter, and Ctrl+X.
UserLand for Android
https://github.com/debauchee/barrier
https://github.com/input-leap/input-leap
Victor Mono Font=
https://rubjo.github.io/victor-mono/
https://electronics-diy.com/micro-transmitter-bug.php
nmap -n -Pn -sS -sV -p21,22,23,80,443,445,3306,8080 --open --script=banner -T4 192.168.1.0/24 -oG - \ | grep '/open/' | grep -v 'tcpwrapped' | awk '{print $2}' | sort -u
nmap -n -Pn -sS -sV -p80 --open --script=banner -T5 192.168.1.0/24 -oG - | grep 'open' | grep -v 'tcpwrapped'