- Jan 03 Tue 2023 14:12
-
Ubiquiti UniFi - USB setup
- Feb 21 Mon 2022 07:03
-
Arduino IDE in MacOS
Notes for Arduino IDE on MacOS(Catalina):
1. Getting message while uploading wifiscan to ESP32 board:
open /Users/YOUR_NAME/Documents/Arduino/hardware: operation not permitted
1. Getting message while uploading wifiscan to ESP32 board:
open /Users/YOUR_NAME/Documents/Arduino/hardware: operation not permitted
- May 29 Sat 2021 08:52
-
Windows boot records
- Sep 30 Mon 2019 15:53
-
Add a Notepad option to right-click menu
1. Use the Start menu’s Run option to launch Regedit.
2. Navigate to "HKEY_CLASSES_ROOT\*\shell". If it doesn't already exist, then create it.
3. Under the "Shell" key, create a new key called "Open" and change value of the string "(Default)" to "Open with Notepad" (without the quotation marks).
4. Create another key under the "Notepad" key called "Command."
5. You'll see a string value named Default when you highlight the "Command" key. Double-click Default and enter "notepad.exe %1". Click OK.
- Aug 29 Thu 2019 04:31
-
How to extract files from Intel AHCI driver (SetupRST.exe)
- Oct 25 Thu 2018 09:06
-
製作UEFI bootable USB stick.
Note: FAT32 format support up to 32GB, if USB memory over 32GB refer to following DISKPART command to set the size of partition.
create partition primary size=32000
1. Extract all data in ISO file into C:\ISO
2. Use Diskpart to create USB memory in GPT.
create partition primary size=32000
1. Extract all data in ISO file into C:\ISO
2. Use Diskpart to create USB memory in GPT.
- Sep 14 Fri 2018 08:55
-
Outlook 2013/2016 聯絡人自動補齊功能.

換新電腦時, 移植聯絡人自動補齊功能從舊電腦. 此功能目前在Outlook 2013/2016成功.
1. Disable "hide system file" feature.
2. Browse to below location in old PC.
- Nov 22 Wed 2017 18:51
-
Sony XPERIA X 筆記.
- May 27 Wed 2015 13:59
-
HTC One(M7) 手機資料備份還原.
使用 Google 雲端硬碟或 Dropbox 儲存空間保存內容及設定. 可備份及還原的內容:
個人化設定-- HTC BlinkFeed 的摘要來源, 小工具, 桌布, 主畫面配置和鈴聲.
帳號及密碼-- HTC 備份可儲存許多常用的電子郵件和社交網路帳號的登入憑證, 例如 Exchange ActiveSync, Outlook.com 和 POP/IMAP.
應用程式及設定-- 包括 HTC One 內儲存的聯絡人, 簡訊, 通話記錄, 我的最愛, 個人字典, Wi-Fi 網路, 安裝的免費應用程式, 應用程式畫面的排列方式和排序方式, 還有其他設定等.
個人化設定-- HTC BlinkFeed 的摘要來源, 小工具, 桌布, 主畫面配置和鈴聲.
帳號及密碼-- HTC 備份可儲存許多常用的電子郵件和社交網路帳號的登入憑證, 例如 Exchange ActiveSync, Outlook.com 和 POP/IMAP.
應用程式及設定-- 包括 HTC One 內儲存的聯絡人, 簡訊, 通話記錄, 我的最愛, 個人字典, Wi-Fi 網路, 安裝的免費應用程式, 應用程式畫面的排列方式和排序方式, 還有其他設定等.
- May 24 Sun 2015 16:09
-
ESXi 進階應用
掛載實體硬碟
用SSH登入ESXi host,
1. cd /vmfs/volumes
2. ls -l, 寫下想把新的HDD掛載的datastore, 此處的例子為SATA1-2TB.
3. cd /dev/disks
4. ls -l, 找到NTFS硬碟並copy下來(開頭為t10.ATA, 結尾通常為該硬碟的序號. copy沒有冒號(:)的那一行.
5. 打入下列指令掛載NTFS硬碟
用SSH登入ESXi host,
1. cd /vmfs/volumes
2. ls -l, 寫下想把新的HDD掛載的datastore, 此處的例子為SATA1-2TB.
3. cd /dev/disks
4. ls -l, 找到NTFS硬碟並copy下來(開頭為t10.ATA, 結尾通常為該硬碟的序號. copy沒有冒號(:)的那一行.
5. 打入下列指令掛載NTFS硬碟
- May 03 Sun 2015 11:18
-
KMPlayer Tips
KMPLAYER 聲音有雜訊: F2, Filter Control, Splitter. AAC -> Gabest's AAC Splitter, FLV -> Gabest FLV Splitter.
KMPLAYER 影音不同步: Right Click, Video(Advanced) -> Preset: Quality (3GHz).
KMPLAYER 影音不同步: Right Click, Video(Advanced) -> Preset: Quality (3GHz).
- Jan 16 Thu 2014 16:27
-
VMware ESXi 5.1u1 安裝與設定.
2015/01/01:
目前 ESXi 版本為 5.1.0 Build 1065491, VMware Unlocker for OS X 版本為 1.2.0
測試成功之guest OS 有: Windows 7 x64 SP1, Windows XP Pro SP3, Windows 2000 server SP4
Ubuntu server 12.04, OSX 10.6, 10.7, 10.8, 10.9
準備工作:
目前 ESXi 版本為 5.1.0 Build 1065491, VMware Unlocker for OS X 版本為 1.2.0
測試成功之guest OS 有: Windows 7 x64 SP1, Windows XP Pro SP3, Windows 2000 server SP4
Ubuntu server 12.04, OSX 10.6, 10.7, 10.8, 10.9
準備工作: