Wednesday, December 22, 2010

Answer me first before log a call

While waiting for the explorer data. I would like to understand:
1) When you first discover the amber light is on?
2) Is there any software installation/maintenance been performed recently?
3) Is there any hardware installation/maintenance been performed recently?
4) Is there any recent power failure?
5) What action you have tried to troubleshoot?
6) Do you notice any other abnormal situation (e.g. daemon down, network not working, etc)? Or the server still running as usual?

Thank you.

Sunday, December 19, 2010

Linux - Enable root passwd

from : http://www.ubuntugeek.com/enable-and-disable-ubuntu-root-password.html


If you want to enable root account (which is not recommended) enter the following command.

$sudo passwd root

This will prompt for a new root password and once you confirm it, you can start using the root account to login.

If you want to disable root account in ubuntu you need to lock the root account by using the following command

$sudo passwd -l root

If you want to work on a root console you’d better use the following command

$sudo -i

Friday, December 17, 2010

Picasa login failed - Network

http://www.google.com/support/forum/p/Picasa/thread?tid=6eb9c7d06d5aa10c&hl=en

Wednesday, December 15, 2010

Monday, December 6, 2010

Fedora 13 - Install printer Canon LBP3050

How to install printer Canon LBP3050 in Fedora 13
------------------------------------------------------

1. Download driver from http://support-my.canon-asia.com/contents/MY/EN/0900772407.html

2. root# gunzip CAPT_Printer_Driver_for_Linux_V200_uk_EN.tar.gz

3. root# tar -xvf CAPT_Printer_Driver_for_Linux_V200_uk_EN.tar

4. root# cd CAPT_Printer_Driver_for_Linux_V200_uk_EN/Driver/RPM

5. root# rpm -i cndrvcups-common-2.00-2.i386.rpm

6. root# rpm -i cndrvcups-capt-2.00-2.i386.rpm

7. root# vi /etc/ccpd.conf


DevicePath /dev/usb/lp0


8. root# /etc/init.d/cups restart

9. root# lpadmin -p LBP3050 -m CNCUPSLBP3050CAPTK.ppd -v ccp:/var/ccpd/fifo0 -E

10. root# ccpdadmin -p LBP3050 -o /dev/usb/lp0

11. root# /etc/init.d/ccpd start

12. Done & try print any document