测试环境:RHEL 6.4 + Vertica 6.1.3-7需求:搭建Vertica数据库3节点的测试环境,建立测试用户,建表,测试数据入库。1.各节点关闭防火墙和SELinux,配置主机名,IP地址,统一root密码关闭防火墙和selinux:service iptables status;ge...
分类:
其他好文 时间:
2014-06-28 16:23:31
阅读次数:
460
一、说明:Debian7.0.0的安装镜像文件有3个DVD,安装基本系统只用到第一个镜像文件,即DVD1其它镜像文件是附带的软件包。附Debian 7.0.0系统镜像下载地址:32位:http://cdimage.debian.org/debian-cd/7.0.0/i386/iso-dvd/deb...
分类:
其他好文 时间:
2014-06-28 16:16:20
阅读次数:
429
1、sudo apt-get install xorg xdm xfce42、vi ~/.xinitrc,然后输入:exec xfce4,在终端输入startx命令后就能进入xfce4,或直接在终端输入startxfce4命令。
分类:
其他好文 时间:
2014-06-28 16:04:45
阅读次数:
445
sudo apt-get install ibus ibus-pinyin im-switchsudo apt-get install ibus-googlepinyinim-switch -s ibusibus-setup
分类:
其他好文 时间:
2014-06-28 16:01:58
阅读次数:
214
Iceweasel浏览器简体中文组件 # Iceweasel是Debian中Mozilla Firefox浏览器的一个再发布版#英语很菜,所以浏览器菜单也要是中文的sudo apt-get install iceweasel-l10n-zh-cn运行浏览器,然后点击浏览器菜单 ===> 编辑 ===...
分类:
其他好文 时间:
2014-06-28 15:49:53
阅读次数:
300
sudo apt-get install flashplugin-nonfree
分类:
其他好文 时间:
2014-06-28 15:40:34
阅读次数:
144
1.网络配置配置网卡修改 /etc/network/interfaces 添加如下# #号后面是备注,不要添加哦!auto eth0 #开机自动激活iface eth0 inte static #静态IPaddress 192.168.0.56 #本机IPnetmask 255.255.255.0 ...
分类:
其他好文 时间:
2014-06-28 15:30:31
阅读次数:
258
切换到root:su root修改sudoersnano /etc/sudoers在root ALL=(ALL:ALL) ALL下,加入:liz ALL=(ALL:ALL) ALL
分类:
其他好文 时间:
2014-06-28 15:29:06
阅读次数:
175
准备工作:sudo apt-get install build-essential第一步:安装Apachesudo apt-get install apache2第二步:安装MySQLsudo apt-get install mysql-server libapache2-mod-auth-mysq...
分类:
其他好文 时间:
2014-06-28 14:48:41
阅读次数:
192
Type the following command to install ntp:# yum install -y ntpTurn on service:#chkconfig ntpd onSynchronize the system clock with 0.pool.ntp.org serve...
分类:
其他好文 时间:
2014-06-28 14:45:54
阅读次数:
185