Pages

Categories

Archives

Sponsored Ads

 

May 2009
M T W T F S S
    Jun »
 123
45678910
11121314151617
18192021222324
25262728293031

How to disable IPv6

Both Red Hat Enterprise Linux 4 and 5 enable Internet Protocol Version 6 (IPv6) by default. Some users do not find it worth using, if that’s the case with you then you can always disable the same.

How to disable: ====================== To disable IPv6 support in RHEL 4, remove the following line, if it . . . → Read More: How to disable IPv6

DNS Terms you need to know

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

Chkrootkit Installation Guide

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

How to close Open DNS

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

Ioncube Installation Guide

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

How to disable Telnet

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

Email alert on root login

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