
Linux
fyifei0558
先后就职于文思海辉,爱立信,京东,从事自动化测试、性能测试以及开发工作
展开
-
Redis: requirepass and masterauth
version 6.2.1when I only set requirepass in redis.conf, and create redis cluster, the following error is raised in log:Unexpected reply to PSYNC from master: -NOAUTH Authentication required.so I add requirepass and masterauth in redis.conf. no erro.原创 2021-09-27 11:05:50 · 1443 阅读 · 0 评论 -
转载:io多路复用https://www.jianshu.com/p/7fbda1696789
https://www.jianshu.com/p/7fbda1696789转载 2021-01-11 08:13:24 · 494 阅读 · 0 评论 -
Apache一个协议的解释,一张图搞定
http://www.ruanyifeng.com/blog/2011/05/how_to_choose_free_software_licenses.html转载 2020-12-11 11:44:15 · 186 阅读 · 1 评论 -
Mysql install failed with dependencies error
mysqlhttp://dev.mysql.com/downloads/mysql/#downloads Issue: When I install mysql on my centos 7 with yum, it complain the following error:Solution: Just remove the mariadb-libsvia the原创 2015-12-29 11:37:38 · 1862 阅读 · 0 评论 -
Linux下脚本yifei.py权限rx的分析总结
在/usr/local下用root创建了已给 yifei.py文件它的权限如下:-rw-r--r-- yifei.py在root账户下,可以用python yifei.py可执行;这个不难理解在另一个账户(非root账户下),python yifei.py也可执行成功。 这个说明,python yifei.py这种命令时,脚本并不需要有X权限,我的理解是是python来读取这个脚本原创 2016-05-13 11:50:11 · 666 阅读 · 0 评论 -
wget下载大文件时,中途停留在某个点僵死了,怎么办
1. we can use ctrl+z to stop it, Note: not ctrl+c.2. resume it via wget -c url原创 2016-09-14 10:40:13 · 12861 阅读 · 3 评论 -
awk基本手册汇总
http://www.itshouce.com.cn/linux/linux-awk.html转载 2017-08-16 15:51:59 · 449 阅读 · 0 评论 -
运程debug python程序
1. Eclipse (local dev machine) 配置 1.1. 添加/opt/eclipse/plugins/org.python.pydev_3.8.0.201409251235/pysrc到被调试项目python pach中 1.2. 运行pydev debug.2.远程服务器端配置 2.1. 拷贝Eclispe dyd转载 2017-08-18 17:45:18 · 240 阅读 · 0 评论 -
eclipse 远程服务器端代码调试
eclipse 远程服务器端代码调试 http://blog.youkuaiyun.com/songjinbin/article/details/40895039转载 2017-08-18 18:02:53 · 268 阅读 · 0 评论 -
how-do-servlets-work-initialization-shared-variables-and-multithreading
http://stackoverflow.com/questions/3106452/how-do-servlets-work-instantiation-shared-variables-and-multithreading/3106909#3106909question:Suppose, I have a webserver which holds numerous Servl转载 2015-11-19 14:06:51 · 353 阅读 · 0 评论 -
install plugins, such as spring (STS), maven, tomcat, etc.
Tomcat installation for eclipse:http://www.eclipse.org/webtools/jst/components/ws/1.5/tutorials/InstallTomcat/InstallTomcat.htmlspring tools source: http://jingyan.baidu.com/article/1612原创 2015-11-09 14:03:09 · 330 阅读 · 0 评论 -
spring source codes import to eclipse.
参考: http://blog.youkuaiyun.com/zeuskingzb/article/details/41425421 http://wind-bell27.iteye.com/blog/1969930http://www.cnblogs.com/xleequ/archive/2013/01/16/2863332.html官方说明:https://github转载 2015-10-10 10:27:32 · 1071 阅读 · 0 评论 -
linux runlevel的解释
http://www.jcwcn.com/article-21080-1.htmllinux操作系统自从开始启动至启动完毕需要经历几个不同的阶段,这几个阶段就叫做runlevel,同样,当linux操作系统关闭时也要经历另外几个不同的runlevel,下面我们就准备详细介绍一下runlevel,并向您展示一些小技巧来让您的linux系统避免不必要的重启动。runlevel可以认为是系统状态转载 2014-12-14 16:22:34 · 471 阅读 · 0 评论 -
Apache启动不了httpd: apr_sockaddr_info_get() failed
Apache启动不了httpd: apr_sockaddr_info_get() failed 2011-04-18 11:21:48 分类: 系统运维httpd: apr_sockaddr_info_get() failed for hoteelhttpd: Could not reliably determine th转载 2015-04-18 13:17:45 · 481 阅读 · 0 评论 -
linux
http://www.linuxidc.com/Linux/2012-06/62732.htm转载 2015-04-18 14:40:33 · 317 阅读 · 0 评论 -
Virtualbox下使用internal networking做一个小局域网
1. 我在公司的工作机上装了个virtual box,目前想学hadoops,这样就需要至少2到三台linux VMs。用bridged的方式当然可以实现,但是这样公司IT也会发现我的linux VMs,这不是我想看到的。所以virtualbox 提供的internal networking挺好,它模拟了一个交换机,这样所有的VMs,都练到这个交换机上,并且对于外部,hosts以外的机原创 2015-05-05 18:53:38 · 2696 阅读 · 1 评论 -
兄弟连李明老师视频笔记
1. hard link: ln it is cp+sync2. soft link: shortchut in windows3. block: it is the least storage unit. so并不是第一个文件存下没有沾满一个block,第二个文件接着用,而是第二个file会重新用一个新的block.4. (对默认文件和文件夹的创建)unmask o原创 2015-05-14 09:33:08 · 907 阅读 · 0 评论 -
Github上的几个C++开源项目
http://www.zhihu.com/question/28341521有人吐槽怎么下手FreeNOS,上文档 FreeNOS: FreeNOS Documentation--更新--把平时关注的一些c++相关的github的project列下,欢迎补充。1. FreeNOSlordsergioinspa/FreeNOS · GitHub这是我在转载 2015-07-22 12:44:20 · 67684 阅读 · 0 评论 -
I can only install jdk1.6 on CentOS 6.5
I can only install jdk1.6 on centos6.5,and the steps refer to http://blog.youkuaiyun.com/tralonzhang/article/details/77738241. uninstall existing openjdk2. install jdk1.6原创 2015-09-29 14:58:43 · 495 阅读 · 0 评论 -
git, maven; TFS, WXS
文件版本控制开源: CVS, git微软: TFS.源文件编译打包,部署开源: maven微软:WXS 这里有一个http://tieba.baidu.com/p/3458400116原创 2015-11-04 15:40:45 · 448 阅读 · 0 评论 -
Man page 和 --help的区别
1.简单地说man page比help更详细。2. man page是从文档里出来的,而help是程序里嵌入的原创 2014-12-14 13:10:47 · 1023 阅读 · 0 评论