Tool tests on the fast track
FPING 3.5
Powerful Ping alternative
Source: http://fping.org
License: GPL
Alternatives: Ping
Fping sends ICMP packets to a computer and evaluates the response times. Because the tool relies on raw sockets, it requires root privileges. If you want IPv6 support, you need to enable this when compiling the source code. The executable is then named fping6
rather than fping
.
Unlike legacy Ping, the Fping can ping several systems at the same time, either by typing the addresses in manually or by passing them in as a file with the -f
parameter. To test all computers on a subnet, -g
expects the network address and subnet mask as options. A combination of -a
and -q
tells Fping to show you only the accessible systems and hide the error messages from unreachable hosts.
Just like Ping, Fping sends 56-byte data packets. The -b
optin tells the program to reduce packet size to 12 bytes or increase it to 64KB. If you prefer to see the name of the target computer instead of the IP addresses in the output, you can enable DNS lookup with -d
.
Fping does not wait for a response or a timeout after sending an ICMP packet; rather, it uses a round-robin approach and moves directly to the next host. Once the tool has received a response, it removes the host from the list and generates output. By default, it tries to reach a system three times, but -r
lets you increase the number of attempts. The -l
parameter enables an infinite loop; -s
shows a statistical evaluation.
Fping not only pings multiple hosts simultaneously, it outputs extra details.
LNAV 0.5.0
Logfile Navigator
Source: http://tstack.github.io/lnav
License: BSD revised
Alternatives: MultiTail
If you need to check logfiles on a large-scale server for specific entries, it is often hard to see the forest for the trees. LNAV helps you thin out the information thicket. The curses-based tool prepares the contents of logfiles and highlights timestamps, log levels, and other messages. It understands and analyzes /var/log/syslog
, Apache access logs, Strace, and other protocols that include timestamps.
LNAV color highlights important information. For example, it marks warnings in yellow and errors in red. The highlight
command followed by a search pattern lets you highlight other entries. You cannot specify the color, however; LNAV chooses the colors itself and changes its choice each time you call it. Filters and search functions help sort the information. The use of regular expressions is possible.
SQL statements can also be used to sort the output. LNAV uses the virtual table function in SQLite 3 to produce rudimentary tables, and you can create your own tables, if needed. Examples using SQL, a collection of integrated LNAV commands, and keyboard shortcuts are available from online help; typing ?
displays the help on your screen. The developers have based the shortcuts on common tools. For example, a slash (/
) introduces a text search; a colon (:
) changes to command mode, and a semicolon (;
) changes to SQL mode.
LNAV lives up to its name and helps users navigate logfiles. The tool thus facilitates logfile analysis and evaluation. Sophisticated filtering and search capabilities round out the package.
TOMB 1.4
Creating Encrypted File Containers
Source: http://www.dyne.org/software/tomb
License: GPLv3
Alternatives: Cryptmount, TrueCrypt
Tomb creates and manages encrypted containers in the shell. The tool does not use its own algorithms to do this but acts as a wrapper for proven tools such as cryptsetup, dd
, and mkfs
. Tomb also requires the Z shell. Some commands require root privileges.
Users can create containers in three steps. First, you can call Tomb with the dig
parameter to create the container. Options are available for defining the size in megabytes and the name. Second, entering forge
generates a keyfile that contains the encryption password. Finally, the lock
parameter initializes the container file and locks it with the generated key.
Earlier versions of Tomb also supported the create
parameter, which automates all three phases. Although the current version still supports the command, the help and man pages no longer mention it.
The open
command lets users open Tomb containers, specifying any additional mount options after -o
. By default, the tool mounts the container below /media
. The list
parameter helps determine which containers are currently open.
Other commands, such as index
or search
, will index all the data in a specified container, thus enabling searching. More information and application examples are provided by the man page.
Tomb generates encrypted containers in a few steps at the command line and mounts them on the filesystem.
« Previous 1 2
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.