Archive | Misc RSS feed for this section

GNU WGet

ftp://ftp.gnu.org/pub/gnu/wget/wget-1.8.2.tar.gz > cd /root > ftp ftp.gnu.org >> cd /pub/gnu/wget/ >> bin >> get wget-1.8.2.tar.gz >> quit > tar -xvzf wget-1.8.2.tar.gz > cd wget-1.8.2 > ./configure > make > make install > cd /root > rm -rf wget-1.8.2 > mv wget-1.8.2.tar.gz archive Bookmark on Delicious Digg this post Recommend on Facebook share via Reddit Share [...]

ftp://ftp.gnu.org/pub/gnu/wget/wget-1.8.2.tar.gz

> cd /root

> ftp ftp.gnu.org
>> cd /pub/gnu/wget/
>> bin
>> get wget-1.8.2.tar.gz
>> quit

> tar -xvzf wget-1.8.2.tar.gz
> cd wget-1.8.2
> ./configure
> make
> make install

> cd /root
> rm -rf wget-1.8.2
> mv wget-1.8.2.tar.gz archive
View Comments Continue Reading →

Webalizer

http://www.mrunix.net/webalizer/ cd /root/archive wget ftp://ftp.mrunix.net/pub/webalizer/webalizer-2.01-10-src.tgz tar -xvzf webalizer-2.01-10-src.tgz cd webalizer-2.01-10 ./configure make make install Bookmark on Delicious Digg this post Recommend on Facebook share via Reddit Share with Stumblers Tweet about it Subscribe to the comments on this post Print for later Bookmark in Browser Tell a friend

http://www.mrunix.net/webalizer/

cd /root/archive
wget ftp://ftp.mrunix.net/pub/webalizer/webalizer-2.01-10-src.tgz
tar -xvzf webalizer-2.01-10-src.tgz
cd webalizer-2.01-10
./configure
make
make install
View Comments Continue Reading →

Tripwire

http://sourceforge.net/projects/tripwire/ > wget http://easynews.dl.sourceforge.net/sourceforge/tripwire/tripwire-2.3.1-2.tar.gz > tar -xvzf tripwire-2.3.1-2.tar.gz > cd tripwire-2.3.1-2 > cd src > make release Bookmark on Delicious Digg this post Recommend on Facebook share via Reddit Share with Stumblers Tweet about it Subscribe to the comments on this post Print for later Bookmark in Browser Tell a friend

http://sourceforge.net/projects/tripwire/

> wget http://easynews.dl.sourceforge.net/sourceforge/tripwire/tripwire-2.3.1-2.tar.gz
> tar -xvzf tripwire-2.3.1-2.tar.gz
> cd tripwire-2.3.1-2
> cd src
> make release
View Comments Continue Reading →