Skip to content

Instantly share code, notes, and snippets.

View aluferraz's full-sized avatar
🎯
Focusing

Lucas Mohallem Ferraz aluferraz

🎯
Focusing
  • alu.soft
View GitHub Profile
@aluferraz
aluferraz / em_construcao.js
Last active August 27, 2021 11:13
Site em construção
const html = `<!DOCTYPE html>
<style>
html {
height: 100%;
}
body {
height: 100%;
background: #7D6290;
display: flex;
@aluferraz
aluferraz / mysql-backup.md
Created March 20, 2018 15:09 — forked from pugsley/mysql-backup.md
MySQL dump > compress > encrypt

Generate openssl keys:

openssl req -x509 -nodes -newkey rsa:2048 -keyout mysqldump-key.priv.pem -out mysqldump-key.pub.pem

Create a mysql default file:

# ~/.mysqldump
[mysqldump]
host = host.here.com