# sudo yum update -y
# sudo yum install fedup
# sudo fedup --reboot --network 20 --nogpgcheck
# sudo yum update -y
# sudo yum install fedup
# sudo fedup --reboot --network 20 --nogpgcheck
之前使用wine 執行PC版的LINE都還蠻正常的,不過前幾天更新了wine之後,反而無法使用了。
目前遇到情況的環境是 Fedora 18 64bit. 追了一下情況發現,之前正常使用的wine版本是1.5.20,更新到wine 1.5.25後反而就不能用了。
如果也有在linux下使用line的朋友,稍微注意一下,若你的line在系統更新之後就無法使用,可以試著將wine降回到1.5.20。
如果不想直接降版本,可以考慮用PlayOnLinux來製作和管理多個wine版本的環境(但硬碟會吃比較兇哦)!
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):
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):
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
正常的話,稍等幾秒就可以用網路連上線了。
斷線的指令是
# sudo ifdown ppp0
或是在右上角的網路小圖中也可以直接操作連線和斷線
如果已經裝好的系統中沒有pppoe-setup,可以在安裝光碟中的目錄下找到該套件
/Packages/r/rp-pppoe-3.10-13.fc18.x86_64.rpm
把他裝起來就好了。
補上:
相關文章
Docker SIGILL: illegal instruction 問題除錯記錄 最近在一台平常執行得好好的伺服器上,遇到一個讓人頭痛的 Docker 問題。 原本 Portainer 和其他容器都可以正常運行,但在系統突然當機後,所有容器在啟動時都出現以下錯誤訊息: d...