2021-06-17

md5sum 檢查

 2021-06-16 

md5sum 是一種總合(sum)的檢查方式,這類常見的檢查有 md5sum 、 sha256 、 sig 、 zsync 。

  • md5sum : 以 RFC 1321 的 128 位元 MD5 雜湊值(或校驗 )描述檔 ,來計算校驗所檢查檔案的完整性。( MD5演算法缺陷 )
  • sha256 : 32 位元安全雜湊演算 ( Secure Hash Algorithm )。
  • sig : 利用 .sig 副檔名的簽名檔 ( Signature File ) ,來驗證資料完整性。
  • zsync : 差異比較,以僅下載缺失或過期的部分。



 

2021-06-10

xrandr - 雙螢幕解析度切換

2021-06-10 
  • 雙螢幕 : 開機前先接好螢幕,才會自動抓到
  • 查詢硬體
    xrandr 

dir_colors - 終端機下檔案目錄顯示顏色

2021-06-09 

  • Debian 系的 Linux (Ubuntu、MintLinux、AntiX、MX Linux..) 都没 /etc/DIR_COLORS 這個檔,可以自行建立,或是建立 ~/.dircolors ( Centos 是在 ~/.dir_colors )
  • 輸出預設值可以導入到 ~/.dircolors (注意會覆蓋 ~/.dircolors)
    dircolors --print-database > ~/.dircolors
    
    dircolors -p > ~/.dircolors