複製下載網址
回到 ssh 畫面中輸入wget 然後按滑鼠右鍵貼上網址
下載完成後,解壓縮
tar xfz node-v0.x.xx.tar.gz
接著進入該目錄執行以下動作
cd node-v0.x.xx
./configrue
make
sudo make install
最後輸入 node -v 有出現版本號就OK了
GRUB_CMDLINE_LINUX="text"
GRUB_TERMINAL=console4.
sudo update-grub
sudo systemctl set-default multi-user.target
sudo systemctl start lightdm
sudo apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0xcbcb082a1bb943db將Mariadb加入source list
sudo apt-get install software-properties-common
sudo apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0xcbcb082a1bb943db
sudo add-apt-repository 'deb http://ftp.osuosl.org/pub/mariadb/repo/10.0/ubuntu trusty main'
看你目前使用的系統版本lsb_release -a
sudo apt-get update
sudo apt-get install mariadb-server有興趣安裝Galera Cluster(DB叢集)請直接參考下面原文內容
sudo apt-get install libapache2-mod-mono
sudo apt-get install mono-apache-server2
sudo a2enmod mod_mono
sudo /etc/init.d/apache2 restart
<VirtualHost *:80>
# ServerName example.com
DocumentRoot /var/www/example.com/
<Directory /var/www/example.com/>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Require All granted
# Order allow,deny
# Allow from all
# SetHandler mono
DirectoryIndex index.aspx index.html
</Directory>
</VirtualHost>
# SetHandler mono
<apps>
<web-application>
<name>example.com</name>
# <vpath>/moo</vpath>
<path>/var/www/example.com</path>
# <vhost>example.com</vhost>
</web-application>
</apps>