Shell Genie – a command-line tool that lets you interact with the terminal in plain English

Shell Genie

Your wishes are my commands.

Shell Genie is a command-line tool that lets you interact with the terminal in plain English. You ask the genie what you want to do and it will give you the command you need.

System must have Python 3.10 or higher installed.

Shell Genie – Your wishes are my commands (GitHub)

Videos show how to use Shell Genie:


An article on Shell Genie:

Convert Plain English To Commands Using GPT-3 Powered Shell Genie (Linux Uprising)

How to Set Up Local DNS Resolver with Unbound on Ubuntu 22.04

Unbound is free and open-source DNS server software that can be used for validating, recursive, and caching DNS resolvers. It’s a feature-rich DNS server that supports DNS-over-TLS (DoT), DNS-over-HTTPS (DoH), Query Name Minimisation, the Aggressive Use of DNSSEC-Validated Cache, and support for authority zones. Unbound is focused on the privacy and security of DNS, but without sacrificing the speed and performance.

Source: How to Set Up Local DNS Resolver with Unbound on Ubuntu 22.04 – Howtoforge