1.compile cronolog () and install it on /usr/local/sbin 2. backup orig /usr/local/apache-tomcat-5.5.20/bin/catalina.sh on /root 3. edit lines on catalina.sh from org.apache.catalina.startup.Bootstrap “$@” start...
This is a continuation procedure for AWStats installation. PROCEDURES: GeoIP Information will show country information in AWStats. 1. Download the current GeoLite Country from the internet 1. #wget 2. Create GeoIP...
Here are the steps in installing and configuring AWstats in Tomcat Web Server STEPS: 1. Download awstats.war from the internet 2. Since Tomcat disabled by default the CGI executions, we need to enable it by renaming...
Here are the steps in installing AWstats on Apache Web Server as your web log analyzer and statistics: STEPS: Assuming VirtualHost setting is already added on the httpd.conf, and the log is customized already for a combined...
Freeradius and MySQL Software Requirements: Any Linux distro, kernel 2.4xx-later(tested in CentOS,Fedora Core,RH) MySQL Server 4.xx-5.xx GCC compiler vi editor 1. Get the latest freeradius source code tarball from...
Quick tip in backing up and restore your MySQL database: Backing up and Restoring MySQL database Backing up database: Syntax: mysqldump -u [username] -p [password] [databasename] > [backupfile.sql] o [username] -database...
There are lots of operating system virtualization, you have the option to use an open source or a proprietary software depending on your needs,familiarization and most significantly, budget. People have several reasons why they...
* Setting up ftp via vsftpd in linux The VSFTPD (Very Secure FTP Server Deamon) is one of the most commonly used FTP servers under Linux and comes with most Linux distributions. This article will help you install and configure...
Setting up mysql password is one of the essential task in systems administration Note: Linux/Unix login root account for your operating system and MySQL root are different You can use the built-in “mysqladmin” command to...
Finding CPU utilization is one of the important tasks in systems administration. There are built-in and 3rd party tools that you can use to perform this task. 1. top – displays Linux tasks this is the most common command used...