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

隨身碟修復方法

| 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

February 2012

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      

Archives

Powered by Movable Type 4.34-en

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.