sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder
Install the latest nvidia drivers ('game ready' will work).
Switch the T4s into MCDM mode to get them working in WSL and showing in task manager.
From an administrator terminal:
nvidia-smi -dm 2
To switch them back to TCC mode (untested, not sure why I...
sudo chgrp -R www-data .
find . -type f | sudo xargs chmod 664
find . /bin -type f | sudo xargs chmod 775
find . -type d | sudo xargs chmod 775
find . -type d | sudo xargs chmod +s
umask 0002
Typically
/etc/wireguard/wg0.conf
sudo systemctl restart wg-quick@wg0
sudo systemctl status wg-quick@wg0
sudo systemctl enable wg-quick@wg0
wg genkey > privatekey
wg pubkey < privatekey > publickey
...
/etc/apache2/
/etc/apache2/sites-enabled/
sudo a2ensite
sudo a2dissite
sudo a2enmod
sudo a2dismod
sudo apachectl configtest
sudo apachectl -k graceful
s...
sudo iptables -t nat -A PREROUTING -i -p tcp --dport -j DNAT --to-destination :
sudo iptables -t nat -L PREROUTING --line-numbers
sudo iptables...