 
      
    | You are here | filippo.io | ||
| | | | | www.nexlab.net | |
| | | | | ||
| | | | | meta.discourse.org | |
| | | | | Here are some rough notes on how I went about install Discourse on Bash for Windows: Install required packages Mostly a cut-and-paste job from our docker base image. curl http://apt.postgresql.org/pub/repos/apt/ACCC4... | |
| | | | | firejail.wordpress.com | |
| | | | | Securing Bind 9 with AppArmor and Firejail This is a small excerpt from a ISC Security Series webinar titled "Securing Bind 9 with AppArmor and Firejail". ISC is a non-profit organization that develops several widely used open source software packages such as BIND 9, ISC DHCP, and Kea DHCP. Firejail profile used in the video:... | |
| | | | | joshuarogers.net | |
| | | Just over a year ago we went over how to setup a reverse proxy that would require our users to authenticate. In our original proxy article, we generated some NGinx configuration that looked a bit like... location / { proxy_pass http://jira; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; } And it worked. And everyone was happy. Until the day the request came in that NGinx should add a fixed set of credentials to all upstre... | ||