ifconfig-a查看所有网卡信息dhclient自动取得IPvi/etc/sysconfig/network-scripts/ifcfg-eth0编辑eth0网卡配置文件i进入编辑模式修改IP参照如下:onboot=yesBOOTPROTO=staticIPADDR=192.168.1.1NETMASK=255.255.255.0GATEWAY=192.168.1.254DNS1=192.168.1.254:wq保存退出servic..
分类:
其他好文 时间:
2016-02-24 15:51:19
阅读次数:
196
本文来源于我在InfoQ中文站翻译的文章,原文地址是:http://www.infoq.com/cn/news/2016/02/gulp-grunt-npm-scripts-part1Cory House是“Building Applications with React and Flux”与“Clean Code: Writing Code for Humans”的作者,同时也是Pluralsi...
分类:
其他好文 时间:
2016-02-24 09:42:05
阅读次数:
263
vi /etc/sysconfig ig/network-scripts/ifcfg-eth0
分类:
其他好文 时间:
2016-02-22 19:16:36
阅读次数:
186
为什么使用npm scripts而不是grunt、gulp、webpack..? npm scripts是如何运行起来的? 教您使用npm scripts构建一个前端项目!
分类:
其他好文 时间:
2016-02-22 15:53:17
阅读次数:
227
操作系统:Windows 10 64位 1、安装python 前往https://www.python.org/downloads/下载对应操作系统的版本,笔者下载了32位的python 2.7.11,下载完直接点击安装。 安装完需要将安装路径添加到系统Path环境变量,同时添加Scripts文件夹
groupadd mysql (创建分组,管理) useradd -g mysql mysql (创建用户,放入mysql组) scripts/mysql_install_db --user=mysql (初始化数据库,添加用户) 进入mysql文件夹执行 启动mysql bin/mysqld_sa
分类:
数据库 时间:
2016-02-19 23:13:11
阅读次数:
366
准备做kvm的虚拟话,物理机采用双网卡配置,计划将双网卡绑定再配置桥接。1.在/etc/sysconfig/network-scripts/下创建文件ifcfg-bond0,配置文件:DEVICE=bond0BOOTPROTO=noneONBOOT=yesNETMASK=255.255.255.0IPADDR=192.168.2.227USERCTL=no2.bond0绑定了两个网卡eth0和eth1,..
分类:
其他好文 时间:
2016-02-19 17:28:19
阅读次数:
307
在CentOS6.464位系统上安装Oracle10g确认你的操作系统是34位还是64位,本教程只支持64位安装!!命令:$getconfLONG_BITA.初始化网络1.设置网络参数编辑/etc/sysconfig/network-scripts/ifcfg-eth0,初始化网络参数(根据实际情况编辑)。编辑/etc/hosts,加入主机名和IP(主机..
分类:
数据库 时间:
2016-02-19 10:53:00
阅读次数:
259
PostgreSQL Performance Monitoring Tools https://github.com/CloudServer/postgresql-perf-tools This package includes three useful scripts aimed to help
分类:
数据库 时间:
2016-02-18 17:46:26
阅读次数:
259
./scripts/mysql_install_db--user=mysql--datadir=/data/mysql初始化后报错:InstallingMySQLsystemtables..../bin/mysqld:errorwhileloadingsharedlibraries:libstdc++.so.5:cannotopensharedobjectfile:NosuchfileordirectoryInstallationofsystemtablesfailed!Examinethelog..
分类:
数据库 时间:
2016-02-18 12:07:59
阅读次数:
211