Skip to content

Instantly share code, notes, and snippets.

View saenzramiro's full-sized avatar
🎯
Inventing!

Ramiro Saenz saenzramiro

🎯
Inventing!
View GitHub Profile
@saenzramiro
saenzramiro / SPF-DKIM-DMARC.md
Last active July 2, 2024 15:17
Understanding SPF, DKIM, and DMARC: A Simple Guide
.t-Body-contentInner .container {
width: 100%;
}
ul.tabs{
margin: 0px;
padding: 0px;
list-style: none;
}
ul.tabs li{

Easiest way to install nodejs on Ubuntu

Installs the latest version of nodejs/iojs

curl https://raw.githubusercontent.com/isaacs/nave/master/nave.sh | sudo bash -s -- usemain latest

No need to add PPA repo.