Skip to content

Instantly share code, notes, and snippets.

@shunirr
Created November 17, 2013 08:42
Show Gist options
  • Save shunirr/7510927 to your computer and use it in GitHub Desktop.
Save shunirr/7510927 to your computer and use it in GitHub Desktop.
Ubuntu 13.10 に Wicd を入れる

Ubuntu 13.10 に Wicd を入れる

sudo apt-get install wicd

dbus コネクションに接続できませんでしたとか言われた場合

sudo service stop wicd
rm /var/lib/wicd/resolv.conf.orig
ln -s /var/lib/wicd/resolv.conf.orig /run/resolvconf/resolv.conf
sudo service start wicd

NetworkManager を消す

sudo apt-get remove network-manager
sudo apt-get autoremove
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment