Archive for January, 2010

Auto update CentOS server with yum

Posted on January 31, 2010 with No Comments

Create file yum_update.sh

vi /etc/cron.daily/yum_update.sh

With following content

#!/bin/bash
 
/usr/bin/yum -y -R 120 -d 0 -e 0 update yum
/usr/bin/yum -y -R 10 -e 0 -d 0 update

-e 0 -d 0 are to only show critical errors.
-R adds random delay between command execution.

Make it executable

chmod 755 /etc/cron.daily/yum_update.sh

fipscheck conflicts with fipscheck-lib-1.2.0-1.el5.x86_64

Posted on January 30, 2010 with No Comments

When i run yum update i get error

[root@server12 ~]# yum update
.....
..... some text removed
.....
ERROR with rpm_check_debug vs depsolve:
fipscheck conflicts with fipscheck-lib-1.2.0-1.el5.x86_64
Complete!
(1, ['Please report this error in bugzilla'])
[root@server12 ~]#

This is caused by both 32 and 64 bit version installed.

[root@server12 ~]# rpm -qa fipscheck
fipscheck-1.0.3-1.el5
fipscheck-1.0.3-1.el5
[root@server12 ~]#

I got the error fixed by

yum remove fipscheck

This will also remove package “nss_ldap”.

Tags: , , ,

Category: Linux

Google Chrome Now Available for Linux

Posted on January 16, 2010 with No Comments

Today i installed Google Chrome on Ubuntu. It works great, now i have Opera, Firefox and Google Chrome on Ubuntu desktop. Great work Google for supporting Linux.

What Facebook Is For

Posted on January 15, 2010 with No Comments

Funny video explains use of facebook

Tags: , ,

Category: Web

PROFMediaPlayer

Posted on January 14, 2010 with 1 Comment

Found Open Source Flash player using adobe osmf at

http://blog.nicolasprof.com/profmediaplayer

Making FLV players with osmf is easy with video tutorial by R Blank

http://www.adobe.com/devnet/flash/articles/video_osmf.html

But making a UI is difficult task for many flash newbies. I was thinking that adobe should make a basic FLV player made available, so others can start from the player.

PROFMediaPlayer user interface is not much professional looking, still a good starting point, the player provide PSD skin, that can be modified.

XPGnome – Make Ubuntu look like Windows XP

Posted on January 7, 2010 with No Comments

XPGnome theme can make ubuntu look like Microsoft Windows XP.

Tags: ,

Category: ubuntu