Posts

Start/Stop Windows Printing service & Clean Printing spool in CLI

To restart printing server & clean printing spool manually. net stop spooler del %SystemRoot%\system32\spool\PRINTERS\*.* net start spooler

We are the world

很經典且令人懷念的大合唱! 在 YouTube 上看到且有註明演唱者和歌詞, 真有心! http://www.youtube.com/watch?v=D1Ufv65L39s&NR=1

Office 2008 can't open after updated

Try following steps... Delete ~/Library/Preferences/Microsoft/Office 2008/Microsoft Office 2008 Settings.plist Edit ~/Applications/Microsoft Office 2008/Office/OfficePID.plist and remove any data between tag and Open an application (Word, Excel or Power Point whatever) Enter your name and license key you owned again Enjoy your office again!

Stop CS4 calling home

# sudo vi /etc/hosts Add following contents 127.0.0.1 adobe.activate.com 127.0.0.1 activate.adobe.com 127.0.0.1 practivate.adobe.com 127.0.0.1 ereg.adobe.com 127.0.0.1 activate.wip3.adobe.com 127.0.0.1 wip3.adobe.com 127.0.0.1 3dns-3.adobe.com 127.0.0.1 3dns-2.adobe.com 127.0.0.1 adobe-dns.adobe.com 127.0.0.1 adobe-dns-2.adobe.com 127.0.0.1 adobe-dns-3.adobe.com 127.0.0.1 ereg.wip3.adobe.com 127.0.0.1 activate-sea.adobe.com 127.0.0.1 wwis-dubc1-vip60.adobe.com 127.0.0.1 activate-sjc0.adobe.com Save & Exit # sudo dscacheutil -flushcache (10.5) or sudo lookupd –flushcache (10.4) Reopen CS4 application & enter key again

Remove Adobe license key from your mac

Try following steps Open a terminal # cd /Library/Application Support/Adobe/Adobe PCD/cache/cache.db delete cache.db Then, you'll have to enter new license key before you use Adobe applications.

Upgrade Your Debian to testing after System installed

Do following steps to upgrade your system when you first time login: Edit your /etc/apt/sources.lst Replace lenny with testing (besides violatile package) Save & exit # apt-get autoclean # apt-get clean # apt-get update # apt-get -t testing upgrade # apt-get -t testing dist-upgrade After that, you're in testing environment now.

Install Grub/Lilo in /dev/i2o/hda1 failed with Debian

OS Debian GNU/Linux 5 RAID Card Adaptec ASR2100S with Raid 5 Problem Installation failed message will show while installing Grub as boot loader. Solution Do not stop your installation!! And try following steps to install boot loader during installation: Enter another console with short cut: alt + Fn Press enter to enable console > chroot /target > aptitude update packages db install grub exit aptitude > /usr/sbin/grub-install /dev/i2o/hda > update-grub > exit continue to finish others steps with "continue without boot loader" option If its failed after above steps, that might be some steps wrong while you processing it. Don't worry! You will see Grub prompt after reboot, and try following steps: grub> root (hd0,0) grub> setup (hd0) grub> kernel /vmlinuz root=/dev/i2o/hda1 ro grub> initrd /initrd.img grub> boot Then, you will boot into your system now. Caution!! It's not the end! You have to do following steps again to fix your problem...