2016-07-07 19:05:01 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
|
2018-10-23 14:38:45 +00:00
|
|
|
<title>Blog</title>
|
|
|
|
<meta name="description" content="Eat polenta and do not counter-aim!
|
2016-07-07 19:05:01 +00:00
|
|
|
">
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="/css/main.css">
|
|
|
|
<link href='https://fonts.googleapis.com/css?family=Hammersmith+One' rel='stylesheet' type='text/css'>
|
2018-10-23 15:06:34 +00:00
|
|
|
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro" rel="stylesheet">
|
2018-10-24 19:57:19 +00:00
|
|
|
<link rel="canonical" href="http://localhost:4000/blog/">
|
|
|
|
<link rel="alternate" type="application/rss+xml" title="maggioni.xyz" href="http://localhost:4000/feed.xml">
|
2016-07-07 19:05:01 +00:00
|
|
|
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
|
|
|
|
<script src="https://rawgit.com/snaptortoise/konami-js/master/konami.js"></script>
|
|
|
|
<!-- Favicon -->
|
|
|
|
<link rel="apple-touch-icon" sizes="57x57" href="/apple-icon-57x57.png">
|
|
|
|
<link rel="apple-touch-icon" sizes="60x60" href="/apple-icon-60x60.png">
|
|
|
|
<link rel="apple-touch-icon" sizes="72x72" href="/apple-icon-72x72.png">
|
|
|
|
<link rel="apple-touch-icon" sizes="76x76" href="/apple-icon-76x76.png">
|
|
|
|
<link rel="apple-touch-icon" sizes="114x114" href="/apple-icon-114x114.png">
|
|
|
|
<link rel="apple-touch-icon" sizes="120x120" href="/apple-icon-120x120.png">
|
|
|
|
<link rel="apple-touch-icon" sizes="144x144" href="/apple-icon-144x144.png">
|
|
|
|
<link rel="apple-touch-icon" sizes="152x152" href="/apple-icon-152x152.png">
|
|
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/apple-icon-180x180.png">
|
|
|
|
<link rel="icon" type="image/png" sizes="192x192" href="/android-icon-192x192.png">
|
|
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
|
|
|
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png">
|
|
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
|
|
|
<link rel="manifest" href="/manifest.json">
|
|
|
|
<meta name="msapplication-TileColor" content="#ffffff">
|
|
|
|
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
|
|
|
|
</head>
|
|
|
|
|
2016-09-13 19:40:45 +00:00
|
|
|
<body>
|
|
|
|
<header class="header">
|
2018-10-23 14:38:45 +00:00
|
|
|
<section class="head container">
|
|
|
|
<h1 class="title">maggioni.xyz</h1>
|
2018-10-23 15:26:41 +00:00
|
|
|
<h4>Eat
|
|
|
|
<a href="https://en.wikipedia.org/wiki/Polenta">
|
|
|
|
polenta</a> and do not counter-aim!</h4>
|
2016-09-13 19:40:45 +00:00
|
|
|
</section>
|
|
|
|
<nav class="navbar">
|
|
|
|
<div class="container">
|
|
|
|
<ul class="navbar-list">
|
|
|
|
<li class="navbar-item">
|
|
|
|
<a href="/">home</a>
|
|
|
|
</li>
|
|
|
|
|
|
|
|
|
2016-09-26 20:09:25 +00:00
|
|
|
|
|
|
|
|
2016-09-13 19:40:45 +00:00
|
|
|
<li class="navbar-item">
|
2018-10-23 14:38:45 +00:00
|
|
|
<a href="/blog/">
|
|
|
|
Blog</a>
|
2016-09-13 19:40:45 +00:00
|
|
|
</li>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<li class="navbar-item">
|
2018-10-23 14:38:45 +00:00
|
|
|
<a href="/feed.xml">RSS</a>
|
|
|
|
</li>
|
|
|
|
|
|
|
|
</ul>
|
|
|
|
<ul class="navbar-list">
|
|
|
|
<li class="navbar-item">
|
|
|
|
<a href="https://git.maggioni.xyz">Git</a>
|
2016-09-13 19:40:45 +00:00
|
|
|
</li>
|
|
|
|
<li class="navbar-item">
|
2018-10-24 15:40:30 +00:00
|
|
|
<a href="https://ci.maggioni.xyz">Ci</a>
|
2018-10-23 14:38:45 +00:00
|
|
|
</li>
|
|
|
|
<li class="navbar-item">
|
2018-10-24 15:40:30 +00:00
|
|
|
<a href="https://cloud.maggioni.xyz">Cloud</a>
|
2018-10-23 14:38:45 +00:00
|
|
|
</li>
|
|
|
|
<li class="navbar-item">
|
|
|
|
<a href="https://download.maggioni.xyz">Downloads</a>
|
2016-09-13 19:40:45 +00:00
|
|
|
</li>
|
2016-07-07 19:05:01 +00:00
|
|
|
|
2018-10-23 14:38:45 +00:00
|
|
|
|
2016-09-13 19:40:45 +00:00
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</nav>
|
2016-07-07 19:05:01 +00:00
|
|
|
|
2016-09-13 19:40:45 +00:00
|
|
|
</header>
|
|
|
|
<main class="container">
|
2016-07-07 19:05:01 +00:00
|
|
|
<article class="post">
|
|
|
|
|
|
|
|
<header class="post-header">
|
2018-10-23 14:38:45 +00:00
|
|
|
<h2 class="post-title">Blog</h2>
|
2016-07-07 19:05:01 +00:00
|
|
|
</header>
|
|
|
|
|
|
|
|
<div class="post-content">
|
2018-10-23 14:38:45 +00:00
|
|
|
<div class="home">
|
|
|
|
<ul class="post-list">
|
|
|
|
|
|
|
|
<li>
|
|
|
|
<span class="post-meta">
|
|
|
|
Jul 28, 2016</span>
|
|
|
|
<h4>
|
|
|
|
<a class="post-link"
|
|
|
|
href="/linux/2016/07/28/how-to-rickroll-people-launching-rm-rf-on-your-system.html">
|
|
|
|
How to rickroll people that try to run "rm -rf" on your system</a>
|
|
|
|
</h4>
|
|
|
|
</li>
|
|
|
|
|
|
|
|
<li>
|
|
|
|
<span class="post-meta">
|
|
|
|
Jul 12, 2016</span>
|
|
|
|
<h4>
|
|
|
|
<a class="post-link"
|
|
|
|
href="/linux/2016/07/12/installing-gentoo-on-a-thinkpad-x60s.html">
|
|
|
|
Installing Gentoo on a Lenovo ThinkPad X60s</a>
|
|
|
|
</h4>
|
|
|
|
</li>
|
|
|
|
|
|
|
|
<li>
|
|
|
|
<span class="post-meta">
|
|
|
|
Jul 7, 2016</span>
|
|
|
|
<h4>
|
|
|
|
<a class="post-link"
|
|
|
|
href="/linux/2016/07/07/get-a-bluetooth-keyboard-work-with-arch.html">
|
|
|
|
Get a Bluetooth keyboard work with Arch Linux</a>
|
|
|
|
</h4>
|
|
|
|
</li>
|
|
|
|
|
|
|
|
</ul>
|
|
|
|
</div>
|
2016-07-07 19:05:01 +00:00
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</article>
|
|
|
|
|
2016-09-13 19:40:45 +00:00
|
|
|
</main>
|
|
|
|
<footer class="site-footer">
|
|
|
|
<div class="icons">
|
2018-10-23 14:48:50 +00:00
|
|
|
<a class="icon" href="https://github.com/praticamentetilde">
|
|
|
|
<i class="fa fa-github"></i></a>
|
|
|
|
<a class="icon" href="https://www.reddit.com/user/praticamentetilde">
|
|
|
|
<i class="fa fa-reddit"></i></a>
|
2016-07-07 19:05:01 +00:00
|
|
|
</div>
|
2018-10-23 14:38:45 +00:00
|
|
|
<h6 class="author">
|
|
|
|
<i class="fa fa-cc" aria-hidden="true"></i>
|
|
|
|
Claudio Maggioni
|
|
|
|
<script>
|
|
|
|
document.write((new Date()).getFullYear());
|
|
|
|
</script><br>
|
|
|
|
Content under
|
|
|
|
<a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">
|
|
|
|
CC BY-NC-SA 4.0</a>
|
|
|
|
</h6>
|
2016-07-07 19:05:01 +00:00
|
|
|
</footer>
|
|
|
|
|
2016-09-13 19:40:45 +00:00
|
|
|
<script>
|
|
|
|
var easter_egg = new Konami();
|
|
|
|
easter_egg.load("https://www.youtube.com/watch?v=URTcCh6QVwM");
|
|
|
|
</script>
|
|
|
|
</body>
|
2016-07-07 19:05:01 +00:00
|
|
|
</html>
|