ChatGPT Desktop App – Unofficial open source OpenAI ChatGPT desktop app for Mac, Windows, and Linux menubar

Although I have considerable misgivings about trusting AI for anything at this point in time, given its propensity to occasionally just make up answers that are total bulls&!t and invent facts out of thin air, a lot of people are still playing with it, and this software could make it more convenient to do so. Note that I have not personally tested this, so install and use at your own risk.

OpenAI ChatGPT desktop app for Mac, Windows, & Linux menubar using Tauri & Rust (Sonny Lazuardi / GitHub)

How to Set Up Peer-to-Peer VPN with Tinc on Ubuntu 22.04

Tinc is free and open-source VPN software that can be used to create mesh VPN networks. It is a small and powerful VPN daemon that can be installed on multiple platforms. Tinc uses encryptions and tunneling for creating a secure private network between multiple hosts.

Tinc provides additional features such as encryption, compression, and automatic mesh routing. This allows you to create secure and distributed private networks between servers in different locations.

In this tutorial, you will set up a peer-to-peer VPN server with tinc using multiple Ubuntu 22.04 servers. You will set up a peer-to-peer VPN with three different servers. Each server will be able to connect via a secure VPN connection.

Source: How to Set Up Peer-to-Peer VPN with Tinc on Ubuntu 22.04 (Howtoforge)

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 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