摘要: win10配置ssh免密登录后,可能出现 xxx/.ssh/id_rsa 或 xxx/.ssh/config 文件 “Bad permission”问题,这是因为相应的文件的权限不对,即除了owner外其它用户有该文件的访问权限。 解决的原理是取消其它用户的访问权限。 过程: 1. cmd.exe, 阅读全文
posted @ 2019-10-15 13:32 耕读编码 阅读(3009) 评论(0) 推荐(1) 编辑
摘要: The following blog is copied from http://www.pc-freak.net/blog/resolving-nf_conntrack-table-full-dropping-packet-flood-message-in-dmesg-linux-kernel-l 阅读全文
posted @ 2019-06-06 10:11 耕读编码 阅读(664) 评论(0) 推荐(0) 编辑
摘要: 小黑记事本,真的很黑!! 小朋友不懂电脑安装Mincraft 模组或某款解压软件(快解压或易解压)的时候,被捆绑安装了很多乱七八糟的程序。其它都还好,比较容易卸载掉。其中最黑的就是小黑记事本。表面上是卸载了,但是留有后门或是木马程序在系统中(HNote/HNShell64.dll for win 6 阅读全文
posted @ 2019-05-27 11:26 耕读编码 阅读(4196) 评论(0) 推荐(0) 编辑
摘要: Windows常用的文件系统FAT或NTFS与Linux文件系统ext4之间的不兼容性主要体现在以下两点: 1. Windows文件系统不区分大小写,Linux是区分的。 2. Windows文件系统不支持symlink,Linux是支持的,而且用的很多。 这两个不兼容性对于在windows下编辑l 阅读全文
posted @ 2019-05-08 15:34 耕读编码 阅读(718) 评论(0) 推荐(0) 编辑
摘要: 有点标题党的意思。这并非是一条完整的路,只不过是个人定制化道路的开始,更多的是心路,更多的技术线路有待后续完善。 使用过很多代码开发工具,比如Visual Studio, Visual Code, Source Insight, C++ Blocks, Sublime,Notepad++,ADS等等 阅读全文
posted @ 2019-05-05 11:27 耕读编码 阅读(486) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/ddk3000/p/5051108.html 这篇博客介绍了一种用rpc的方法实现64位程序调用32位动态库的方法,核心是利用rpcgen简化了进程间通信的代码开发。 阅读全文
posted @ 2019-04-26 14:05 耕读编码 阅读(133) 评论(0) 推荐(0) 编辑
摘要: The original URL of this article is https://codeyarns.com/2014/11/03/how-to-set-font-and-font-size-of-eclipse-ui/ Qestion: How to change the icon's co 阅读全文
posted @ 2019-04-24 16:40 耕读编码 阅读(156) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/zifehng/article/details/59576539 阅读全文
posted @ 2019-04-24 10:27 耕读编码 阅读(90) 评论(0) 推荐(0) 编辑
摘要: 1. RADIUS https://baike.baidu.com/item/RADIUS/3073981?fr=aladdin http://www.h3c.com/cn/d_201309/922098_30005_0.htm 2. Kerberos https://www.cnblogs.com 阅读全文
posted @ 2019-04-18 10:39 耕读编码 阅读(162) 评论(0) 推荐(0) 编辑
摘要: catch( const std::runtime_error & e) { .... } When compile, met an error: error: expected unqualified-id before &. It was so puzzling. With experence 阅读全文
posted @ 2019-02-18 13:51 耕读编码 阅读(136) 评论(0) 推荐(0) 编辑