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" >
< 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 -->
2017-11-11 12:36:45 +01:00
< link href = "https://maxcdn.bootstrapcdn.com/font-awesome/4.7.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]-->
2016-05-22 15:22:00 +02:00
< meta property = "og:locale" content = "" >
2016-01-31 13:43:06 +01:00
< meta property = "og:site_name" content = "Sysadmining. All day. Every day." >
2016-05-22 15:22:00 +02:00
< meta property = "og:title" content = "Sysadmining. All day. Every day. - Articles by Antoine Joubert" >
< meta property = "og:type" content = "profile" >
< meta property = "profile:first_name" content = "Antoine" >
< meta property = "profile:last_name" content = "Joubert" >
< meta property = "profile:username" content = "antoine-joubert" >
< meta name = "twitter:card" content = "summary_large_image" >
< meta name = "twitter:site" content = "@captainark" >
< meta name = "twitter:title" content = "Sysadmining. All day. Every day." >
< meta name = "twitter:description" content = "Yet Another Blog about Linux and Networking" >
< meta name = "twitter:image" content = "https://captainark.net//bg.png" >
2016-01-31 13:43:06 +01:00
< / 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-03-26 15:36:09 +01:00
< div class = "post-preview" >
< a href = "https://captainark.net/webdav-with-nginx.html" rel = "bookmark" title = "Permalink to WebDAV with nginx" >
< h2 class = "post-title" >
WebDAV with nginx
< / h2 >
< / a >
2017-11-11 12:36:45 +01:00
< p class = "article-summary" >
This website has been hosted on an Online.net dedicated server since its creation. I've been one of their customers for the past 3 years...
< / p >
2016-03-26 15:36:09 +01:00
< p class = "post-meta" > Posted by
< a href = "https://captainark.net/author/antoine-joubert.html" > Antoine Joubert< / a >
on Sat 26 March 2016
< / p >
2017-11-11 12:36:45 +01:00
< p > There are < a data-disqus-identifier = "webdav-with-nginx.html" href = "https://captainark.net/webdav-with-nginx.html#disqus_thread" > comments< / a > .< / p > < / div >
2016-03-13 17:39:32 +01:00
< div class = "post-preview" >
2016-03-13 18:10:10 +01:00
< a href = "https://captainark.net/mysql-backup-script.html" rel = "bookmark" title = "Permalink to MySQL backup script" >
< h2 class = "post-title" >
MySQL backup script
< / h2 >
< / a >
2017-11-11 12:36:45 +01:00
< p class = "article-summary" >
I wrote a MySQL database backup script a while back. I known they are more than enough of them already floating around the internet, but...
< / p >
2016-03-13 18:10:10 +01:00
< p class = "post-meta" > Posted by
< a href = "https://captainark.net/author/antoine-joubert.html" > Antoine Joubert< / a >
on Sun 13 March 2016
< / p >
2017-11-11 12:36:45 +01:00
< p > There are < a data-disqus-identifier = "mysql-backup-script.html" href = "https://captainark.net/mysql-backup-script.html#disqus_thread" > comments< / a > .< / p > < / div >
2016-03-13 18:10:10 +01:00
< div class = "post-preview" >
2016-03-13 17:39:32 +01:00
< a href = "https://captainark.net/postfix-admin.html" rel = "bookmark" title = "Permalink to Postfix Admin" >
< h2 class = "post-title" >
Postfix Admin
< / h2 >
< / a >
2017-11-11 12:36:45 +01:00
< p class = "article-summary" >
As I explained in this previous tutorial, I've been running my own mail server without any issue for some time now. However, every time...
< / p >
2016-03-13 17:39:32 +01:00
< p class = "post-meta" > Posted by
< a href = "https://captainark.net/author/antoine-joubert.html" > Antoine Joubert< / a >
on Sun 06 March 2016
< / p >
2017-11-11 12:36:45 +01:00
< p > There are < a data-disqus-identifier = "postfix-admin.html" href = "https://captainark.net/postfix-admin.html#disqus_thread" > comments< / a > .< / p > < / div >
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 >
2017-11-11 12:36:45 +01:00
< p class = "article-summary" >
tmux is a terminal mutiplexer. It lets you have multiples shells running in a single terminal emulator window and it keeps those shells...
< / p >
2016-02-02 23:16:42 +01:00
< p class = "post-meta" > Posted by
< a href = "https://captainark.net/author/antoine-joubert.html" > Antoine Joubert< / a >
on Tue 02 February 2016
< / p >
2017-11-11 12:36:45 +01:00
< p > There are < a data-disqus-identifier = "my-tmux-configuration.html" 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 >
2017-11-11 12:36:45 +01:00
< p class = "article-summary" >
I've recently bought a HP Proliant Microserver Gen8 to play around with LXC and try new stuff. From the 4 Debian machines I had to keep...
< / p >
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 >
2017-11-11 12:36:45 +01:00
< p > There are < a data-disqus-identifier = "debian-updates-with-ansible.html" 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 >
2017-11-11 12:36:45 +01:00
< p class = "article-summary" >
I've decided to migrate this blog to Pelican. I've been playing around with it over the week-end, and it turns out to be way easier to...
< / p >
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 >
2017-11-11 12:36:45 +01:00
< p > There are < a data-disqus-identifier = "private-git-repo.html" 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 >
2017-11-11 12:36:45 +01:00
< p class = "article-summary" >
I've been using Flexget for the past two years or so as a download automator. Since I wrote an init script for it a while back, and it...
< / p >
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 >
2017-11-11 12:36:45 +01:00
< p > There are < a data-disqus-identifier = "flexget-init-script.html" 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 >
2017-11-11 12:36:45 +01:00
< p class = "article-summary" >
In this first tutorial, I'll explain how I've configured my mail server using the following : A server running Linux Debian (jessie) ;...
< / p >
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 >
2017-11-11 12:36:45 +01:00
< p > There are < a data-disqus-identifier = "setting-up-a-mail-server.html" href = "https://captainark.net/setting-up-a-mail-server.html#disqus_thread" > comments< / a > .< / p > < / div >
2016-01-31 13:43:06 +01:00
< / 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 > ,
2017-11-11 12:36:45 +01:00
which takes great advantage of < a href = "http://python.org" > Python< / a > . < br / > © Antoine Joubert
2016-01-31 13:43:06 +01:00
< / p > < / div >
< / div >
< / div >
< / footer >
<!-- jQuery -->
2017-11-11 12:36:45 +01:00
< script src = "https://captainark.net/theme/js/jquery.min.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" >
2017-11-11 13:17:35 +01:00
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-53658366-1']);
_gaq.push(['_trackPageview']);
2016-01-31 16:10:48 +01:00
(function() {
2017-11-11 13:17:35 +01:00
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);
2016-01-31 16:10:48 +01:00
})();
< / 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 >