2,761
次編輯
Tankianting(討論 | 貢獻) |
Tankianting(討論 | 貢獻) |
||
行 13: | 行 13: | ||
(hdx,y) => x,y 從0起算,指第x顆硬碟的第y分割區 | (hdx,y) => x,y 從0起算,指第x顆硬碟的第y分割區 | ||
<ref>[https://forums.freebsd.org/threads/booting-freebsd-via-grub.60422/ FreeBSD論壇]</ref> | |||
行 24: | 行 24: | ||
} | } | ||
</pre> | </pre> | ||
<ref>https://serverfault.com/a/424016 by 030 under CC BY-SA 3.0</ref> | |||
===使用 certbot 含自動設定 nginx === | ===使用 certbot 含自動設定 nginx === | ||
行 33: | 行 33: | ||
</pre> | </pre> | ||
https://certbot.eff.org/instructions?ws=nginx&os=ubuntufocal | <ref>https://certbot.eff.org/instructions?ws=nginx&os=ubuntufocal</ref> | ||
==rsync 用ssh同步到遠端,排除目錄== | ==rsync 用ssh同步到遠端,排除目錄== | ||
行 40: | 行 40: | ||
==在 HP Laptop 15 fd0072 安裝 Linux Mint == | ==在 HP Laptop 15 fd0072 安裝 Linux Mint == | ||
* [[在 HP Laptop 15 fd0072TU 安裝 Linux Mint]] | * [[在 HP Laptop 15 fd0072TU 安裝 Linux Mint]] | ||
== 於某目錄內找重複檔案 == | |||
用遞迴方式於某目錄找重複檔案,匯出到 foo.txt: | |||
<pre>fdupes -r [/path/to/dir] > foo.txt</pre> | |||
<ref>[https://askubuntu.com/questions/177346/how-to-delete-duplicate-files-with-fdupes How to find (and delete) duplicate files]</ref> | |||
==參考== | |||
<references/> | |||
[[category:資訊]] | [[category:資訊]] |