Tool Tips
Tool Tips

© Lead Image © Kheng Ho Toh, 123RF.com
Tool tests on the fast track.
Fstools 20160322
Function: Useful script collection
Source: http://fex.belwue.de/fstools
License: GPLv2, Perl Artistic License
Alternatives: DK tools
Linux has a well-stocked toolbox with command-line tools for every imaginable scenario. Many admins combine them, write extensions, and create their own scripts for repetitive tasks. This is also how Framstag's Shell Tools (Fstools) arose, which programmer and admin Uli Horlacher compiled over the past two decades.
More than 200 shell and Perl scripts for various applications are included – from converting between number systems, file formats or fonts, to procmail extensions and statistical analysis. Other scripts determine the absolute path of a file and generate snapshots of files, if the filesystem supports this functionality. Alternatives to known command-line tools are also included.
The project page contains a complete overview of all the tools and brief function descriptions. Note that man pages do not exist, and the scripts contain hardly any comments. There is a rudimentary online help, however, via -h
.
(3 Stars) The Fstools contain interesting additions to the common shell tools. In terms of documentation, the developer is reticent – a look at the code can help and possibly provide inspiration for your own scripts.
SUP 1.1
Function: Working with root privileges
Source: https://git.devuan.org/jaromil/sup
License: LGPLv3
Alternatives: Sudo, Su
Linux admins can make use of a comprehensive system for assigning rights. You can selectively grant access to files or executables users or prevent this access. Using su
, sudo
, or the setuid
bit gives admins three approaches. SUP is a C program that seeks to establish itself as a fourth alternative, and promises more security thanks to checksums accompanied by a compact design.
The archive includes three files: sup.c
, sha256.c
, and config.h
. The latter accepts the admin's rules. You can define here, for every executable, a line with the UID, GID, the full path of the command, and optionally the checksum of the binary. Users who access a command in this way append it to a call to sup
.
The configuration is thus handled in the source code, meaning system administrators need to recompile SUP after each adjustment. This is quite cumbersome, because you need to call make
after each change.
(2 Stars) The idea is interesting, especially the extension for checking the checksums. However, it is quite time consuming to recompile the tool after every update. It is therefore not suitable for large-scale infrastructures.
MuPDF 1.8
Function: Simple PDF Viewer
Source: http://mupdf.com
License: AGPLv3
Alternatives: Xpdf, Evince
The PDF viewer MuPDF leaves a positive impression in part because of its low resource requirements. It cuts a fine figure not only on Linux or Windows desktops but also on Android and iOS devices.
On Linux, users call mupdf
along with the name of the file. Documents with password protection require the -p
option and password – a less than elegant solution because the password appears in the clear in the shell history. Also, MuPDF has only a few options. Besides the resolution and anti-aliasing, users can only define the font and window size. There is no configuration file, and MuPDF does not support links to internal or external addresses.
This lean approach is continued in the interface. There is no a menu or toolbar. Instead, users control the viewer with the keyboard. This means pressing the H, J, K, and L keys to navigate; pressing F switches to full-screen mode and / starts a search. The man page shows a list of all keyboard shortcuts.
(3 Stars) MuPDF 1.8 is fast – but users should not expect convenience. Older issues of the tools originally contained rudimentary functions for manipulating PDFs, which are missing in the current version.
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
-
SparkyLinux 6.6 Now Available for Installation
The Debian-based SparkyLinux has a new point release that retools the live USB desktop creator and other changes that give it shiny new-ness.
-
SparkyLinux 6.6 Now Available for Installation
The Debian-based SparkyLinux has a new point release that retools the live USB desktop creator and other changes that give it shiny new-ness.
-
Escuelas Linux 8.0 Now Available
Just in time for its 25th anniversary, the developers of Escuelas Linux have released the latest version.
-
LibreOffice 7.5 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.