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
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
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
-
Armbian 23.05 is Now Available
Based on Debian 12, the latest version of the ARM/RISC-V distribution is now available to download and install.
-
Linux Mint Finally Receiving Support for Gestures
If you use the Linux Mint Cinnamon desktop, you'll be thrilled to know that 21.2 is getting support for gestures on touchscreen devices and touchpads.
-
An All-Snap Version of Ubuntu is In The Works
Along with the standard deb version of the open-source operating system, Canonical will release an-all snap version.
-
Mageia 9 Beta 2 Ready for Testing
The latest beta of the popular Mageia distribution now includes the latest kernel and plenty of updated applications.
-
KDE Plasma 6 Looks to Bring Basic HDR Support
The KWin piece of KDE Plasma now has HDR support and color management geared for the 6.0 release.
-
Bodhi Linux 7.0 Beta Ready for Testing
The latest iteration of the Bohdi Linux distribution is now available for those who want to experience what's in store and for testing purposes.
-
Changes Coming to Ubuntu PPA Usage
The way you manage Personal Package Archives will be changing with the release of Ubuntu 23.10.
-
AlmaLinux 9.2 Now Available for Download
AlmaLinux has been released and provides a free alternative to upstream Red Hat Enterprise Linux.
-
An Immutable Version of Fedora Is Under Consideration
For anyone who's a fan of using immutable versions of Linux, the Fedora team is currently considering adding a new spin called Fedora Onyx.
-
New Release of Br OS Includes ChatGPT Integration
Br OS 23.04 is now available and is geared specifically toward web content creation.