目录

Ubuntu

修改 apt-get source

# 刪掉 cd/dvd 的來源
$ vi /etc/apt/source.list
$ apt-cache search pkg_name

新增使用者

安裝並啟用 ssh

$ sudo apt-get update
$ sudo apt-get install ssh
$ /etc/init.d/ssh start