https://www.youtube.com/watch?v=eK_tY7sS1Ug&t=471s
https://www.youtube.com/watch?v=2ognIU1EssY
https://sites.google.com/site/linuxc...xian-gong-neng INSTALL SSH Server
https://ubunlog.com/zh-TW/anydesk-es...-ubuntu-20-04/ install anydesk for 20.04
sudo apt update; sudo apt upgrade
wget -qO -
https://keys.anydesk.com/repos/DEB-GPG-KEY | sudo apt-key add -
sudo -s
sudo apt install anydesk
deb
http://deb.anydesk.com/ all main //no ??
sudo apt update
sudo echo "deb
http://deb.anydesk.com/ all main" > /etc/apt/sources.list.d/anydesk.list
https://tw-fitx.blogspot.com/2021/09...tpsgithub.html 教學
#vi /etc/sysctl.conf
加入下面兩行到檔案最後面
fs.file-max=900000
fs.nr_open=9000001
#sysctl -p
#vi /etc/security/limits.conf
<chintai> soft nproc 1000000
<chintai> hard nproc 1000000
<chintai> soft nofile 1000000
<chintai> hard nofile 1000000
#vi /etc/systemd/user.confand
DefaultLimitNOFILE=900000
#vi /etc/systemd/system.conf
DefaultLimitNOFILE=900000