Chinaunix首页 | 论坛 | 博客
  • 博客访问: 4149026
  • 博文数量: 447
  • 博客积分: 1241
  • 博客等级: 中尉
  • 技术积分: 5786
  • 用 户 组: 普通用户
  • 注册时间: 2011-01-27 06:48
个人简介

读好书,交益友

文章分类

全部博文(447)

文章存档

2023年(6)

2022年(29)

2021年(49)

2020年(16)

2019年(15)

2018年(23)

2017年(67)

2016年(42)

2015年(51)

2014年(57)

2013年(52)

2012年(35)

2011年(5)

发布时间:2016-04-28 14:39:28

ipsec pki --gen --type rsa --size 4096 --outform pem > private/centosKey.pemchmod 600 private/centosKey.pemipsec pki --self --ca --lifetime 3650 --in private/centosKey.pem --type rsa --dn "C=CH, O=centos, CN=centos Root CA" --outform pem > cacerts/centosCert.pemipsec pki --print --in cacerts/cent.........【阅读全文】

阅读(5501) | 评论(0) | 转发(0)

发布时间:2016-04-26 19:48:59

1、直接关闭防火墙systemctl stop firewalld.service #停止firewallsystemctl disable firewalld.service #禁止firewall开机启动2、设置 iptables serviceyum -y install iptables-services如果要修改防火墙配置,如增加防火墙端口3306vi /etc/sysconfig/iptables 增加.........【阅读全文】

阅读(3575) | 评论(0) | 转发(0)

发布时间:2016-04-26 18:34:20

git 1.7.10之后,有时候git pull的时候 会自动发送merge 信息如下配置可以关闭编辑~/.gitconfig [core] mergeoptions = --no-edit 或者终端中执行git config --global core.mergeoptions --no-edit......【阅读全文】

阅读(4949) | 评论(0) | 转发(0)

发布时间:2016-04-21 17:32:33

use db_name; SET autocommit=0 ; source the_sql_file.sql ; COMMIT ;......【阅读全文】

阅读(2233) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册