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
-
First Release Candidate for Linux Kernel 6.14 Now Available
Linus Torvalds has officially released the first release candidate for kernel 6.14 and it includes over 500,000 lines of modified code, making for a small release.
-
System76 Refreshes Meerkat Mini PC
If you're looking for a small form factor PC powered by Linux, System76 has exactly what you need in the Meerkat mini PC.
-
Gnome 48 Alpha Ready for Testing
The latest Gnome desktop alpha is now available with plenty of new features and improvements.
-
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.