怎样令终端更加高效: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

29 September 2025

  • curprev 10:3210:32, 29 September 2025Mwroot talk contribs 1,175 bytes +1,175 Created page with "TTY,即终端。当年,人与大型电脑交互,用的是电传打字机,由 Teletype Corporation 制造。这家公司制造的打字机太出名了,人们就把电传打字机称为 TTY。后来,被沿用至 Unix 和 Linux。 Terminal emulator,简称终端,全称应该是终端模拟器。 == 安装 sudo == <syntaxhighlight lang="bash" line> su root apt install sudo 插入 iso Enter </syntaxhighlight> == 调大字号 == <syntaxhighlight lang="bash" l..."