Difference between pages "User:Ryonagana" and "Package:NetworkManager"

From Funtoo
(Difference between pages)
Jump to navigation Jump to search
(Created page with "{{Person |Bio=a Fellow Programmer who loves linux |Geoloc=-22.9251224, -45.4616987 |Location name= |Blogs={{Blog |Name=Plan 8 From Kernel Space |URL=http://www.plan9fromkernel...")
 
(initial commit)
 
Line 1: Line 1:
{{Person
{{Ebuild
|Bio=a Fellow Programmer who loves linux
|Summary=Universal network configuration daemon for laptops, desktops, servers and virtualization hosts
|Geoloc=-22.9251224, -45.4616987
|CatPkg=net-misc/networkmanager
|Location name=
|Maintainer=
|Blogs={{Blog
|Homepage=https://wiki.gnome.org/Projects/NetworkManager
|Name=Plan 8 From Kernel Space
|URL=http://www.plan9fromkernelspace.wordpress.com
}}
}}
}}
{{PageNeedsUpdates}}
== installation ==
<console>###i## emerge networkmanager
rc-update add NetworkManager
rc
</console>
{{note|disable wicd, wpa_supplicant, net.ethX, & net.wlanX}}
== configuration ==
=== console ===
<console>###i## nmtui</console>
=== gui ===
==== gtk ====
<console>###i## emerge nm-applet</console>
==== kde ====
<console>###i## emerge networkmanagement</console>
{{EbuildFooter}}

Revision as of 00:36, November 25, 2014

NetworkManager

   Tip

We welcome improvements to this page. To edit this page, Create a Funtoo account. Then log in and then click here to edit this page. See our editing guidelines to becoming a wiki-editing pro.

installation

root # emerge networkmanager
rc-update add NetworkManager
rc
   Note

disable wicd, wpa_supplicant, net.ethX, & net.wlanX


configuration

console

root # nmtui

gui

gtk

root # emerge nm-applet

kde

root # emerge networkmanagement