Skip to content

Instantly share code, notes, and snippets.

@jhjguxin
Last active April 20, 2016 15:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jhjguxin/b359d96e8c2452d8a6cd18678c0e8440 to your computer and use it in GitHub Desktop.
Save jhjguxin/b359d96e8c2452d8a6cd18678c0e8440 to your computer and use it in GitHub Desktop.
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