centos下使用mwget加速wget

2021-08-22 03:19:35 字數 635 閱讀 9347

1.安裝mwget

wget
tar -xjvf mwget_0.1.0.orig.tar.bz2
cd mwget_0.1.0.orig
執行./configure

./configure
如果出現error: c++ compiler cannot create executables說明沒有安裝c++編譯器 安裝乙個c++編譯器就可以了

yum install gcc-c++
如果執行./configure 出現configure: error: your intltool is too old.  you need intltool 0.35.0 or later.

需要安裝0.35.0以上的版本

yum install intltool
然後做最後的安裝

make

make install

mwget

Centos 安裝mwget提速

1.安裝mwget wget tar jxvf mwget 0.1.0.orig.tar.bz2yum install bzip2 bzip2 d mwget 0.1.0.orig.tar.bz2然後再使用 tar xf mwget 0.1.0.orig.tar 就能順利解壓 2.執行.config...

CentOS下php加擴充套件功能

首先使mcrypt軟體能夠執行,然後安裝php擴充套件模組,並在php.ini配置。這裡注意的是mcrypt軟體依賴libmcrypt和mhash兩個庫,所以安裝配置順序從右至左 libmcrypt libmcrypt 2.5.8.tar.gz mcrypt mcrypt 2.6.8.tar.gz ...

centos下簡單使用tolua

3 編寫測試工程,編寫pkg檔案用tolua命令生成標頭檔案和可執行檔案 tolua o luafun.cpp h luafun.h luafun.pkg luafun.pkg include fun.h struct param class girl 把生成的標頭檔案和cpp檔案都加入到工程中同時...