本文参考:http://www.studylinux.net/?p=4515操作系统centos7(selinuxfirewalld关闭)安装cobbler命令修改为阿里的yum源163的也可以wget-O/etc/yum.repos.d/CentOS-Base.repo
wget-O/etc/yum.repos.d/epel.repohttp://mirrors.aliyun.com/repo/epel-7.repo3.安装cobbler命令..
分类:
其他好文 时间:
2017-06-04 22:42:09
阅读次数:
2684
一、主机操作系统、虚拟机及linux操作系统的选择 主机操作系统:windows7 虚拟机:VMware linux操作系统:centos7 二、主机ping虚拟机的步骤 1、将虚拟机的网络连接方式设置为“NAT模式”: 编辑虚拟机设置-->网络适配器-->点击“NAT模式” 2、开启虚拟机,进入c ...
学习前准备:系统:CentOS7.3系统虚拟机:VMwareworkstation10终端:putty+Xshell印象笔记(推荐)51CTO博客blog.51cto.comkeepasskeeoass.info百度网盘:pan.baidu.com各软件版本变动:r.aminglinux.com会更新课程用的代码和命令:centos7.aminglinux.com--------------------..
分类:
其他好文 时间:
2017-05-26 23:31:05
阅读次数:
181
系统:centos7 使用root账户 开放80端口 firewall-cmd --zone=public --add-port=80/tcp --permanent 安装docker yum install docker -y 安装docker-compose yum install epel-r ...
分类:
数据库 时间:
2017-05-25 13:29:07
阅读次数:
297
最近我和伟少正在搭建一个新框架,虚拟机使用VirtualBox,虚拟系统CentOS7,数据库使用MySQL5.7.18,这个版本的MySQL和之前的版本安装还有些差异。 这里使用rpm安装,从头开始: rpm -qa | grep -i mysql rpm -e --nodeps mysql 删除 ...
分类:
数据库 时间:
2017-05-25 01:24:07
阅读次数:
298
系统:Centos7.2内核3.10.0-327.el7.x86_64#内核需要高于2.6.32Drbd:192.168.8.111:node1/dev/drdb0/mydeta192.168.8.112:node2Mysql_vip:192.168.8.200#下章实现#需要的软件包:mariadb-5.5.53-linux-i686.tar.gzdrbd84-utils-8.9.1-1.el7.elrepo.x86_64.rpmkmod-drbd84-8.4...
分类:
其他好文 时间:
2017-05-24 22:30:21
阅读次数:
295
分布式文件系统fastdfs_V5.09配置双tracker负载均衡环境准备操作系统:Centos7服务器:IP:192.168.2.238IP:192.168.2.239软件包:fastdfs-5.09.tar.gzfastdfs-nginx-module_v1.16.tar.gzlibfastcommon-masternginx-1.7.0.tar.gzngx_http_lower_upper_case-master注:统一放置/ho..
分类:
其他好文 时间:
2017-05-24 13:41:57
阅读次数:
5676
遇坑的同鞋可以留意一下 操作系统:Centos7 准备文件:Python-2.7.13.tgz下载地址:https://www.python.org/ftp/python/2.7.13/Python-2.7.13.tgznginx-1.12.0.tar.gz下载地址:http://nginx.org ...
分类:
Web程序 时间:
2017-05-20 23:40:37
阅读次数:
329
#系统centos7.2安装版本都是Yum源node1:192.168.8.111node2:192.168.8.112vip:192.168.8.200nfs:192.168.8.113#互信~]ssh-keygen~]#cat~/.ssh/id_rsa.pub>>~/.ssh/authorized_keys~]#chmodgo=.ssh/authorized_keys~]#scp-p.ssh/id_rsa.ssh/authorized_keysnode1:/root/.s..
分类:
其他好文 时间:
2017-05-18 20:00:40
阅读次数:
1386
优化操作系统本身操作系统:CentOS7.2x86_64内核参数优化:vim/etc/sysctl.conf#系统所有进程一共可以打开的文件数量。同时一些程序可以通过setrlimit调用,设置每个进程的限制。如果得到大量使用完文件句柄的错误信息,是应该增加这个值。fs.file-max=600000#端口使用的范围ne..
分类:
其他好文 时间:
2017-05-15 22:46:10
阅读次数:
286