The snow had been falling steadily since before dawn, a thick blanket of white that muffled the usual sounds of the city and turned everything into something softer, kinder. Elena adjusted her scarf, pulling it tighter around her neck as she trudged through the accumulation that had already reached her ankles. Her boots made that…
Read ArticleCategory: Allgemein
Interactively merge 2 different files unter Linux
Every Linux sysadmin knows the pain: You update a package, and suddenly you have a
|
1 |
.rpmnew |
,
|
1 |
.pacnew |
, or
|
1 |
.conf.default |
file sitting next to your carefully tuned configuration. Do you keep your old file? Do you overwrite it with the new defaults? Don’t just copy-paste! Here are the three best ways to interactively merge these files,…
Read ArticleHigh-Availability Kubernetes on Hetzner with Talos 1.12
Stop Overpaying for Cloud: High-Availability Kubernetes on Hetzner with Talos 1.12 If you are running production workloads like Mastodon, Odoo, or a fleet of WordPress sites, you might think you need to stick with the major hyperscalers. However, you don’t need to burn money on AWS or Google Cloud just to get reliability. In fact,…
Read Article10 Best Open Source CMS Platforms
Choosing the best open source CMS (content management system) can determine how fast you ship new pages, how secure your site is, and how easily you can grow from a simple blog into a full digital platform. In this guide, you will discover ten of the most established and actively developed open source CMS platforms…
Read ArticleWorkaround for installing Windows 11 without the online account requirement
At the first setup screen instead of answering any of the questions press Shift + F10 CMD will open Type these commands line by line and hit enter after each line. Replace Username with your desired username. Beware case sensibility. defaultUser0 must be written exactly like this
|
1 2 3 4 5 6 7 |
net user Username /add net localgroup administrators Username /add net user Username /active:yes net user Username /expires:never net user administrator /active:no net user defaultUser0 /delete regedit |
This opens registry editor, navigate to
|
1 |
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\OOBE |
…
Read Article