Bob Hammell used a PyPortal to build a flight tracker that displays real-time flight data. Here’s more from Hackster.io: The script begins by first displaying an OpenSky splash image which is…
AnotterKiosk by GitHub user Manawyrm is “Another kiosk browser OS? Yes, this one is a little bit opinionated” The author ran several similar setups in production for years and has seen …
We have two ubuntu machines running docker + kubernetes and they need to access a windows share.
The first one is setup in /etc/fstab :
//dfs/Archive01 /mnt/dfs cifs rw,cred=/etc/cifspasswd,forceuid,
I have modified the sound track of a 360 video using openshot.
The output has lost the 360 metadata tags. I am trying to use ffmpeg to replace them with the following command
ffmpeg.exe -i input.m...
How to add new — and non-defined — metadata to an MP4 file?
I have been trying to understand how to add some additional metadata to a MP4 file. I understand how to add metadata, like this:
ffmpeg -i bb.mp4 -metadata title="my title" bb2.mp4
But w...
Other Posts Part I – JSON, Objects and Arrays Part II – The jq Command Part IV (upcoming) Simple Filters In this section we introduce the most-frequently used feature of jq: the filter.…
Other Posts Part I – JSON, Objects and Arrays Part III – Filters jq This section introduces you to the jq command, starting with the simplest possible commands as well as a brief look a…
Other Posts Part II – The jq Command Part III – Filters Introduction This jq series has been written to help users to get to a deeper understanding and proficiency in jq. It doesn’t aim…
5 Best Tools to Find and Delete Duplicate Files in Linux
Learn how to find and delete duplicate files in Linux using rdfind, fdupes, and rmlint command line tools, as well as using GUI tools DupeGuru and FSlint.
Routing public IPv6 addresses to your lxc/lxd containers - TechOverflow
The enormous amount of IPv6 addresses available to most commercially hosted VPS / root servers with a public IPv6 prefix allows you to route a public IPv6 address to every container that is running on your server. This tutorial shows you how to do that, even if you have no prior experience with routing, StepContinue reading →
I’ve had a Raspberry Pi 4B sitting in my cabinet for a few months now. I dusted it off and realized that the SD card was busted. Got a replacement 64GB U3 A2 card and got it up and running with Ubuntu server. The primary intended use was to run docker with DB containers that I use for my side projects such as Postgres/MySQL/MongoDB.
My current home network consists of several routers for WiFi reachability.
Fixing IPv6 Router Advertisements on the UDM Pro – Hopefully Helpful Hints // Mike J McGuire
I recently bought a UniFi Dream Machine Pro to replace the Cisco router used for my home internet (and inter-VLAN routing) function. I’ve really enjoyed using the UniFi wireless and switching…
Two Things You Should Know About Logrotate Behavior in Linux
While developing a logrotate configuration for the Ghost CMS system, I learned some things about the behavior of logrotate that I wanted to make note of:
1) Creating a new log file with the create directive is often unnecessary
I didn't need to create a new logfile with create 644