1 Star 0 Fork 0

hansen0730 / linux_file

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
wireless.sh 430 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/bin/bash
#sudo apt-get install wireless-tools
#sudo apt-get install wpasupplicant
#/etc/network/interfaces
#wpa_passphrase SSID PassWord >> /etc/wpa_supplicant/wireless.conf
#Add scan_ssid=1 in configure file, if you use hided wifi
sudo ifconfig eth0 down
sudo ifconfig wlan0 192.168.0.134
sudo route add default gw 192.168.0.1 wlan0
sudo wpa_supplicant -B -d wext -i wlan0 -c /etc/wpa_supplicant/wireless.conf -d d
exit 0
C
1
https://gitee.com/hansen0730/linux_file.git
git@gitee.com:hansen0730/linux_file.git
hansen0730
linux_file
linux_file
master

搜索帮助