發表文章

目前顯示的是有「server」標籤的文章

Filezilla FTP server installation steps on Windows 10

圖片
1. Download from https://filezilla-project.org/download.php?type=server 2. Double click downloaded executable file to install such as figure 1   (Figure 1) 3.set default value as follow figures (Figure 2) (Figure 3)   (Figure 4) 4. set default value for administrator remote control port or what you would like port (Figure 5) 5. Go on to set default value for enable daemon with booting (Figure 6)               (Figure 7)   6. Build a administrator password not involve with client user as Figure8         (Figure 8)  7. BTW,  FTP server is listening for connection, you have to add client user next step. (Figure 9) (Figure 10) 8. Click icon of user adding and type user name and passwords in general option as Figure 11 (Figure 11)  9.Select share folder to the user in shared folder option   (Figure 12) 10.  Configure speed limitation for upload and download            ...

Installation of Jitsi Meet Server on Ubuntu

圖片
1.open port of http/https permission use ufw allow 2. wget  https://download.jitsi.org/jitsi-key.gpg.key && sudo apt-key add jitsi-key.gpg.key 3 sudo  echo ' deb https://download.jitsi.org stable/' > /etc/apt/sources.list.d/jitsi-stable.list 4. sudo  apt update && sudo apt install jitsi-meet jigasi jicofo jitsi-videobridge curl vim     5. select self-signed if you do not have TLS certificate   6. Obtaining a certificate from Letsencrypt website sudo  add-apt-repository ppa:cerbot/cerbot && sudo apt install certbot   7.Install certbot sudo /usr/share/jitsi-meet/scripts/install-letsencrypt-cert.sh 8. Allow port from ufw command sudo ufw allow 80/tcp sudo ufw allow 443/tcp  sudo ufw allow 4443/tcp sudo ufw allow 3478/udp sudo ufw allow 10000-20000/udp sudo ufw enable  9. Add authentication for host sudo vim /etc/prosody/conf.avail/yourhost.cfg.lua authecti...