刚安装的CentOS7首先遇到的问题是:网络配置。如何让新系统连接到网络?这里配置的环境是基于VMware上安装的CentOS,当然不在虚拟机上的CentOS安装后的网络配置方式也是一样的。1、首先安装的一般版本(除GNOME、KDE图形界面之外)是不带图形界面的,此时字符界面下ifconfig命令...
分类:
其他好文 时间:
2015-11-03 19:18:35
阅读次数:
204
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
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
安装jdkhadoop最新的版本是2.7.1,编译环境是64位操作系统,最好安装64的虚拟机。我自己是centos7。安装64位虚拟系统,系统可能会提示找不到64位处理器。可能是本地BIOS设置,没有enable虚拟化。在本地security选项中,打开虚拟化。下载64位的jdk,我自己是jdk1....
分类:
其他好文 时间:
2015-11-02 22:52:31
阅读次数:
284
yuminstallsubversionsvnserve--versionmkdir-p/opt/svnmkdir-p/opt/svn/shop/svnadmincreate/opt/svn/shop/vi/opt/svn/shop/conf/svnserve.conf[general]anon-access=noneauth-access=writepassword-db=passwdauthz-db=authzrealm=shopvi/data/svn/repos/conf/passwd[users]ad..
分类:
其他好文 时间:
2015-11-02 21:28:01
阅读次数:
301
找到mysql5.6的centos的repo源,终于解决mysql的安装问题:1.确保centos安装了wget,没有的话安装wget1yum install wget2.下载mysql的repo源1wget http://repo.mysql.com/mysql-community-release...
分类:
数据库 时间:
2015-11-02 20:45:28
阅读次数:
166
实验环境: Centos7_64 实验目的:在Centos7下实现源码安装nginx+mariadb+memcache+php均为最新版本 --2015.10.10一、解决依赖关系yum install -y openssl-devel pcre-devel cmake二、安装nginx grou....
分类:
其他好文 时间:
2015-11-02 17:40:20
阅读次数:
330
centos7系统openstackkilo开启lbaas功能1、安装haproxy和neutron-lbaas(在openstack资源里)SetuptheRDOrepositories:#sudoyuminstall-yhttps://rdoproject.org/repos/rdo-release.rpm#yum-yinstallopenstack-neutron-lbaashaproxy2、编辑配置文件EnabletheHAProxyplug-inbyusin..
分类:
其他好文 时间:
2015-11-01 19:33:24
阅读次数:
881
1 下载nginx 从nginx官网 http://nginx.org/下载新的稳定版本nginx 并上传到linux服务器 2 安装nginx 所需要的扩展 yum -y install pcr...
分类:
其他好文 时间:
2015-10-31 16:55:24
阅读次数:
189
1. 下载 vim 源代码ftp://ftp.vim.org/pub/vim/unix/vim-7.4.tar.bz22. 安装前的准备安装 libncurses5-dev在 centos7 中的安装方法是:yum install ncursesyum install ncurses-libsyum...
分类:
系统相关 时间:
2015-10-31 15:32:25
阅读次数:
454