We use gitlab to post internal releases of archives. I want to be able to automate the process of downloading these artifacts. Here it is using the glab CLI. export REPO=https://gitlab.com/YourCompany/sw-eng/product-manifest glab auth login --stdin < ~/.token glab release list -R...
THe cloud image is shipped as a qcow2 file. It has about 3 GB of usable space. I need more. The Root FS for my Fedora43 Cloud image is a btrfs mounted on /dev/vda3. First, stop the virtual machine. Then grow the Qcow2 image qemu-img resize...
How about SSH sending 100 IP packets on each keystroke ? In a similar vein, I recently ran into trouble upgrading Dovecot from 2.3 to 2.4. There were lots of problems in this upgrade. For starters, Dovecot rewrote the...
Turns out, people lost the ability to have multiple profiles on the internet, and I think this due to costs. None wants to pay both to personal Gmail and to the business Google for Work, and if you have multiple...
This is not a secret, but I found it curious and thought about sharing it here: earlier today I needed to share a video file that I was hosting in my server, and I decided to send the link over WhatsApp. As I was looking at the log files at the time, I managed to catch this curious set of...
After quite a few days struggling to configure a Zimbra server so that it automatically fetches users from our freeIPA (LDAP) server, I finally managed to have a configuration which works. I got help from a bunch of pages like this and this one. This comes after you fix the external LDAP...