Aug 3, 2023 2 min read

Linux Fun - Part 1

Linux Fun - Part 1

People are always asking about the fun tools I use in Linux. Let's start with three utilities: neofetch, cmatrix, and drawonyourscreen2, which I rank as fun, funner, and funnest. :-)

neofetch

This is a neat little utility that displays a variety of system information about a Linux machine including: operating system details, packages installed, display information, terminal type, and hardware—plus the logo of your distro designed in ASCII text! Check it out:

neofetch results of a Debian 11 System using Tilix for the terminal

To install it, simply use your package manager. For example:

Debian
sudo apt install neofetch
Fedora
sudo dnf install neofetch
Arch
sudo pacman -S neofetch
FreeBSD
sudo pkg install neofetch
🔗
For more install options, see this link.
⚙️
It's also super-customizable. Change outputted information, insert custom images, and more.
Type neofetch --help for all of the flags or man neofetch for the entire manual page.
And see ${HOME}/.config/neofetch/config.conf for more things that you can enable/disable permanently. I like to run on the private IP address and user account options.

Check out the GitHub page here.

cmatrix

Anyone who knows me knows that I'm a big fan of the original Matrix movie. In the movie, they show the Matrix "code" several times on screens and as transitions. While cmatrix is not exactly like the movie, it's a fun simulacrum.

Install it on your system with your package manager. For example:

sudo apt install cmatrix

Definitely "funner " but not very useful except as a distraction!

🤔
Sometimes, when I am working with a container, stored in a Docker environment, which exists in a libvirt virtual machine, on a server running Debian, I start to wonder about the matrix—from the container's perspective that is!

DrawOnYourScreen

For me, this is the funnest of the three on the list, but it's also the most productive. It's an extension for the Gnome desktop that allows you to draw (annotate) your screen. While fun, it is actually an important teaching tool for me.

Here's an example:

☀️
This really shows the beauty of Linux. Not too difficult to set up and it's free. I challenge you to try and find something as good on Windows or macOS that also costs nil.

This extension also has a black screen option, grid, and can save your work as internal screenshots for later use. Plus, it can integrate with the separate Screenshot Tool and Color Picker extensions. Pretty powerful!

Get it here.

There's a bit of an installation to it, but not too hard if you know your way around Linux.

🐧
There you go! Linux Fun - Part 1 complete!
Great! You’ve successfully signed up.
Welcome back! You've successfully signed in.
You've successfully subscribed to Prowse Tech.
Your link has expired.
Success! Check your email for magic link to sign-in.
Success! Your billing info has been updated.
Your billing was not updated.