a 35 curl -R -O http://www.lua.org/ftp/lua-5.2.3.tar.gz
36 ls
a 37 tar zxf lua-5.2.3.tar.gz
38 cd lua-5.2.3
39 lsz
40 sudo make install
41 ls
42 sudo...
分类:
其他好文 时间:
2014-08-23 20:24:41
阅读次数:
340
jdk ,eclipse 安装就不用说了,如果要安装 cdt首先到 (非 cdt版eclipse)http://www.eclipse.org/cdt/downloads.php 选择相应的 版本地址打开eclipse help———install new software 添加进去相关网址一路ne...
分类:
系统相关 时间:
2014-08-23 17:40:41
阅读次数:
333
1. 数据库导出 mysqldump --opt -u name -p dbname > backupfile.sql 2. 在Mac OS X上安装web.py环境 0)install web.py sudo pip install web.py 1) 安装mod_wsgi 下载mod_wsgi http://code.google.com/p/modws...
分类:
Web程序 时间:
2014-08-23 16:58:41
阅读次数:
250
Update: An updated version of these instructions for Ubuntu 12.10 (Quantal Quetzal) is available here.1. Install the prerequisitessudo apt-get install...
分类:
其他好文 时间:
2014-08-23 16:33:21
阅读次数:
240
安装环境:ubuntu 桌面版13.04安装版本:mysql-5.6.12.tar.gz1.安装必备工具:sudo apt-get install cmake libncurses5-dev bison g++2 添加组和用户及安装目录权限sudo groupadd mysql #添加组sudo u...
分类:
数据库 时间:
2014-08-23 16:32:31
阅读次数:
239
ssh终端登录centos系统后,查看python版本号:python -VCenots6.4默认安装的是2.6.6版本,要更新升级需安装下gcc:yum -y install gcc系统会自动下载安装gcc下载python 3.3.3解压python 3.3.3tar -xzf Python-3....
分类:
编程语言 时间:
2014-08-23 15:19:30
阅读次数:
265
Linux(Ubuntu)使用 sudo apt-get install 命令安装软件的目录在哪?
分类:
系统相关 时间:
2014-08-23 15:18:50
阅读次数:
719
环境:Centos6.4 64位Hadoop2.2.0Sun JDK1.7.0_45hive-0.12.0准备工作:yum -y install lzo-devel zlib-devel gcc autoconf automake libtool开始了哦!(1)安装LZOwget http://ww...
分类:
其他好文 时间:
2014-08-23 15:18:00
阅读次数:
1180
安装tfs,需要gcc-4.1.2版本的,我的centos6.4 是4.7版本它编译不了,很奇怪。下面是gcc-4.1.2的安装。源码下载:ftp://ftp.gnu.org/gnu/gcc/gcc-4.1.2/解包:tar -xjf gcc-4.1.2.tar.bz2进入目录:cd gcc-4.1...
分类:
其他好文 时间:
2014-08-23 15:12:40
阅读次数:
279
目前的情况,tfs安装在/usr/local/tfs/在conf目录下共有6个配置文件(若安装后没有的,请从源码中conf目录下拷贝): ns.conf、ads.conf、ds.conf、rc.conf、meta.conf和rs.conf其中ns.conf用于配置nameserver,ds.conf...
分类:
其他好文 时间:
2014-08-23 15:11:10
阅读次数:
771