Mac 升级 High Sierra dock 图标不显示问题 解决
- 打开 Finder, 然后菜单 go -> Computer 或者 使用它的快捷键

- 打开文件夹: Macintosh HD -> Library -> Preferences 删除里面的文件(如果有的话):
"com.apple.dock.extra.plist" 和 "com.apple.dock.plist"

- 重启电脑


Run Your JavaScript is a chrome extension, with it you can build your chrome extension features.
what's it?
it is a chrome extension to run your own Javascript with extension's advantages.
why use it?
how use it?
write your Javascript and put it on your web server, then put the Javascript link in this extention, and give it a name, then you can expect it to run.
is it safe?
Yes, it is absolutely safe, you can view all the source code on github;
source code:
https://github.com/manecocomph/RunYourJavaScript
find it in chrome store: https://chrome.google.com/webstore/detail/run-your-javascript/aiokpplkfhfbijcmbpgpbomigegncfab
tcpdump - dump traffic on a network
tcpdump [ -AbdDefhHIJKlLnNOpqStuUvxX# ] [ -B buffer_size ]
samples here
sudo tcpdump host 10.102.196.239 -w /tmp/tcpdump.log.cap
sudo tcpdump -C 50 -W 10 -w /tmp/tcp.cap ##循环写 10个文件, 每个 50M
sudo tcpdump'(host 10.135.250.186 or host 10.189.248.238 or host 10.20.170.138 or host 10.21.233.128 or port 53)' -w /tmp/tcp.cap # 多个 IP 或者 DNS 查询
ping:
sudo tcpdump -e icmp[icmptype] == 8 //ping echo request
sudo tcpdump -e icmp[icmptype] == 0 //ping echo reply