生活在宁静的角落 terry
Centos7 计划任务
Centos 7 支持NTFS文件系统
我们知道默认大部分linux是不支持NTFS
如果有需要,我们需要安装ntfs-3g 来让系统支持ntfs
centos 默认的源中是没有nfts-3g的,需要额外加载
- 添加源,这里 …
mongodb启动不了:child process failed, exited with error number 100
- 发现公司的一个数据服务器,mongodb 无法qidong
运行 service mongod start 出现如下错误
[root@CNSHAS-JD05 mongo]# service mongod start Starting mongod: about to fork child process, waiting until server is ready for connections. forked process: 2484 …点击查看更多…
Windows 7 优先使用无线网卡
ssh 免密码登陆
- linux Server 运行下面命令:
ssh-keygen -t rsa -P ''
例如:
[root@vcentos .ssh]# ssh-keygen -t rsa -P '' Generating public/private rsa key pair. Enter file in which to save the key (/root/.ssh/id_rsa): Your identification has been saved in /root/.ssh/id_rsa. Your public key …点击查看更多…