Open source video captioning on Linux

In a perfect world, all videos would have transcripts, and live videos would have captioning. It’s not just a requirement for people without hearing to be able to participate in pop culture and video chats, it’s a luxury for people with hearing who just prefer to read what’s been said. Not all software has captioning built-in though, and some that does relies on third-party cloud services to function. Live Captions is an application for the Linux desktop that provides instant, local, and open source captioning for video.

Source: Open source video captioning on Linux | Opensource.com

How to manage multiple Time Machine backups on and off your Mac

Time Machine offers some options for retrieving files that aren’t obvious at first glance, with changes in Ventura.

Source: How to manage multiple Time Machine backups on and off your Mac | Macworld

Enable This Nautilus Setting to Move Files Faster on Ubuntu

This post won’t change your life but it might make moving files and folders a little quicker — though, no promises!

Source: Enable This Nautilus Setting to Move Files Faster on Ubuntu – OMG! Ubuntu!

How to find out if Raspberry PI Linux OS needs a reboot

Explains how to find out if Raspberry PI Linux OS needs a reboot to apply kernel updates using the CLI and Ansible methods.

Source: How to find out if Raspberry PI Linux OS needs a reboot – nixCraft

How to Schedule One-Time Jobs on Linux Using at

The cron command is a fantastic way to schedule repetitive tasks on Linux. But what if you want to run a particular command or script just once?

Source: How to Schedule One-Time Jobs on Linux Using at (MakeUseOf)

Manage Flatpak App Permissions Easily with Flatseal

If you make frequent use of Flatpak apps and want a user-friendly front-end for managing app permissions, check out Flatseal.

Source: Manage Flatpak App Permissions Easily with Flatseal – OMG! Linux

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

How to check the bash shell script is being run by root user or not

Explains how to check if a bash shell script is being run or executed by the root user account under Linux, macOS, Unix and BSD.

Source: How to check the bash shell script is being run by root user or not – nixCraft

How to use SCP to transfer files in the macOS Terminal

Secure Copy is a UNIX standard used to transfer files from one computer to another. He’s how to use the function in macOS, all via the Terminal window.

Source: How to use SCP to transfer files in the macOS Terminal | AppleInsider