标签:github 开机 make 连接 执行 目录 com 文件夹 管道
git clone https://github.com/h-s-p/create_ap-.git
或者也可以直接从 GITHUB 下载 master 的源代码压缩包并解压。然后进入到相应的文件夹,直接执行,
进入create_ap-master目录直接make
sudo make install
create_ap wlan0 eth0 test -w2 666666666 &
create_ap:创建热点脚本
wlan0:WiFi网卡
eth0:有线网卡
test:热点名称
-w2: 加密方式WPA2
666666666:密码
&:后台运行
systemctl start create_ap
systemctl enable create_ap
标签:github 开机 make 连接 执行 目录 com 文件夹 管道
原文地址:https://www.cnblogs.com/huangshengpeng/p/13860573.html