執行:
sudo /etc/init.d/vboxdrv setup
就可以解決無法啟動的問題
黃彥霖 發表在 痞客邦 留言(0) 人氣(1,476)
// 安裝
sudo add-apt-repository ppa:git-core/ppa -y
sudo apt-get update
sudo apt-get install git
git --version
黃彥霖 發表在 痞客邦 留言(0) 人氣(4,822)

結果:
指令:
sudo add-apt-repository ppa:indicator-multiload/stable-daily
sudo apt-get update
sudo apt-get install indicator-multiload
黃彥霖 發表在 痞客邦 留言(0) 人氣(431)
http://www.unixmen.com/install-glusterfs-server-client-centos-7/
/etc/hosts
黃彥霖 發表在 痞客邦 留言(1) 人氣(146)
安裝:
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java8-installer
黃彥霖 發表在 痞客邦 留言(0) 人氣(832)
1.
sudo apt-get install ssh
2.
ssh 127.0.0.1
3.
cd ~/.ssh
4.
ssh-keygen -t rsa
5.
cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys
6.
ssh 127.0.0.1
黃彥霖 發表在 痞客邦 留言(0) 人氣(115)