While I am a Linux daily driver, and I do sprinkle the terminal with commands now and then, I’m by no means a hacker. That didn’t stop me from looking the part, though, since it turns out several simple commands (and a whole app) exist to make you look like a star in a florid cyberthriller. Here they are and how to run them.

1neofetch

Starting simple, neofetch is perfect for when you want to send your friends a screenshot of your sweet new Linux desktop with a terminal open to make it look like you know how to use it. You simply run the command and some stats about your system will be printed next to a bigASCII artversion of your distro’s logo. If you’ve ever checked out r/UnixPorn, you’ll recognize it as one of the more popular outputs to have printed in an open terminal.

you’re able to install neofetch on Debian and Ubuntu-based systems with this command

neofetch command output on an Ubuntu operating system.

On Fedora Linux, you want this command:

If you “use Arch btw” and have Pacman installed, you’re able to instead run this command:

Then simply enter the commandneofetchin your terminal to see your unique printout. Remember that the colors used will depend on your terminal settings. If the defaults don’t look good, learnhow to customize your Bash prompt.

2cmatrix

I know you were waiting for it: the classic Matrix-style text waterfall animation in your terminal. Put this on with a simple command and you’ll become Neo, or so your friends will think. It’s also the perfect “screensaver” for a terminal you maybe keep open in another monitor for when you need it.

You run the basic version with this command:

You’ve got several flags (short bits of text you add onto the command) that will let you customize the look or function, like -r to get rainbow colors or -s to make it act like a screensaver where any keystroke closes the program. Use thecmatrix -hcommand to see them all.

3genact

I was caught off-guard the first time I used the genact command because it seemed to be installing additional assets before running, which I thought was ridiculous for a simple text animation. The joke was on me, though, because that’s just what genact does: it creates the impression it’s downloading files,crypto mining, and running other random tasks when in fact nothing is happening. It has several unique modes that it cycles through at random, so you can open multiple terminal windows and run genact in each to look like you’re multitasking like a pro.

The easiest way to install it is through the Snap store, with this command:

If you’re not a Snap user, you can also download genact directly fromthe GitHub release page. There are several versions, so you have to chooseyour architectureand operating system. If you’re not sure, your safest bet is the one ending in “x86_64-unknown-linux-gnu”. Open a terminal, navigate to the directory genact is stored, then runchmod +x genact-1.4.2-x86_64-unknown-linux-gnu(adjusting for your file name) to give the file permission to execute. Run it by typing ./ (a period and forward slash) followed by genact’s file name. So for me that command looked like:

If none of that setup appeals to you, you’ll be happy to learn you don’t need a terminal (or even a Linux distribution); you can simplyopen genact in your browser. Fullscreen your browser with the F11 key for full effect.

4hollywood

Increasing in complexity is hollywood, which generates multiple panes in your terminal that show everything from hashes to speed tests to a global map in ASCII. It’sbig, so you’ll want to maximize your terminal window. It’s colorful, too, and resets frequently, perfect for an eye-catching and, well, cinematic display. Its name comes from the fact it’s meant to be visible “in the background of any excellent schlock technothriller,” to quote the creator.

On Debian systems, use this command to install it:

If you’re a Fedora or Red Hat user, you’ll want this command:

For Arch users, you can get it with a Pacman command:

Once it’s installed, going hacker mode is as simple as typinghollywoodinto your terminal and hitting Enter.

5eDEX-UI

eDEX-UI doesn’t actually run in your terminal, it isitselfa terminal emulator, which means you can run actual commands inside it, including any of the ones I’ve already shown you. Designed to fit perfectly in a movie about hacking or espionage, eDEX-UI also produces those beeping and whirring sounds that computers in movies do (and that we all know would be very annoying in real life). It even supports touchscreens, so you can type on that virtual keyboard with a tablet or touch monitor!

There is some bad news: eDEX-UI is no longer maintained as a project at the time of writing. The good news is the original repository is still available and works, at least in my testing. So just go tothe eDEX-UI release page, download the version for you (likely “eDEX-UI-Linux-x86_64.AppImage” and run it. Don’t forget that since it’san AppImageyou’ll need to give it permission to execute. Right-click it and open the Properties window, then look for an executable setting. In my file browser, Dolphin, it’s a checkbox in the Permissions tab labeled “Is Executable.” Voila, you’re hacking the planet.

If you’re ready to go beyond justlookinglike a hacker, you can do a lot of cool and actually useful things in the Linux terminal. After learningsome basic commands, you can start automating your daily tasks scripts, and getting started is easy with somebeginner script examples. You can evenuse Spotify in your terminal