Clamav clash with Selinux, how enable it? (Centos 5)

Thursday, 25 December 2008, 21:41 | Category : Uncategorized
Tags :

I found my Clamav has clashed / crashed with Selinux policy in my Centos 5 machine. Came across all the website i had tried so many ways to solve it but no luck.
Error Message:
type=AVC msg=audit(1230255690.397:8175): avc: denied { search } for pid=30789 comm=”clamd” name=”kernel” dev=proc ino=4026531880 scontext=system_u:system_r:clamd_t:s0 tcontext=system_u:object_r:sysctl_kernel_t:s0 tclass=dirtype=SYSCALL msg=audit(1230255690.397:8175): arch=c000003e syscall=2 [...]

Install ModSecurity for Redhat/Centos

Tuesday, 23 December 2008, 22:15 | Category : Uncategorized
Tags :

Howto: Install Mod_Security & Mod_Evasive
ModSecurity is a free open source web application firewall which can help you to guard against LFI (local file inclusion attacks) and SQL injection vulnerabilities. ModEvasive offers protection against DOS (denial of service attacks)
For Redhat/Centos with Cpanel
Just go to Cpanel WHM > Plugins > Enable Mod_Security > Save
That should install mod [...]

How to install PHP 5.x on Windows Server 2003 with IIS 6

Monday, 22 December 2008, 21:16 | Category : Uncategorized
Tags :

0. Notes before we start
0.1 This guide does not cover the initial setup of IIS, or general configuration of Windows Server 2003.
It is assumed that you have already successfully installed and configured Windows Server 2003 and setup IIS 6.
0.2 This guide is divided into 5 main steps:
[...]

Shoot The Other Node In The Head (STONITH)

Saturday, 20 December 2008, 11:43 | Category : Heartbeat Deployment
Tags :

STONITH is a technique for NodeFencing, where the errant node which might have run amok with cluster resources is simply shot in the head. Normally, when an HA system declares a node as dead, it is merely speculating that it is dead. STONITH takes that speculation and makes it reality. “Make it so, Number One”. [...]

Ubuntu recovery / forgot root password

Saturday, 20 December 2008, 11:08 | Category : Ubuntu Server Edition Research
Tags :

Ubuntu Root Password Recovery Easy way
Boot Ubuntu from single more, from grub menu choose (recovery mode)
Once the system has booted, you can change the root password using the password command:
Code:

passwd

If you had unable recovery mode boot menu because of security reason, there is another option. Boot Ubuntu CD. After booting up from the Ubuntu [...]