Adi Sunardy, RHCT on March 10th, 2009

 
Introduction
In the past few years, a number of serious flaws in Windows have been exposed, including MS03-026 [ref 1], the flaw that Blaster [ref 2] used to spread in 2003, right up to the recent Mocbot/Wargbot worm [ref 3] which exploited MS06-040 [ref 4] from August 2006. The number of distinct pieces of malware [...]

Continue reading about Using Nepenthes Honeypots to Detect Common Malware

Adi Sunardy, RHCT on March 2nd, 2009

Hey There,
I’m off to start a new work assignment today (after sleeping in late for a week), so, as you’re reading this I may be trying not to fall asleep on the train or wishing I had slept more and/or was dead In any event, this week, I thought we’d start getting back [...]

Continue reading about Simple Cumulative Math Using Awk On Unix or Linux

Adi Sunardy, RHCT on January 16th, 2009

Requirements
RedHat Linux (should apply to 7.x and up)
This tutorial covers changing your hostname in RedHat Linux without having to do a reboot for the changes to take effect. I’ve tested this on RedHat 7.3, 9, Fedora Core [...]

Continue reading about Change your Hostname without Rebooting in RedHat Linux

Adi Sunardy, RHCT on January 5th, 2009

General Information
This guide will let you know how to manage FreeBSD accounts using pw, a critical application which can manipulate a lot of things that have to do with the /etc/passwd file and /etc/groups file.  It can also set certain things like how long the account can be active, until what date it is active and [...]

Continue reading about Managing Users/Groups With pw on *BSD

Adi Sunardy, RHCT on December 31st, 2008

If you just wanted to change your own password or other user passwords use passwd command.
I was asked to setup a PHP based interface to change the password. Since my knowledge of php is limited. Here is what I did:
Required tools/setup:
You must have following tools/software installed
=> Shell script to change password
=> Sudo access
=> Apache [...]

Continue reading about Change Linux or UNIX system password using PHP script