Explore >> Select a destination


You are here

tenzer.dk
| | www.byjp.me
2.4 parsecs away

Travel
| | A note out there to anyone else having the same problem as me: If you're trying to use mini_magick in a ruby application being run via Passenger on Mac OS X Mountain Lion's Apache2, when you've installed imagemagick via Homebrew - mouthful - then you may notice that that you get a Server Error when you try to process an image. This may be because the PATH variable Apache is supplying to your ruby instance doesn't have /usr/local/bin in it, which is where homebrew installs to.
| | lewisdale.dev
3.4 parsecs away

Travel
| | [AI summary] The author explains how to host services on a home server without a static IP by using SSH reverse tunnels with autossh and Apache proxying.
| | bijanebrahimi.github.io
3.2 parsecs away

Travel
| | [AI summary] The author describes setting up a local Graphviz service in GitLab to render dot files as SVG images, avoiding reliance on external web services.
| | bicofino.io
8.2 parsecs away

Travel
| I'm old fashion and in some cases I like to compile my stuff, Zabbix is one of these cases. You can add/remove features directly with ./configure, and mess around with some timeouts of zabbix_server and zabbix_agentd for example. In this tutorial, we will not change anything on the source code. We are going install Zabbix version 2.4.6 with MySQL, Nginx and PHP-FPM. This is the stack of what I use in production environments.