1.配置yum
[root@db /]# cd /etc/yum.repos.d/
[root@db yum.repos.d]# vi yum.repo --修改光盘挂载位置,enabled设置为启动
配置yum参考链接:yum配置举例
2.构建samba服务器
[root@db /]# yum install -y samba-* --使用yum安装samba服务器
[root@d...
1.Download Opennms latest source code
2.Download latest Java JDK and install it. Set JAVA_HOME path
3.Download Postgres and install it. Set the path in environment variable
4.Download Perl an...
到http://nginx.org/en/download.html下载最新版本的Nginx并安装.
一 下载并安装pcre库ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/
tar zxvf pcre-8.30.tar.gz
./configure make make install
二 安装opens...
分类:
其他好文 时间:
2014-08-16 17:10:50
阅读次数:
412
安装环境: Ubuntu 14 PostgreSQL 9.01. 安装PostgreSQL输入如下命令sudo apt-get install postgresql系统会提示安装所需磁盘空间,输入"y",安装程序会自动完成。 安装完毕后,系统会创建一个数据库超级用户“postgres”, 密码为.....
分类:
数据库 时间:
2014-08-16 16:16:10
阅读次数:
236
今天在ubuntu下安装任何软件都提示以下错误:You might want to run 'apt-get -f install' to correct these:The following packages have unmet dependencies:kate : Depends: kde...
分类:
其他好文 时间:
2014-08-16 13:49:20
阅读次数:
454
下载软件:http://sourceforge.net/projects/innotop/files/innotop/安装perl-TermReadKey模块,yum -y install perl-TermReadKey,要不然perl的编译的时候会报错tar zxvf innotop-1.9.1...
分类:
其他好文 时间:
2014-08-16 07:29:30
阅读次数:
183
在安装express时增加generator参数: npm install -g express-generator 为什么要加上generator呢? 原先的express带cli,?现在把cli拆成了单独的express-generator包.?原先的express运行生成的项目是node?app...
分类:
Web程序 时间:
2014-08-16 02:18:09
阅读次数:
325
安装: yum?-y?install?http://ftp.riken.jp/Linux/fedora/epel/6/i386/epel-release-6-8.noarch.rpm
cd?/etc/yum.repos.d
wget?http://www.hop5.in/yum/el6/hop5.repo
yum?clean?all
yum?install?hhvm ...
分类:
其他好文 时间:
2014-08-15 19:47:30
阅读次数:
189
Mongodb是一款开源的数据库,这里不用我多说了,下面说一下Ubuntu下安装Mongodb可能遇到的问题和解决方案。
故事背景:
今天M$促销,1¥Windows Azure 4000¥-30天的套餐,不得不说简直是白菜价!于是买了一个玩了玩,云端跑起了一个Ubuntu的虚拟机,后来发现安装Mongodb的时候有些费劲,sudu apt-get install mongodb-gen10总...
分类:
数据库 时间:
2014-08-15 19:41:09
阅读次数:
256
1.安装SVNyum install subversion 2.查看版本svnserve --version3.创建目录mkdir /web/svndata3.创建repo测试库svnadmin create /web/svndata4.配置:开启anon-access=read auth-...
分类:
系统相关 时间:
2014-08-15 19:35:39
阅读次数:
228