Tool tests on the fast track
Tool Tips
We review htop 2.0.1, Metastore 1.1.0, fgallery 1.8.1, UniversalCodeGrep 0.2.1, hping 3.0.0, and NitroShare 0.3.1.
htop 2.0.1
Function: Clear-cut process manager
Source: http://hisham.hm/htop
License: GPLv2
Alternatives: Top, ps
Many admins turn to Top to monitor the usage of their computers. The classic tool presents a dynamic view of the processes running on your system and the resources needed. Htop, which made a giant leap from version 1.0.3 to 2.0.0 in early February and has since published the first bugfix release 2.0.1, proves to be a good alternative. The ncurses interface not only allows horizontal and vertical scrolling but also lets users manipulate processes by pressing function keys.
The developers added a few more interesting new features to the tool. Htop is now platform independent and thus is available not only for Linux but also for FreeBSD, OpenBSD, and OS X. Also, the tool relies on ncurses 6, which supports scrolling with the mouse wheel. You can install from the sources on systems that use the older ncurses version 5, but mouse wheel support does not work in this case.
(5 Stars) The new release, finally available after a wait of more than four years, is a huge success for the htop developers. Not only will it satisfy system administrators on Linux machines, but finally also BSD and OS X users, too.
Metastore 1.1.0
Function: Metadata store files
Source: https://github.com/przemoc/metastore
License: GPLv2
Alternatives: None
Because the git
versioning tool does not cover all metadata for files, directories, and links, resourceful developers wrote a tool to handle these tasks: metastore
stores information in separate files. Users call the tool with the -s
option and pass in the path to the source. The results end up in the .metadata
file in the current folder.
By default, Metastore is restricted to details of the owner, group, access privileges, and extended attributes (xattr
). If you want to cover the last modification time, you need to add -m
to the command line. The -c
parameter tells Metastore to compare the stored information with the current version of the data and output any changes to the standard output. The -a
option lets users reset the metadata. To cover removed or empty directories, you would add -e
.
(4 Stars) Metastore does a great job, not only in Git repositories but also in providing rudimentary protection against intruders, as well as in archives in which the tool ensures that all metadata match after unpacking on the target system.
fgallery 1.8.1
Function: Create simple web galleries
Source: https://www.thregr.org/~wavexx/software/fgallery
License: GPLv2
Alternatives: booh, AGG
If you want to show your holiday snaps outside of Facebook, Flickr, and other services on the web and have your own web space, your best bet is a photo album generator. Many solutions rely on dynamic content and therefore require a database back end. For a more resource-friendly approach, try fgallery
: All it needs to open an exhibition is ImageMagick, the JSON:PP
Perl module, and exiftran
.
The Perl script does not just ensure the correct orientation of the images, it also sorts them in chronological order and by timestamp. Fgallery also scales the thumbnails. Their image quality (default: 90 percent) is defined by the --quality
parameter. If the collection contains many portraits, -f
can optimize thumbnail cropping. Optionally, you can use -j
to parallelize the process of creating snapshots. The result is a static gallery that contains some JavaScript elements for navigation.
(3 Stars) Fgallery is fast, its use is intuitive, and the results are okay, but users who want a more sophisticated design, a more complex preview, or embedded videos might want to look for an alternative.
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
-
Wine 10 Includes Plenty to Excite Users
With its latest release, Wine has the usual crop of bug fixes and improvements, along with some exciting new features.
-
Linux Kernel 6.13 Offers Improvements for AMD/Apple Users
The latest Linux kernel is now available, and it includes plenty of improvements, especially for those who use AMD or Apple-based systems.
-
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.