"2016資訊組日誌" 修訂間的差異
出自 新化國中wiki平台
(→20160304) |
(→20160401) |
||
(未顯示同一使用者於中間所作的 2 次修訂) | |||
行 1: | 行 1: | ||
+ | ==20160303== | ||
+ | Dell筆電到,完成軟體佈置,與掃毒。等財產標籤 | ||
==20160304== | ==20160304== | ||
ipv6太慢,暫停使用 | ipv6太慢,暫停使用 | ||
行 10: | 行 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 | ||
+ | # http://docs.diladele.com/administrator_guide_4_4/index.html |
於 2016年4月12日 (二) 11:02 的最新修訂
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