latest
I stopped SSHing into my server just to run scripts — this free tool put them all behind one button
OliveTin puts all my annoying server jobs behind browser buttons within easy reach.
This Linux shell gives you the terminal features Bash forgot to add
Finally a terminal that treats modern Linux tools as the baseline, not an afterthought.
I switched my Linux terminal to Zsh and it’s the biggest productivity boost I’ve had in years
My terminal finally keeps up with how I actually work.
5 terminal commands I run on every fresh Linux install
Sometimes, a GUI app isn't enough.
Everyone’s switching to this GPU-accelerated terminal — and I get it
Yes, even your terminal can use your GPU.
I moved more of my Linux workflow to the terminal, and now I can’t stop
I am tired of Electron.
My terminal feels like a full IDE after these changes
It's basically VS Code now, but better.
You'll fly through the terminal once you master these 5 Bash shortcuts
Speed up your terminal game instantly.
What Is Bash in Linux and What Can You Use It For?
Bash scripting is the quickest and easiest way to power-up your Linux experience.
The Mac Terminal Commands Cheat Sheet
Master the Terminal app in macOS with all these essential commands.
5 Bash Script Examples to Help You Learn Linux Programming
Want to learn programming on Linux? Get to grips with Bash.
How to Use Terminal on a Mac: A Beginner's Guide
The Terminal app on Mac lets you accomplish all sorts of tasks using the command line.
Zsh vs. Bash Scripting. What’s the Difference?
Both shells offer powerful scripting languages, but they’re not totally compatible.
How to Save Command Line Output to File on Windows, Mac, and Linux
Saving the output of a command to a file is helpful if you're trying to diagnose a problem, and it's super easy to do.
What Is the ASCII Table and How Do You Use It?
If you ever have the need to work with ASCII values, a lookup table is essential.
The Linux Bourne Shell Explained
You may have heard of Bash—the default shell on most Linux distros. There's another shell that comes preinstalled on Linux: the Bourne shell.
What Is the Shebang (#!) Character Sequence in Linux?
Almost every Linux shell script begins with a line starting with "#!". This is known as the "shebang." Here's everything you need to know about it.
The 6 Useful Bash Shell Variables You Should Know About
Bash is the default shell on most Linux distros. Here are some important Bash shell variables every Linux user needs to know.
How to Install Z Shell (Zsh) and Oh My Zsh on Linux
Oh My Zsh helps you take your Z shell configurations to the next level. Here's how to install and configure both on your Linux machine.
How to Use Bash to Concatenate Strings
Many Bash scripts you'll write will need to work with text, so make sure you understand this basic operation.