
linux 基础使用
ghostx7
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
linux SVN 安装
下载svn 软件 wget http://subversion.tigris.org/downloads/subversion-1.6.19.tar.gz wget http://subversion.tigris.org/downloads/subversion-deps-1.6.19.tar.gz 解压文件安装软件 [root@soldier opt]# tar xv原创 2012-11-16 13:11:39 · 414 阅读 · 0 评论 -
linux 系统初始化工作
#!/bin/bash #Author:Chenxin By:20120620 #For: New Centos6.0 system base configuration; ###引入系统环境变量# if [ -f /etc/init.d/functions ];then . /etc/init.d/functions; fi #操作系统版本检查 platform=`uname -原创 2013-07-09 10:27:46 · 606 阅读 · 0 评论 -
mongodb网络yum源
http://downloads-distro.mongodb.org/repo/redhat/os/x86_64/RPMS/原创 2015-11-10 10:28:53 · 502 阅读 · 0 评论