Explore >> Select a destination


You are here

hackaday.io
| | nikgrozev.com
22.4 parsecs away

Travel
| | This post is a cheat sheet of commonly used shell commands and tools. It is meant to serve as a quick reference guide that you can consult when developing sc...
| | wimpysworld.com
6.2 parsecs away

Travel
| | Blog, Podcasts, Live Streams and Videos about Linux and Open Source with a focus on Ubuntu, Debian and NixOS.
| | nativeguru.wordpress.com
4.2 parsecs away

Travel
| | I created my own Serviio service script, I'm sharing it for reference and free usage here. If you don't know Serviio and you need a Media Server in your home network, this is your best choice. check it out here. Actually, you only need to alter "/etc/default/serviio" with your username and path to Serviio installation....
| | joshuarogers.net
40.5 parsecs away

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