码迷,mamicode.com
首页 >  
搜索关键字:Centos7安装    ( 2379个结果
Centos7安装完毕后无法联网的解决方法
今天在VMware虚拟机中经过千辛万苦终于安装好了centos7。。正兴致勃勃的例行yum update 却发现centos系统貌似默认网卡没配置好,反馈无法联网。经过一番研究,终于让centos连上了网,现公布方法如下:进入目录:/etc/sysconfig/network-scripts/用ls...
分类:其他好文   时间:2015-11-11 13:10:24    阅读次数:274
centos7 安装mesos+marathon+zookeeper (一)
1.地址规划192.168.1.110master1192.168.1.111master2192.168.1.112master3192.168.1.115salve1192.168.1.116salve2Master节点:1.关闭防火墙systemctlstopfirewalld&&systemctldisablefirewalld2.关闭selinuxsetenforce03.安装mesosphere源rpm-ivh/mesosphere-el-repo-..
分类:其他好文   时间:2015-11-10 19:40:20    阅读次数:340
centos7 安装 hadoop-cdh-2.5 on mesos
1.环境说明master192.168.0.223mesos-masterslave192.168.0.225mesos-salve2.环境准备关闭防火墙关闭selinux两台机器修改主机名master/slave设置hosts,能互相解析3.master和slave配置ssh互信这里配置hadoop用户双机互信,因为hadoop用hadoop用户启动master yum-yinstallsshpas..
分类:其他好文   时间:2015-11-10 19:39:15    阅读次数:386
Centos7 安装 mariadb
centos7 以后mysql 被mariadb代替 根据资料,mariadb数据库的启动命令是: systemctl start mariadb ?#启动MariaDB systemctl stop mariadb ?#停止MariaDB systemctl restart mariadb ?#重启MariaDB systemctl...
分类:数据库   时间:2015-11-09 21:05:27    阅读次数:277
[容量扩充]centos7安装2T大容量存储硬盘
新买的2T 绿盘到货了~~好开心的说~但毕竟是第一次安装,事先还是在网上搜索了很多资料才敢动手,下面就开始啦~环境:Centos7、dell服务器、2T容量绿盘1.硬盘连接好之后,开机先使用fdisk -l查询磁盘信息,已经可以发现硬盘位于/dev/sdb目录下# fdisk -l2.接下来需要进行...
分类:其他好文   时间:2015-11-05 06:10:57    阅读次数:326
centos7安装配置jetty
yum-yinstalljava-1.7.0-openjdkwgethttp://download.eclipse.org/jetty/stable-9/dist/jetty-distribution-9.2.5.v20141112.tar.gztarzxvfjetty-distribution-9.2.5.v20141112.tar.gz-C/opt/mv/opt/jetty-distribution-9.2.5.v20141112//opt/jettycd/opt/jetty/binsh./jetty.s..
分类:其他好文   时间:2015-11-04 19:45:53    阅读次数:154
CentOS7.0安装Nginx1.9.6
一、安装准备 首先由于nginx的一些模块依赖一些lib库,所以在安装nginx之前,必须先安装这些lib库,这些依赖库主要有g++、gcc、openssl-devel、pcre-devel和zlib-devel?所以执行如下命令安装 yum install gcc-c+...
分类:其他好文   时间:2015-11-04 00:48:13    阅读次数:323
centos7安装配置lnmp
yuminstallnginxmariadb-servermariadbphpphp-mysqlphp-fpmsystemctlstartnginxsystemctlenablenginxnano/etc/php.inicgi.fix_pathinfo=0nano/etc/php-fpm.d/www.confuser=nginxgroup=nginxsystemctlstartphp-fpmsystemctlenablephp-fpmnano/etc/nginx/conf.d/default.confserv..
分类:其他好文   时间:2015-11-03 17:58:28    阅读次数:238
centos7安装小结
1)最小安装 2)配置IP 参考:http://www.cnblogs.com/hwd-cnblogs/p/4003607.html **虚拟机网络采用NAT模式 **ONBOOT=yes **service network restart 3)配置源 **安装wget 4)安装xfce yum groupinstall “X w...
分类:其他好文   时间:2015-11-03 00:55:45    阅读次数:226
hadoop学习一点一滴{1}
安装jdkhadoop最新的版本是2.7.1,编译环境是64位操作系统,最好安装64的虚拟机。我自己是centos7。安装64位虚拟系统,系统可能会提示找不到64位处理器。可能是本地BIOS设置,没有enable虚拟化。在本地security选项中,打开虚拟化。下载64位的jdk,我自己是jdk1....
分类:其他好文   时间:2015-11-02 22:52:31    阅读次数:284
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!