compilation

Linux Command Line Cheat Sheets – The ultimate collection

This is a compilation of approx 70 cheat sheets for Linux users. There are a grip load of commands that Linux users have at hand which can seem very daunting to a novice. This collection will make Linux just a little less of a headache to learn. Suggestion: Look through all of them and then [...]

How to resolve PHP Pecl Memcached module installation problems

I am using on several projects memcached and on the application side the php memcached module. This can be installed as any pear/pecl module, or from source by downloading the source .tgz and running the classic phpize; ./configure; make; make install; While trying to upgrade the memcached module to the latest version available 2.1.2 I [...]

How to install and configure webalizer in multiple domain on Centos 4.6

Webalizer is a fast, free web server log file analysis program. It produces highly detailed, easily configurable usage reports in HTML format, for viewing with a standard web browser. It was written to solve several problems with currently available analysis packages. A vast majority of them were written in Perl or some other scripting language, [...]

How to Install and Configure the eAccelerator PHP cache on Apache

If you are looking for a way to speed up your PHP pages on Apache, this is the software you want to install. Huge performance gains can be had when using this software to precompile and cache your PHP pages, and it is very simple to install.

A Quick Guide To Install SUBVERSION

Subversion depends on a number of third party tools and libraries.Some of them are only required to run a Subversion server; others are necessary just for a Subversion client. This section explains what other tools and libraries will be required so that Subversion can be built with the set of features you want

How to run a PHP script on cron

Lots of programmers like PHP for its ability to code and develop web applications fast. Code-debugging is a lot easier than with PERL or C. However, there is one thing a lot of developers are puzzled about, “How to run PHP Scripts with crontab?” Cron is normally available on all Unix and Linux distributions; if [...]

How to Use User Authentication in Apache

There are two ways of restricting access to documents: either by the hostname of the browser being used, or by asking for a username and password. The former can be used to, for example, restrict documents to use within a company. However if the people who are allowed to access the documents are widely dispersed, [...]

How to Compile PHP 5 From Source

Before configuring, you must have development versions of the given packages installed. For example, for mcrypt support, you must install mcrypt-devel. In the list below, this applies to zlib-devel, libxml2-devel, mysql-devel, bzip2-devel, httpd-devel, and mhash-devel. Some configure options below didn’t require a development version. View configure options ./configure –help Many configure options allow an optional [...]

How to Install and Upgrade Squid

If you are currently running a rpm-based squid binary, and you have just made a fresh fedora installation, here’s an on how to upgrade and install your currently running Squid proxy web caching server. By definition: Squid is a high-performance proxy caching server for Web clients, supporting FTP, gopher, and HTTP data objects. Unlike traditional caching [...]

How to Spell Check Files via Terminal

Here’s another useful command liner utility that can check and correct spelling of a file. How to check the spelling of a HTML file from terminal? How to check the spelling of a Latex file from terminal? How to check the spelling of a nroff/troff file from terminal? How to check spelling of a file [...]

How to Install Bandwidth Shaper – Trickle on Fedora

Shaping bandwidth traffic has been a usual part of job function from any IT company infrastructure providing online services to the web. From small scale company to enterprise scale, bandwidth shaping needs to be implemented and applied properly and effectively. Here’s one lightweight linux traffic shaper that makes use of existing network traffic shaping that [...]

How to Install VMWare Workstation on Fedora 8

Installing VMware Workstation software on Fedora 8 should not be a problem at all using Fedora rpm package installer. Considering an old postof installing VMWare on Fedora 7, I have encountered a strange installation issue and changes of installing VMWare workstations 6.02 on Fedora 8. Here’s how to install VMWare Workstation 6.0.2 on Fedora 8. Pre-Requirements First, check [...]

How to Install VMWare Server on Fedora 8

Desktop virtualization has been continuously capturing users and web services. More and more companies are creating virtual machines and appliances that can be of productive service to many web users around the globe. From recent post, here’s a quick howto install VMWare Server on Fedora 8. VMWare Server Pre-Requirements VMWare Server package needs to compile its [...]