Articles in the howto Category
Posted in howto on 17 January 2008
Often after we make changes to our computer, we will be ready to do our work and find out there is a problem with the computer. These problems can make it impossible to do schoolwork, business reports, or other tasks. Often, we can use the System Restore function in Microsoft Windows XP to go back [...]
Popularity: 8% [?]
Posted in howto on 13 January 2008
Procedure.
The installation procedure for software that comes in tar.gz and tar.bz2 packages isn’t always the same, but usually it’s like this:
# tar xvzf package.tar.gz (or tar xvjf package.tar.bz2)
# cd package
# ./configure
# make
# make install
If you’re lucky, by issuing these simple commands you unpack, configure, compile, and install the software package and you don’t even have [...]
Popularity: 5% [?]
