最近把電腦換灌成Fedora Core 12版
想來學一下linux 底下的防火牆和NAT
灌好有些東西還是要適應 當然還是有些東西要安裝
我是用英文介面的 比起11版 畫面變漂亮了許多
(附註 切換中文介面 畫面很醜這到是真的)
好像已經修正安裝畫面螢幕解析度過大的問題
一路安裝起來 過程還算是順利
唯一比較麻煩的是 Fedora根目錄一定要在EXT的分割區底下
我是選EXT4啦 開機真有比較快
唯一有一個地方要注意 GRUB請安裝在開機的第一個分割區
而不是MBR 如果有XP或是WIN7的話 開機磁區可是一定會被蓋掉的喔
XP可以用spfdisk /mbr來拯救 可是WIN7可就不行摟
WIN7是把授權資訊一併寫在開機磁區中
一清掉可是連授權資訊一起不見喔 這點可是大大的要注意
以下是我的安裝備忘 內容不一定正確 因為很多都在研究中
設定PPPOE連線
我想這是大家ADSL最常用的設定了
在這裡 你需要rp-pppoe套件
在網路上(如果你有另一台電腦的話)和光碟裡都有
找到它 把他灌起來
然後執行pppoe-setup
Enter your Login Name (default root):打入你的ADSL帳號 ([email protected])
Enter the Ethernet interface connected to the PPPoE modem
For Solaris, this is likely to be something like /dev/hme0.
For Linux, it will be ethX, where ‘X’ is a number.
(default eth0): 用那張網卡撥接?如果只有一張網卡,預設即可
Do you want the link to come up on demand, or stay up continuously?
If you want it to come up on demand, enter the idle time in seconds
after which the link should be dropped. If you want the link to
stay up permanently, enter ‘no’ (two letters, lower-case.)
NOTE: Demand-activated links do not interact well with dynamic IP
addresses. You may have some problems with demand-activated links.
Enter the demand value (default no): 閒置多少秒要斷線?預設即可,一定要打no,否則會造成連線不正常
Please enter the IP address of your ISP’s primary DNS server.
If your ISP claims that ‘the server will provide dynamic DNS addresses’,
enter ‘server’ (all lower-case) here.
If you just press enter, I will assume you know what you are
doing and not modify your DNS setup.
Enter the DNS information here:DNS設定,如果沒有文件,可以打server,讓ISP自動指定,
直接按enter表不設定,可能無法正確上網
Please enter your Password:打入密碼
Please re-enter your Password: 再打一次
Please enter ‘yes’ (three letters, lower-case.) if you want to allow
normal user to start or stop DSL connection (default yes): 是否讓大家都使用此連線,預設即可
…….省略
Choose a type of firewall (0-2): 選擇防火牆,我是選1
Do you want to start this connection at boot time?
Please enter no or yes (default no):是否開機自動連線,當然打yes摟
…….省略
Accept these settings and adjust configuration files (y/n)? 是否確認以上資訊,按y完成
最後執行adsl-start就可以撥接上網了!用pppoe-status來查看連線狀態
增加 rpmfusion / adobe repos
資料是網站上看到的,目的為了能夠裝解碼器和flash
sudo rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
sudo rpm -ivh http://linuxdownload.adobe.com/adobe-release/adobe-release-i386-1.0-1.noarch.rpm
虛擬電腦Sun VirtualBox
http://www.virtualbox.org/wiki/Linux_Downloads
這個較難裝,我也是試很久才知道的
他好像是要先去裝kernel module的樣子(因為要上驅動程式,所以要在核心中載入模組)
所以核心模組先灌(要跟目前核心版號一致),灌好再灌VirtualBox,且先不要做更新
以下指令大概是先讓yum找合適的kernel module(還有灌gcc),然後加入repos
然後再灌主程式,編譯驅動程式
最後是加入vboxusers (那個whoami不用更改)
sudo yum install -y kernel-PAE-devel dkms gcc su -c ‘wget -q http://download.virtualbox.org/virtualbox/debian/sun_vbox.asc -O- | rpm –import -‘ su -c ‘wget http://download.virtualbox.org/virtualbox/rpm/fedora/virtualbox.repo -O /etc/yum.repos.d/virtualbox.repo’ sudo yum install -y VirtualBox /etc/init.d/vboxdrv setup sudo usermod -G vboxusers -a </span><span style="color: #c20cb9; font-weight: bold;">whoami</span><span style="color: #000000; font-weight: bold;"> |
確定核心版本號可以用
rpm -qa | grep kernel
查詢該核心和核心版本
如果你是卡在
Recompiling VirtualBox kernel module [失敗]
(Look at /var/log/vbox-install.log to find out what went wrong)
[root@pohai share]# cat /var/log/vbox-install.log
Makefile:147: *** Error: unable to find the sources of your current Linux kernel. Specify KERN_DIR=<directory> and run Make again. Stop.
意思大概是找不到你現在版本所使用的核心模組
就是沒有正確安裝核心模組(第一行)
就要好好檢查一下設定了
用的時候還蠻順的,就像是在用實機一樣,畫面一縮到taskbar
CPU馬上就釋放出來,很少會lag…
這點倒是蠻神奇的
有時候重開機會變黑畫面,可能是主程式關掉所致
留著主程式和running的系統會比較穩定
免空下載軟體JDownloader
http://jdownloader.org/download/index
灌這個前提一定要有Java Runtime Envienment
內建的Java勾一下,或是用yum裝一下
才能繼續
網站上的說明
-
wget must be installed on system!
-
Download jd.sh
-
chmod +x jd.sh
-
start jd.sh
Note: Open jd.sh to read Manual or change Settings!
上述大概是說 要你到這裡下載jd.sh
然後用root登入 變更權限jd.sh可執行
chmod 777 jd.sh
然後執行jd.sh就可以安裝
./jd.sh
安裝 Pcman
這好像是鄉民專用的pcman,資料上有就貼出來做參考
感謝http://blog.ssh.tw/?p=2156
sudo yum install -y intltool gcc-c++ libtool
wget http://pcmanx-gtk2.googlecode.com/svn/website/release/pcmanx-gtk2-0.3.9.tar.bz2
tar xvjf pcmanx-gtk2-0.3.9.tar.bz2
cd pcman-gtk2
./configure --disable-libtool-lock
中文輸入支援
到System > Input Method
打開I Bus Preferences 切到Input Method頁籤
在Select Input Method選 Chinese > Chewing
再按下Add
就可安裝新酷音 用法就跟新注音一樣
MP3支援
這個沒有在Yum裡 因為MP3不是開放原始碼的自由軟體
Fedora, by default, does not include MP3 support for legal reasons. To enable MP3 support, the rpmfusion repository should be enabled. Configuration instructions for the rpmfusion repository can be found here.
所以要用一個特別的方式來安裝
到這裡來安裝rpmfusion所提供的下載點
http://rpmfusion.org/Configuration
網站上是說可以用root來執行以下指令安裝
su -c 'rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm'
然後依網站內容
http://amarok.kde.org/wiki/MP3_on_Fedora_Core
用以下指令 直接用Yum就可以更新編碼器
yum update @sound-and-video
完成之後 還可以播放FLV喔
吉他譜軟體TuxGuitar
http://www.tuxguitar.com.ar/download.html
已經整合到yum摟,直接打
yum install tuxGuitar
即可
如果沒有聲音的話,換換MIDI界面看看
虛擬光碟機CDemu
http://sourceforge.net/projects/cdemu/files/
研究中….
資料來源:
http://phorum.study-area.org/index.php?action=printpage;topic=57188.0
http://blog.ssh.tw/?p=2156
http://playubuntu.blogspot.com/2009/01/wine-wine.html
http://linux.chinaunix.net/bbs/archiver/?tid-1081313.html
還有很多 到時候再新增