码迷,mamicode.com
首页 >  
搜索关键字:centos zookeeper install    ( 72818个结果
在Linux下安装C/C++开发工具包的最佳方式
如果你使用的是 Fedora, Red Hat, CentOS, 或者 Scientific Linux 系统,使用下面的命令安装GNU的C/C++开发包和编译器。 # yum groupinstall 'Development Tools'          如果你使用的是Debian 或者 UbuntuLinux系统,你可以使用下面的这个命令来安装C/C++编译器。 #sudo ...
分类:编程语言   时间:2014-06-07 01:56:20    阅读次数:302
CentOS Linux Install Core Development
How do I install all developer tools such as GNU GCC C/C++ compilers, make and others, after installing CentOS from a shell prompt?you can following the nest line do ,install almost all development to...
分类:系统相关   时间:2014-06-07 01:23:47    阅读次数:317
tsunami:一种基于UDP协议的快速传输
一. 需求      最近在做数据库迁移,经常需要打包实例传输,传统scp感觉很慢。二. 软件信息      1. 软件主页:http://tsunami-udp.sf.net/      2. 软件安装:直接源码make && make install三. 简单使用      以下介绍简明步骤:      在源机子开启tsunami进程:tsunamid *      在目标机子 connect...
分类:其他好文   时间:2014-06-05 11:05:15    阅读次数:248
如何在ubuntu 64 11.04 上运行32位程序
在网上查了很多资料,发现在在ubuntu 64 11.04 上运行32位程序要装一个ia32-libs的包,可执行如下命令,却提示无法安装 apt-get install ia32-libs 难道11.04的安装源给整坏了!!! 经过查了很多很多的外国网站,找到很多方法,都无效! 最后找到一种,将就可以用 apt-get install libstdc++6 apt-get instal...
分类:其他好文   时间:2014-06-05 10:44:36    阅读次数:221
Your first Centos container
在lxc安装过程遇到的所有问题解决后,你可以创建你的第一个lxc容器了。最简单的方法使用lxc自带的创建文件系统的工具,当然你也可以自己做个文件系统。模板的安装路径一般放在/usr/local/share/lxc/templates#lxc-create -t centos -n centos-tst#lxc-start -n centos-tst...
分类:其他好文   时间:2014-06-05 09:38:02    阅读次数:258
install and config bind9(named) on linux server
This article shows my process of installing and configuring bind9 DNS server on a linux server. I didn't touch every aspects of bind9, but following the process, a DNS server is configured with A/AAAA...
分类:系统相关   时间:2014-06-05 08:36:26    阅读次数:450
linux下安装codeblocks及写完程序之后编译成功但无法运行的原因
一:在软件中心输入codeblocks,然后点击安装,等着装完就行了。        再按ctrl+alt+t 打开终端 输入 sudo apt-get install gcc         而后再输入sudo apt-get install g++        最后打开codeblocks写个 helloworld 试试吧。 二:helloworld小程序写完后,也编译通过了...
分类:系统相关   时间:2014-06-05 07:37:11    阅读次数:391
centOS下安装tomcat详解
本人是用的vmware上安装的centOS系统。 先去apache的tomcat官网上下载下来所需要的文件,网址为http://tomcat.apache.org/download-70.cgi 点击tar.gz下载就可以。 接着把下载下来的tomcat拖到虚拟机中的centOS的目录下,我拖到的是/home/449261417/下载 这个目录中。 接着打开终端开始敲命令 tar...
分类:其他好文   时间:2014-06-05 07:06:24    阅读次数:305
centOS6.3下安装mysql5.6详解
首先去mysql官网下载需要的linux版本的mysql,我下的是MySQL-5.6.17-1.linux_glibc2.5.x86_64.rpm-bundle.tar 下载网址为:http://dev.mysql.com/downloads/mysql/ 接下来把下载下来的mysql拖到centOS中去,也可以直接在centOS中下载。 接下来解压下载好的文件 [root@localho...
分类:数据库   时间:2014-06-05 04:32:59    阅读次数:296
CentOs 中显示乱码问题
vi /etc/sysconfig/i18n LANG="en_US.UTF-8"SUPPORTED="en_US.UTF-8:en_US:en"SYSFONT="latarcyrheb-sun16"source /etc/sysconfig/i18n以及export LC_ALL=zh_CN.UT...
分类:其他好文   时间:2014-05-31 14:02:03    阅读次数:266
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!