How to make TTY more efficient: Difference between revisions

From 清冽之泉
Jump to navigation Jump to search
No edit summary
Line 4: Line 4:


== 安装 sudo ==
== 安装 sudo ==
<syntaxhighlight lang="bash" line>
su root
apt install sudo
插入 iso
Enter
</syntaxhighlight>


== 调大字号 ==
== 调大字号 ==

Revision as of 10:34, 21 August 2025

TTY,即终端。当年,人与大型电脑交互,用的是电传打字机,由 Teletype Corporation 制造。这家公司制造的打字机太出名了,人们就把电传打字机称为 TTY。后来,被沿用至 Unix 和 Linux。

Terminal emulator,简称终端,全称应该是终端模拟器。

安装 sudo

su root
apt install sudo
插入 iso
Enter

调大字号