If you get such an issue, you need to install the stable version of wget.
If it is wget-1.10.2-3.3.fc5 or wget-1.10.2-7.el5 or wget-1.10.2-8.fc6.1, you need to replace it with an older and/or stabler version.
This is easy,
A version we suggest...
Easy.....
cd /usr/local/src
wget http://www.python.org/ftp/python/2.5/Python-2.5.tgz
tar -zxvf Python-2.5.tgz
make
make install
Both instruction for Apache 1.x and Apache 2.x are given below.
First, you need to check what version of Python you are running.
python -V
If you are running Apache 1.3.x, you should use mod_python version 2.7.11 and for Apache 2.2.x, use...
Download manually the docutils tar gz from http://prdownloads.sourceforge.net/docutils/docutils-0.4.tar.gz?download
cd /usr/local/src/
wget http://prdownloads.sourceforge.net/docutils/docutils-0.4.tar.gz?download
sudo easy_install...
Python Imaging Library (PIL)
Make sure Python is installed.
Prerequisites.
If you need any of the features described below, make sure you
have the necessary libraries before building PIL.
feature library
...
An easier way to change your Administrator password is given below.
Open the command prompt.
Start > run > type cmd
Then in the window give the command below. (To change administrator password)
net user Administrator *
It will ask for the new...
April 27, 2008 | In: Linux
This list the users.
======================
cat /etc/passwd | grep /home | cut -d: -f1
======================
you may add users using
useradd
passwd
It will ask for password
delete the user using
userdel...
If this header file is not found when you give make for gd installation download it
===================
wget http://www.ece.cmu.edu/~ece796/project99/7/final/code/jmorecfg.h
mv jmorecfg.h...
If this header file is not found when you give make for gd installation download it
===================
wget http://dev.w3.org/cvsweb/Amaya/libjpeg/jpeglib.h?rev=1.2
mv jpeglib.h?rev=1.2...
Download the version you need from
http://download.savannah.gnu.org/releases/freetype/
Example for freetype-2.1.10
cd /usr/local/src
wget http://download.savannah.gnu.org/releases/freetype/freetype-2.1.10.tar.gz
tar -zxf...