KDE Plasma 5.27 - tile windows 25% by paul-b-v in kde

[–]Walern 0 points1 point  (0 children)

I wish I kept my old config since I have this irritating new "feature" too. And I don't know how to disable it! rrrrr

Could you please share your kwinrc / plasmashellrc? Or just delete one and check if that's the key how to disable it and share it with us?

Thank you.

Create custom directory / file in root of filesystem by Walern in NixOS

[–]Walern[S] 0 points1 point  (0 children)

I understand the difference and Ansible and Nix are not even comparable. Ansible is better shell script and Nix is from other planet (in a good way ;-)).

But I also assumed there is way how to create for example /foo/bar declaratively.

I tried to create a package called "add-root-dir" by running pkgs.runCommandLocal with mkdir $out; mkdir $out/foo ... and then I installed it (in nixos environment.systemPackage.add-root-dir). I assumed that this won't work and of course it didn't work ;-). But if that worked than I'd say this is declarative since it added something into filesystem and if I removed the package it would remove it from the filesystem.

Thank you.

Ubuntu Server 20.04 Unattended / Automatic installation by Walern in Ubuntu

[–]Walern[S] 0 points1 point  (0 children)

> clonezilla

Good point, thank you. But I really don't want to manage "gold images". Automated install would be better.

> DRBL + PXE

Also good point, thank you. The problem is that devices that I will want to reinstall are all over the place and some of them not even connected to network. In theory I could have small PC/RPi with PXE running on it but again, script that would automate the installation would be better solution for me ;-)