Wednesday, September 18, 2013

Attempt to start xvnc failed - Tigervnc

Tigervnc

# service vncserver start

WARNING: The first attempt to start Xvnc failed, possibly because the fontcatalog is not properly configured.  Attempting to determine an appropriate font path for this system and restart Xvnc using that font path ...Could not start Xvnc.



# yum install libXfont
#yum install pixman-devel

This may solve your problem.

Wednesday, December 12, 2012

CentOS 6 Auto Login

#/etc/gdm/custom.conf
 
 
[daemon] 
AutomaticLoginEnable=true
AutomaticLogin={give your username
Then restart

Refered Link http://www.behindtherack.com/?p=416

Friday, November 30, 2012

Get Information About Your BIOS without reboot or opening chassis

# dmidecode --type  9 (Change number as per your requirement)

Use above command to get all details.

Full details pls follow this link

DMIDECODE