20 Aug, 2008  |  Posted by Danesh  |  in HowTo, Linux, Software

Here a quick walk through on how to install and perform a file system scan with ClamAV. I’ll be installing and scanning on a RedHat 7.3 machine.

First download the required files listed below. For other distributions you should refer to the download page to get the suitable packages. I saved the files to /opt/clamav/

1. clamav (Scanning tools)

2. clamav-db (Virus database)

3. main.cvd (Virus database update file)

4. daily.cvd (Virus database update file)

Let’s start installing the packages.

[root@pinky:~]# rpm -ivh clamav-db-0.93.3-1.rh7.rf.i386.rpm

[root@pinky:~]# rpm -ivh clamav-0.93.3-1.rh7.rf.i386.rpm

[root@pinky:~]# cp main.cvd /var/clamav/

[root@pinky:~]# cp daily.cvd /var/clamav/

That concludes the install process. Now lets scan.

Continue Reading ->

5 May, 2008  |  Posted by Danesh  |  in HowTo, Linux

rpm -qa --last will return all installed rpm packages with their installed time. The last installed packages will be at the top of the list.

rpm -qa --last | less is will return all installed packages with their install date. Less allows you to scroll through the results.

rpm -qa --last | tail -n [lines] will return the last 5 packages. Replace [line] with any number you want, in my case 5 for file lines.

[root@bambee root]# rpm -qa –last | tail -n 5
termcap-11.0.1-17.1 Tue 09 May 2006 03:02:53 PM MYT
setup-2.5.27-1 Tue 09 May 2006 03:02:52 PM MYT
filesystem-2.2.1-3 Tue 09 May 2006 03:02:52 PM MYT
basesystem-8.0-2 Tue 09 May 2006 03:02:52 PM MYT
redhat-logos-1.1.14.3-1 Tue 09 May 2006 03:02:51 PM MYT

rpm -qa --last | grep [package name] will return the install date for a specific RPM package. In my case the apache web server [httpd]

[root@jumbo root]# rpm -qa –last | grep httpd
redhat-config-httpd-1.1.0-4.30.2 Sat 29 Mar 2008 09:03:40 PM MYT
httpd-2.0.46-70.ent Sat 29 Mar 2008 08:58:19 PM MYT

25 Jan, 2008  |  Posted by Danesh  |  in Linux, Malaysia, Open Source

RedHat is coming to town with Intel to roll out a new seminar next week, The Redhat Choice Seminar.
What’s will be covered,

1. Why FOSS?

2. Entreprise on Intel

3. Integrated Virtualization

When and where,

Date: 29th January 2008

Venue: Sheraton Imperial Hotel,
Jalan Sultan Ismail
Kuala Lumpur 50250
Malaysia

Time: 1.30pm - 5.00 pm

If you are interested to attend the seminar then . I’m going.

Source:

8 Jan, 2008  |  Posted by Danesh  |  in Linux

Don’t have access to RedHat certified training centers or just fancy studying with the comforts of your own home? Which ever your choice maybe, RedHat has the answer for you.

Readhat’s latest offering, Virtual Training is live, instructor led and best of all online. The courses are conducted by RedHat certified instructors and feature the same content you would receive in the standard classroom sessions. The virtual classes will be thought in 4 hours incremental sessions which should provide your brain sufficient time to rest and wonder.

Currently the cources provided are;

courses planned for the future;

  • RH253VT Red Hat Linux Networking and Security Administration
  • RH301VT RHCE Rapid Track Course

Something I thought you might find interesting. There are currently 27,500 RedHat Certified Engineers (RHCE),  18,500 RedHat Certified Technicians  (RHCT) and  46,000 RedHat Certified  Professionals  around the globe.  Nothing when compared to Microsoft’s certified engineers but it does help keep the Linux engineer’s salary high. ;)
RedHat Virtual Training FAQ

Source: Redhat Virtual Training