Close Menu
    DevStackTipsDevStackTips
    • Home
    • News & Updates
      1. Tech & Work
      2. View All

      Sentry launches MCP monitoring tool

      August 14, 2025

      10 Benefits of Hiring a React.js Development Company (2025–2026 Edition)

      August 13, 2025

      From Line To Layout: How Past Experiences Shape Your Design Career

      August 13, 2025

      Hire React.js Developers in the US: How to Choose the Right Team for Your Needs

      August 13, 2025

      I’ve tested every Samsung Galaxy phone in 2025 – here’s the model I’d recommend on sale

      August 14, 2025

      Google Photos just put all its best editing tools a tap away – here’s the shortcut

      August 14, 2025

      Claude can teach you how to code now, and more – how to try it

      August 14, 2025

      One of the best work laptops I’ve tested has MacBook written all over it (but it’s even better)

      August 14, 2025
    • Development
      1. Algorithms & Data Structures
      2. Artificial Intelligence
      3. Back-End Development
      4. Databases
      5. Front-End Development
      6. Libraries & Frameworks
      7. Machine Learning
      8. Security
      9. Software Engineering
      10. Tools & IDEs
      11. Web Design
      12. Web Development
      13. Web Security
      14. Programming Languages
        • PHP
        • JavaScript
      Featured

      Controlling Execution Flow with Laravel’s Sleep Helper

      August 14, 2025
      Recent

      Controlling Execution Flow with Laravel’s Sleep Helper

      August 14, 2025

      Generate Secure Temporary Share Links for Files in Laravel

      August 14, 2025

      This Week in Laravel: Filament 4, Laravel Boost, and Junie Review

      August 14, 2025
    • Operating Systems
      1. Windows
      2. Linux
      3. macOS
      Featured

      KDE Plasma 6 on Wayland: the Payoff for Years of Plumbing

      August 14, 2025
      Recent

      KDE Plasma 6 on Wayland: the Payoff for Years of Plumbing

      August 14, 2025

      FOSS Weekly #25.33: Debian 13 Released, Torvalds vs RISC-V, Arch’s New Tool, GNOME Perfection and More Linux Stuff

      August 14, 2025

      Ultimate ChatGPT-5 Prompt Guide: 52 Ideas for Any Task

      August 14, 2025
    • Learning Resources
      • Books
      • Cheatsheets
      • Tutorials & Guides
    Home»Learning Resources»Relive the Golden Era: 5 Tools to Get Retro Feel on Linux

    Relive the Golden Era: 5 Tools to Get Retro Feel on Linux

    June 30, 2025

    Relive the Golden Era: 5 Tools to Get Retro Feel on Linux

    Retro techs are no longer stranger things. Just like vinyl records and vintage fashion, retro computing has captured our collective imagination, irrespective of the age group.

    I mean, there’s something deeply satisfying about amber-on-black terminals and chunky pixel fonts that modern UIs can’t replicate.

    The good thing here is that us Linux users are perfectly positioned to embrace this nostalgia wave.

    No, I am not talking about those ultra-lightweight distros that involuntarily give retro vibes of late 90s and early 2000s. I am going to share a few interesting software that will help you get the retro feel on your modern Linux system.

    1. Cool Retro Term

    I’ll start with my favorite, that is also a functional tool.

    cool-retro-term is a terminal emulator which mimics the look and feel of the old cathode tube screens. That’s just about it. You do not get any special abilities, just the good-old look.

    But here’s the thing. You can use it like your regular terminal, it have vintage looks but the modern features still work the same.

    There are more than one presets of colors and style available.

    Cool Retro Term

    Installing Cool Retro Term

    You can install it on Ubuntu, Fedora, and Arch Linux using the commands respectively:

    sudo apt install cool-retro-term #For Debian/Ubuntu
    sudo dnf install cool-retro-term #For Fedora
    sudo pacman -Syu cool-retro-term #For Arch based distros
    Cool Retro Term

    2. RSC8

    RSC8 is a CHIP-8 virtual machine/emulator written in Rust with no_std core. It is yet another makeover for your terminal. So, if you like to use a retro terminal but built with Rust, give this a try.

    RSC8 Chip-8 Virtual machine/emulator

    Install it using cargo.

    cargo install --locked --git https://github.com/jerryshell/rsc8

    To use rsc8, you’ll have to download ROMs of your choice from this GitHub repo and then use the following command:

    rsc8_tui <your_rom.ch8>
    RSC8

    3. Retro Pie

    RetroPie transforms your Raspberry Pi, ODroid C1/C2, or PC into a nostalgic gaming powerhouse.

    It leverages platforms like Raspbian, EmulationStation, RetroArch, and other innovative projects, allowing you to enjoy classic Arcade, home-console, and vintage PC games with minimal hassle.

    RetroPie Walkthrough

    Since there were multiple kinds of platforms/consoles in the past, there are different emulators for them.

    But that’s only half of the story. You also need to download ROMs that consist of games of that platform.

    For example, if you want to play games that were available Nintendo’s NES console, you download the ROM with NES games and then use the NES emulator in RetroPi to load this ROM. It’s like inserting a virtual disk.

    The problem here is that these ROMs are often deemed illegal to distribute, and hence the websites that host them are often removed.

    Playing Super Mario World in RetroPie

    Installing RetroPi

    Please ensure that you have git installed on your system as you’ll have to clone the Git repo here.

    cd
    git clone --depth=1 https://github.com/RetroPie/RetroPie-Setup.git

    Run the setup script:

    cd RetroPie-Setup
    sudo ./retropie_setup.sh

    Follow the onscreen instructions for a basic installation.

    RetroPie

    4. Hot Dog Linux

    Hot Dog Linux is an X11 Window Manager with Windows 3.1 Hot Dog Stand, Amiga Workbench, Atari ST GEM, Mac Classic and Aqua UI pre-installed.

    HOTDOG is an acronym that stands for Horrible Obsolete Typeface and Dreadful Onscreen Graphics.

    HOTDOG Linux

    It is built using Objective-C and uses bitmapped graphics, low DPI displays. There are no unicode support here.

    Installing Hot Dog Linux:

    Download the ISO and install in VirtualBox. Make sure 3D acceleration is enabled.

    HOTDOG Linux
    🚧
    It only worked in GNOME Boxes for me.

    5. DOSBox or DOSBox Staging

    DOSBox is free and open-source software that allows you to emulate the MS-DOS operating systems from the previous century.

    It allows you to play the 8-bit games.

    Playing Doom2 in DOSBox

    DOSBox also emulates CPU:286/386 realmode/protected mode, Directory FileSystem/XMS/EMS, Tandy/Hercules/CGA/EGA/VGA/VESA graphics, a SoundBlaster/Gravis Ultra Sound card for excellent sound compatibility with older games.

    DOSBox

    Installing DOSBox

    On Ubuntu, and Arch, you can use the following commands respectively:

    sudo apt install dosbox #For Ubuntu/Debina
    sudo pacman -Syu dosbox #For Arch

    DOSBox Staging

    Fedora ships with DOSBox Staging, a modern continuation of DOSBox. DOSBox Staging is also available in Flathub.

    For Arch, it is in AUR. And, for Ubuntu and Mint, add the following PPA to get it installed:

    sudo add-apt-repository ppa:feignint/dosbox-staging
    sudo apt-get update
    sudo apt install dosbox-staging
    DOSBox Staging

    Wrapping Up

    Linux enables users to have a godly amount of customization options. Whether you want your desktop to look clean, and contemporary, or you want to give it a retro look, there are certainly a few tools for that.

    Come to think of, I should do a tutorial on how to give a retro makeover to your Linux distro, somewhat like the modern makeover video of Linux Mint.

    Subscribe to It’s FOSS YouTube Channel

    Linux makes it easy to bring the retro vibe back to life. Whether it’s an old-school terminal, a full-blown vintage desktop, or classic games from the 90s, there’s a tool for every kind of nostalgia.

    What is your favorite tool that we missed listing here? Let me know in the comments below.

    Source: Read More

    Facebook Twitter Reddit Email Copy Link
    Previous ArticleEuropol Dismantles $540 Million Cryptocurrency Fraud Network, Arrests Five Suspects
    Next Article Gartner: More than 40% of agentic AI projects will be canceled in the next few years

    Related Posts

    Learning Resources

    KDE Plasma 6 on Wayland: the Payoff for Years of Plumbing

    August 14, 2025
    Learning Resources

    FOSS Weekly #25.33: Debian 13 Released, Torvalds vs RISC-V, Arch’s New Tool, GNOME Perfection and More Linux Stuff

    August 14, 2025
    Leave A Reply Cancel Reply

    For security, use of Google's reCAPTCHA service is required which is subject to the Google Privacy Policy and Terms of Use.

    Continue Reading

    CVE-2025-50145 – Apache HTTP Server Denial of Service

    Common Vulnerabilities and Exposures (CVEs)

    CVE-2025-5780 – Code-projects Patient Record Management System SQL Injection Vulnerability

    Common Vulnerabilities and Exposures (CVEs)

    Elden Ring Nightreign Tricephalos boss: How to beat Gladius, Beast of Night

    News & Updates

    CVE-2024-30145 – IBM HCL Domino Volt and Domino Leap Client-Side Script Injection Vulnerability

    Common Vulnerabilities and Exposures (CVEs)

    Highlights

    How to remove Copilot from your Microsoft 365 plan – before you have to pay for it

    June 4, 2025

    Copilot has muscled its way into Microsoft 365 with a price hike to boot. But…

    We tested iOS 26 on the iPhone 16 Pro – these 5 features make the update worthwhile

    July 29, 2025

    CVE-2025-40663 – i2A Cronos Stored XSS

    May 26, 2025

    CVE-2025-5824 – Autel MaxiCharger AC Wallbox Commercial Origin Validation Error Authentication Bypass

    June 25, 2025
    © DevStackTips 2025. All rights reserved.
    • Contact
    • Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.