Articles

$ ls ./articles/

Leveling Up Your Filetree with xdg-user-dirs

by benjamin@tty1.blog at 2023-05-08T02:21:59.000Z

Have you ever noticed that there are certain directories everyone has? ~/Documents, ~/Downloads, ~/Desktop, and so forth? Some of them you don't need, some of them you might wish were named differently, but any time you rename or delete them, the originals reappear?

You see, these directories follow a standard so that all programs know where they are—with the right tools under your belt, you can customize them.

a 6 minute read

Read Full Article

You Don't Need a File Manager

by benjamin@tty1.blog at 2023-04-08T20:17:32.000Z

A file manager feels like an essential part of an operating system. In a blog where I talk largely about using terminal applications instead of GUIs, you might think I'd spend this article exploring some terminal-based file managers.

Not so. Spare me a moment of your time, friend, and I will endeavour to illuminate why you, master of command-line secrets, have no need for such a petty thing as a "file manager."

a 7 minute read

Read Full Article

How to Save the World with tar

by benjamin@tty1.blog at 2023-03-31T23:13:41.000Z

While there are hundreds of difficult-to-understand commands out there, few have acquired the notoriety of tar. Most guides are filled with abstruse commands such as tar -czvf archive.tar.gz ~/Downloads/ with little to no explanation. Based on conversations I've had, people who interact with tar tend to just memorize a basic command or too, like tar -xvf <filename> and hope for the best.

Let's take a closer look at tar and learn how it actually works.

a 7 minute read

Read Full Article

Anatomy of a Command

by benjamin@tty1.blog at 2023-03-25T19:26:31.000Z

For the most part, this blog will not be dealing with the very basics. I find it safe to assume that most people interested in a blog about the Linux terminal already have some degree of fundamental knowledge about it.

That said, it's a good idea to have a grounding place we can all start off from. Let's take a command and dissect it, looking at its parts and learning what they mean.

a 5 minute read

Read Full Article

Introduction

by benjamin@tty1.blog at 2023-03-24T14:35:57.000Z

Welcome to tty1, a blog about the Linux terminal! Get started on your journey with this article.

a 3 minute read

Read Full Article

You've reached the oldest article. Found anything you especially liked? I'd love to hear from you!