原创作品,出自 “深蓝的blog” 博客,欢迎转载,转载时请务必注明以下出处,否则追究版权法律责任。
深蓝的blog:
1. 域名解析设置及网络配置
# vi /etc/hosts
127.0.0.1 localhost.localdomain localhost
::1 localhost6.localdomain6 localhos...
分类:
数据库 时间:
2014-10-17 10:19:49
阅读次数:
329
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
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
网卡重命名为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
首先 查看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
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
1.初始化数据库;postgresql-setup initdb2.启动postgresql并设置为开机自启动;systemctl restart postgresqlsystemctl enable postgresql3.登进数据库看看状态;(可略)su - postgrespsql\du (查...
分类:
数据库 时间:
2014-10-13 19:02:27
阅读次数:
303
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的网络进行设置,如图所示设置好后,按Enter键即可。2.按如图所示选择网络IP配置并按Enter键。3.默认情况下,Esxi使用的是DHCP网络,这里我们选择设置静态IP地址和网络配置。输入IP地址、子网掩码和默认网关,然后按Enter键,如图:4.设置DNS,选..
分类:
其他好文 时间:
2014-10-12 18:55:08
阅读次数:
599