FOSSPicks
TheSSS 21
TheSSS is a tiny Linux distribution that can be booted and run off live media. But it's not really like other tiny Linux distributions. Tiny distros have saved my system on more than one occasion, and, because they're tiny, they can usually fit on almost any sized storage medium and boot off all kinds of old hardware. TheSSS is tiny – clocking in as a 67MB ISO – but its size isn't particularly its main selling point. Its selling point is as a quick fix networking tool if you need something low powered and ephemeral to troubleshoot a network or privately connect to something across an insecure network.
When run, you login as root
with a password of root
and you then have quick access to several essential tools. SSH as a client and a server are both included and are running. FTP is enabled by typing ftpd start
, which is very useful for local ad hoc file transfers, and if you need better security, SFTP is included, too. Apache is even ready to run by typing HTTPD start
, and within moments you've got a local, read-only web server that will run on anything. There's even some help text, and a simple server
command gives you quick access to the various servers and facilities bundled on the ISO. Behind the scenes, there's a 4MLinux firewall that's using iptables to stop problematic network traffic, a Polipo-based proxy server, and an included Tor anonymizer service. This is a very neat package for such a small footprint, and I can see this having lots of uses, especially if you need quick and dirty network access without wanting to put your phone or your laptop into the firing line of local network conditions.
Project Website
Terminal multiplexor
mtm
One thing that's become essential in the midst of this command-line and terminal renaissance is a requirement to use what's known as a terminal multiplexor. This is a rather grandiose term to describe a tool that lets you easily run and control more than one terminal session at a time. Tmux is perhaps the most popular, although screen is installed by default on many distros. Both will let you split a view, move between terminal panes, and create and close new ones as needed. Both are widely used when connecting to remote servers, as they let you detach and resume to a terminal session whenever you connect over something like SSH. Tmux is generally the more advanced because it's easier to expand. There are plugins for saving sessions, navigating GitHub repositories, and saving layouts.
But, tmux gets to be quite processor intensive. This was one of the motivations behind the development of the GPU-accelerated terminal covered in the previous issue (Alacritty). But if you don't have a super powerful GPU handy, another option for faster terminal multiplexing is mtm: "Perhaps the smallest useful terminal multiplexer in the world." It's certainly small. The binary builds quicker than it takes to type make
, and it loads instantly. There's a different trigger shortcut to both tmux and screen (Ctrl+g), but it does the same thing. After pressing this, you can press another key to perform an action. The minimal nature of mtm means there are only four options: h
splits the terminal horizontally, v
splits vertically, w
removes a terminal, and /
redraws the terminal. This simplicity is a refreshing change from worrying about keyboard commands, and although it's never going to replace tmux, mtm is a great second option for older hardware or even IoT devices with limited capabilities.
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
-
Latest Cinnamon Desktop Releases with a Bold New Look
Just in time for the holidays, the developer of the Cinnamon desktop has shipped a new release to help spice up your eggnog with new features and a new look.
-
Armbian 24.11 Released with Expanded Hardware Support
If you've been waiting for Armbian to support OrangePi 5 Max and Radxa ROCK 5B+, the wait is over.
-
SUSE Renames Several Products for Better Name Recognition
SUSE has been a very powerful player in the European market, but it knows it must branch out to gain serious traction. Will a name change do the trick?
-
ESET Discovers New Linux Malware
WolfsBane is an all-in-one malware that has hit the Linux operating system and includes a dropper, a launcher, and a backdoor.
-
New Linux Kernel Patch Allows Forcing a CPU Mitigation
Even when CPU mitigations can consume precious CPU cycles, it might not be a bad idea to allow users to enable them, even if your machine isn't vulnerable.
-
Red Hat Enterprise Linux 9.5 Released
Notify your friends, loved ones, and colleagues that the latest version of RHEL is available with plenty of enhancements.
-
Linux Sees Massive Performance Increase from a Single Line of Code
With one line of code, Intel was able to increase the performance of the Linux kernel by 4,000 percent.
-
Fedora KDE Approved as an Official Spin
If you prefer the Plasma desktop environment and the Fedora distribution, you're in luck because there's now an official spin that is listed on the same level as the Fedora Workstation edition.
-
New Steam Client Ups the Ante for Linux
The latest release from Steam has some pretty cool tricks up its sleeve.
-
Gnome OS Transitioning Toward a General-Purpose Distro
If you're looking for the perfectly vanilla take on the Gnome desktop, Gnome OS might be for you.