原文:[svc]centos7安装优化最佳姿势

源 软件 时区 selinux ulimit vim sshd 如果vmware的话,cpu开启虚拟化 如果你还喜欢中文man手册 修改网卡名 静态ip 禁用ipv : 修改hosts 做互信 参考:https: www.thegeekdiary.com centos rhel how to disable ipv https: www. yun.co archives 附: 软件包说明 cent ...

2017-12-20 21:47 0 1451 推荐指数:

查看详情

CentOS7安装优化

1.1 历史版本下载地址 https://opsx.alibaba.com/mirror #阿里云镜像站 http://vault.centos.org/ #历史版本 http://vault.centos.org/7.2.1511/isos/x86_64 ...

Thu Aug 30 05:22:00 CST 2018 0 1382
阿里云centos7使用yum安装mysql的正确姿势

yum快速安装mysql 新增yum源 rpm -Uvh http://dev.mysql.com/get/mysql-community-release-el7-5.noarch.rpm 查看可用的mysql版本(直接略过) yum repolist enabled | grep ...

Wed Mar 22 23:56:00 CST 2017 0 2827
centos7 安装mysql5.7,并优化

1.下载mysql 2.安装mysql 安装mysql安装源 3.启动mysql systemctl start mysqld systemctl enable mysqld 4.从/var/log/mysqld.log获取mysql初始密码 grep password ...

Tue Feb 04 02:44:00 CST 2020 0 1197
centos7内核优化

#sysctl -p 参数: net.ipv6.conf.all.disable_ipv6 = 1net.ipv6.conf.default.disable_ipv6 = 1net.ipv4.ic ...

Wed Sep 12 00:36:00 CST 2018 0 2074
centos7 nginx优化

优化nginx进程个数的策略 在高并发、高访问量的web服务场景,需要事先启动好更多的nginx进程,以保证快速响应并处理大量并发用户的请求。 worker_processes 1;一般调整到与CPU的颗数相同 查看LInux可查看CPU个数及总核数 grep processor ...

Thu Apr 09 21:27:00 CST 2020 1 807
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM