check
How to Install Zenoss 2.0 core on CentOS
Log-in as root and run the following commands. yum -y install mysql mysql-server net-snmp net-snmp-utils Running Transaction Test Finished Transaction Test Transaction Test Succeeded Running Transaction Installing: perl-DBI ######################### [1/8] Installing: mysql ######################### [2/8] Installing: net-snmp-libs ######################### [3/8] Installing: perl-DBD-MySQL ######################### [4/8] Installing: lm_sensors ######################### [5/8] Installing: net-snmp ######################### [6/8] Installing: net-snmp-utils ######################### [7/8] Installing: [...]
How to install Zenoss 1.1.2 on Centos 5.0
This is a how to on installing Zenoss 1.2 on a new Centos 5.0 installation. Here is a updated guide for Zenoss 2.0. This guide assumes a new Centos 5 install with the default “server” software selection, no gui, and has SElinux disabled, if it is not disabled run setenforce 0 as root before starting. [...]
How To install Sablotron with PHP
You need to first install expat, followed by Sablotron. Then you need to reinstall PHP. This is the method we used :- Get source for expat http://sourceforge.net/projects/expat/ (check for latest) wget http://telia.dl.sourceforge.net/sourceforge/expat/expat-1.95.5.tar.gz tar -pxzf expat-1.95.5.tar.gz cd expat-1.95.5 ./configure make make install cd .. rm �r expat-1.95.2* *Make sure that /etc/ld.so.conf contains /usr/local/lib then run ldconfig [...]
Performing Backups XAMPP
So, your XAMPP installation has been up and running for a couple of weeks and you’ve amassed quite a sizeable set of data that you don’t want to be at risk from a hard drive crash. What do you do about backups? This is quite simple with XAMPP. Change your current working directory to /opt/lampp [...]
How To Install PHP
Generally, the installation process of Apache with PHP is very similar to the process of installing Apache without PHP, as described in the previous article. The only difference is the use of two additional modules: mod_php and mod_security. As in the previous article, we will start by creating an account and group called “apache”. Then [...]
How to Disable mod_security in .htaccess file
1. If you do not have one yet, an .htaccess file in the folder of your web application 2. To disable mod_security COMPLETELY, add the following line to the .htaccess file: SecFilterEngine Off OR, to disable HTTP POST scanning only, use the following instead: SecFilterScanPOST Off 3. Save the file and test your web application [...]
Secure your Apache2 with mod-security
Installation: In order to install mod-security with apache2, you need libapache2-mod-security: $sudo apt-get install libapache2-mod-security and then enable mod-security and reload apache2 $sudo a2enmod mod-security $sudo /etc/init.d/apache2 force-reload Once this is done, you will be able to filter GET, POST urls …. and apply different rules depending on what the page/variables/url contain Configuration: Apache running [...]
How to configure Internet E-mail accounts Microsoft Office Outlook 2003 and earlier versions of Outlook
1. Start Outlook. 2. On the Tools menu, click to select E-mail Accounts. 3. In the E-mail Accounts dialog box, click to select the Add a new E-mail Account option, and then click Next. 4. In the Server Type dialog box, click POP3, and then click Next 5. In the E-mail Accounts dialog box, enter [...]
How to configure Internet E-mail accounts in Outlook 2007
1. Start Outlook. 2. On the Tools menu, click Account Settings. 3. On the E-mail tab, click New. 4. In the Add New E-mail Account dialog box, click Microsoft Exchange, POP3, IMAP, or HTTP, and then click Next. 5. Configure the new e-mail account. You can configure the new e-mail account automatically or manually. • [...]
Trixbox 2.0 (Asterisk) step by step install guide
Download Trixbox 2.0 ISO image burnt to CD http://www.trixbox.org/downloads Hardware preparation: * Unplug the power cord from the PC. * Install all hardware, including x100p cards. * Plug an RJ11<>RJ11 cable from one x100p card into line 1 of your connected & working VFX ATA (could be a provisioned PAP2 or a WAG54GP2 or an [...]
How to Install OsTicket – An Open Source Support Ticket System
Installation Process osTicket comes with it’s own web-based installer to help guide you through the installation process without the frustration. While the installer provides step by step guide during the installation process it is important and helpful to have general knowledge about Web servers, PHP and MySQL. Prerequisites To install osTicket, your web server must [...]
