#将代码copy到本地,安装
git clone https://github.com/oblique/create_ap
cd create_ap
make install

#安装依赖的库
apt-get install util-linux procps hostapd iproute2 iw haveged dnsmasq

#执行命令
rfkill unblock wifi

#创建WiFi热点(GitHub上有多种方式创建,可以查找自己需要的那种)
sudo create_ap wlan0 eth0 热点名 密码

#开机启动
#将sudo create_ap wlan0 eth0 热点名 密码 添加到/etc/rc.local当
#中,即可开机启动

相关文章:

  • 2021-04-25
  • 2022-02-09
  • 2022-12-23
  • 2022-12-23
  • 2021-06-24
  • 2021-08-29
  • 2021-05-29
猜你喜欢
  • 2022-01-06
  • 2021-06-27
  • 2022-02-08
  • 2021-12-03
  • 2021-12-10
  • 2021-05-04
相关资源
相似解决方案