自定义博客皮肤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 no UseDNS no

2019-11-12 15:21:10 261

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

行1 newline newlineeee 行2

2019-10-28 11:25:03 156

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

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

2019-10-25 15:08:06 135

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

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

2019-10-25 15:02:04 207

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

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

2019-10-25 14:46:20 181

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

yum makecache yum update yum upgrade yum install python2

2019-10-25 14:40:36 123

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

centos610: cat /etc/sysconfig/iptables service iptables stop chkconfig iptables off centos8: firewall-cmd --list-all firewall-cmd --list-services systemctl stop firewalld.service systemctl disable f...

2019-10-25 14:29:02 136

原创 centos安装mysql

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

2019-10-25 12:11:35 323

原创 centos安装nginx

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

2019-10-25 12:11:28 397

10 Things You Can Do To Write Better Code.ppt

写好代码的十个秘诀 林斌 Development Manager Microsoft Research, China

2010-04-04

Ruby Cookbook 电子书

前两天下到的,分享下

2007-11-24

空空如也

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

TA关注的人

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