Convince People You're a Crafty Linux Whiz with Five Easy Terminal Hacks

Convince People You're a Crafty Linux Whiz with Five Easy Terminal Hacks

Mark Lv13

Convince People You’re a Crafty Linux Whiz with Five Easy Terminal Hacks

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.

1 neofetch

neofetch command output on an Ubuntu operating system.

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 big ASCII art version 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 can install neofetch on Debian and Ubuntu-based systems with this command

sudo apt install neofetch

On Fedora Linux, you want this command:

sudo dnf install neofetch

If you “use Arch btw” and have Pacman installed, you can instead run this command:

sudo pacman -S neofetch

Then simply enter the command neofetch in 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, learn how to customize your Bash prompt .

2 cmatrix

Your browser does not support the video tag.

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 can install cmatrix with this command.

sudo apt install cmatrix

Or, on Red Hat distributions, run this command:

sudo dnf install cmatrix

On Arch-based systems, use pacman to install it:

sudo pacman -S cmatrix

You run the basic version with this command:

cmatrix

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 the cmatrix -h command to see them all.

3 genact

Your browser does not support the video tag.

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:

snap install genact

If you’re not a Snap user, you can also download genact directly from the GitHub release page . There are several versions, so you have to choose your architecture and 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 run chmod +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:

./genact-1.4.2-x86_64-unknown-linux-gnu

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 simply open genact in your browser . Fullscreen your browser with the F11 key for full effect.

4 hollywood

Your browser does not support the video tag.

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’s big, 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:

sudo apt install hollywood

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

dnf install hollywood

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

sudo pacman -S hollywood

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

## 5 eDEX-UI

Your browser does not support the video tag.

eDEX-UI doesn’t actually run in your terminal, it is itself a 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 to the 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’s an AppImage you’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 just looking like a hacker, you can do a lot of cool and actually useful things in the Linux terminal. After learning some basic commands , you can start automating your daily tasks scripts, and getting started is easy with some beginner script examples . You can even use Spotify in your terminal

  • Title: Convince People You're a Crafty Linux Whiz with Five Easy Terminal Hacks
  • Author: Mark
  • Created at : 2024-08-31 06:09:40
  • Updated at : 2024-09-01 06:09:40
  • Link: https://some-guidance.techidaily.com/convince-people-youre-a-crafty-linux-whiz-with-five-easy-terminal-hacks/
  • License: This work is licensed under CC BY-NC-SA 4.0.
On this page
Convince People You're a Crafty Linux Whiz with Five Easy Terminal Hacks