2016-01-31 13:43:06 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<meta name="description" content="">
|
|
|
|
<meta name="author" content="">
|
|
|
|
|
|
|
|
|
|
|
|
<title>Sysadmining. All day. Every day. - Articles by Antoine Joubert</title>
|
|
|
|
|
2016-01-31 16:10:48 +01:00
|
|
|
<link href="https://captainark.net/rss.xml" type="application/atom+xml" rel="alternate" title="Sysadmining. All day. Every day. Full Atom Feed" />
|
2016-01-31 13:43:06 +01:00
|
|
|
|
|
|
|
<!-- Bootstrap Core CSS -->
|
2016-01-31 14:32:17 +01:00
|
|
|
<link href="https://captainark.net/theme/css/bootstrap.min.css" rel="stylesheet">
|
2016-01-31 13:43:06 +01:00
|
|
|
|
|
|
|
<!-- Custom CSS -->
|
2016-01-31 14:32:17 +01:00
|
|
|
<link href="https://captainark.net/theme/css/clean-blog.min.css" rel="stylesheet">
|
2016-01-31 13:43:06 +01:00
|
|
|
|
|
|
|
<!-- Code highlight color scheme -->
|
2016-01-31 14:32:17 +01:00
|
|
|
<link href="https://captainark.net/theme/css/code_blocks/github.css" rel="stylesheet">
|
2016-01-31 13:43:06 +01:00
|
|
|
|
|
|
|
|
|
|
|
<!-- Custom Fonts -->
|
2016-02-01 21:02:18 +01:00
|
|
|
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
|
2016-01-31 13:43:06 +01:00
|
|
|
<link href='https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
|
|
|
|
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
|
|
|
|
|
|
|
|
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
|
|
|
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
|
|
|
<!--[if lt IE 9]>
|
|
|
|
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
|
|
|
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
|
|
|
|
<![endif]-->
|
|
|
|
|
|
|
|
<meta property="og:locale" content="">
|
|
|
|
<meta property="og:site_name" content="Sysadmining. All day. Every day.">
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<!-- Navigation -->
|
|
|
|
<nav class="navbar navbar-default navbar-custom navbar-fixed-top">
|
|
|
|
<div class="container-fluid">
|
|
|
|
<!-- Brand and toggle get grouped for better mobile display -->
|
|
|
|
<div class="navbar-header page-scroll">
|
|
|
|
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
|
|
|
|
<span class="sr-only">Toggle navigation</span>
|
|
|
|
<span class="icon-bar"></span>
|
|
|
|
<span class="icon-bar"></span>
|
|
|
|
<span class="icon-bar"></span>
|
|
|
|
</button>
|
2016-01-31 14:32:17 +01:00
|
|
|
<a class="navbar-brand" href="https://captainark.net/">Sysadmining. All day. Every day.</a>
|
2016-01-31 13:43:06 +01:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<!-- Collect the nav links, forms, and other content for toggling -->
|
|
|
|
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
|
|
|
|
<ul class="nav navbar-nav navbar-right">
|
|
|
|
<li><a href="/">Homepage</a></li>
|
2016-01-31 16:10:48 +01:00
|
|
|
<li><a href="/rss.xml">RSS</a></li>
|
2016-01-31 13:43:06 +01:00
|
|
|
<li><a href="/categories.html">Categories</a></li>
|
|
|
|
|
2016-01-31 14:32:17 +01:00
|
|
|
<li><a href="https://captainark.net/pages/about.html">About</a></li>
|
|
|
|
<li><a href="https://captainark.net/pages/resume.html">Resume</a></li>
|
2016-01-31 13:43:06 +01:00
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
<!-- /.navbar-collapse -->
|
|
|
|
</div>
|
|
|
|
<!-- /.container -->
|
|
|
|
</nav>
|
|
|
|
|
|
|
|
<!-- Page Header -->
|
|
|
|
<header class="intro-header" style="background-image: url('/bg.png')">
|
|
|
|
<div class="container">
|
|
|
|
<div class="row">
|
|
|
|
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
|
|
|
|
<div class="post-heading">
|
|
|
|
<h1>Articles by Antoine Joubert</h1>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</header>
|
|
|
|
|
|
|
|
<!-- Main Content -->
|
|
|
|
<div class="container">
|
|
|
|
<div class="row">
|
|
|
|
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
|
2016-02-02 23:16:42 +01:00
|
|
|
<div class="post-preview">
|
|
|
|
<a href="https://captainark.net/my-tmux-configuration.html" rel="bookmark" title="Permalink to My tmux configuration">
|
|
|
|
<h2 class="post-title">
|
|
|
|
My tmux configuration
|
|
|
|
</h2>
|
|
|
|
</a>
|
|
|
|
<p><a href="https://tmux.github.io/">tmux</a> is a terminal mutiplexer. It lets you have multiples shells running in a single terminal ...
|
|
|
|
<p class="post-meta">Posted by
|
|
|
|
<a href="https://captainark.net/author/antoine-joubert.html">Antoine Joubert</a>
|
|
|
|
on Tue 02 February 2016
|
|
|
|
</p>
|
|
|
|
<p>There are <a href="https://captainark.net/my-tmux-configuration.html#disqus_thread">comments</a>.</p> </div>
|
2016-01-31 13:43:06 +01:00
|
|
|
<div class="post-preview">
|
2016-01-31 15:40:33 +01:00
|
|
|
<a href="https://captainark.net/debian-updates-with-ansible.html" rel="bookmark" title="Permalink to Debian updates with Ansible">
|
2016-01-31 13:43:06 +01:00
|
|
|
<h2 class="post-title">
|
2016-01-31 15:40:33 +01:00
|
|
|
Debian updates with Ansible
|
2016-01-31 13:43:06 +01:00
|
|
|
</h2>
|
|
|
|
</a>
|
2016-01-31 16:01:02 +01:00
|
|
|
<p>I've recently bought a <a href="http://www8.hp.com/us/en/products/proliant-servers/product-detail.html?oid=5379860">HP Proliant ...
|
2016-01-31 13:43:06 +01:00
|
|
|
<p class="post-meta">Posted by
|
2016-01-31 14:32:17 +01:00
|
|
|
<a href="https://captainark.net/author/antoine-joubert.html">Antoine Joubert</a>
|
2016-01-31 13:43:06 +01:00
|
|
|
on Sun 31 January 2016
|
|
|
|
</p>
|
2016-01-31 15:40:33 +01:00
|
|
|
<p>There are <a href="https://captainark.net/debian-updates-with-ansible.html#disqus_thread">comments</a>.</p> </div>
|
2016-01-31 15:19:29 +01:00
|
|
|
<div class="post-preview">
|
2016-01-31 15:40:33 +01:00
|
|
|
<a href="https://captainark.net/private-git-repo.html" rel="bookmark" title="Permalink to Private Git Repo">
|
2016-01-31 15:19:29 +01:00
|
|
|
<h2 class="post-title">
|
2016-01-31 15:40:33 +01:00
|
|
|
Private Git Repo
|
2016-01-31 15:19:29 +01:00
|
|
|
</h2>
|
|
|
|
</a>
|
2016-01-31 16:01:02 +01:00
|
|
|
<p>I've decided to migrate this blog to <a href="http://blog.getpelican.com/">Pelican</a>. I've been playing around with it over the ...
|
2016-01-31 15:19:29 +01:00
|
|
|
<p class="post-meta">Posted by
|
|
|
|
<a href="https://captainark.net/author/antoine-joubert.html">Antoine Joubert</a>
|
|
|
|
on Sun 31 January 2016
|
|
|
|
</p>
|
2016-01-31 15:40:33 +01:00
|
|
|
<p>There are <a href="https://captainark.net/private-git-repo.html#disqus_thread">comments</a>.</p> </div>
|
2016-01-31 13:43:06 +01:00
|
|
|
<div class="post-preview">
|
2016-01-31 14:32:17 +01:00
|
|
|
<a href="https://captainark.net/flexget-init-script.html" rel="bookmark" title="Permalink to Flexget init script">
|
2016-01-31 13:43:06 +01:00
|
|
|
<h2 class="post-title">
|
|
|
|
Flexget init script
|
|
|
|
</h2>
|
|
|
|
</a>
|
2016-01-31 16:01:02 +01:00
|
|
|
<p>I've been using <a href="http://flexget.com/">Flexget</a> for the past two years or so as a download automator.</p>
|
|
|
|
<p>Since I wrote ...
|
2016-01-31 13:43:06 +01:00
|
|
|
<p class="post-meta">Posted by
|
2016-01-31 14:32:17 +01:00
|
|
|
<a href="https://captainark.net/author/antoine-joubert.html">Antoine Joubert</a>
|
2016-01-31 13:43:06 +01:00
|
|
|
on Tue 05 May 2015
|
|
|
|
</p>
|
2016-01-31 14:32:17 +01:00
|
|
|
<p>There are <a href="https://captainark.net/flexget-init-script.html#disqus_thread">comments</a>.</p> </div>
|
2016-01-31 13:43:06 +01:00
|
|
|
<div class="post-preview">
|
2016-01-31 14:32:17 +01:00
|
|
|
<a href="https://captainark.net/setting-up-a-mail-server.html" rel="bookmark" title="Permalink to Setting up a mail server">
|
2016-01-31 13:43:06 +01:00
|
|
|
<h2 class="post-title">
|
|
|
|
Setting up a mail server
|
|
|
|
</h2>
|
|
|
|
</a>
|
2016-01-31 16:01:02 +01:00
|
|
|
<p>In this first tutorial, I'll explain how I've configured my mail server using the following :</p>
|
2016-01-31 13:43:06 +01:00
|
|
|
<ul>
|
2016-01-31 16:01:02 +01:00
|
|
|
<li>A server running Linux ...
|
2016-01-31 13:43:06 +01:00
|
|
|
<p class="post-meta">Posted by
|
2016-01-31 14:32:17 +01:00
|
|
|
<a href="https://captainark.net/author/antoine-joubert.html">Antoine Joubert</a>
|
2016-01-31 13:43:06 +01:00
|
|
|
on Fri 24 April 2015
|
|
|
|
</p>
|
2016-01-31 14:32:17 +01:00
|
|
|
<p>There are <a href="https://captainark.net/setting-up-a-mail-server.html#disqus_thread">comments</a>.</p> </div>
|
2016-01-31 13:43:06 +01:00
|
|
|
|
|
|
|
<hr>
|
|
|
|
<!-- Pager -->
|
|
|
|
<ul class="pager">
|
|
|
|
<li class="next">
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
Page 1 / 1
|
|
|
|
<hr>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<hr>
|
|
|
|
|
|
|
|
<!-- Footer -->
|
|
|
|
<footer>
|
|
|
|
<div class="container">
|
|
|
|
<div class="row">
|
|
|
|
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
|
|
|
|
<ul class="list-inline text-center">
|
|
|
|
<li>
|
|
|
|
<a href="mailto:contact@captainark.net">
|
|
|
|
<span class="fa-stack fa-lg">
|
|
|
|
<i class="fa fa-circle fa-stack-2x"></i>
|
|
|
|
<i class="fa fa-envelope fa-stack-1x fa-inverse"></i>
|
|
|
|
</span>
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<a href="https://twitter.com/captainark">
|
|
|
|
<span class="fa-stack fa-lg">
|
|
|
|
<i class="fa fa-circle fa-stack-2x"></i>
|
|
|
|
<i class="fa fa-twitter fa-stack-1x fa-inverse"></i>
|
|
|
|
</span>
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<a href="https://github.com/captainark">
|
|
|
|
<span class="fa-stack fa-lg">
|
|
|
|
<i class="fa fa-circle fa-stack-2x"></i>
|
|
|
|
<i class="fa fa-github fa-stack-1x fa-inverse"></i>
|
|
|
|
</span>
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
<li>
|
2016-01-31 14:32:17 +01:00
|
|
|
<a href="http://www.last.fm/user/captainark">
|
2016-01-31 13:43:06 +01:00
|
|
|
<span class="fa-stack fa-lg">
|
|
|
|
<i class="fa fa-circle fa-stack-2x"></i>
|
2016-01-31 14:32:17 +01:00
|
|
|
<i class="fa fa-lastfm fa-stack-1x fa-inverse"></i>
|
2016-01-31 13:43:06 +01:00
|
|
|
</span>
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<a href="https://steamcommunity.com/id/captainark">
|
|
|
|
<span class="fa-stack fa-lg">
|
|
|
|
<i class="fa fa-circle fa-stack-2x"></i>
|
|
|
|
<i class="fa fa-steam fa-stack-1x fa-inverse"></i>
|
|
|
|
</span>
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<a href="http://www.twitch.tv/captainark">
|
|
|
|
<span class="fa-stack fa-lg">
|
|
|
|
<i class="fa fa-circle fa-stack-2x"></i>
|
|
|
|
<i class="fa fa-twitch fa-stack-1x fa-inverse"></i>
|
|
|
|
</span>
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
<p class="copyright text-muted">
|
|
|
|
Blog powered by <a href="http://getpelican.com">Pelican</a>,
|
|
|
|
which takes great advantage of <a href="http://python.org">Python</a>.
|
|
|
|
</p> </div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</footer>
|
|
|
|
|
|
|
|
<!-- jQuery -->
|
2016-01-31 14:32:17 +01:00
|
|
|
<script src="https://captainark.net/theme/js/jquery.js"></script>
|
2016-01-31 13:43:06 +01:00
|
|
|
|
|
|
|
<!-- Bootstrap Core JavaScript -->
|
2016-01-31 14:32:17 +01:00
|
|
|
<script src="https://captainark.net/theme/js/bootstrap.min.js"></script>
|
2016-01-31 13:43:06 +01:00
|
|
|
|
|
|
|
<!-- Custom Theme JavaScript -->
|
2016-01-31 14:32:17 +01:00
|
|
|
<script src="https://captainark.net/theme/js/clean-blog.min.js"></script>
|
2016-01-31 13:43:06 +01:00
|
|
|
|
2016-01-31 16:10:48 +01:00
|
|
|
<script type="text/javascript">
|
|
|
|
var _gaq = _gaq || [];
|
|
|
|
_gaq.push(['_setAccount', 'UA-53658366-1']);
|
|
|
|
_gaq.push(['_trackPageview']);
|
|
|
|
(function() {
|
|
|
|
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
|
|
|
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
|
|
|
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
|
|
|
})();
|
|
|
|
</script>
|
2016-01-31 13:43:06 +01:00
|
|
|
<script type="text/javascript">
|
2016-01-31 14:36:18 +01:00
|
|
|
var disqus_shortname = 'captainark';
|
2016-01-31 13:43:06 +01:00
|
|
|
(function () {
|
|
|
|
var s = document.createElement('script'); s.async = true;
|
|
|
|
s.type = 'text/javascript';
|
|
|
|
s.src = '//' + disqus_shortname + '.disqus.com/count.js';
|
|
|
|
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
|
|
|
|
}());
|
|
|
|
</script>
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|