Ubuntu Server 在网上有一个很棒的指南:https://ubuntu.com/server/docs
有没有办法让我直接从命令行获取该文档而无需访问网络? 等效man
或info
理想的方法。
答案1
PDF
下载免费可用的Ubuntu 服务器。本论坛讨论了如何从终端查看 PDF: https://unix.stackexchange.com/questions/36201/pdf-viewer-for-command-line-only
下载 html 尝试通过 wget ( ) 下载页面
sudo apt install wget
:wget --recursive --no-clobber --page-requisites --html-extension \ --convert-links --restrict-file-names=windows --domains website.org \ --no-parent https://ubuntu.com/server/docs