摘要:
CentOS修改系统环境变量 阅读全文
posted @ 2014-07-08 19:47
工程内业编程
阅读(198)
评论(0)
推荐(0)
摘要:
———————————————.tar解包:tar xvf FileName.tar打包:tar cvf FileName.tar DirName(注:tar是打包,不是压缩!)———————————————.gz解压1:gunzip FileName.gz解压2:gzip -d FileName.... 阅读全文
posted @ 2014-07-08 19:31
工程内业编程
阅读(746)
评论(0)
推荐(0)
摘要:
首先需要安装alien工具:http://ftp.de.debian.org/debian/pool/main/a/alien/[root@localhost tmp]#tar zxvf alien_8.88.tar.gz[root@localhost alien]#perl Makefile.PL... 阅读全文
posted @ 2014-07-08 19:27
工程内业编程
阅读(153)
评论(0)
推荐(0)
摘要:
之前使用ubuntu,工作需要开始转向centos,简单记录软件包安装centos的软件安装大致可以分为两种类型:[centos]rpm文件安装,使用rpm指令[ubuntu]deb文件安装,使用dpkg指令[centos]yum安装[ubuntu]apt-get安装rpm指令(一)查询系统装已经安... 阅读全文
posted @ 2014-07-08 19:23
工程内业编程
阅读(134)
评论(0)
推荐(0)