Skip to content

Instantly share code, notes, and snippets.

View pggx999's full-sized avatar

Pablo Gleisner Gouet pggx999

View GitHub Profile
@pggx999
pggx999 / Postfix.txt
Created January 15, 2021 15:06
Postfix
### Postfix
#listar cola
mailq
postqueue -p
#borrar un correo especial
postsuper -d ID
#borrar toda la cola
postsuper -d ALL
@pggx999
pggx999 / index.html
Created May 11, 2015 15:55
JS Bin Simple Tootltip // source http://jsbin.com/camige
<!DOCTYPE html>
<html>
<head>
<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<meta name="description" content="Simple Tootltip">
<meta charset="utf-8">
<title>JS Bin</title>