Posted: . At: 8:45 PM. This was 3 years ago. Post ID: 10083
Page permalink. WordPress uses cookies, or tiny pieces of information stored on your computer, to verify who you are. There are cookies for logged in users and for commenters.
These cookies expire two weeks after they are set.

How to have a retro looking terminal on your Linux desktop.

To get a retro terminal for Linux that looks like an Apple II using an RF adapter to connect to a TV, use this command. This uses the xscreensaver hacks to provide a nice alternative to the boring mate terminal and Xterm.

Install

/usr/lib/xscreensaver/apple2 -text -fast -program /bin/bash

This is what I get when using this example, I just wish it could look like a curved CRT screen or a very old virtual terminal connected via serial.

Linux terminal that looks like an Apple II using an RF adapter.
Linux terminal that looks like an Apple II using an RF adapter.

This video shows a demonstration of a VT320 terminal connected to a Linux machine. This would be an interesting way to access a Linux server machine. Need a way to have it as a fullscreen terminal and use it on a CRT monitor and it would be complete. But an orange background would be the best. Just like the terminal in the video.

Another very retro looking virtual terminal is cool-retro-term. This is a terminal emulator that looks just like a CRT terminal.

Use these commands as root to install this package.

dnf config-manager --add-repo http://download.opensuse.org/repositories/home:KAMiKAZOW:Fedora/Fedora_25/home:KAMiKAZOW:Fedora.repo
dnf install cool-retro-term

Install it on Ubuntu 20.04 very easily.

┌──[jason@192.168.1.2][~]
└──╼  ╼ $ sudo apt install cool-retro-term

This is what cool-retro-term looks like running on my Fedora 25 desktop. Very cool app. This is how to get a retro lookalike UNIX terminal on a modern Linux desktop.

Cool-retro-term running on Fedora.
Cool-retro-term running on Fedora.

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.