Skip to main content

GNU nano Got A Whopping 8 Updates In 2019

gnu nano screenshot

GNU nano is a replacement for the Pico text editor which was part of the Pine email suite from The University of Washington.

According to the GNU nano FAQ, Richard Stallmann added nano to the offical GNU program catalogue in February 2001.

And even eighteen years later, GNU nano still receives updates.

Beginning in March 2019, the developers added more features, squashed more bugs, and cleaned up documentation, coming to a total of eight releases in this year alone.

GNU nano 4.0 "Thy Rope of Sands" (March 2019)

GNU nano 4.1 "Qué corchos será eso?" (April 2019)

GNU nano 4.2 "Tax the rich, pay the teachers" (April 2019)

GNU nano 4.3 "Musa Kart" (June 2019)

GNU nano 4.4 "Hagelslag" (August 2019)

GNU nano 4.5 "Košice" (October 2019)

GNU nano 4.6 "And don't you eat that yellow snow" (November 2019)

GNU nano 4.7 "Havikskruid" (December 2019)

Giving releases the weirdest names is tradition and it's refreshing. There are countless new functional additions to this useful terminal text editor, too many to list them here. The GNU nano news site contains all the details.

It's amazing how simple and feature-complete software still gets meaningful updates and the appropriate attention from distribution maintainers as well. It's a standard tool for many if not most system administrators in the UNIX/Linux realm. I certainly use it daily and I'm impressed by the continous great quality. This is a text editor that has never let me down. Ever.

It can be used to edit config files without starting up a desktop environment, or it can replace a full-fledged office suite for, well, just writing without distractions.

I wrote another short article about GNU nano replacing all the other sophisticated writing software at my disposal; whenever I want to just write, I choose nano.

Popular posts from this blog

Boost Your Debian / Ubuntu Performance With The XanMod Kernel

If you haven't been a Linux user for a long time, you're probably on Ubuntu or any of the other "standard" Debian derivatives (Xubuntu, Kubuntu, or even Devuan). The standard kernel that ships with the LTS variants of Ubuntu operating systems is not optimized for performance but rather for compatibility. If you want to get more out of your hardware, it's recommended to install an optimized kernel for that purpose. There are several alternatives to the mainline kernel. The XanMod Kernel is one of these alternatives and relatively easy to install on your own Ubuntu / Debian machine. You can learn more about the XanMod Kernel here: https://xanmod.org The latest release by the XanMod developer team includes the following changes : - Preemptive Full Tickless Kernel at 500Hz w/ Tuned CPU Core Scheduler. - Tuned Multi-Queue Block Layer w/ Low-Latency BFQ I/O Scheduler. - Caching, Virtual Memory Manager and CPU Governor improvements. - RCU Boost for bett...

Intel considering CPU undervolting driver for Linux

Windows users have it easy. The XTU (Intel Extreme Tuning Utility) allows laptop users to undervolt their laptop processors. On Linux, you have to rely on either a good fan setup in your notebook, or on intel-undervolt , the unofficial undervolting project. It seems like Intel is considering to implement their own Kernel driver solution for undervolting Intel CPUs in laptops. See this Kernel mailing list:  https://lore.kernel.org/lkml/20200907094843.1949-1-Jason@zx2c4.com/T/#u There is some discussion going on about the undocumented MSR and if it should be permitted to play around with it for the sake of cooler laptop CPUs. Most developers seem to agree that it would be indeed a good idea to implement CPU undervolting on the Kernel level. Intel needs to provide better documentation of their CPU features, including MSR. Since Intel has a huge team of open source developers on their payroll, the development of a new Intel undervolting solution for Linux users seems to be very likely ...

NetBSD 9.1 Released With X11 Fixes

On October 18th, NetBSD 9.1 was released. A few of the highlights included in the latest NetBSD upgrade are listed below: Parallelized disk encryption with cgd(4) Added support for Xen 4.13 Added support for more hardware RNGs in the entropy subsystem Various reliability fixes and improvements for ZFS X11 improvements, default window manager switched to ctwm(1) Improved framebuffer console performance on amd64 Various instances of kernel memory corruption and information leakage were fixed Many other miscellaneous bug fixes, and additions to existing device drivers see the full changelog here NetBSD 9.1 was released on the same day as OpenBSD 6.8 , giving BSD users an interesting choice between two very stable operating systems based on a BSD Kernel. The last update before 9.1 was NetBSD 9.0 in February 2020. NetBSD is known to support dozens of different host machines and architectures. The following are probably the most no...