makandra Operations

Sending a testmail from a server with a configured exim is easy as pie. From your usershell: tell exim that...

cyberciti.biz

Bash stores the exitcodestatus of piped commands in the environment variable PIPESTATUS So you can just echo ${PIPESTATUS[@]} to get...

sysadmincasts.com

Like Railscasts or Ruby Tapas, but for Linux.

jetmore.org

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

makandra Operations

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

In rare circumstances, you want to use a websites full domain (say https://mywebsite.com) while testing in dev mode. This...

TypeScript basically uses structural typing, which is conceptually quite similar to duck typing, but with static compile-time type checking...

Search in all decks