de en es fr nl pl pt sv tr zh

sysadmin

Downloading from gitlab

Adam Young

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...

Security fixes are wasteful bugs

mikhailian.mova.org

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...

WhatsApp follows your links

Martín Villalba

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...

Zimbra Auto Provisioning from FreeIPA

adrin

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...