一、配置yum源安装mysql(默认安装5.7版本)wgethttps://repo.mysql.com//mysql57-community-release-el7-9.noarch.rpm注:可到/etc/yum.repo.d/下修改mysql-community.repo源选择mysql的版本(如安装5.6版本,将5.7源的enabled=1改成enabled=0。然后再将5.6源的enabled=0改成e..
分类:
数据库 时间:
2017-04-21 14:48:40
阅读次数:
207
1.环境准备: 三台服务器: 192.168.42.128 master+node 192.168.42.129 node1 192.168.42.130 node2 2.准备yum源 3.安装组件分类 4.关闭并且禁用防火墙 5.关闭并且禁用Enforcing 6.设置NTP同步 7.安装kube ...
分类:
Web程序 时间:
2017-04-10 10:45:57
阅读次数:
452
安装web服务器yuminstall-ynginxcd/etc/nginxvimconf.d/virtual.confserver{listen80;server_namemirrors.xdbigdata.com;autoindexon;location/{root/mnt/sdb/html/mirrors;indexindex.htmlindex.htmindex.php;}}sed-i‘1,$d‘conf.d/default.confmkdir/mnt/sdb/html/mirrors-p/e..
分类:
其他好文 时间:
2017-03-29 19:28:14
阅读次数:
123
本地yum源配置1.查看光盘挂载情况[root@test~]#mkdir/test[root@test~]#mount/dev/cdrom/test/mount:blockdevice/dev/sr0iswrite-protected,mountingread-only[root@test~]#dfFilesystem1K-blocksUsedAvailableUse%Mountedon/dev/sda31940713633313961508988419%/tmpfs51435272..
分类:
系统相关 时间:
2017-03-23 22:34:35
阅读次数:
231
1:搭建yum源 2:安装lftp 注:在linux下,查看系统安装啦哪些软件【rpm -qa】便可查看 查看特定的软件包内部的文件【rpm -ql +文件名 】 3:当然这些环境的准备当然离不开软件的安装,如果安装不了vsftpd可以先下载在安装 https://pkgs.org/download ...
分类:
系统相关 时间:
2017-03-13 00:04:58
阅读次数:
243
企业需求,需要在不对外开放的网络中,部署内部yum源,可以让内部的服务器通过这台镜像yum源,安装日常所需软件。一、准备:1).安装http服务器使用Nginx服务器提供http服务安装所需软件yuminstallrsynccreaterepohttpd-y2).Nginx配置#vi/usr/local/nginx/conf/nginx.confserver..
分类:
其他好文 时间:
2017-03-09 15:43:01
阅读次数:
204
nodejs6.6yum源安装系统是Centos6.5x86_64,github上有对应系统的安装版本,还是比较详细的,下面三步执行完,直接yuminstallnodejs就安装了。curl-sLhttps://rpm.nodesource.com/setup_6.x|bash-curl-sL-o‘/tmp/tmp.jl0ccbLo3X‘‘https://rpm.nodesource.com/pub_6.x/el/6/x86_..
分类:
Web程序 时间:
2017-03-01 14:41:47
阅读次数:
176
安装第三方YUM源可以让我们轻松下载安装所需软件,自动解决依赖关系。。目前阿里源、163源、epel源,大都是Centos的,/etc/yum.repos.d/下面是系统官方的源,连上网或许也可以用(我反正从没用过。。。)下面我以Centos6.5系统为例[root@localhost~]#cd/etc/yum.repos.d配置本..
分类:
其他好文 时间:
2017-02-22 23:19:19
阅读次数:
352
#1.安装remi源mkdir /disk1/toolscd /disk1/toolsrpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpmwget http://rpms.famillecoll ...
分类:
系统相关 时间:
2017-02-13 17:34:58
阅读次数:
164
简介: PHP(外文名:PHP: Hypertext Preprocessor,中文名:“超文本预处理器”)是一种通用开源脚本语言。语法吸收了C语言、Java和Perl的特点,利于学习,使用广泛,主要适用于Web开发领域。 需要安装以下安装包:(可以使用网络yum源安装,本教程大部分使用下载的源码安 ...
分类:
Web程序 时间:
2017-02-08 18:19:22
阅读次数:
481