sdelete64 -z c:
VBoxManage modifymedium disk "/Users/fellow/VirtualBox VMs/Win10/Win10.vdi" --compact
*.vdi 路徑可以在 VirtualBox 儲存空間中找到
blog this, blog that, blog everything.
blog here, blog there, blog everywhere.
sdelete64 -z c:
VBoxManage modifymedium disk "/Users/fellow/VirtualBox VMs/Win10/Win10.vdi" --compact
*.vdi 路徑可以在 VirtualBox 儲存空間中找到
更高效處理 micro second 的方式…
以 STM32 為例…
micros = micros_ticks()/(SysTick->LOAD + 1)
microsxconstant = micros_ticks()
ArchLinux 安裝筆記
使用 vm 練習 archlinux 安裝…
sudo kmutil load -p '/Library/Application Support/VirtualBox/VBoxDrv.kext'
The global chip shortage has turned me into a multi-platform firmware developer.
Zero code modifications.
STM / MM32 / Nuvotone
問題 :
Google Drive 雲端硬碟檔案串流 在中文環境下預設是「G:\我的雲端硬碟」,磁碟代號可改,但「我的雲端硬碟」卻無法修改,導致有些「非多國語應用程式」無法正確指到檔案路徑。
解決 :
使用 Windows 內建虛擬磁碟指令將 指定目錄變成一顆磁碟機…
subst x: G:\我的雲端硬碟
兩個未知規格的熱敏電阻(10K、20K或50K…未知),熱敏電阻A、熱敏電阻B
如何驗證二顆不同的熱敏電阻規格是一致的?
原來是一個簡單的分壓問題…
測試一、正電-->熱敏電阻A--求分壓a-->熱敏電阻B--負電
測試二、正電-->熱敏電阻B--求分壓b-->熱敏電阻A--負電
測試環境從 100°C~0°C,分壓a 需恆等於分壓b
即可初步判定二顆熱敏電阻規格是一致的
sdelete64 -z c: VBoxManage modifymedium disk "/Users/fellow/VirtualBox VMs/Win10/Win10.vdi" --compact *.vdi 路徑可以在 VirtualBox 儲...