Who's Online

18 visitors online now
11 guests, 7 bots
Powered by Visitor Maps

We Recommend:

Debian GNU/Linux

CENTOS Linux
The next version of Ubuntu is coming soon

Skype on Fedora 10 + Getting rid of pulseaudio problem

Salam,

I tried installing skype on Fedora 10, today, and ran into small problems. So I decided to share with you the solutions.

My desktop is Fedora 10 64 bit.

I downloaded skype from http://www.skype.com/go/getskype-linux-fc7 , (FC7 is the latest available on this site, the saved file will have fc5 in the file name, so . . . → Read More: Skype on Fedora 10 + Getting rid of pulseaudio problem

RHCE/RHCT Exam Changes

The info link: http://www.redhat.com/certification/faq/

RHCE/RHCT Exam Changes Frequently Asked Questions (FAQ) Reinforcing its commitment to provide IT professionals with the best training and performance-based assessments in the industry, Red Hat has improved the format and delivery mechanisms of the Red Hat Certified Engineer (RHCE) and Red Hat Certified Technician (RHCT) exams . The changes . . . → Read More: RHCE/RHCT Exam Changes

Some quick tips for CPU identification

How to tell if your processor is 64 bit?

To see if your processor is 64 bit, you can run the following command:

grep ‘ lm ‘ /proc/cpuinfo

If nothing is printed, it means that your CPU is not 64 bit. lm stands for Long Mode, so 64 bit CPU.

. . . → Read More: Some quick tips for CPU identification

World’s first 3D “Open movie”

This is the news from Vimeo website:

The story of two strange characters exploring a capricious and seemingly infinite machine. The elder, Proog, acts as a tour-guide and protector, happily showing off the sights and dangers of the machine to his initially curious but increasingly skeptical protege Emo. As their journey unfolds we discover signs . . . → Read More: World’s first 3D “Open movie”

SquirrelMail replaces Microsoft Outlook in the office of the Indian Prime Minister

I have found the following interesting news from SquirrelMail.org’s website (http://www.squirrelmail.org/index.php) . It is enough to open eyes and minds of the government of under-developed countries (as ours), and a signal to act accordingly.

Here is the text directly from that site, from their News section.

NEWS: SquirrelMail replaces Microsoft Outlook in the office of . . . → Read More: SquirrelMail replaces Microsoft Outlook in the office of the Indian Prime Minister

Script to generate the Disk alert using SNMP

This script will collect  the value of remote server mounted disks using snmp OIDs and if the disk usage is above 85% it #will generate the e-mail for “critical” users or if load is less then 85 % more then 70% it will generate e-mail for average #user.

. . . → Read More: Script to generate the Disk alert using SNMP

Script to genrate the system high load alert

#!/bin/bash #Date 18th-APR-2009 #Asim Abbas #E-mail:asimabbas31@gmail.com #ServerName=Dummy.com

. . . → Read More: Script to genrate the system high load alert