Centos7 计划任务

我们有时候需要服务器自动更新或者定时间运行某个程序或或者脚本

需要用到crontabs

  1. 可以先查看一下当前机器上是否已 …
点击查看更多…

Centos 7 支持NTFS文件系统

我们知道默认大部分linux是不支持NTFS

如果有需要,我们需要安装ntfs-3g 来让系统支持ntfs

centos 默认的源中是没有nfts-3g的,需要额外加载

  1. 添加源,这里 …
点击查看更多…

mongodb启动不了:child process failed, exited with error number 100

  1. 发现公司的一个数据服务器,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 优先使用无线网卡

windows7 无线网卡连接外网,网线连接内网

默认机器会走有线路

需要进行修改

  1. 进入无线网卡设置,选择IPv4的设置 Wireless Setup-1


  1. 在一般选项卡中选择 …
点击查看更多…

ssh 免密码登陆

Permalink: 2016-07-08 10:50:00+08:00 by terry in Linux tags: ssh
  1. 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 …
点击查看更多…