Search Results

Ultra Monkey – High Availability and Load Balancing Solution for Linux.

Ultra Monkey is a project to create load balanced and highly available network services. For example a cluster of web servers that appear as a single web server to end-users. The service may be for end-users across the world connected via the internet, or for enterprise users connected via an intranet. Ultra Monkey makes use [...]

Superb Mini Server – A Linux operating system console manageable through Webmin

SMS stands for Superb Mini Server. A Linux operating system console based and manageable through Webmin  web-based interface… Although described as a mini server, have all the features of a powerful server such as apache2, sendmail, postfix, spamassassin, clamav, squid, iptables, MailScanner, mysql, cups and lot of other server packages. SMS also features TorrentFlux, a powerful [...]

How to Install and Configure Sarg – Squid Report Generator

Sarg – Squid Analysis Report Generator is a tool that allow you to view “where” your users are going to on the Internet.

Webmin – A web-based system configuration tool for Unix-like systems

Webmin is a web-based interface for system administration for Unix. Using any modern web browser, you can setup user accounts, Apache, DNS, file sharing and much more. Webmin removes the need to manually edit Unix configuration files like /etc/passwd, and lets you manage a system from the console or remotely The following modules are included as [...]

How to Install Oracle Database XE on Debian Sarge

Oracle Database 10g Express Edition (Oracle Database XE) is an entry-level, small-footprint database based on the Oracle Database 10gRelease 2 code base that’s free to develop, deploy, and distribute; fast to download; and simple to administer. Oracle Database XE is a great starter database for: Developers working on PHP, Java, .NET, XML, and Open Source [...]

How to Disable the Apache PHP Module

If you already had Apache2 installed with PHP4 as a module, you must disable that module now because suPHP uses the CGI version of PHP to work (if you don’t know if you have PHP4 installed as module, you can also run this command – it doesn’t hurt): a2dismod php4 Do the same for PHP5 [...]

How to Disable the Apache PHP Module

If you already had Apache2 installed with PHP4 as a module, you must disable that module now because suPHP uses the CGI version of PHP to work (if you don’t know if you have PHP4 installed as module, you can also run this command – it doesn’t hurt): a2dismod php4 Do the same for PHP5 [...]

How to Disable the Apache PHP Module

If you already had Apache2 installed with PHP4 as a module, you must disable that module now because suPHP uses the CGI version of PHP to work (if you don’t know if you have PHP4 installed as module, you can also run this command – it doesn’t hurt): a2dismod php4 Do the same for PHP5 [...]

Database Replication in MySQL – Step by Step Guide

Replication enables data from one MySQL database server (called the master) to be replicated to one or more MySQL database servers (slaves). Replication is asynchronous – your replication slaves do not need to be connected permanently to receive updates from the master, which means that updates can occur over long-distance connections and even temporary solutions [...]