利用Hamachi建立虛擬區域網路 <<
Previous Next >> W3
利用虛擬主機建立Ethercalc伺服器
使用的ubuntu版本為20.04

安裝curl
sudo apt install curl

納入 Nodesource repository
curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -

安裝 node.js
sudo apt install --assume-yes nodejs

安裝npm
sudo apt install npm

安裝 ethercalc
sudo npm install -g ethercalc

開啟ethercalc server
ethercalc

使用firefox前往 http://cd2021ag26:8000

利用Hamachi建立虛擬區域網路 <<
Previous Next >> W3