fuero
fuero
This pull request introduces 2 features to Gitblit: **writeSignoffCommit**: When using the merge button on a ticket, all reviewers are added in a 'Signed-off-by: reviewer ' commit message line. Can...
Tried this: nohup rm -rf / & It parses nohup and & correctly, but fails to recognize rm. Works when removing nohup or just entering nohup.
Consider adding information about not just SELinux as noted in your TODOs, but MAC (Mandatory Access Control) and Linux Security Modules (LSMs) in general. The [Arch wiki](https://wiki.archlinux.org/index.php/security#Mandatory_access_control) seems like a...
I tried using this with BATS (and so has the BATS team), but it doesn't seem to work with current versions. See details here: https://github.com/bats-core/bats-core/issues/15 Perhaps you can shed some...
When setting cashier up, I thought back to [this post](https://code.facebook.com/posts/365787980419535/scalable-and-secure-access-with-ssh/) and about using Gitlab group membership as principals to map to usernames. Sadly, this isn't supported but I'm guessing more...
I've created an AUR package: https://aur.archlinux.org/packages/wirehub/ I can contribute a package for CentOS 7 as well, if you like.
I've used VXLANs to do OSPF routing over WireHub. As Wireguard lacks L2 support and IPv6 link-local addresses, setting up the VXLAN network is a little annoying. Having either link-local...
Here's an RPM for CentOS 7 with the [IUS](https://ius.io) repository (due to Lua 5.3)
Just tried consul-alerts with consul 1.4.2, it dies with (output from consul monitor): [ERR] http: Request GET /v1/session/create?dc=dc1&token=, error: method GET not allowed from=x.x.x.x [ERR] http: Request GET /v1/agent/self?dc=dc1, error:...
Hi, great job with this project! I've walked through the exercises today, and I'd like to give my € 0.02 about the tips and solutions: - On pick-your-features I'd have...