https://avatars.githubusercontent.com/u/6058558

程式狂想筆記

vagrant 啟動無法自動掛載解決方法

最近發現 Ubuntu 某一版就不能做自動掛載
會出現

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
Vagrant was unable to mount VirtualBox shared folders. This is usually
because the filesystem "vboxsf" is not available. This filesystem is
made available via the VirtualBox Guest Additions and kernel module.
Please verify that these guest additions are properly installed in the
guest. This is not a bug in Vagrant and is usually caused by a faulty
Vagrant box. For context, the command attempted was:

mount -t vboxsf -o uid=1000,gid=1000 vagrant /vagrant

The error output from the command was:

/sbin/mount.vboxsf: mounting failed with the error: No such device

SSL Pinning 和 HSTS 小記

HTTPS 加密保護了傳輸中的資料,但攻擊者仍可能以偽造憑證發動中間人攻擊(Man-in-the-Middle Attack)。SSL Pinning 和 HSTS 是兩種進一步強化 HTTPS 安全性的技術,分別從客戶端和伺服器端著手防禦。

GitKraken 使用小記

GitKraken 是一套視覺化的 Git GUI 工具,介面直觀、跨平台(Windows、Mac、Linux),對於習慣圖形介面操作 Git 的開發者來說是個不錯的選擇。以下整理一些實用功能。