Empathy的網路錯誤 - Linux

Rosalind avatar
By Rosalind
at 2011-04-10T22:56

Table of Contents

http://goo.gl/x1sg6

第一次使用Ubuntu內建的Empathy

但是畫面顯示「名稱@jabber.org 網路錯誤」

如上面網址的圖


但我瀏覽器是可以上網的,所以網路是正常的


請問現在該怎麼處理啊?

查Google沒看到什麼解決的資訊

謝謝

--
Tags: Linux

All Comments

移除字串的標點符號

Quintina avatar
By Quintina
at 2011-04-10T14:18
※ 引述《dyoll (lloyd huang)》之銘言: : ※ 引述《antontw (三十個扮上進青年之一)》之銘言: : : 設計內容: : : $ cat file.txt : : 2000,and#34;1,234,567and#34;,and#34;5,678and#34;,3000,10000 ...

移除字串的標點符號

Steve avatar
By Steve
at 2011-04-10T09:55
※ 引述《antontw (三十個扮上進青年之一)》之銘言: : 設計內容: : $ cat file.txt : 2000,and#34;1,234,567and#34;,and#34;5,678and#34;,3000,10000,and#34;1,300and#34; : 1000,and#34;1,1 ...

FreeRadius一定得搭配LDAP嗎

Dorothy avatar
By Dorothy
at 2011-04-09T21:02
小弟安裝了FreeRadius 遵照 http://tw.myblog.yahoo.com/jw!xk77IlqaEQfH7drhkxfU3rmaCNnffP_1/article?mid=37 的步驟 但是在下這行指令後: radtest test test localhost 0 testing12 ...

VMWare Player做一個NAT

Olga avatar
By Olga
at 2011-04-09T15:40
※ 引述《WilliamTai (WilliamTai)》之銘言: : 感謝鄉民的協助,網路卡指定的問題解決了,現在又有另一個問題。 : 目前用VMware Player建立一個安裝Ubuntu 10.10的虛擬機器, : Host os是XP,配有兩張實體網路卡。 2張卡接在同一個HUB嗎? : VM的兩 ...

sed用法 插入

Frederic avatar
By Frederic
at 2011-04-09T14:44
剛開始學習,所以有些應用還是不太熟 我現在要在檔案的最前頭插入兩行 假設插入 example 1 example 2 在某個檔案內文的前頭 需要怎麼寫入 本來是想用網路所說的 # 在匹配式樣「regex」的行之前插入一空行 sed and#39;/regex/{x;p;x;}and#39; ...