标签为‘linux’的日志
11
Dec

在centos 5下安装软件遇到的问题,google了一圈,是因为系统没有安装编译器,那安装就是了,嘿嘿。

解决办法,在SSH下输入下面的命令

yum -y install gcc automake autoconf libtool make

咔咔,搞定

29
Nov

Ctorrent是一款可以在linux下用命令行进行的bt下载软件

一、官方的安装方法如下:

#wget http://www.rahul.net/dholmes/ctorrent/ctorrent-1.3.4-dnh2.2.tar.gz

#tar zxvf  ctorrent-1.3.4-dnh2.2.tar.gz

#cd ctorrent-1.3.4-dnh2.2

#./configure

#make

#make install

安装完成

使用方法:

#ctorrent 1.torrent 默认保存在/usr/bin 

 详细参数请用ctorrent –h 查看

 PS:不过我用这个方法进行安装的时候,到了make那一步,总提示command not found,无法完成安装 

二、于是我就继续在网上搜,找到另一种方法,用修改后的rpm文件安装

继续阅读 »