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.
How To Automount File Systems on Linux - LinuxBabe
Today I’m going to show you how to automatically mount a drive at boot time in Linux. My laptop has one SSD and one mechanical drive. I install operating systems on SSD and store files on the mechanical drive. So oftentimes I need to mount the mechanical drive in the file manager manually to access…
Using the Lesser Known File Tagging Feature in KDE's Dolphin File Manager
Dolphin is the default file manager of the KDE Plasma Desktop Environment. It is considered as one of the most comprehensive and feature-rich file managers available for Linux distributions.
Yes. It has tons of features and you may not be aware of all of them. One such feature is file
Automatically keep a secondary repo in sync with a primary repo?
We have a two tier setup.
We have a primary repository (called 'primary' below).
And a secondary repository (called 'secondary' below) that was created like so:
$ git clone --bare --shared $REPO_A/
10 Useful Commands to Collect System and Hardware Information in Linux
It is always a good practice to know the hardware components of your Linux system is running on, this helps you to deal with compatibility issues when it comes to installing packages, drivers on your system.
Enhance Kubernetes Scheduling for GPU-Heavy Apps with Node Templates
Kubernetes' preferred methods of scheduling workloads are not cost-effective for those jobs requiring expensive GPUs. Here's a better way to run these jobs.