February 2009 Archives

The new version VMware Server 2 had provided Web configuration UI by default. The setting of Guest OS auto start after VMware Server started is located at right side in Guest OS web page. Just move up the Guest OS you want to "any order".
VMwareServerConfig.JPG

隨身碟修復方法

| 2 Comments | No TrackBacks

來源:Video新視覺
20081114140639786.jpg方法就是取得廠商量產前測試程序,再將 USB隨身碟詳細資料抄下。
就命仙丹就是這支程式 ChipGeniusV2.64 ( 下載程式 )
晶片判定方法 : 請執行工具ChipGeniusV2.64,找出"Chip Vendor"及"Chip Part-Number"來推斷所使用工具.
20081114135127359.jpg下載到廠商量產程式 ( 量產工具程式 ) 設定 rebuild 執行 Auto-LLF USB 隨身碟,復活了

Googleical.JPG
If you are heavy Google Calendar user, must always export your events file to backup.
The below shell script is modified from Cpanel Auto Backup.

#!/bin/sh
myical="basic"
store_dir="/home/test/icalbackup" # The backup file directory path in local ex. /home/test/test1
file_keep_day=10 # the days that backup files will be kept (default: 10 day)
T=`date '+%m-%d-%Y'` # system date format MM-DD-YYYY
TS=`date '+%m-%d-%Y-%H%M%S'` # system date format MM-DD-YYYY-HhMinSS
#clean the files before $file_keep_day days
find $store_dir -name '*' -mtime +$file_keep_day | /usr/bin/xargs rm -f {}

#Google Calendar Backup -- add the time stamp in the tail of file
wget http://www.google.com/calendar/ical/yourname%40gmail.com/private-code/$myical.ics --no-check-certificate -O $store_dir/$myical-$TS.isc


Change yourname to Google Account name and private-code that you can see this code from your calendar setting.

登上雜誌封面

| No TrackBacks

March 2010

Sun Mon Tue Wed Thu Fri Sat
  1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31      

Archives

Powered by Movable Type 4.34-en

Recent Comments

  • panandy: 3Q read more
  • Anonymous: philipz大 沒有邀請碼,無法註冊,致無法下載工具 請問有何方法可以解決? 感恩 read more
  • philipz: harushard, It is your java code problem. Check it and read more
  • harushard: java.lang.NoClassDefFoundError: Could not initialize class examples.ExamplesMCRFactory could you explain why read more
  • philipz: IM已經是無解了,建議可以用Plurk Api試看看。 read more
  • ann: hi,請問以上問題解決了沒?可以分享一下嗎? read more
  • Anonymous: 邀請碼沒有~無法下載工具~~怎麼辦 read more
  • Melody: test read more
  • philipz: Ginger: 您好,請您在我的噗浪上留言即可一起討論。 read more
  • Ginger: 版大您好: 在看過您做的期貨即時訊息BOT後覺得很不錯,自己也有一些想法不知能否與您交流與協助呢? 若您覺得ok的話,可以email或是噗浪(ID: king0355)與我聯繫。感謝 : ) read more

About this Archive

This page is an archive of entries from February 2009 listed from newest to oldest.

January 2009 is the previous archive.

March 2009 is the next archive.

Find recent content on the main index or look in the archives to find all content.