• Increase font size
  • Default font size
  • Decrease font size

What is linux

How to Install and Configure Cacti Network Graphing Tool on RedHat / CentOS

 C

acti is a network graphing tool similar to MRTG. How do I install and configure common options to collect SNMP data and various other data (such as system load, network link status, hard disk space, logged in users etc) into an RRD?

From the official project site:

Cacti is a complete frontend to RRDTool, it stores all of the necessary information to create graphs and populate them with data in a MySQL database. The frontend is completely PHP driven. Along with being able to maintain...

 

how to: iptables configuration and examples for Linux

 iptables configuration and examples for Linux target     prot opt source               destination         ACCEPT     all  --  anywhere             anywhere            DROP       all  --  60.191.43.39         anywhere            DROP       all  --  219.139.58.234       anywhere            ACCEPT     udp  --  anywhere             anywhere            udp spt:domain ACCEPT     tcp  --  anywhere            ...

 

How to Install NMIM on a Windows Machine

 For assistance with the installation and installation instructions, please contact us at This e-mail address is being protected from spambots. You need JavaScript enabled to view it . Minimum System Requirements If you are installing NMIM on a stand-alone PC, you'll need Windows 2000, NT, XP or later, at least 5 gigabytes of free hard drive space, and at least 256 megabytes of RAM.  NMIM has not been tested on Vista.  We expect that NMIM will run on 32-bit Vista, but not 64-bit Vista.  The portion of the NMIM system that causes this failure is MySQL. top of...

 

How To Monitor your servers with SNMP and Cacti

 SNMP (Simple Network Management Protocol) is a protocol for managing networks. Each managed entity in the network will run an snmp server (snmpd) which is going to collect datas from the server such as networking, load, cpu ...

Cacti on the other hand is a frontend to the RRDTool with SNMP support. It collects and keep data in a MySQL database and display them through a PHP web frontend.

This tutorial will show how to configure the network manager to use Cacti and how to set up snmp...

 

How to install Cacti, a network graphing solution

 omewheres on the Accelerator form it was mentioned that a good system/resource monitoring program was Cacti. It is a php based system so it appears easy to install. On my M Accelerator the only dependency missing was RRDTool, the following is how to install it. Unfortunately, I've yet to master the usage so hopefully someone else can work on that section. All documentation based on the Cacti install steps.

What is Cacti? Cacti is a complete network graphing solution...

 

How to Install the MySQL Database Server on Your Windows PC

      1、 If you havn't done so already, download the free MySQL Server Community Edition -- you can download the software from the MySQL website. Be sure to download the Windows (x86) version (way at the bottom of the page), which includes a Windows Installer. Save the file on your Windows Desktop. It's time to install SQL Server. The installation file comes as a .zip file. Double click the file. Your unzipping software should open the file and show you a list of files inside the...

 

How to Install phpMyAdmin on Your Windows PC

         1、If you haven't done so already, download the phpMyAdmin Database Manager - You can download the software from the phpMyAdmin website. Be sure to download the phpMyAdmin-x.y.z.zip file. Save the file on your Windows Desktop.   2 Double click the phpMyAdmin Zip file you have saved on your desktop. Extract all the files in the archive into the directory "C:\Server\Apache2\htdocs\phpmyadmin" (which is the default DocumentRoot of Apache). The folder "phpmyadmin"...

 

How to Use MySQL Foreign Keys for Quicker Database Development

 MySQL is a fantastic open source database used by the many thousands of web applications. The default MyISAM table system is one of the simplest and fastest around, but it does not support foreign keys (although it is planned for version 6).



Fortunately, the lesser-used InnoDB table type does support foreign keys: this article will show how they could reduce your coding effort and increase data integrity.What are Foreign Keys?

A foreign key establishes a relationship, or constraint...

 

How to Install Apache Web Server on Windows

Starting web development is easy: you create a file called something.html, edit it in Notepad, and load it in a browser. Simple sites can be built using this process but, to really explore the possibilities, you need a web server.

 

What is a Web Server?

 

(Skip to the next section if necessary…)

 

A web server is software that listens for requests and returns data (usually a file). When you type “www.mysite.com”, the request is forwarded to a machine running web...

 

How to install LimeWire on Fedora, Mandirva, Suse (RPM)

 0. become root
1. Get the latest java from http://www.java.com and install it. 
2. Download the latest LimeWire RPM from http://www9.limewire.com/beta/LimeWireLinux.rpm and save it in your home folder
3. Open a terminal and type the following commands:

Code:
rpm -Uvh --nodeps ~/LimeWireLinux.rpm

That's it! If you have Fedora or Mandrake you should see an entry in the start menu. If you don't, to r

 
More Articles...