root@sxx1314:~# lsattr /etc/resolv.conf----ia------------ /etc/resolv.confroot@sxx1314:~# chattr -a /etc/resolv.confroot@sxx1314:~# lsattr /etc/resolv.conf----i------------- /etc/resolv.confroot@sxx1314:~# chattr -i /etc/resolv.confroot@sxx1314:~# lsattr /etc/resolv.conf------------------...
阅读全文>>
一般如果你没改的话默认dns一就是dnsmasqso执行 systemctl start dnsmasq参考页面 : https://wiki.archlinux.org/index.php/Dnsmasq_(%E7%AE%80%E4%BD%93%E4%B8%AD%E6%96%87)
阅读全文>>
openwrt gcc6.x修复系列文章openwrt gcc6.x 修复1openwrt gcc6.x 修复2openwrt gcc6.x 修复3 报错 cfns.gperf:101:1: error:修复--- gcc/cp/cfns.h.orig 2015-02-13 08:27:46.000000000 +0200+++ gcc/cp/cfns.h 2015-02-13 10:23:53.000000000 +0200@@ -53,6 +53,9 @@ static unsigned in...
阅读全文>>
openwrt gcc6.x修复系列文章openwrt gcc6.x 修复1openwrt gcc6.x 修复2openwrt gcc6.x 修复3 首先出现了 linux/compiler-gcc6.h: No such file or directory openwrt 的报错修复办法diff --git a/include/linux/compiler-gcc6.h b/include/linux/compiler-gcc6.hnew file mode 100644index 0000000..62...
阅读全文>>
openwrt gcc6.x修复系列文章openwrt gcc6.x 修复1openwrt gcc6.x 修复2openwrt gcc6.x 修复3报错/usr/bin/env bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../glib -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_S...
阅读全文>>