玉山招財納福活動送讀卡機

剛剛在玉山WEB ATM跨行轉帳1015元(含手續費),希望有機會得到一台免費的讀卡機
快來按讚喔

>>>活動網址 

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS

20100225成交紀錄

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS

設定 Fedora9

1.關閉 iptables 及 ip6tables 服務
# setup
選 [系統服務],取消 iptables 及 ip6tables 服務

2.編輯 /etc/selinux/config
SELINUX = disabled

3.編輯 /etc/yum.repos.d/fedora.repo
[fedora]
#mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch
baseurl=http://ftp.twaren.net/Linux/Fedora/linux/releases/9/Everything/i386/os/

4.編輯
/etc/yum.repos.d/fedora-updates.repo
[updates]
#mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f$releasever&arch=$basearch

baseurl=http://ftp.twaren.net/Linux/Fedora/linux/updates/9/i386/

5.重新開機

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS

架設 osTube2.3 影音伺服器 (Fedora9)

osTube2.3

安裝步驟如下:

1.下載並安裝 Fedora9

2.設定 Fedora9

3.yum 更新套件

4.Fedora9 安裝 MySql

5.Fedora9 安裝 osTube2.3 繁體中文版

6.把osTube設定為簡潔網址

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS

如何用root登入fedora10

灌完fedora10之後,發現沒辦法使用root帳號登入系統,只能在終端機介面上,使用[ su -
]去切換成root。不過還是有辦法破解的。



Try to follow this easy way ....

Application --> System tool -->
Terminal
$ su
$ PASSWORD
$ gedit /etc/pam.d/gdm

==> add a "#"
before that line

# auth required pam_succeed_if.so user != root
quiet


==> Save file back
==> quit/Exit

-->
Logout

--> Everything OK except that your computer begin to exposure
a big risk if any bad guy try to hack your system....

少用root比較好,因為駭客實在太多了,隨時有可能被入侵。

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS

下載並安裝 Fedora9

1.下載 Fedora-9-i386-DVD.iso 並燒成光碟

2.media test : 選 [Skip]

3.Fedora安裝畫面 : [Next]

4.Language : 選 [繁體中文]

5.鍵盤 : 選 [美式英文]

6.警告 : 選 [是]

7.設定網路

8.[勾選]系統時鐘使用UTC

9.設定 Root 密碼

10.分割硬碟 ( 切 ext3 與 swap )

11.Write changes to disk

12.Boot load : [下一步]

13.安裝軟體 : 只選 [網頁伺服器]

14.漫長的等待,直到光碟片退出為止

15.重新開機

16.進入歡迎的畫面 : [下一步]

17.授權資訊 : [下一步]

18.Create User

19.Date and Time : [下一步]

20.Hardware Profile : [完成]

21.Send the profile : [No, do not send.]

完成

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS

yum 更新套件

1.打開終端機並輸入
# yum update

2.安裝新酷音輸入法
# yum install scim-chewing-*

3.更新 Firefox
# yum install firefox

4.安裝 Flash-plugin for Firefox
# rpm -ivh
http://fpdownload.macromedia.com/get/flashplayer/current/flash-plugin-10.0.15.3-release.i386.rpm
#
yum -y install flash-plugin

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS