好樂團 GoodBand-他們說我是沒有用的年輕人, 5m23s
正在聽的是連年輕都失去的沒路用人~加映一首
張震嶽 A-Yue【無路用的人】, 5m25s
使用docker指令前要先安裝Docker Engine,若有需要則先移除舊的docker
sudo apt-get remove docker docker-engine docker.io containerd runc
安裝Docker Engine所需的來源的金鑰
sudo apt-get update sudo apt-get install \ apt-transport-https \ ca-certificates \ curl \ gnupg-agent \ software-properties-common curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - sudo apt-key fingerprint 0EBFCD88
上述指令若成功,終端機會出現
在Ubuntu 20.04上面用NIS client,首先設定/etc/yp.conf,加入
完成後,還要修改/etc/nsswitch.conf 加入下面綠色的字
再重啟服務
CentOS 7上面目前的netdata版本只到1.26,要裝最新版的1.28.0要手動安裝。首先要安裝一些必要的套件並且打開防火牆讓port 19999可以使用
sudo yum install cmake libuv libuv-devel sudo firewall-cmd --permanent --zone=public --add-port=19999/tcp sudo firewall-cmd --reload
然後從Git上面下載最新版的source code並安裝
Windows 10上面對於網路芳鄰上面的資料夾可以用掛載到磁碟機上面,例如說掛載到X:, Y:, Z:等磁碟機上面,但若要將網芳資料夾掛載到資料夾上面,則要用到命令提示字元:
上述指令登入之後,再用下面指令將資料夾掛載起來