摘要:
class Test { public: Test() {} int implAdd(int a, int b) { return a ^ b; } }; typedef std::shared_ptr<Test> Test_ptr; Test_ptr ff_ptr(new Test(std::mo 阅读全文
摘要:
tcpdump -i ens18 not ip6 and "udp or tcp or icmp" and src host 10.0.0.1 -n -w /tmp/save.pcap 抓包并保存 sudo tcpdump -i ens18 host 10.130.10.197 and udp an 阅读全文
摘要:
1,gitlab runner安装以及配置 Download and install binary # Download the binary for your system sudo curl -L --output /usr/local/bin/gitlab-runner https://git 阅读全文