1. 不要將理想投射在別人身上
2. 吵架不要無疾而終,要處理完(但可以緩處理,避免情緒)
2012年11月20日 星期二
2012年11月7日 星期三
2012年6月19日 星期二
Debian快速筆記 -2-
1. pppoeconf設定套件 dpkg -i "packge"
aptitude install pppoeconf
重啟網路 /etc/init.c/networking restart
ifup eth0, ifdown eth0
2. aptitude install vim, 設定檔/etc/vim/vimrc 設定退位鍵set nocp 設定顏色 syntax on
3. http://ihower.tw/rails3/installation.html 依照此教學少了 linyaml http://collectiveidea.com/blog/archives/2011/10/31/install-ruby-193-with-libyaml-on-centos/ 依當中方法下載 並重新安裝ruby後 可正常安裝完sqlite3 & rails
aptitude install pppoeconf
重啟網路 /etc/init.c/networking restart
ifup eth0, ifdown eth0
2. aptitude install vim, 設定檔/etc/vim/vimrc 設定退位鍵set nocp 設定顏色 syntax on
3. http://ihower.tw/rails3/installation.html 依照此教學少了 linyaml http://collectiveidea.com/blog/archives/2011/10/31/install-ruby-193-with-libyaml-on-centos/ 依當中方法下載 並重新安裝ruby後 可正常安裝完sqlite3 & rails
2012年4月14日 星期六
Debian快速筆記 -1-
1. 更新 /etc/apt/source.list 以下是copy自別人的,先求可以用 stable跟unstable 排除test
2. apt-get update AND apt-get upgrade(可以先不用)
# Debian main and non-US
deb http://debian.linux.org.tw/debian/ stable main non-free contrib
deb-src http://debian.linux.org.tw/debian/ stable main non-free contrib
deb http://debian.linux.org.tw/debian-non-US stable/non-US main contrib non-free
deb-src http://debian.linux.org.tw/debian-non-US stable/non-US main contrib non-free
# Debian security
deb http://security.debian.org/ stable/updates main contrib non-free
# Unofficial java packages (for mozilla)
deb ftp://ftp.tux.org/pub/java/debian stable non-free
# Unofficial packages (decss, libdvd, mplayer and others)
deb http://mplayer.nmeos.net stable/
deb http://marillat.free.fr/ stable main
deb http://ftp.debian.org/debian dists/proposed-updates/
deb http://www2.linuxforum.net/mirror/debian stable main contrib non-free
deb http://www2.linuxforum.net/mirror/debian dists/proposed-updates/
2. apt-get update AND apt-get upgrade(可以先不用)
3. aptitude install libc6-dev 先安裝此lib gcc才能裝
4. apt-get install build-essential 安裝gcc
5. 決定runlevel,debian與fedora不同的是沒有預設的 /etc/inittab 所以可輸入runlevel查詢 及telinit "Level"決定 或是自行創建inittab 但level 2~5是沒有差別的所以如果要修改此level的服務 請設定/etc/rc"Your level".d底下的檔案
ex. rm /etc/rc5.d/S13gdm拿掉開啟X Window的設定
附上 參考網址 http://zoobave.blogspot.com/2007/08/debianubutnu-run-levelswithout-inittab.html
5. 決定runlevel,debian與fedora不同的是沒有預設的 /etc/inittab 所以可輸入runlevel查詢 及telinit "Level"決定 或是自行創建inittab 但level 2~5是沒有差別的所以如果要修改此level的服務 請設定/etc/rc"Your level".d底下的檔案
ex. rm /etc/rc5.d/S13gdm拿掉開啟X Window的設定
附上 參考網址 http://zoobave.blogspot.com/2007/08/debianubutnu-run-levelswithout-inittab.html
訂閱:
文章 (Atom)