原來官方早就知道這個問題,而且在Fedora 19中還沒解決,突然覺得似乎換回iptable,雖然設定上較麻煩,但可控性比較高。
[Fedora 18]Firewalld在純script環境下的bug
原來官方早就知道這個問題,而且在Fedora 19中還沒解決,突然覺得似乎換回iptable,雖然設定上較麻煩,但可控性比較高。
[Fedora 18]能執行line的wine版本
之前使用wine 執行PC版的LINE都還蠻正常的,不過前幾天更新了wine之後,反而無法使用了。
目前遇到情況的環境是 Fedora 18 64bit. 追了一下情況發現,之前正常使用的wine版本是1.5.20,更新到wine 1.5.25後反而就不能用了。
如果也有在linux下使用line的朋友,稍微注意一下,若你的line在系統更新之後就無法使用,可以試著將wine降回到1.5.20。
如果不想直接降版本,可以考慮用PlayOnLinux來製作和管理多個wine版本的環境(但硬碟會吃比較兇哦)!
[Fedora 18]恢復傳統的Gnome界面
# yum install dconf-editor
[Fedora 18]系統更新
[Fedora 18]Fedora 18使用設定
[Fedora 18]ADSL的設定_指令方式
Welcome to the PPPoE client setup. First, I will run some checks on
your system to make sure the PPPoE client is installed properly...
The following DSL config was found on your system:
Device: Name:
ppp0 DSLppp0
Please enter the device if you want to configure the present DSL config
(default ppp0) or enter 'n' if you want to create a new one:
按下Enter使用預設的ppp0當做名稱就可以,如果有想要改名字的可在此做變更
接下來
LOGIN NAME
Enter your Login Name (default :xxxxxxx)
INTERFACE
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 em1):
這裡要選擇使用的網路卡界面,如果沒意外的話(就是在安裝的過程中你沒改過網路卡的名字或是根本沒有網路卡),按Enter使用預設值就可以了。
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 yes):
這一步也是按ENTER使用預設跳過就可以了。
DNS
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,我是同時輸入HINET和Google的DNS,所以分別是168.95.1.1和8.8.8.8 兩組
PASSWORD
Please enter your Password:
這一步驟要輸入ADSL連線的密碼
USERCTRL
Please enter 'yes' (three letters, lower-case.) if you want to allow
normal user to start or stop DSL connection (default yes):
如果這個連線要讓其他使用者也能使用的話,在這裡輸入yes,如果只打算讓有root權限的人能控制連線的話就輸入no
The firewall choices are:
0 - NONE: This script will not set any firewall rules. You are responsible
for ensuring the security of your machine. You are STRONGLY
recommended to use some kind of firewall rules.
1 - STANDALONE: Appropriate for a basic stand-alone web-surfing workstation
2 - MASQUERADE: Appropriate for a machine acting as an Internet gateway
for a LAN
這裡是問firewall的設定,最好不要選0,因為0是什麼都不設,一般使用選1就可以了。
正常的話,稍等幾秒就可以用網路連上線了。
斷線的指令是
# sudo ifdown ppp0
或是在右上角的網路小圖中也可以直接操作連線和斷線
如果已經裝好的系統中沒有pppoe-setup,可以在安裝光碟中的目錄下找到該套件
/Packages/r/rp-pppoe-3.10-13.fc18.x86_64.rpm
把他裝起來就好了。
補上:
相關文章
dnf upgrade fails with Error: GPG check FAILED
OS: Fedora 36 今天在做 dnf 更新的時候,突然有很多 package 都出現簽章問題無法更新。類似如下的錯誤訊息 .... is not signed. ...... is not signed. ......... is not...
-
這陣子決定將自己的筆記從 Evente 轉換到 Joplin,順便把轉換的過程和心得記錄下來,方便有相同需求或是在評估 Joplin 的捧油可以有個參考。 現在的筆記軟體或平台很多,依每個人需求的不同都會有較適合的方案,最後我會選擇 Jopline 最主要的原因是 程式碼開...
-
VIM的搜尋取代插入進階用法 VIM 中的基本搜尋方式是在普通模式下按 “/” 鍵(指令模式的),再輸入要搜尋的字串或是 正則表示式 ,就可以找到需要的字串。 透過搜尋的結果可以驗證輸入的條件或正則表示式是否可以正確選出要處理的字串。例如以下的檔案內容 冰ic...
-
Gnucash入門使用教學(一) 五大類介紹 Gnucash是一套複式簿記系統的記帳軟體,基本上的概念和會計相同,將所有帳目分為五大類,再由五大類細分出各細項。這五大類分別是“資產(Assets)”丶“負債(Liabilities)”丶“收入(Income)”...