码迷,mamicode.com
首页 >  
搜索关键字:centos zookeeper install    ( 72818个结果
命令行查看linux发行版版本信息
有时候安装完自己的linux发行版系统(如ubuntu、centos、redhat、opensuse、……)时,把版本信息忽略了,又不想重启电脑,此时我们可以通过命令行方式来查看: 1.cat /etc/issue 2.lsb_release -a 其中lsb代表什么呢?LSB:Linux Stan...
分类:系统相关   时间:2014-06-02 17:26:49    阅读次数:337
centos下lamp源码安装
LAMP指的Linux(操作系统)、ApacheHTTP服务器,MySQL解压mysql绿色软件包[root@host2lamp]#tar-zxvfmysql-5.6.15-linux-glibc2.5-x86_64.tar.gz-C/usr/local[root@host2lamp]#groupaddmysql[root@host2lamp]#useradd-r-gmysqlmysql[root@host2lamp]#cd/usr/local[root@host2sr..
分类:其他好文   时间:2014-06-02 14:13:49    阅读次数:288
四月二十五日,bugzilla for CentOS 安装
BugzillaforCentOS5.4制作人,陈浩时间:2014.4.25原创文件夹BugzillaforCentOS5.4 一、装系统 1)新建虚拟机15G硬盘,512M内存 2)选择CentOS64-bit(依据自己版本号情况选择) 3)网络选择桥接网络,已方便兴许网络操作 4)开启电源,安装...
分类:其他好文   时间:2014-06-02 14:04:41    阅读次数:313
fcitx的安装_配置
sudo apt-get purger ibus安装Fcitx:sudo apt-get install im-switch fcitx #修改当前用户的默认输入法, 具体看man im-switchsudo im-switch -s fcitx -z default#完成设置最好重启一下X,输入法...
分类:其他好文   时间:2014-06-02 13:41:41    阅读次数:326
Python:Windows8下安装BeautifulSoup
运行环境:Windows 8.1Python:2.7.6在安装的时候,我使用的pip来进行安装,命令如下:pip install beautifulsoup4运行的时候,报错如下:Exception:Traceback (most recent call last): File "J:\Progr....
分类:编程语言   时间:2014-06-02 11:45:30    阅读次数:420
安装CentOS
1. 用UltraISO,将CentOS写入U盘,然后将两个CentOS iso文件也拷贝到u盘中,由于u盘FAT32的限制,需要调整第一个iso文件的尺寸,剪切到4GB以内即可拷贝进u盘2. 用u盘安装,没啥好说,3. 拔下u盘,重启动后,出现missing operation system的错误...
分类:其他好文   时间:2014-06-02 00:31:22    阅读次数:360
Learning, step by step
Maveninstallartifactmvninstall:install-file-DgroupId=gemfire-DartifactId=gemfire-Dversion=6.0.1-Dpackaging=jar-Dfile=F:\gemfire-6.0.1.jarDefineaEnumtypepublicenumUserInfoCacheTypeE{ ACTIVE("ACTIVE"),NOT_ACTIVE("NOTACTIVE"); privateStringdescription; User..
分类:其他好文   时间:2014-06-01 16:43:28    阅读次数:228
Ubuntu 用 apache2 搭建 web 服务器 建wordpress博客
Ubuntu 用 apache2 搭建 web 服务器 建wordpress博客 主要有5个步骤分别是: 1: 安装mysql. 2: 安装apache2 3: 安装php5 及其组件 4: 安装wordpress 第1步:安装mysql  这步非常简单.... sudo apt-get install mysql-server 输入用户名和密码...
分类:Web程序   时间:2014-06-01 13:08:26    阅读次数:572
CentOS lujing
vim /etc/bashrc
分类:其他好文   时间:2014-06-01 12:07:47    阅读次数:152
Mingw:在Linux系统下编译Windows的程序
Ubuntu下可以直接安装:sudo apt-get install mingw32 mingw32-binutils mingw32-runtime安装后编译程序可以:i586-mingw32msvc-g++(编译C++程序)i586-mingw32msvc-gcc(编译C程序)用法和gcc/g+...
分类:Windows程序   时间:2014-06-01 11:30:55    阅读次数:335
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!