1 Star 0 Fork 0

chen2ha/dreamer_arch_linux

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
enable_network_configuration.sh 304 Bytes
Copy Edit Raw Blame History
chen2ha authored 4 months ago . add EnableIPv6=false
sudo systemctl enable iwd.service --now
echo '[General]' | sudo tee -a /etc/iwd/main.conf
echo 'EnableNetworkConfiguration=true' | sudo tee -a /etc/iwd/main.conf
echo '[Network]' | sudo tee -a /etc/iwd/main.conf
echo 'EnableIPv6=false' | sudo tee -a /etc/iwd/main.conf
sudo systemctl restart iwd.service
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Shell
1
https://gitee.com/chen2ha/dreamer_arch_linux.git
git@gitee.com:chen2ha/dreamer_arch_linux.git
chen2ha
dreamer_arch_linux
dreamer_arch_linux
master

Search