Help combat phising
People receiving scam emails are urged to forward them on to email@actionfraud.org.uk.
Reference: http://www.actionfraud.org.uk/help-disrupt-fraudsters-by-reporting-scam-emails-feb11
Cisco ACS 5.2 works in VirtualBox
My how to get ACS 5.1 running in VirtualBox is one of my more popular posts; recently I was asked if 5.2 would work, the answer is yes!
I've posted an updated ks.cfg ... if you compare it to the old one the only real difference is ...
Lowing VirtualBox priorities
One of the things I'd really like is process priorities for virtual box. In the forum I posted a couple of shell commands that I regularly type... which gets a bit tedious, following a recent article on lifehacker reviewing mac text expanding I've been prompted to automate a ...
Bookmarks: Clustered Filesystems for CentOS
Excellent resources....
Clustered Filesystem with DRBD and GFS2 on CentOS 5.4
...a short walk-through of how to set up a filesystem, which replicates across two web nodes, and allows concurrent access from both nodes. This scenario is particularly useful, when you intend to load-balance or automatically fail-over two web ...
CentOS/Redhat IPSEC and EC2
So it turns out my 5 minute vpn doesn't work in EC2 because the ESP/AH protocols (50 and 51) are blocked on the AWS network.
This is no big deal tho, as NAT-T allows one to tunnel IPSEC over UDP... however getting it to work on CentOS required ...
RedHat Cluster - How to Disable Fencing
I've spent far too long googling how to disable fencing.... I can only guess that because you shouldn't really disable fencing no-one wants to post a how to... so for the hard of hearing.
Do NOT disable fencing on your RedHat Cluster unless you really know what you ...
GRE example for CentOS/RHEL
I'm not sure why GRE isn't in RedHat's Documentation, but setting up a GRE tunnel between two RedHat boxes is quite straight forward...
On Host1 (192.168.56.101)...
#!/bin/bash [root@CentOS1 ~]# cat /etc/sysconfig/network-scripts/ifcfg-tun0 DEVICE=tun0 BOOTPROTO=none ONBOOT=no TYPE=GRE PEER_OUTER_IPADDR ...5 Minute CentOS/RHEL VPN
I'm looking at running two servers on EC2; as we all know the most important thing about running services in the cloud is encryption!
Whilst googling on how to setup a host-to-host IPSEC VPN I was surprised at how easy it is...
On Host1 (192.168.56.101)...
#!/bin ...Slammed by SPAM



