How can I make my Ubuntu PC a Wifi Hotspot? I appreciate any helps.
Edit: It is wifi-connected to the internet.
How can I make my Ubuntu PC a Wifi Hotspot? I appreciate any helps.
Edit: It is wifi-connected to the internet.
nmcli device wifi hotspot con-name <Name of interface> ssid <NameOfYourHotspot> band bg password <YourPassword>
It requires network-manager installed and being connected via ethernet.
con-name
, yourname
, etc.?
– Archisman Panigrahi
Jun 30 '19 at 13:12