Tool Tips
Tool Tips
Tool tests on the fast track
Term-Highlight 1.8.1
Function: Highlight patterns in terminal
Source: http://sourceforge.net/projects/hlterm
License: GPLv2
Alternatives: Grep, Supercat
Term Highlight – the name really says it all: The Perl script hl
searches through text files for search patterns and color highlights the matches. If so desired, it will work like Grep and just output the lines with the matches. Optionally, Term Highlight can ignore the case and work recursively. The tool also understands regular expressions.
When defining the highlighting options and the search pattern, users can define the foreground and background color. The script reads from standard output or searches through files and directories explicitly specified by the user after the -
sign.
User can store frequently needed highlighting in snippets in the ~/.hlrc
configuration file. The unique designator is followed by the highlighting options and search patterns. After defining a snippet, you can enable it later on in the global call options following -s
.
(3 Stars) Using the tool is easy but not always intuitive. If users forget the hyphen in front of the file list, hl
just ignores the list. It is also somewhat unfortunate that the -b
parameter has a different meaning in the global options and highlight options.
BashBurn 3.1.0
Function: Burn CDs and DVDs at the command line
Source: http://bashburn.dose.se
License: GPLv2
Alternatives: Growisofs, Cdrecord
If you do not have a graphical burning tool, or you just prefer to use the shell, you will find a practical helper in the form of BashBurn. The shell script acts as a front end for tools like mkisofs
, cdrecord
, growisofs
, cdparanoia
, and others. It burns data CDs and DVDs, as well as music CDs and images; rips audio CDs; converts NRG files from the Nero application into standard ISO files; and much more.
When launched, the program comes up with a simple menu. You can use the program settings to define where the tool stores temporary files and set optional parameters for the underlying console tools.
The Data section contains entries for copying media or burning files and directories to disk, creating ISO images, burning existing images, and so on. The Audio section contains entries for copying CDs. You also have the option of converting WAV files to MP3, Ogg Vorbis, or FLAC; ripping a CD; or burning play lists.
(5 Stars) In terms of the feature scope, BashBurn can easily keep up with graphical burning tools. The shell script also does a good job when you need to work on a remote system.
Nikola 7.7.2
Function: Generate static websites
Source: https://getnikola.com
License: MIT
Alternatives: Jekyll, Hyde, Pelican
For security or performance reasons, many users rely on static content for their websites. Nikola provides support. The tool, written in Python, creates attractive pages, including links, site maps, RSS feeds, and more. It can also import content from platforms like WordPress, Tumblr, or Blogger. Nikola works with Python 2.7 and 3.3, but it needs many additional libraries despite the lean codebase. The developers recommend installing via the Python package manager pip
.
To design a new website, you run nikola init
and follow the wizard. You are prompted to provide details on the title, language, time zone, and the like. Then, you fill the framework with content. Options such as new_page
or new_post
help you do so. The -e
switch launches the text editor defined in $EDITOR
.
When done, type nikola build
to compile, and deploy
to publish the page. If you want to test your work locally in the browser before going live, you can launch the integrated web server by typing serve
. Other useful options include github_deploy
(uploads to GitHub), status
(shows you when the content was last published), and orphans
(finds orphaned pages).
(5 Stars) Nikola is a very powerful tool. The project website offers a number of extensions and themes, and the comprehensive documentation leaves no questions unanswered.
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.