this post was submitted on 17 Jan 2024
170 points (96.2% liked)

Linux

46775 readers
1545 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

I've always just used konsole or gnome terminal. Never really looked into what else is available. Tried cool-retro-term the other day, but the novelty wore off pretty fast for me.

Curious to see if there's a terminal someone swears by and refuses to use anything else.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 29 points 7 months ago (6 children)

I don't know the difference between a terminal and a terminal emulator, and at this point I'm too afraid to ask.

Lately using Foot since that's what my distro shipped with.

[–] [email protected] 41 points 7 months ago

A terminal is something like a DEC model Vt220, or IBM 3270. These are physical machines with a keyboard, and a display. Most often the display was a CRT, but some were just a printer, I supposed some must have had a LCD but I've never seen one. A few did have a mouse, but that was rare. They might look like a computer, but they do not have a CPU (or they do but the CPU is very under powered). The point is you can have 100 cheap (cheap as in 4x the cost of a modern PC, without factoring in inflation) terminals connecting to an expensive powerful computer (expensive as in millions of not inflation adjusted dollars, powerful as in a modern smart phone is faster by nearly any measure). Every terminal had some special commands that programs could use to do something more fancy than plain text, but different ones had different abilities.

These days a powerful PC is cheaper than any terminal could be and vastly more powerful than those old computers, so it doesn't make sense to have one except as a collectors item. However terminals themselves did leave a useful of program design. Most command line programs know how to control a terminal to do some pretty printing. Thus we often use terminal emulators which let our computer pretend to be one of those old terminals. The DEC vt100 for whatever reason ends up being the most commonly emulated terminal when someone says terminal emulator - there really was a model vt100 terminal at one time.

Note that a web browser counts as a terminal emulator by the above definition. Nobody thinks of them that way, but they fit.

[–] [email protected] 15 points 7 months ago

Realistically, no difference.

They are called emulators because "Terminal" used to mean a full-screen text interface to a mainframe. The functionality has carried on, which is why terminals behave pretty much the same on any platform. You don't use your system's regular text fields in a terminal emulator, for example.

[–] [email protected] 7 points 7 months ago

A terminal is a physical device like a VT100. When people refer to a terminal today it's almost always a terminal emulator running on a TTY, ssh on a PTY, a login shell or a GUI program.

[–] [email protected] 2 points 7 months ago (2 children)

What distro ships my favorite term foot?

[–] [email protected] 3 points 7 months ago

Fedora Sericea (Silverblue variant with sway)

[–] [email protected] 1 points 7 months ago
[–] [email protected] 2 points 7 months ago (1 children)
[–] [email protected] 1 points 7 months ago
[–] [email protected] 1 points 7 months ago

A terminal is the thing that looks like it might be a computer, but nobody is home, it's just connected to a modem. Or, maybe, if you're lucky, The Computer of your university.

A terminal emulator is, well, an emulator, so you can use a 1970's shell, right there on your computer, just like you can emulate and play Pong or Space Invaders...

Hope that helps