linux使用——热点配置

91 阅读1分钟
  1. 安装依赖环境
  • 安装github开源软件
git clone https://github.com/oblique/create_ap.git
cd create_ap

sudo make install
  • 安装依赖库
sudo apt-get install util-linux procps hostapd iproute2 iw haveged dnsmasq
  1. 启动ap功能(确保网线插笔记本上有网络)
sudo create_ap wlo1 enp5s0 热点名 密码
  1. 可以把上述的启动命令添加到/etc/rc.local就可以开机自启动