取得 windows 的序號
Posted on Sun 09 September 2018 in note • Tagged with windows, linux
買 notebook 通常會有隨機安裝的 windows,但是像我已經裝了 linux 如果重新安裝 windows 沒有序號怎麼辦?
只要一行指令
sudo cat /sys/firmware/acpi/tables/MSDM | tail -c …
Continue reading
Posted on Sun 09 September 2018 in note • Tagged with windows, linux
買 notebook 通常會有隨機安裝的 windows,但是像我已經裝了 linux 如果重新安裝 windows 沒有序號怎麼辦?
只要一行指令
sudo cat /sys/firmware/acpi/tables/MSDM | tail -c …
Posted on Thu 11 August 2016 in note • Tagged with virutalbox, windows
升級了 Windows 10 的年度更新之後,VirtualBox 就找不到 host only 網卡了。解決方式很簡單,就是把 VirtualBox Host-Only Ethernet Adapter
網卡的 VirtualBox NDIS6 Bridge Networking Driver
打開就可以了 …
Posted on Thu 28 March 2013 in note • Tagged with putty, windows
PuTTY 的 ssh 連線可以把 host key cache 起來。
HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\SshHostKeys
上面這個就是 host key 存的地方。找到相對應的機碼就可以刪掉了。