上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 52 下一页
摘要: find . -type f -name '*.*' | xargs grep --color -n 'Admin@123'find . -type f -name '*.*' | xargs sed -i 's/Admin@123/XXX/g' 参考资料: http://blog.csdn.net 阅读全文
posted @ 2016-12-13 10:31 junneyang 阅读(2856) 评论(0) 推荐(0) 编辑
摘要: 参考资料: https://www.centos.bz/2012/02/installation-and-usage-of-lvm/ http://blog.chinaunix.net/uid-20665047-id-3617908.html http://www.cnblogs.com/nicho 阅读全文
posted @ 2016-12-13 10:29 junneyang 阅读(325) 评论(0) 推荐(0) 编辑
摘要: ansible ssh到目标机器 时好时坏,报错: SSH Error: ssh_exchange_identification: Connection closed by remote host 咋搞? 解决办法简单粗暴: /etc/init.d/ssh restart 啥原因?不知道! 可能是虚 阅读全文
posted @ 2016-12-09 11:07 junneyang 阅读(3946) 评论(0) 推荐(0) 编辑
摘要: 直接上代码: 参考资料: http://luruoyu.blog.51cto.com/2876338/788315 https://code.djangoproject.com/ticket/21597 http://stackoverflow.com/questions/14163429/pyth 阅读全文
posted @ 2016-12-08 18:41 junneyang 阅读(1507) 评论(0) 推荐(0) 编辑
摘要: 推荐VPN: https://vpnso.com/ 如果还是有问题,比如: 重新编译Git,使用openssl替换gnutls,方法如下: http://askubuntu.com/questions/186847/error-gnutls-handshake-failed-when-connect 阅读全文
posted @ 2016-12-08 15:26 junneyang 阅读(579) 评论(0) 推荐(0) 编辑
摘要: 参考资料: http://jpuyy.com/2011/09/pptpsetup-dial-pptp-vpn.html http://www.aikaiyuan.com/7221.html http://www.guoziweb.com/archive/265.html 阅读全文
posted @ 2016-12-07 16:33 junneyang 阅读(1725) 评论(0) 推荐(0) 编辑
摘要: 参考资料: http://doc.oschina.net/grpc?t=60138 http://www.grpc.io/ https://thrift.apache.org/ https://git-wip-us.apache.org/repos/asf/thrift/?p=thrift.git; 阅读全文
posted @ 2016-12-05 15:41 junneyang 阅读(454) 评论(0) 推荐(0) 编辑
摘要: find . -type f -name gearwork.log -exec tee {} \; </dev/null https://zhidao.baidu.com/question/501961425.html find . -type f | xargs grep -l 'abc'或fin 阅读全文
posted @ 2016-12-05 11:10 junneyang 阅读(6591) 评论(0) 推荐(0) 编辑
摘要: 参考资料: http://www.01happy.com/golang-tcp-socket-adhere/ 阅读全文
posted @ 2016-12-02 18:13 junneyang 阅读(1174) 评论(0) 推荐(0) 编辑
摘要: 浅谈TCP/IP网络编程中socket的行为 我认为,想要熟练掌握Linux下的TCP/IP网络编程,至少有三个层面的知识需要熟悉: 1. TCP/IP协议(如连接的建立和终止、重传和确认、滑动窗口和拥塞控制等等) 2. Socket I/O系统调用(重点如read/write),这是TCP/IP协 阅读全文
posted @ 2016-12-02 17:37 junneyang 阅读(16618) 评论(3) 推荐(4) 编辑
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 52 下一页