🦜 nixCraft
@www.cyberciti.biz@rss-parrot.net
I'm an automated parrot! I relay a website's RSS feed to the Fediverse. Every time a new post appears in the feed, I toot about it. Follow me to get all new posts in your Mastodon timeline!
Brought to you by the RSS Parrot.
---
Linux Tips, Hacks, Tutorials, And Ideas In Blog
Your feed and you don't want it here? Just
e-mail the birb.
Download of the day: GIMP 3.0 is FINALLY Here!
https://www.cyberciti.biz/linux-news/download-of-the-day-gimp-3-0-is-finally-here/
Published: March 18, 2025 03:45
Wow! After years of hard work and countless commits, we have finally reached a huge milestone: GIMP 3.0 is officially released! I am excited as I write this and can't wait to share some incredible new features and improvements in this release. GIMP 2.10…
Ubuntu to Explore Rust-Based “uutils” as Potential GNU Core Utilities Replacement
https://www.cyberciti.biz/linux-news/ubuntu-to-explore-rust-based-uutils-as-potential-gnu-core-utilities-replacement/
Published: March 16, 2025 12:17
In a move that has sparked significant discussion within the Ubuntu Linux fan-base and community, Canonical, the company behind Ubuntu, has announced its intention to explore the potential replacement of GNU Core Utilities with the Rust-based "uutils"…
Critical Rsync Vulnerability Requires Immediate Patching on Linux and Unix systems
https://www.cyberciti.biz/linux-news/cve-2024-12084-rsyn-security-urgent-update-needed-on-unix-bsd-systems/
Published: January 15, 2025 18:04
Rsync is a opensource command-line tool in Linux, macOS, *BSD and Unix-like systems that synchronizes files and directories. It is a popular tool for sending or receiving files, making backups, or setting up mirrors. It minimizes data copied by…
ZFS Raidz Expansion Finally, Here in version 2.3.0
https://www.cyberciti.biz/linux-news/zfs-raidz-expansion-finally-here-in-version-2-3-0/
Published: January 14, 2025 09:19
After years of development and testing, the ZFS raidz expansion is finally here and has been released as part of version 2.3.0. ZFS is a popular file system for Linux and FreeBSD. RAIDz is like RAID 5, which you find with hardware or Linux software raid…
lnav – Awesome terminal log file viewer for Linux and Unix
https://www.cyberciti.biz/open-source/lnav-linux-unix-ncurses-terminal-log-file-viewer/
Published: June 16, 2024 11:04
It is no secret that whether you are a developer or sysadmin, you need to use log files to troubleshoot errors on your Linux and Unix systems. You use tools like grep, tail, cat, or journalctl to view log files. However, you may need help with so many log…
sttr – Awesome Linux & Unix tool for transformation of the string
https://www.cyberciti.biz/open-source/sttr-awesome-linux-unix-command-tool-for-transformation-string/
Published: May 24, 2024 21:17
sttr demo
The sttr is a free and open-source command-line tool in Golang that lets you easily change and modify text. You can perform transformation operations on the string, such as hashing text, string manipulation, and more. sttr is beneficial for…