Skip to content

Instantly share code, notes, and snippets.

@HendrikPetertje
Last active January 3, 2016 10:09
Show Gist options
  • Save HendrikPetertje/8447524 to your computer and use it in GitHub Desktop.
Save HendrikPetertje/8447524 to your computer and use it in GitHub Desktop.
Infrastructure hotspot with internet share from ubuntu

Interface-Hotspot in ubuntu maken

Installatie

sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt-get update
sudo apt-get install ap-hotspot

Starten

sudo ap-hotspot start

Configureren

sudo ap-hotspot configure

Stoppen

sudo ap-hotspot stop

herstarten

sudo ap-hotspot restart

meer informatie

onderstaand commando voor man (man is hoofdcommando geen mandoc prefixes nodig)

ap-hotspot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment