05.22.08 - 02:51am
If you’ve been using SSH for long you’ve probably seen this at least once: Address 11.22.33.44 maps to www.foobar.com, but this does not map back to the address - POSSIBLE BREAK-IN ATTEMPT!
Sometimes this is helpful. Sometimes this is really annoying and incorrect. Assuming you are a moderately well informed sysadmin and know that this message […]
Category: networking, security, Linux | Tags: | 1 Comment »
05.15.08 - 09:54pm
The details of the various mount options for the ext3 filesystem are fairly well documented, but as with many things in the Unix world, knowledge is far easier to come by than wisdom. That’s a pithy way of saying that I had to do some digging to find recommendations, as opposed to explanations. So here […]
Category: databases, servers, Linux | Tags: | Be the First to Comment »
04.14.08 - 07:16pm
In my CentOS 5.1 Minimal VPS Install Guide I describe how to install a very lean set of OS packages when starting from scratch. But what if the VPS is preinstalled for you by a hosting provider? There will be things preinstalled that you don’t need, which will slow down backups and updates, and waste […]
Category: CentOS, servers, Linux | Tags: | Be the First to Comment »
04.14.08 - 12:18am
Sphinx search is pretty new, and as a result I was unable to find a nice convenient package for it for CentOS 5.1. This is problematic since there is no init script included with the source tarball, and the issue of updating the index is the sysadmin and developer’s problem, and cannot be configured to […]
Category: CentOS, MySQL, postgresql, sql, servers, databases, Linux | Tags: | Be the First to Comment »
03.29.08 - 12:36pm
SELinux is a recently added security system that’s installed by default with CentOS 5.1 (and Red Hat Enterprise Linux 5, and others). Since it’s newer than the classic “Discretionary Access Control” Unix security model, it’s not nearly as well documented, and unfamiliar to many. I had never even heard of it until this week.
After a […]
Category: SELinux, MySQL, CentOS, databases, servers, Linux | Tags: | Be the First to Comment »