码迷,mamicode.com
首页 >  
搜索关键字:网络配置 centos7 redhat6    ( 17128个结果
CentOS 5 上安装Oracle11g
原创作品,出自 “深蓝的blog” 博客,欢迎转载,转载时请务必注明以下出处,否则追究版权法律责任。 深蓝的blog: 1. 域名解析设置及网络配置 # vi /etc/hosts 127.0.0.1         localhost.localdomain localhost ::1               localhost6.localdomain6 localhos...
分类:数据库   时间:2014-10-17 10:19:49    阅读次数:329
CentOS 6 上安装Oracle10g
CentOS6.2上Oracle10g安装 1. 域名解析设置及网络配置 # vi /etc/hosts 127.0.0.1         localhost.localdomain localhost ::1              localhost6.localdomain6 localhost6 192.168.56.103    hyl # vi /etc/s...
分类:数据库   时间:2014-10-17 10:15:10    阅读次数: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
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
dns、网关、IP地址,主要是配置resolv.conf\network\ifcfg-eth0
centos网络配置实例1,配置DNSvi /etc/resolv.conf加入: 复制代码代码如下:nameserver 192.168.0.1 nameserver 8.8.8.8nameserver 8.8.4.42,配置网关:vi /etc/sysconfig/network加入:GATEW...
分类:Web程序   时间:2014-10-13 22:27:27    阅读次数:870
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
为ESXi设置IP地址
在直接控制台中,首先要对Esxi的网络进行设置,如图所示设置好后,按Enter键即可。2.按如图所示选择网络IP配置并按Enter键。3.默认情况下,Esxi使用的是DHCP网络,这里我们选择设置静态IP地址和网络配置。输入IP地址、子网掩码和默认网关,然后按Enter键,如图:4.设置DNS,选..
分类:其他好文   时间:2014-10-12 18:55:08    阅读次数:599
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!