Good install description for Ubuntu nfs
https://www.tecmint.com/install-nfs-server-on-ubuntu/
--30--
Good install description for Ubuntu nfs
https://www.tecmint.com/install-nfs-server-on-ubuntu/
--30--
auto upgrade can be configured on or off by reconfiguring the package
sudo dpkg-reconfigure unattended-upgrades

Specify NO and save, the python program will be reconfigured off.
https://askubuntu.com/questions/851444/configuring-unattended-upgrades-which-option-to-select
--30--
lsusb
b
dmesg | grep rtl8812au
0
iw dev
phy#1
Interface wlp0s20u10
ifindex 4
wdev 0x100000001
addr 00:e0:4c:88:12:00
type managed
txpower 12.00 dBm
rfkill list
1: phy1: Wireless LAN
Soft blocked: no
Hard blocked: no
uname -r
5.0.8-arch1-1-ARCH
wget -r -np -nH --cut-dirs=3 -R index.html http://hostname/aaa/bbb/ccc/ddd/
Explanation:-r : recursively -np : not going to upper directories, like ccc/…-nH : not saving files to hostname folder --cut-dirs=3 : but saving it to ddd by omitting
first 3 folders aaa, bbb, ccc-R index.html : excluding index.html
files sysctl net.ipv4.ip_forward
sudo sysctl net.ipv4.ip_forward=1
sudo nano /etc/sysctl.conf
# Uncomment the next line to enable packet forwarding for IPv4 #net.ipv4.ip_forward=1