在macOS上 要將舊的隨身碟格式化(這USB以前灌作業系統 長得像下面這樣被分成兩塊)
但是若要完整格式化,要選到USB本體 而非磁碟區
2. 「雜湊(Hash Function)」 :極難逆轉的數學摘要運算,用來取得檔案指紋、驗證完整性
ex: MD家族、SHA家族
不是「非對稱加密」,雜湊與加密的體系不同
3. 「非對稱加密(Asymmetric Encryption)」:使用不同鑰匙,運用公鑰加密、私鑰解密
常用在 HTTPS(SSL/TLS)、數位簽章、GPG簽章
ex: RSA家族、ECDSA(橢圓)家族、NTRU(抗量子)
解決辦法是
使用 HandBrake 這套免費工具將 .mkv 轉成其他格式,例如轉為mp4之後再匯
點選Open Source
宿舍網路又斷掉了,房東阿姨說只有我有問題 是我電腦問題,我整個納悶,
我三台電腦接都沒辦法連上網路,只會出現 區域連線沒有有效的ip設定 的錯誤,覺得是交換機路由器端的問題可能性比較大。
以下是我的線路配置:
D-Link的Hub

Homebrew is a free and open-source software package management system that simplifies the installation of software on Apple's macOS operating system and Linux.
Written by Max Howell, the package manager has gained popularity in the Ruby on Rails community and earned praise for its extensibility.
$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"意思是用 bash、crul,執行 https://raw.githubusercontent.com/Homebrew/install/master/install.sh 的腳本
$ brew help
$ man brew