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
Direct Download
Read full article as PDF:
Price $2.95
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Find SysAdmin Jobs
News
-
LibreOffice 7.5 has Arrived and is Loaded with New Features and Improvements
The favorite office suite of the Linux community has a new release that includes some visual refreshing and new features across all modules.
-
The Next Major Release of Elementary OS Has Arrived
It's been over a year since the developers of elementary OS released version 6.1 (Jólnir) but they've finally made their latest release (Horus) available with a renewed focus on the user.
-
KDE Plasma 5.27 Beta Is Ready for Testing
The latest beta iteration of the KDE Plasma desktop is now available and includes some important additions and fixes.
-
Netrunner OS 23 Is Now Available
The latest version of this Linux distribution is now based on Debian Bullseye and is ready for installation and finally hits the KDE 5.20 branch of the desktop.
-
New Linux Distribution Built for Gamers
With a Gnome desktop that offers different layouts and a custom kernel, PikaOS is a great option for gamers of all types.
-
System76 Beefs Up Popular Pangolin Laptop
The darling of open-source-powered laptops and desktops will soon drop a new AMD Ryzen 7-powered version of their popular Pangolin laptop.
-
Nobara Project Is a Modified Version of Fedora with User-Friendly Fixes
If you're looking for a version of Fedora that includes third-party and proprietary packages, look no further than the Nobara Project.
-
Gnome 44 Now Has a Release Date
Gnome 44 will be officially released on March 22, 2023.
-
Nitrux 2.6 Available with Kernel 6.1 and a Major Change
The developers of Nitrux have officially released version 2.6 of their Linux distribution with plenty of new features to excite users.
-
Vanilla OS Initial Release Is Now Available
A stock GNOME experience with on-demand immutability finally sees its first production release.