码迷,mamicode.com
首页 >  
搜索关键字:bz2    ( 1519个结果
SublimeText的使用
1.安装Sublime_text2.02文件:Sublime Text 2.0.2.tar.bz2(1)官网下载地址:http://www.sublimetext.com/2(2)将文件放到linux中,解压文件,得到文件夹"Sublime Text 2" 注意这个压缩包没有用gzip格式压缩所以....
分类:其他好文   时间:2015-02-25 22:13:34    阅读次数:208
tar命令的使用方法
tar [-cxtzjvfpPN] 文件与目录参数说明:-c :建立一个打包文件;-x :解开一个打包文件;-t :查看 tar包里面的文件;-z :打包后用gzip压缩,生成.tar.gz文件;-j :打包后用zip2压缩,生成.tar.bz2文件;-v :压缩的过程中显示文件;-f :使用文件名...
分类:其他好文   时间:2015-02-22 15:45:54    阅读次数:154
linux文件系统解压 tar: Exiting with failure status due to previous errors [Solved]
在执行$ tar jxf rootfs.tar.bz2 -C ./rootfs/时遇到如下问题:tar: dev/console: Cannot mknod: Operation not permittedtar: dev/tty: Cannot mknod: Operation not permi...
分类:系统相关   时间:2015-02-13 14:47:33    阅读次数:263
编译kernel(V2.6.19)
1. Linux-2.6.19.tar.bz2    https://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.19.tar.bz2 2. yaffs2-7494368.tar.gz    http://www.aleph1.co.uk/gitweb?p=yaffs2.git;a=snapshot;h=749436878923f8c...
分类:其他好文   时间:2015-02-10 18:44:02    阅读次数:136
lamp
httpd2.4.7+mysql-5.5.23+php-5.4.13编译安装过程:一、编译安装apache1、解决依赖关系yum-yinstallgcc*yum-yinstallpcreyum-yinstallopenssl-develhttpd-2.4.7需要较新版本的apr-1.5.1和apr-util-1.5.4(1)编译安装apr#tar-jxfapr-1.5.1.tar.bz2#cdapr-1.5.1#./configure--pref..
分类:其他好文   时间:2015-02-07 19:08:17    阅读次数:132
交叉编译工具的安装及问题解决
一、交叉编译工具链的常识 所谓“交叉编译”,就是在A机器上用交叉编译命,生成的文件可以运行在B机器上。 二、交叉编译工具链的安装  步骤:              1. 下载交叉编译工具包,如:arm-cortex_a8-linux-gnueabi.tar.bz2; 2.  复制交叉编译工具包到/home/joki/workdir/s5pc100/ 目...
分类:其他好文   时间:2015-02-07 17:26:22    阅读次数:254
Linux 压缩 & 解压
1、*.tar 用 tar -xvf 解压2、*.gz 用 gzip -d或者gunzip 解压3、*.tar.gz和*.tgz 用 tar -xzf 解压4、*.bz2 用 bzip2 -d或者用bunzip2 解压5、*.tar.bz2用tar -xjf 解压6、*.Z 用 uncompress...
分类:系统相关   时间:2015-02-06 14:43:38    阅读次数:132
postgresql 在linux上的源码安装
#下载源码并解压 [root@fnddb ~]# wget https://ftp.postgresql.org/pub/source/v9.4.0/postgresql-9.4.0.tar.bz2 [root@fnddb ~]# tar -xjvf postgresql-9.4.0.tar.bz2 [root@fnddb ~]# cd postgresql-9.4.0 #开...
分类:数据库   时间:2015-02-04 16:59:21    阅读次数:214
OpenStack 定制CoreOS镜像
1,下载相关制作ISO包a)#coreOS安装文件(coreos-install脚本会从官网自动下载,这里手动下载,可以节省时间)wgethttp://stable.release.core-os.net/amd64-usr/444.5.0/coreos_production_p_w_picpath.bin.bz2 wgethttp://stable.release.core-os.net/amd64-usr/444.5.0/core..
分类:其他好文   时间:2015-02-04 16:52:55    阅读次数:207
Geos installation on centos6
sudo yum install php-develcd /usr/sharesudo wget http://download.osgeo.org/geos/geos-3.3.9.tar.bz2 # Note this changessudo tar -xvjf geos-3.3.9.tar.b....
分类:其他好文   时间:2015-02-04 10:49:02    阅读次数:191
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!