码迷,mamicode.com
首页 >  
搜索关键字:centos7 vmware网络    ( 14758个结果
Linux Apache 给 awstats 创建 访问密码
CentOS7 安装最新版本 awstats ,在httpd.conf 中加入了alias,可以直接访问网址就进入 浏览。十分不安全。 给访问加上密码的方法: [root@localhost wwwroot]# htpasswd -bc /home/awstats/wwwroot/.htpasswd aaa 123456 [root@localhost wwwroot]# nano ...
分类:Web程序   时间:2014-10-18 21:01:55    阅读次数:241
Centos 7 Apache解析PHP
1、源码安装[root@localhost~]#yuminstall-ygccgcc-c++httpdphp-xmlphp-pearphp-mbstringphp-cliphp-odbcphp-peclphp-pdophp-gdphp-xmlrpcphp-develphp-mysqlphp-commonphp-processphp-ldapphp-bcmathrrdtool-phpphp-soapvim-X11vim-commonvim-enhancedvim-filesystemvim-minim..
分类:Web程序   时间:2014-10-16 11:44:53    阅读次数:220
设置VMWARE通过桥接方式使用主机无线网卡上网(zz)
环境:WIN7旗舰版,台式机,U盘无线上网卡。虚拟软件:VMware9.0,虚拟系统:CentOS6.4需要实现虚拟机以独立机形式工作和上网。先介绍一下VMware网络设置的三种方式1 Host-only连接方式 让虚机具有与宿主机不同的各自独立IP地址,但与宿主机位于不同网段,同时为宿主主机新增一...
分类:系统相关   时间:2014-10-15 22:48:51    阅读次数:245
centos7网卡重命名方法以及更换网卡导致起不来网卡的解决方法
网卡重命名为Centos5代经典样式eth0方法有三步:1、vim/etc/sysconfig/grub,找到GRUB_CMDLINE_LINUX,后面有个vconsole.font=latarcyrheb-sun16,空个格,加上net.ifnames=0biosdevname=0保存退出;2、grub2-mkconfig-o/boot/grub2/grub.cfg3、重启系统后执行ipa后发现已经是eth..
分类:其他好文   时间:2014-10-15 21:13:21    阅读次数:246
pgadmin 无法连接 centos7 postgresql 问题
首先 查看1.用ps -ef|grep postgres 查看进程是否已经启动;正常情况如下:postgres 1445 1 0 07:54 ? 00:00:00 /usr/bin/postgres -D /var/lib/pgsql/data -p 5432postgres 1853 1445.....
分类:数据库   时间:2014-10-15 12:40:00    阅读次数:773
centos7 的postgresql 初始化
1.初始化数据库;postgresql-setup initdb2.启动postgresql并设置为开机自启动;systemctl restart postgresqlsystemctl enable postgresql3.登进数据库看看状态;(可略)su - postgrespsql\du (查...
分类:数据库   时间:2014-10-13 19:02:27    阅读次数:303
CentOS7+Tomcat 生产系统部署
Tomcat与CentOS7生产环境部署。...
分类:其他好文   时间:2014-10-13 17:48:19    阅读次数:136
centos7 nginx前端 apache后端 及多站点简单配置
cd/usr/local/src wgethttp://nginx.org/download/nginx-1.7.6.tar.gz tar–xvfnginx-1.7.6.tar.gz cdnginx-1.7.6 ./configure--prefix=/usr/local/nginx--with-http_stub_status_module--with-http_ssl_module--with-pcre makemakeinstall vi/usr/local/nginx/conf/nginx.con..
分类:Web程序   时间:2014-10-13 17:47:30    阅读次数:552
Centos 7 - 入门级操作
安装完centos7minimal后,无力吐槽,变化之大,发现以前常用的一些命令都没有。一、常用命令安装查看anaconda-ks.cfg,原来是没装basegroup的包[root@centos7~]#catanaconda-ks.cfg #version=RHEL7 #Systemauthorizationinformation auth--enableshadow--passalgo=sha512 #UseC..
分类:其他好文   时间:2014-10-11 18:26:46    阅读次数:225
oVirt专题:Hosted Engine之Engine Appliance使用(1)
前文中介绍了如何制作EngineAppliance。当Appliance制作好以后,如何使用它呢?下面就来详细介绍下EngineAppliance的使用方法。首先,我们需要一台物理服务器,在这服务器上要先安装好CentOS7.0的操作系统。然后根据以下步骤进行配置:(1)配置网络IP:192.168.14.67 NETMASK..
分类:移动开发   时间:2014-10-10 01:38:43    阅读次数:217
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!