Ubuntu 14.04 伺服器安裝
https://wiki.ubuntu.com/Ubuntu_14.04_LTS
http://www.ubuntu-tw.org/
http://myip.tw/itsmw/index.php?title=APM#.E8.87.AA.E8.A8.82.E5.80.8B.E4.BA.BA.E7.B6.B2.E9.A0.81.E4.BD.8D.E7.BD.AE
http://blog.miniasp.com/post/2012/06/23/apache2-Could-not-reliably-determine-the-server-fully-qualified-domain-name-using-for-ServerName.aspx
安裝 DNS、LAMP(apache+php+mysql)、Mail、Open SSH、Samba Server
建立 root 的密碼 (比較不安全,但比較習慣 >_<,需要使用系統第一位建立的使用者才可以)
sudo passwd root
安裝 vi 加強版 #操作 vi 怪怪的,所以安裝加強版
apt-get install vim
更新系統
apt-get -y update #更新你電腦內的 套件庫 索引
apt-get -y upgrade #更新你已安裝套件到最新版本
apt-get dist-upgrade #更新核心等等重要的東西
apt-get 套件安裝、移除、升級好工具
http://chentunglee.blogspot.tw/2009/12/apt-get.html
apt-get remove #自動移除套件,並留下設定檔
apt-get --purge remove #自動移除套件,不保留設定檔
ll /var/cache/apt/archives
清除下載後的套件
apt-get clean
useradd -m xyz # 新增使用者xyz -m的參數是在 /home 下建立使用者 xyz 的家目錄
tail -f /var/log/xxxxxxx #檢視目前最新的紀錄檔
有中文亂碼的問題了 cat /etc/default/locale
LANG="zh_TW.UTF-8"
LANGUAGE="zh_TW:zh"
使用Big5環境:
LANG="zh_TW.Big5″
LANGUAGE="zh_TW:Big5″
使用UTF-8環境:
LANG="zh_TW.UTF-8″
LANGUAGE="zh_TW:zh"
http://www.forever.tw/?p=166
https://wiki.ubuntu.com/Ubuntu_14.04_LTS
http://www.ubuntu-tw.org/
http://myip.tw/itsmw/index.php?title=APM#.E8.87.AA.E8.A8.82.E5.80.8B.E4.BA.BA.E7.B6.B2.E9.A0.81.E4.BD.8D.E7.BD.AE
http://blog.miniasp.com/post/2012/06/23/apache2-Could-not-reliably-determine-the-server-fully-qualified-domain-name-using-for-ServerName.aspx
安裝 DNS、LAMP(apache+php+mysql)、Mail、Open SSH、Samba Server
建立 root 的密碼 (比較不安全,但比較習慣 >_<,需要使用系統第一位建立的使用者才可以)
sudo passwd root
安裝 vi 加強版 #操作 vi 怪怪的,所以安裝加強版
apt-get install vim
更新系統
apt-get -y update #更新你電腦內的 套件庫 索引
apt-get -y upgrade #更新你已安裝套件到最新版本
apt-get dist-upgrade #更新核心等等重要的東西
apt-get 套件安裝、移除、升級好工具
http://chentunglee.blogspot.tw/2009/12/apt-get.html
apt-get remove #自動移除套件,並留下設定檔
apt-get --purge remove #自動移除套件,不保留設定檔
ll /var/cache/apt/archives
清除下載後的套件
apt-get clean
useradd -m xyz # 新增使用者xyz -m的參數是在 /home 下建立使用者 xyz 的家目錄
tail -f /var/log/xxxxxxx #檢視目前最新的紀錄檔
有中文亂碼的問題了 cat /etc/default/locale
LANG="zh_TW.UTF-8"
LANGUAGE="zh_TW:zh"
使用Big5環境:
LANG="zh_TW.Big5″
LANGUAGE="zh_TW:Big5″
使用UTF-8環境:
LANG="zh_TW.UTF-8″
LANGUAGE="zh_TW:zh"
http://www.forever.tw/?p=166
Admin 在 周六 8月 29, 2015 5:53 pm 作了第 8 次修改