By admin, on May 23rd, 2009
During my beginning years of System Administration, I was pretty much confused by the terms ‘primary nameserver’, ‘secondary nameserver’, ‘master/slave nameserver’ etc. Different websites have different views on these terms. I am sure many system admins (even experienced ones) have got their ideas wrong about these terms.
My confusion ended the day I stumbled . . . → Read More: DNS Terms you need to know
By admin, on May 23rd, 2009
chkrootkit (Check Rootkit) is a common Unix based program intented to help system administrators check their system for known rootkits. It is basically a shell script using common UNIX/Linux tools like strings and grep commands to check core system programs for signatures. If you doubt that your server has been hacked, chkrootkit is what . . . → Read More: Chkrootkit Installation Guide
By admin, on May 23rd, 2009
This tutorial describes how to close an Open DNS server. An Open DNS server allows anyone to use that server as a DNS lookup server. This is a potential threat and such access must either be blocked, or restricted to a few trusted IPs. This is how it is done.
1. Make a list . . . → Read More: How to close Open DNS
By admin, on May 23rd, 2009
This article describes how to install ionCube loader extension in PHP. ionCube provides tools for PHP source code protection. Usually, a PHP file is in plain-text format. Which means anyone who has access to the actual PHP file can use a text editor (like vim) to view the source code.
If a skilled hacker/programmer . . . → Read More: Ioncube Installation Guide
By admin, on May 23rd, 2009
Telnet is a xinetd managed service which listens on port 23. You can login to your account on the server by using a telnet client. However, unlike ssh, telnet initiates a normal connection. i.e., the telnet data packets is in plain-text format, and can be captured easily by network monitoring applications. If you are . . . → Read More: How to disable Telnet
By admin, on May 23rd, 2009
Do you wish to be notified by email whenever someone login to the server as root? The tip that you read below is useful if more than one admins know the server root password, and you want to know when and where they access the server from.
To make this possible, just edit the . . . → Read More: Email alert on root login
Recent Comments