Repo to dump scripts in, that have been helpful at some time
Go to file
MasterofJOKers 845e3fe30e Add remap-uid-and-gid-for-lv
I've used this script to remap files' uids/gids of containers created
without a custom userns into their new range.  It's inferior to
`fuidshift` from the `lxc` project in that it doesn't handle ACLs and is
quite slow - probably because it calls a binary for every file.

By default, it runs in debug mode only printing the chown command
instead of executing it. You need to edit the file to use it.

It also only works with LVs (logical volumes from LVM), mounting them
automatically.
2023-02-25 17:15:23 +01:00
cronplayer Add cronplayer 2022-05-17 23:41:31 +02:00
lxc Add remap-uid-and-gid-for-lv 2023-02-25 17:15:23 +01:00
sorted-copy Add sorted-co.py 2022-01-25 23:33:53 +01:00
switch-pa-sink Add switch-pa-sink 2022-01-26 00:00:57 +01:00
udev-device-plug-handler Add udev-device-plug-handler 2022-09-06 20:47:01 +02:00
.gitignore Add *.swp to .gitignore 2022-01-25 23:33:41 +01:00
LICENSE Initial commit 2020-12-15 23:06:45 +00:00
README.md Initial commit 2020-12-15 23:06:45 +00:00

README.md

script-dump

Repo to dump scripts in, that have been helpful at some time