FOSSPicks
boxxy
Linux has become so good at containers, virtual machines, and isolated package formats that you're probably running more instances of Linux in containers than you are natively. But you often don't need a full-blown container just to keep a few things separated from your day-to-day system. For those occasions, boxxy is the perfect solution. Boxxy is a clever, low-resource tool that corrals directories and files into a location you specify, and optionally, only under the circumstances you write into its configuration file. Thanks to a Linux kernel feature called namespaces, boxxy accomplishes all of this without using symbolic links (symlinks), which are typically used all the time for ad hoc links between locations. But symlinks can make it difficult to understand where your files are, whether something has truly been backed up, and just how many chained links are sitting on top of one another. Boxxy is better.
Boxxy compartmentalizes all of this using a separate namespace for each configuration you create. A configuration can be as simple as a source target (such as ~/.tmux.conf
) and a destination rewrite (~/.config/tmux/tmux.conf
) with a mode setting of file
for simple file redirection, or directory
, which is the default. A context
can optionally be set so that a rule only applies to one location, so you can build a set of rules for different locations with the same configuration. With that out of the way, you need to launch or alias the command you want run with boxxy
, followed by the configuration name. Each command will think it is accessing resources from whatever path their developers have hard-coded into their executable while you're secretly redirecting input and output to a location of your choice. It's a brilliant way to clean up wayward configuration files, or a home directory cluttered with dozens of files from utilities that have no regard for Marie Kondo's tidying up philisophy.
Project Website
https://github.com/queer/boxxy
Terminal browser
Carbonyl
We've looked at several terminal-based web browsers over the years, and most can trace their origins back to when a terminal was a necessity rather than a choice, because desktops didn't exist. This meant their focus was on getting access to a website and allowing you to navigate without too much difficulty, rather than emulating a nonexistent desktop web browser. Those apps are still brilliant if you need to download a graphics driver in an emergency or search the web for instructions on resetting a broken Wayland session. But for accessing the modern JavaScript-ridden interactive web, they're less than ideal. Carbonyl, however, is a terminal web browser that takes the terminal experience to a whole new level. Its output is a mixture of desktop FFmpeg-to-ASCII conversion (our guess) with perfect text rendering for the parts of a web page you need to read. And it's amazing.
Installation is easy via npm, and there's a Docker image, too, for simple cloud deployments. The compatibility and rendering come from a hidden Chromium-based renderer, but the results are remarkable. Video previews play perfectly, drop-down text is rendered natively, and websites are almost as easy to navigate as they are on the desktop, especially if you're already familiar with them. Everything just works, from SSL-dependent email to interactive 3D through WebGL. It even runs through SSH at 60 frames per second and takes very few resources when sitting idle. Video and WebGL do challenge your CPU, however, and there are too few keyboard bindings to remove the need for a mouse, which seems incongruent with the command line. It's also missing an advert blocker. But these are all small issues in something that seems to single-handedly solve a decades-old problem and even make command-line web browsing preferable to the desktop for coolness and readability factors.
Project Website
Buy this article as PDF
(incl. VAT)
Buy Linux Magazine
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Support Our Work
Linux Magazine content is made possible with support from readers like you. Please consider contributing when you’ve found an article to be beneficial.
News
-
Gnome 48 Debuts New Audio Player
To date, the audio player found within the Gnome desktop has been meh at best, but with the upcoming release that all changes.
-
Plasma 6.3 Ready for Public Beta Testing
Plasma 6.3 will ship with KDE Gear 24.12.1 and KDE Frameworks 6.10, along with some new and exciting features.
-
Budgie 10.10 Scheduled for Q1 2025 with a Surprising Desktop Update
If Budgie is your desktop environment of choice, 2025 is going to be a great year for you.
-
Firefox 134 Offers Improvements for Linux Version
Fans of Linux and Firefox rejoice, as there's a new version available that includes some handy updates.
-
Serpent OS Arrives with a New Alpha Release
After months of silence, Ikey Doherty has released a new alpha for his Serpent OS.
-
HashiCorp Cofounder Unveils Ghostty, a Linux Terminal App
Ghostty is a new Linux terminal app that's fast, feature-rich, and offers a platform-native GUI while remaining cross-platform.
-
Fedora Asahi Remix 41 Available for Apple Silicon
If you have an Apple Silicon Mac and you're hoping to install Fedora, you're in luck because the latest release supports the M1 and M2 chips.
-
Systemd Fixes Bug While Facing New Challenger in GNU Shepherd
The systemd developers have fixed a really nasty bug amid the release of the new GNU Shepherd init system.
-
AlmaLinux 10.0 Beta Released
The AlmaLinux OS Foundation has announced the availability of AlmaLinux 10.0 Beta ("Purple Lion") for all supported devices with significant changes.
-
Gnome 47.2 Now Available
Gnome 47.2 is now available for general use but don't expect much in the way of newness, as this is all about improvements and bug fixes.