有本文,是因为我看了《极客时间》中陈皓的《左耳听风》第99讲 “高效学习:面对枯燥和量大的知识”。
其中提到:
很多中国的文档都会教人把 tcp_tw_recycle 和 tcp_tw_resue 这两个参数打开。然而,只要你 man 一下 TCP(7) , 就可以[……]
有本文,是因为我看了《极客时间》中陈皓的《左耳听风》第99讲 “高效学习:面对枯燥和量大的知识”。
其中提到:
很多中国的文档都会教人把 tcp_tw_recycle 和 tcp_tw_resue 这两个参数打开。然而,只要你 man 一下 TCP(7) , 就可以[……]
route add -net 192.56.76.0 netmask 255.255.255.0 dev eth0#添加一条静态路由
route add default gw 192.168.0.1#添加默认路由
route del -net 192.168.1.0/24[......]AWS使用中,创建 Auto Scaling 组的时候遇到了报错:“One or more security groups in the launch configuration are not linked to the VPCs configured in the[……]
Jira开启注册方法如下:
进入后台->System->Edit Settings->Mode从private切换为public即可[……]
Homebrew是一款Mac OS平台下的软件包管理工具,拥有安装、卸载、更新、查看、搜索等很多实用的功能。
1.安装Homebrew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent[......]同事有台Mac OS 10.14的电脑,时间不同步,总是和北京时间差个几十秒。经过查找,解决方案摘录如下: 10.14直接终端执行:
sudo sntp -sS pool.ntp.org注意,NTP服务器可以自己找国内的。 如果提示:
kod_init_kod_[......]