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
A pattern I really like for zero-downtime deploys is the ability to "pause" HTTP traffic at the load balancer, such that incoming requests from browsers appear to take a few extra seconds to return, but under the hood they've actually been held in a queue while a backend server is swapped out or upgraded in some way.
In this easy-to-follow guide, we will discuss how to create a file in Linux from the command line using echo, touch, tee, cat, and redirection operators.
In this topic, we will first look at what an IP address is, the differences between Ipv4 and IPv6 and configure IPV4 and IPv6 addresses on a Linux system.
The newly released Debian 12 offers numerous benefits, including updated software packages, enhanced security, improved hardware support, and new features.