System & Network Admin

System & Network Admin

2075 bookmarks
Custom sorting
A Review of Warp, Another Rust-Based Terminal
A Review of Warp, Another Rust-Based Terminal
Warp gives you the kind of IDE on your command line that you often assumed you would have, but you've never really had.
·thenewstack.io·
A Review of Warp, Another Rust-Based Terminal
How to Share Data between 2 Docker Containers
How to Share Data between 2 Docker Containers
Imagine you could deploy multiple containers that all use the same data. With a bit of imagination, the sky's the limit for what you can do.
·thenewstack.io·
How to Share Data between 2 Docker Containers
Make a Flight Tracker with PyPortal
Make a Flight Tracker with PyPortal
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…
·blog.adafruit.com·
Make a Flight Tracker with PyPortal
An improved kiosk operating system
An improved kiosk operating system
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 …
·blog.adafruit.com·
An improved kiosk operating system
no route to host when mounting CIFS share
no route to host when mounting CIFS share
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,
·askubuntu.com·
no route to host when mounting CIFS share
Adding custom metadata tags to mp4
Adding custom metadata tags to mp4
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...
·superuser.com·
Adding custom metadata tags to mp4
How to add new — and non-defined — metadata to an MP4 file?
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...
·superuser.com·
How to add new — and non-defined — metadata to an MP4 file?
Learn jq the Hard Way,Part III: Filters
Learn jq the Hard Way,Part III: Filters
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.…
·zwischenzugs.com·
Learn jq the Hard Way,Part III: Filters
Learn jq the Hard Way, Part II: The jq Command
Learn jq the Hard Way, Part II: The jq Command
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…
·zwischenzugs.com·
Learn jq the Hard Way, Part II: The jq Command
Learn jq the Hard Way, Part I: JSON
Learn jq the Hard Way, Part I: JSON
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…
·zwischenzugs.com·
Learn jq the Hard Way, Part I: JSON
Unix Time Stamp - Epoch Converter
Unix Time Stamp - Epoch Converter
Epoch and unix timestamp converter for developers. Date and time function syntax reference for various programming languages.
·unixtimestamp.com·
Unix Time Stamp - Epoch Converter
UNIX vs Linux: How Are They Different? - Make Tech Easier
UNIX vs Linux: How Are They Different? - Make Tech Easier
UNIX and Linux are two closely-linked operating systems that have defined modern-day computing. Learn what makes each of them unique today.
·maketecheasier.com·
UNIX vs Linux: How Are They Different? - Make Tech Easier
22 Useful Terminal Emulators for Linux Desktop
22 Useful Terminal Emulators for Linux Desktop
In this article, you will learn the list of best terminal emulators available for Linux, along with screenshots and installation instructions.
·tecmint.com·
22 Useful Terminal Emulators for Linux Desktop
5 Best Tools to Find and Delete Duplicate Files in Linux
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.
·tecmint.com·
5 Best Tools to Find and Delete Duplicate Files in Linux
Routing public IPv6 addresses to your lxc/lxd containers - TechOverflow
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 →
·techoverflow.net·
Routing public IPv6 addresses to your lxc/lxd containers - TechOverflow
Pi-hole on Raspberry Pi with IPv6
Pi-hole on Raspberry Pi with IPv6
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.
·arif.co·
Pi-hole on Raspberry Pi with IPv6
Two Things You Should Know About Logrotate Behavior in Linux
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
·engineerworkshop.com·
Two Things You Should Know About Logrotate Behavior in Linux