"2016資訊組日誌" 修訂間的差異
出自 新化國中wiki平台
(→20160304) |
|||
行 12: | 行 12: | ||
net.ipv6.conf.lo.disable_ipv6 = 1 | net.ipv6.conf.lo.disable_ipv6 = 1 | ||
</pre> | </pre> | ||
+ | |||
+ | |||
+ | ==20160401== | ||
+ | # squid ICAP server | ||
+ | # http://ubuntuserverguide.com/2013/12/how-to-filter-https-traffic-with-squid-3-on-ubuntu-server-13-10.html |
於 2016年4月1日 (五) 16:15 的修訂
20160303
Dell筆電到,完成軟體佈置,與掃毒。等財產標籤
20160304
ipv6太慢,暫停使用
打開 /etc/sysctl.conf 放入以下
# IPv6 disabled net.ipv6.conf.all.disable_ipv6 = 1 net.ipv6.conf.default.disable_ipv6 = 1 net.ipv6.conf.lo.disable_ipv6 = 1