If you own a Flipper Zero and want to track its location using Apple’s FindMy network, FindMyFlipper is a great way to do it. It turns your Flipper into an AirTag-like device, broadcasting BLE (Bluetooth Low Energy) beacons that are picked up by any nearby iPhone and relayed to Apple’s servers – all without Apple knowing it’s not a real AirTag.
A quick tips on how to fix Kubernetes pod when it fails with CreateContainerError status followed with “Error: failed to reserve container name … is reserved for …” described status by kubelet.
After upgrading to a Premium SimpleLogin.io account, I needed to migrate about 200 email aliases from a different provider. There’s no built-in bulk alias creation feature in SimpleLogin’s UI, and the CSV import was reported as unreliable by multiple users. So I wrote a simple Bash script that automates the whole process via the SimpleLogin API.
If you need to export all available Windows Event Logs, especially in the Windows Server Core edition (without GUI), you can utilize this PowerShell script:
In order to redirect the EKS AWS ALB Ingress host you can use alb.ingress.kubernetes.io/actions annotation to do its job to redirect ALB Listener rule from artifactory.domain.com to artifactory-new.domain.com
You may face issue when your clock is not synchronized properly and you’re not able to re-sync time. Example: timestamps differ by 367 seconds - check your system clock
If WiFiman worked and does not work anymore after the firmware upgrade or by a time you need to generate new java certificate.
If you will experience following error codes:
curl: (35) schannel: failed to receive handshake, SSL/TLS connection failed
Process exited with code 35
Error code: -2146233088
In most cases your machine can’t check CRL (Certificate Revocation List) or AIA Extension (Authority Information Access) servers.
If you will ever need to change serviceSubnet CIDR range (e.g. Kubernetes pod-network-cidr and service-cidr can’t overlap with intranet network ranges) here is how to proceed:
c5d EC2 instances have internal NVMe storage. To use the advantage of NVMe internal disks in the terraform-aws-eks module as a Launch Template for the Autoscaler Groups the support was added in the following PRs: