Skip to content

Instantly share code, notes, and snippets.

View adrianogarru's full-sized avatar

Adriano Garruba adrianogarru

View GitHub Profile
@ilkereroglu
ilkereroglu / simply-sending-e-mails-with-mailx.md
Created September 22, 2015 21:53
How To Send E-Mail On CentOS 7

Installing mailx

yum -y update
yum install -y mailx

We can now start sending e-mails using

@atelierbram
atelierbram / index.html
Last active April 8, 2020 07:18
Select Navigation using window.onhashchange event with jQuery hashchange plugin
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Show current selected page in site-wide select navigation menu</title>
<link rel="stylesheet" href="css/style.css" media="screen" type="text/css" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="index, follow">
<meta name="description" content="Show current selected page in site-wide select navigation menu"/>
<link rel="author" href="https://plus.google.com/+BramdeHaan/posts">