自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(9)
  • 资源 (2)
  • 收藏
  • 关注

原创 提升ssh访问速度

/etc/ssh/sshd_config设置如下选项,然后重启sshd服务。GSSAPIAuthentication noUseDNS no

2019-11-12 15:21:10 226

原创 centso安装及卸载软件---待补充

行1newlinenewlineeee行2

2019-10-28 11:25:03 133

原创 centos安装mongodb---待补充

mongod --config /etc/mongodb/mgdb.confmongod --port 20000centos8:systemctl status mongodb.service

2019-10-25 15:08:06 108

原创 centos redis使用---待补充

配置文件:/etc/redis.confredis-serverredis-server --protected-mode no

2019-10-25 15:02:04 177

原创 centos selinux设置---待补充

禁用:临时 setenforce 0永久/etc/sysconfig/selinux修改SELINUX=disabled,需要reboot

2019-10-25 14:46:20 158

原创 centos软件安装---待补充

yum makecacheyum updateyum upgradeyum install python2

2019-10-25 14:40:36 104

原创 centos防火墙设置---待补充

centos610:cat /etc/sysconfig/iptablesservice iptables stopchkconfig iptables offcentos8:firewall-cmd --list-allfirewall-cmd --list-servicessystemctl stop firewalld.servicesystemctl disable f...

2019-10-25 14:29:02 117

原创 centos安装mysql

centos8:一、安装yum provides mysqldyum install mysql-server-8.0.17-3.module_el8.0.0+181+899d6349.x86_64二、配置文件三、启动停止systemctl start mysqldsystemctl enable mysqld四、使用mysql -uroot -p,初始密码为空,不需要输入...

2019-10-25 12:11:35 290

原创 centos安装nginx

centos8:一、安装yum install nginx二、配置文件/etc/nginx/nginx.conf三、启动停止systemctl startnginxnginxservice nginx startsystemctl stopnginxnginx -S stopservice nginx stop重装加载配置:nginx -s reload平滑重启...

2019-10-25 12:11:28 353

Ruby Cookbook 电子书

前两天下到的,分享下

2007-11-24

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除