git diff is used to show changes between various git data sources. It supports a total of 4 diff algorithms, namely myers, minimal, patience, and histogram. In this post, I give my take on when eac…
How to Check a Linux Laptop’s Battery From the Command Line
Laptop computers let you work where ever you want. Well, just so long as there is life in your laptop’s battery. Here’s how to check your battery on the Linux command line.
In this post, I'll try to explain the syntax and use of an URL and the difference between URI, URL, URN, and URC.
URL explained #
This will be our example for this post:
https://username:password@www
SELinux is the most popular Linux Security Module used to isolate and protect system components from one another. Learn about different access control systems and Linux security as I introduce the foundations of a popular type system.
tree: list contents of directories in a tree-like format. - Linux Manuals (1)
Tree is a recursive directory listing program that produces a depth indented listing of files, which is colorized ala dircolors if the LS_COLORS environment variable
Arm SystemReady SR-compliant SOAFEE reference development platform based on Ampere Altra SoC consisting of COM-HPC-ALT Server type module with Ampere Altra 32/64/80 core SoC, COM-HPC Server type carrier board, 32/64/128GB DDR4 memory (optional) and 128GB NVMe storage, liquid cooling system (optional) and 750W PSU
How to Create Network Bonding and Bridging in Ubuntu
In this article, we will cover the fundamentals of networking bridging and bonding, and how you can configure bridge and bonding interfaces on a Ubuntu system.
Containers, large language models (LLMs), and GPUs provide a foundation for developers to build services for what Nvidia CEO Jensen Huang describes as an "AI Factory."
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…