Skip to content

Instantly share code, notes, and snippets.

@jhjguxin
Last active April 20, 2016 15:15
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
make a Virtual Router (soft wifi host ap) Ubuntu 15
```sh
#/bin/bash!
# sudo apt-get install hostapd
# git clone https://github.com/oblique/create_ap.git && cd create_ap
# sudo make install
iwconfig
sudo create_ap wlp3s0 enp4s0f0 francis-ubuntu aaabbbccc123
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment