Sending a testmail from a server with a configured exim is easy as pie. From your usershell: tell exim that...
Bash stores the exitcodestatus of piped commands in the environment variable PIPESTATUS So you can just echo ${PIPESTATUS[@]} to get...
Like Railscasts or Ruby Tapas, but for Linux.
swaks is a very nice tool to test SMTP. For the most linux distributions you can easily install it with...
Install and configure the AWS Command Line Interface Show existing certificates to test if the AWS Cli is working:
I'm creating certificate requests with this command: openssl req -new -out www.example.com.csr -keyout www.example.com.key -newkey rsa:2048 -nodes
Create a 1 GB file to swap to (we have sufficient space on / on this machine. Use a different partition...
This is a way to run multiple redis server on one ubuntu server. These steps you have to do only...
Best results in other decks
Short reference on how to quickly debug the vanilla Rails job adapters. Queue Adapters by Environment Environment Adapter
Enable local logging for Sentry when: Debugging Sentry event capture locally Testing error handling without polluting production metrics Developing background...