
linux
VinceJin
完美主义者
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Install MySQL 5.5.30 on RHEL/CentOS 6-5, Fedora 18-12
This how-to guide is to install or upgrade your MySQL version on RHEL/CentOS 6-5 and Fedora 18,17/16/15/14/13/12 using Remi repository via YUM utility. But before moving into further steps let’s转载 2015-05-08 13:06:11 · 928 阅读 · 0 评论 -
win7用easybcd从硬盘安装ubuntu 11.10重启出现error 15 file not found错误
错误提示为:找不到文件。错误原因:1、你的vmlinuz、initrd.z和ubuntu.iso文件没有放对位置。 2、可能C盘不是(hd0,0),如果不是就应该是(hd0,1),因为win7可能在C盘前面有个默认的系统分区原创 2012-10-15 15:50:32 · 6069 阅读 · 0 评论 -
CentOS安装Git服务器 Centos 6.5 + Git 1.9.0 + gitosis (亲自安装)
查看Linux系统服务器系统版本 # cat /etc/redhat-release # 查看系统版本 CentOS release 6.5 (Final)在服务器上安装git#sudo yum install curl-devel expat-devel gettext-devel openssl-devel zlib-devel perl-devel#cd ~#wget https原创 2015-04-30 17:14:35 · 2545 阅读 · 0 评论 -
Install PEAR and PECL on Mac OS X
The following instructions install PEAR and PECL on Mac OS X under/usr/local/. PECL is bundled with PEAR. So this is as simple as installing PEAR on Mac OS X.PEAR is PHP’s Package Repository and m转载 2015-12-29 15:13:03 · 1443 阅读 · 0 评论