Running Gitlab simultaneously on two domains

The problem So you have a Gitlab instance running and you are thinking about migrating it to a new domain, without breaking existing functionality (such as the registry, links in a broad, hard-to-batch-edit documentation etc.) What you will probably find after a bit of searching is this six year old feature request on the Gitlab issue tracker, from which you will quickly understand that this is not supported. So, what to do?...

24 November, 2022 · Me

Safe rm -rf *

Every once in a while, you have to delete all files and folders recursively. Maybe you are doing this to clean up and you put a lot of time and thought to each command. Maybe you just need a quick clean up of your starting project to start over while learning. But maybe you are traversing directories back and forth, and need to wipe a lot of them at the same time, quickly....

16 March, 2022 · Me