Carlos Sura

Blogs

Email Feedback Loop

This is mostly a reminder to myself but might be useful to you. Return Path (Combined 24 Email Providers and made this process easier) Verizon, AOL, Yahoo Earthlink Can’t remember any other at …

Fix Authorized Keys Permissions

I was having issues when I added my ssh-key in some servers under my user, it wasn’t working, actually, it was failing, after a quick research I found a work-around for that, basically …

Docker aspnetcore SSL Certificate

I’ve been using docker for aspnetcore applications and I had to add an SSL certificate to one of them, as always Windows is doing things more complicated than it should since I faced a few …

Save PHP Sessions to Database

In a previous post I wrote about WPEngine and their issue with sessions I found a “workaround” for this. DISCLAIMER: I’m not saying this is the best or the only solution but this is …

PHP sessions support

Recently I was working with a few WordPress websites and WPEngine, some of these websites were using plugins working with PHP sessions and I wasn’t aware that WPEngine does not like sessions …

Install ElasticSearch CentOS

I started playing around with Elasticsearch and after searching a little bit I found a way to install it quickly and with minimal/default settings By executing the following steps: rpm --import …

Video - Mi Casa de Rucks Parker

Una de las mejores canciones de artistas en mi Pais, El Salvador (es de mis favoritas). Artistas: Daniel Rucks y Gerardo Parker Tema: Mi Casa Espero les guste y sino, me da igual :)

Ubuntu Server Raspberry Pi 3 Wifi

I was trying to get the WIFI working on my Raspberry PI 3 with Ubuntu Server 18.04 LTS, after some time researching I found a way to get it right: First, we need to update everything just because. …

Change Postfix Port

I was trying to route emails from one MTA to postfix, so I needed to change the port that postfix was using, so this is what I did: First, please backup the file in case you break something cp …

Start OpenVPN at boot CentOS 6

I was not able to remember how to do this… Therefore every time I was rebooting my server OpenVPN was not starting. So, here is how I did this: mv my-cert.ovpn /etc/openvpn/my-cert.conf …