(1). Download iso file ( https://www.ubuntu-tw.org/modules/tinyd0/ )
(2). Rufus 製作開機 USB (https://rufus.ie/)
* Install packages
(1). 取得更新
sudo apt-get update
(2). SSH
sudo apt-get install openssh-server
(3). VNC ( https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-vnc-on-ubuntu-18-04 )
sudo apt-get install xfce4 xfce4-goodies
sudo apt-get install tightvncserver
安裝完成後,輸入 vncserver 建立密碼
(4). Nginx ( https://www.digitalocean.com/community/tutorials/how-to-install-nginx-on-ubuntu-18-04 )
sudo apt install nginx
sudo systemctl status nginx
or
sudo service nginx status
(5). 防火牆
sudo apt-get ufw
sudo ufw status
sudo ufw enable
sudo ufw allow 80
sudo ufw allow 443
sudo ufw allow 5901
sudo ufw allow ssh
* Client
(1). Putty: https://www.putty.org/(2). VNC viewer : https://www.realvnc.com/en/connect/download/viewer/
* To-do list
setting fixed ip for pppoeftp
sftp
domain
cloudflare
沒有留言:
張貼留言