前提:有些時候你不得不使用 Flashget 來下載,尤其是限定 Flashget 下載的連結(URL)。
資料連結:Install Flashget for Linux in Ubuntu and configure Firefox plugin
2011年3月14日 星期一
2009年2月6日 星期五
Ubuntu 8.10 NetworkManager(nm-applet) 無法執行- 解決方案
當由ubuntu 8.04升級到8.10(Intrepid)時,發現在面板上的NetworkManager applet不見了(NetworkManager applet is missing)
如果在Terminal執行nm-applet時,會出現下列的錯誤訊息
** (nm-applet:7559): WARNING **: applet_dbus_manager_start_service(): Could not acquire the NetworkManagerUserSettings service as it is already taken. Return: 3
(nm-applet:7559): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed
解決方式如下:
Fix nm-applet can't execute error
1. 修改/etc/dbus-1/system.d/NetworkManager.conf 和 /etc/dbus-1/system.d/nm-applet.conf
將下列紅色字,如果為deny,改allow
<allow own="org.freedesktop.NetworkManager"/>
<allow send_destination="org.freedesktop.NetworkManager"/>
<allow send_interface="org.freedesktop.NetworkManager"/>
2. 重新啟動 dbus
sudo /etc/init.d/dbus restart
Fix nm-applet "No connection defined" error
3. 停止 NetworkManager
sudo /etc/init.d/NetworkManager stop
4. 刪除 /etc/network/interfaces 或是更名(rename)
sudo rm /etc/network/interfaces
5. 重新啟動 NetworkManager
sudo /etc/init.d/NetworkManager start
6. 執行nm-applet
Reference:
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/249404
http://ubuntuforums.org/showthread.php?t=963335&page=3
以上文章擷取自 Louis的3C筆記
連結:http://louis3c.blogspot.com/2008/11/ubuntu-810-networkmanagernm-applet.html
如果在Terminal執行nm-applet時,會出現下列的錯誤訊息
** (nm-applet:7559): WARNING **: applet_dbus_manager_start_service(): Could not acquire the NetworkManagerUserSettings service as it is already taken. Return: 3
(nm-applet:7559): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed
解決方式如下:
Fix nm-applet can't execute error
1. 修改/etc/dbus-1/system.d/NetworkManager.conf 和 /etc/dbus-1/system.d/nm-applet.conf
將下列紅色字,如果為deny,改allow
<allow own="org.freedesktop.NetworkManager"/>
<allow send_destination="org.freedesktop.NetworkManager"/>
<allow send_interface="org.freedesktop.NetworkManager"/>
2. 重新啟動 dbus
sudo /etc/init.d/dbus restart
Fix nm-applet "No connection defined" error
3. 停止 NetworkManager
sudo /etc/init.d/NetworkManager stop
4. 刪除 /etc/network/interfaces 或是更名(rename)
sudo rm /etc/network/interfaces
5. 重新啟動 NetworkManager
sudo /etc/init.d/NetworkManager start
6. 執行nm-applet
Reference:
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/249404
http://ubuntuforums.org/showthread.php?t=963335&page=3
以上文章擷取自 Louis的3C筆記
連結:http://louis3c.blogspot.com/2008/11/ubuntu-810-networkmanagernm-applet.html
Ubuntu 權限不足的解決方法
Ubuntu 和其他 Unix/Linux 不同,Ubuntu 把最高權力使用者 - 系統管理員 root 收起,禁止直接登入。再用sudo建立了一個新的使用者級別,需要進行系統管理時只需要鍵入自己的密碼。相對一般 GNU/Linux 需要同時記得 root 和一個一般使用者兩個密碼,Ubuntu 只需記一個使用者密碼的方式在桌面管理方就顯得簡單而安全得多。如果你需要進行系統管理工作,只需要在命令模式或 終端機 (Terminal) 打「sudo -i」進入root使用者就可以了:
$ sudo -i
Password: 你的密碼
(上述方法我未能成功,畢竟指令列的操作和X Window的操作相比,後者直覺、方便多了。)
(因為我想要把右上角的NetworkManager圖示救回來。)
如果想取消這設定,點選螢幕上方的工具列:「系統」→「管理」→「登入畫面」,選擇「安全性」標籤頁,勾選「允許本地端系統管理員登入」,接著開啟「終端機」,輸入 sudo su,輸入您自己密碼,再輸入 passwd root,設定您想要的 root 密碼,就可以登入root帳戶了!
(這個方法就比較簡單了。但我僅僅只用到勾選,之後便直接以root登入作修改。Perfect!)
參考連結:http://www.wretch.cc/blog/josephphoto/13410822
$ sudo -i
Password: 你的密碼
(上述方法我未能成功,畢竟指令列的操作和X Window的操作相比,後者直覺、方便多了。)
(因為我想要把右上角的NetworkManager圖示救回來。)
如果想取消這設定,點選螢幕上方的工具列:「系統」→「管理」→「登入畫面」,選擇「安全性」標籤頁,勾選「允許本地端系統管理員登入」,接著開啟「終端機」,輸入 sudo su,輸入您自己密碼,再輸入 passwd root,設定您想要的 root 密碼,就可以登入root帳戶了!
(這個方法就比較簡單了。但我僅僅只用到勾選,之後便直接以root登入作修改。Perfect!)
參考連結:http://www.wretch.cc/blog/josephphoto/13410822
訂閱:
文章 (Atom)