摘要: 添加组groupadd sftp 把用户mysftp加入组sftp中:gpasswd -a mysftp sftp 把用户mysftp加入组sftp中:usermod -a -G sftp mysftp 更改家目录:usermod -d -m /JOINPAY/YJF/B2C yjf_b2c use 阅读全文
posted @ 2016-09-21 23:21 xuanhui 阅读(161) 评论(0) 推荐(0)
摘要: sftp不需要安装,只需要借助sshd服务器即可使用。 增加用户useradd -s /bin/false mysftp 设置用户密码passwd mysftp 创建用户家目录mkdir /home/data/mysftp 更改用户家目录usermod -d /home/data/mysftp my 阅读全文
posted @ 2016-09-21 23:21 xuanhui 阅读(1486) 评论(0) 推荐(0)
摘要: yum install -y rsyncuseradd rsync -s /sbin/nologinmkdir /backupmkdir /backup1 chown rsync:rsync /backupchown rsync:rsync /backup1 vim /etc/rsyncd.conf 阅读全文
posted @ 2016-09-21 22:44 xuanhui 阅读(345) 评论(0) 推荐(0)
摘要: mysql5.6 通用二进制安装: #卸载原有的mysqlyum remove mysql*ls /etc/my.cnf*mv /etc/my.cnf* /tmp/ #安装依赖包yum install make cmake gcc gcc-c++ bison-devel ncurses-devel 阅读全文
posted @ 2016-09-21 22:42 xuanhui 阅读(536) 评论(0) 推荐(0)
摘要: mysql5.6安装 #卸载原有的mysqlyum remove mysql*ls /etc/my.cnf*mv /etc/my.cnf* /tmp/ #安装依赖包yum install make cmake gcc gcc-c++ bison-devel ncurses-devel autocon 阅读全文
posted @ 2016-09-21 22:41 xuanhui 阅读(315) 评论(0) 推荐(0)
摘要: CentOS6.5的openssl升级:(修复心脏漏血漏洞) [root@linux1 ~]# rpm -qi openssl|grep VersionVersion : 1.0.1e Vendor: CentOS openssl升级:OpenSSL 需要更新至1.0.2g或1.0.1syum up 阅读全文
posted @ 2016-09-21 22:37 xuanhui 阅读(2211) 评论(0) 推荐(0)
摘要: . 1.3.6.1.2.1 阅读全文
posted @ 2016-09-21 22:21 xuanhui 阅读(275) 评论(0) 推荐(0)
摘要: 1、连接不了wifi了 2、电脑上不了网 3、网页打不开 4、无法连接打印机(打印机的使用) 5、数字证书安装不了 6、插了U盘没反应 7、鼠标不会动了 8、投影仪接上去没反应 9、桌面图标没了 10、连接不了网络 11、交换机电源没插好 阅读全文
posted @ 2016-09-17 19:54 xuanhui 阅读(216) 评论(0) 推荐(0)
摘要: 最近发现有人不会通过console口连接交换机。 想想当初我还是小白的时候也是如此啊,如是写下教程。 虽然略简单。。。 1、连线: console线:(Console usb) 2、安装驱动 (可以使用360直接装驱动) 3、使用软件连接 使用putty登陆:建议使用xshell。 阅读全文
posted @ 2016-09-17 18:50 xuanhui 阅读(9072) 评论(0) 推荐(0)
摘要: IT百科: http://product.pconline.com.cn/itbk/ 驱动下载: http://www.drvsky.com/ 自助装机: http://mydiy.pconline.com.cn/ 阅读全文
posted @ 2016-09-17 18:50 xuanhui 阅读(266) 评论(0) 推荐(0)