10 CLI tools I install on every Linux system


Like many technical users, I tend to gravitate toward the terminal. The reason is that there are a lot of tools that help me be productive, or in the case of games, unproductive. Here are some of my favorite tools that help me live in the Linux terminal.

Vim

The best editor for my fingers

Vim editing windows with .zshrc on top and Python weather script on the bottom.

Any serious terminal environment requires an editor. Vim is my editor of choice. Vim has been a constant companion ever since I started using the Unix command line under macOS. This was so long ago that it was still called “Mac OS X.”

DistroTube has a screencast to demonstrate Vim on YouTube:

I’d also used its rival, GNU Emacs, for some time, but I eventually drifted back to Vim. One reason was that I bought a laptop that had a “chiclet” keyboard, and Emacs’ keystrokes felt physically uncomfortable to me. Vim just feels more comfortable for my fingers.

I also usually get into a file and get out (which stymies many first-time Vim users), and Vim suits my working style better. Vim’s modality, or working differently between command and insert modes, is something it inherited from the original Vi. It’s still controversial, but it works for me.

As with a lot of complex software programs, the trick is to get comfortable with the things you do frequently. For me, that’s moving around and making edits. Vim does what I need it to, which is why I don’t need a full-blown IDE. The terminal is my IDE.

IPython + NumPy + Python stats libraries

A desk calculator that can do stats

IPython tab complete of the tips database.

It’s a common joke that the interactive Python mode makes a great desk calculator. I tend to prefer it over a software calculator. The main reason is that graphical calculators are skeuomorphic. They try to imitate handheld calculators. This would work for figuring out the tip in a restaurant on your phone, but that doesn’t make a lot of sense on a machine that you don’t hold in your hands, like a PC. It’s easier to type out a formula than to click buttons.

Python’s built-in interpreter is limited. If you use the regular terminal, you know you can recall what you’ve typed with shell history and command-line editing, but those things are missing from the stock Python interpreter. IPython fixes this and adds some other features, like “magic” commands. I can also tap into Python’s libraries. I’ve installed NumPy, SciPy, SymPy, and statsmodels in a Pixi environment so I can have them immediately available.

I like having a desk calculator that can do calculus, linear algebra, and statistics. A handheld calculator with these capabilities or a package like Mathematica would cost hundreds of dollars. I have it all for free in my terminal.

tmux

Multiple terminals and staying online forever

Debian minimal console environment with two tmux windows open: an htop window and a shell window below it with a directory listing.

tmux is a terminal multiplexer, a tool that lets me use one terminal as if it were many terminals. It’s similar to tabbed browsing as I can create new terminals and switch among them.

I can also detach and reattach sessions later. This feature is more useful over remote SSH or Mosh sessions. If the connection is interrupted, such as during a Wi-Fi hiccup, I can reconnect, reattach, and continue as if nothing happened.

wc

Word counting on the terminal

Being a freelance writer, I have to meet word count requirements for my pieces. There’s a command-line tool that does this easily. It’s called wc.

The -w option counts by words. I’ll copy whatever I’m writing into the clipboard and then type this command:

wc -w
wc-w command with text pasted in and word count shown below in the terminal.

Then I’ll paste into the terminal, press Ctrl + d, and then get a word count. This is handy for word counts of a selection of a piece I’m working on, such as a section.

zsh / Oh My Zsh

Easy shell customization

Installing Oh My Zsh.

While Bash is the default shell on most Linux distros, zsh (pronounced “zee-shell”) is a significant upgrade. A lot of people point to its extended pattern-matching or “globbing” operations. You can recursively use wildcards in subdirectories.

zsh’s main attraction to me is the Oh My Zsh extension. It lets me customize zsh easily. One popular use is its extensive themes. My favorite is the “lukerandall” theme.

Weechat

IRC still lives

Python IRC channel in WeeChat on tmux.

While IRC may have fallen by the wayside for most nontechnical users, it’s still handy for support for open-source programs. A lot of developers of major open-source programs hang out in IRC channels, particularly on Libera Chat. Weechat is best used with tmux on a remote server, such as on a shell account. This is how a lot of IRC users seem to stay connected 24/7.

Lynx and w3m

Text-mode web browsing

lynx google results

While most of my browsing is through Chrome, there are still text-based web browsers. Lynx and w3m are the premier text-based browsers still in active development. They’re useful for gauging how a site might appear to a search engine or how the text-only rendering will work. The latter is useful for designing accessible websites for people who are blind or have low vision and are using screen readers.

The other handy use is dumping the text of a website into a file for later use.

curl

Download files without a browser

curl is a utility for downloading files from a remote server. It’s ubiquitous in installation scripts.

To download a copy of a dataset of penguins in Antarctica, I’ll use this command:

curl -O https://vincentarelbundock.github.io/Rdatasets/csv/modeldata/penguins.csv
Downloading a penguins dataset using cURL.

most

A nice-looking manpage viewer

Manual page for the Linux "man" command in the most pager.

Most is a paging utility for viewing things like manual pages. I like it just because it looks better than the standard less pager. You can also scroll the screen left and right as well as open multiple windows, though those aren’t features I use very often.

Games

I like to have fun in the terminal, too

I also like to have fun in the terminal. NetHack is one of my favorite games. It’s the canonical “roguelike.” You explore a procedurally-generated dungeon searching for the Amulet of Yendor. And mostly die. I hope to “ascend,” or win the game, someday.

Gameplay of 'NetHack' in ASCII mode.

I also like the BSD games, so named because they traditionally shipped with BSD systems. I played through them all, and a lot of them still hold up today.


Lots of things to do in the terminal

One reason that programmers and technical people use the terminal so much on Linux is that there are still a lot of things you can do there, and new programs are being written for the terminal today. I can hardly imagine my computing life without the command line.



Source link

Leave a Reply

Subscribe to Our Newsletter

Get our latest articles delivered straight to your inbox. No spam, we promise.

Recent Reviews


As I’m writing this, NVIDIA is the largest company in the world, with a market cap exceeding $4 trillion. Team Green is now the leader among the Magnificent Seven of the tech world, having surpassed them all in just a few short years.

The company has managed to reach these incredible heights with smart planning and by making the right moves for decades, the latest being the decision to sell shovels during the AI gold rush. Considering the current hardware landscape, there’s simply no reason for NVIDIA to rush a new gaming GPU generation for at least a few years. Here’s why.

Scarcity has become the new normal

Not even Nvidia is powerful enough to overcome market constraints

Global memory shortages have been a reality since late 2025, and they aren’t just affecting RAM and storage manufacturers. Rather, this impacts every company making any product that contains memory or storage—including graphics cards.

Since NVIDIA sells GPU and memory bundles to its partners, which they then solder onto PCBs and add cooling to create full-blown graphics cards, this means that NVIDIA doesn’t just have to battle other tech giants to secure a chunk of TSMC’s limited production capacity to produce its GPU chips. It also has to procure massive amounts of GPU memory, which has never been harder or more expensive to obtain.

While a company as large as NVIDIA certainly has long-term contracts that guarantee stable memory prices, those contracts aren’t going to last forever. The company has likely had to sign new ones, considering the GPU price surge that began at the beginning of 2026, with gaming graphics cards still being overpriced.

With GPU memory costing more than ever, NVIDIA has little reason to rush a new gaming GPU generation, because its gaming earnings are just a drop in the bucket compared to its total earnings.

NVIDIA is an AI company now

Gaming GPUs are taking a back seat

A graph showing NVIDIA revenue breakdown in the last few years. Credit: appeconomyinsights.com

NVIDIA’s gaming division had been its golden goose for decades, but come 2022, the company’s data center and AI division’s revenue started to balloon dramatically. By the beginning of fiscal year 2023, data center and AI revenue had surpassed that of the gaming division.

In fiscal year 2026 (which began on July 1, 2025, and ends on June 30, 2026), NVIDIA’s gaming revenue has contributed less than 8% of the company’s total earnings so far. On the other hand, the data center division has made almost 90% of NVIDIA’s total revenue in fiscal year 2026. What I’m trying to say is that NVIDIA is no longer a gaming company—it’s all about AI now.

Considering that we’re in the middle of the biggest memory shortage in history, and that its AI GPUs rake in almost ten times the revenue of gaming GPUs, there’s little reason for NVIDIA to funnel exorbitantly priced memory toward gaming GPUs. It’s much more profitable to put every memory chip they can get their hands on into AI GPU racks and continue receiving mountains of cash by selling them to AI behemoths.

The RTX 50 Super GPUs might never get released

A sign of times to come

NVIDIA’s RTX 50 Super series was supposed to increase memory capacity of its most popular gaming GPUs. The 16GB RTX 5080 was to be superseded by a 24GB RTX 5080 Super; the same fate would await the 16GB RTX 5070 Ti, while the 18GB RTX 5070 Super was to replace its 12GB non-Super sibling. But according to recent reports, NVIDIA has put it on ice.

The RTX 50 Super launch had been slated for this year’s CES in January, but after missing the show, it now looks like NVIDIA has delayed the lineup indefinitely. According to a recent report, NVIDIA doesn’t plan to launch a single new gaming GPU in 2026. Worse still, the RTX 60 series, which had been expected to debut sometime in 2027, has also been delayed.

A report by The Information (via Tom’s Hardware) states that NVIDIA had finalized the design and specs of its RTX 50 Super refresh, but the RAM-pocalypse threw a wrench into the works, forcing the company to “deprioritize RTX 50 Super production.” In other words, it’s exactly what I said a few paragraphs ago: selling enterprise GPU racks to AI companies is far more lucrative than selling comparatively cheaper GPUs to gamers, especially now that memory prices have been skyrocketing.

Before putting the RTX 50 series on ice, NVIDIA had already slashed its gaming GPU supply by about a fifth and started prioritizing models with less VRAM, like the 8GB versions of the RTX 5060 and RTX 5060 Ti, so this news isn’t that surprising.

So when can we expect RTX 60 GPUs?

Late 2028-ish?

A GPU with a pile of money around it. Credit: Lucas Gouveia / How-To Geek

The good news is that the RTX 60 series is definitely in the pipeline, and we will see it sooner or later. The bad news is that its release date is up in the air, and it’s best not to even think about pricing. The word on the street around CES 2026 was that NVIDIA would release the RTX 60 series in mid-2027, give or take a few months. But as of this writing, it’s increasingly likely we won’t see RTX 60 GPUs until 2028.

If you’ve been following the discussion around memory shortages, this won’t be surprising. In late 2025, the prognosis was that we wouldn’t see the end of the RAM-pocalypse until 2027, maybe 2028. But a recent statement by SK Hynix chairman (the company is one of the world’s three largest memory manufacturers) warns that the global memory shortage may last well into 2030.

If that turns out to be true, and if the global AI data center boom doesn’t slow down in the next few years, I wouldn’t be surprised if NVIDIA delays the RTX 60 GPUs as long as possible. There’s a good chance we won’t see them until the second half of 2028, and I wouldn’t be surprised if they miss that window as well if memory supply doesn’t recover by then. Data center GPUs are simply too profitable for NVIDIA to reserve a meaningful portion of memory for gaming graphics cards as long as shortages persist.


At least current-gen gaming GPUs are still a great option for any PC gamer

If there is a silver lining here, it is that current-gen gaming GPUs (NVIDIA RTX 50 and AMD Radeon RX 90) are still more than powerful enough for any current AAA title. Considering that Sony is reportedly delaying the PlayStation 6 and that global PC shipments are projected to see a sharp, double-digit decline in 2026, game developers have little incentive to push requirements beyond what current hardware can handle.

DLSS 5, on the other hand, may be the future of gaming, but no one likes it, and it will take a few years (and likely the arrival of the RTX 60 lineup) for it to mature and become usable on anything that’s not a heckin’ RTX 5090.

If you’re open to buying used GPUs, even last-gen gaming graphics cards offer tons of performance and are able to rein in any AAA game you throw at them. While we likely won’t get a new gaming GPU from NVIDIA for at least a few years, at least the ones we’ve got are great today and will continue to chew through any game for the foreseeable future.



Source link