- Feb 24 Fri 2017 20:00
[旅遊] 二度滑雪回來!
- Feb 23 Thu 2017 19:00
人生的交叉口
- Nov 23 Wed 2016 14:29
[CentOS6] Mount NTFS HD
- Oct 25 Tue 2016 16:26
[RHEL 6] AnaGlobe Golf安裝記錄
- Oct 25 Tue 2016 11:20
[RHEL 6] 初始安裝與更新
不知道為何,我在Redhat官網上都找不到正確的下載點,後來是朋友幫我找到一個很怪的下載點,請到這兒先下載iso檔:http://61.164.110.188:82/Redhat/
安裝時請記的選取桌面模式,不然會裝得好快但是只有command mode喔。當然如果只當server用,不需要用gui介面的話,這樣比較好用,可惜我現在要測的環境是需要gui介面的。我選了內訂值的gnome介面,沒有選KDE,雖然KDE好像比較漂亮一點點,不過真的要漂亮的話,我覺得xfe更好看。
rhel 6.4安裝完後,請先做下列幾件事:
1. 設定ip(如果有裝gui的話,也可以先在gui中設定,比較容易)
# vi /etc/sysconifg/network-scripts/ifcfg-eth0
- Oct 21 Fri 2016 15:37
[CentOS 6] 初始架設工作
安裝完Centos 6並設定好網路之後,先更新系統:
# vi /etc/yum.repos.d/CentOS-Base.repo
# CentOS-Base.repo
#
# The mirror system uses the connecting IP address of the client and the
- Sep 19 Mon 2016 19:14
[CentOS6] 安裝vsFTP
- Sep 12 Mon 2016 14:42
[RHEL] 出現"This system is not registered with RHN." "This system is not registered to Red Hat Subscription Management."
使用yum update時,出現錯誤訊息:This system is not registered with RHN. 或是 This system is not registered to Red Hat Subscription Management. 請將rhel-debuginfo.repo檔換成CentOS-Base.repo就可以了,當然檔名要換過來。
請到http://docs.linuxtone.org/soft/lemp/CentOS-Base.repo 下載CentOS-Base.repo檔。
# mv /etc/yum.repos.d/rhel-debuginfo.repo /etc/yum.repos.d/rhel-debuginfo.repo.bak
# mv CentOS-Base.repo /etc/yum.repos.d/rhel-debuginfo.repo
- Sep 08 Thu 2016 11:21
[Ubuntu 9.10] Xmanager連接Ubuntu 9.10
原來在Ubuntu 9.10中只要直接開啟Xdmcp功能就可以了。但是到了12.10和16.04的版本時,反而變得好複雜。
以下程序請用Root權限來做喔。
# vi /etc/gdm/gdm.schemas
...............
<schema>
- Sep 08 Thu 2016 10:04
[Ubuntu 9.10] 固定IP的設定方式