1

Correo SMTP autenticado en WordPress con Postman SMTP

Wordpress man with laptop

…sistemas anti-spam, en comparación de las cabeceras de un correo enviado con autentificación. Nuestro servidor, por cuestiones de seguridad y eficacia, puede tener deshabilitado la función mail() de PHP o…

2

Como Prestashop 1.7 + Nginx + Multi idioma

Plesk, nginx, prestashop con multitienda

…to 5, but it can slow you server # gzip_comp_level 5; # gzip_min_length 256; gzip_types application/atom+xml application/javascript application/json application/ld+json application/manifest+json application/rss+xml application/vnd.geo+json application/vnd.ms-fontobject application/x-font-ttf application/x-web-app-manifest+json application/xhtml+xml application/xml font/opentype image/bmp image/svg+xml…

Backup cluster ElasticSearch 5.6 usando snapshots y rotación

Backup con snapshots y rotacion

…»${HOST}:9200/_snapshot/${MYBACKUP}/$SNAPDATE?wait_for_completion=true&pretty=true» fi ## Remove old backups # Get list of snapshots SNAPSHOTS=$(curl -s -XGET «${HOST}:9200/_snapshot/${MYBACKUP}/_all» | jq -r «.snapshots[:-${LIMIT}][].snapshot») echo $SNAPSHOTS # Loop the list and delete those that exceed…

Acceso (login) en una app de Laravel 5.7 con Socialite

laravel 57 socialite facebook

…{{ __(‘Login’) }} </button> <a class=»btn btn-link» href=»{{ route(‘password.request’) }}»> {{ __(‘Forgot Your Password?’) }} </a> </div> </div> </form> </div> </div> <div class=»card»> <div class=»card-header»>Login with Facebook</div> <div class=»card-body»> <a…