A way to enable startup scripts for a Docker Container
While I was setting up a new Image for running a app in a Rancher (v1.6) Cluster I had a…
Software Engineer, DevOps, Beer enthusiast
While I was setting up a new Image for running a app in a Rancher (v1.6) Cluster I had a…
For a small event platform for my friends and me, I needed a subscribable calendar for e. g. Google Calendar.…
Update: As of version 1.0.1 laravel does require ext-posix via composer.json as well. I’ve updated the post to take care of…
Requirements: PHP is installed and the install location was added to the system PATH environment variable. You can use the…
I’m working on a Project, where mails will be sent to users for several reasons. I read about some useful…
I found the following site helped me fix config of a mail server. It was sending mails marked often as spam.…
I had a PHP App where only the folder “public” is accessible from the web. All requests made to the…
Run Bash commands from a webserver and return the output to the response The above need was given to my…
Useful Inline Bots https://core.telegram.org/bots/inline @gif – GIF search @vid – Video search @pic – Yandex image search @bing – Bing…
I often work with 3rd party app in my Laravel Projects, some of them are for example barryvdh/laravel-debugbar, barryvdh/laravel-translation-manager or aaronlord/laroute. Now I show…