moving pelican-clean-blog theme and fixing path in pelicanconf.py
This commit is contained in:
parent
a2e9404f04
commit
366c92eb04
@ -5,8 +5,6 @@
|
||||
<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="Antoine Joubert">
|
||||
|
||||
|
||||
<title>Sysadmining. All day. Every day. - Archives</title>
|
||||
@ -36,6 +34,11 @@
|
||||
|
||||
<meta property="og:locale" content="">
|
||||
<meta property="og:site_name" content="Sysadmining. All day. Every day.">
|
||||
<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">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
@ -5,8 +5,6 @@
|
||||
<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="Antoine Joubert">
|
||||
|
||||
|
||||
<title>Sysadmining. All day. Every day. - Articles by Antoine Joubert</title>
|
||||
@ -34,8 +32,19 @@
|
||||
<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:locale" content="">
|
||||
<meta property="og:site_name" content="Sysadmining. All day. Every day.">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@ -93,7 +102,7 @@
|
||||
WebDAV with nginx
|
||||
</h2>
|
||||
</a>
|
||||
<p>This website has been hosted on an <a href="https://www.online.net">Online.net</a> dedicated server since its creation. I've been one ...
|
||||
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 class="post-meta">Posted by
|
||||
<a href="https://captainark.net/author/antoine-joubert.html">Antoine Joubert</a>
|
||||
on Sat 26 March 2016
|
||||
@ -105,7 +114,7 @@
|
||||
MySQL backup script
|
||||
</h2>
|
||||
</a>
|
||||
<p>I wrote a MySQL database backup script a while back. I known they are more than enough of them already floating around the internet, ...
|
||||
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 class="post-meta">Posted by
|
||||
<a href="https://captainark.net/author/antoine-joubert.html">Antoine Joubert</a>
|
||||
on Sun 13 March 2016
|
||||
@ -117,7 +126,7 @@
|
||||
Postfix Admin
|
||||
</h2>
|
||||
</a>
|
||||
<p>As I explained in <a href="https://www.captainark.net/setting-up-a-mail-server.html">this previous tutorial</a>, I've been running my ...
|
||||
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 class="post-meta">Posted by
|
||||
<a href="https://captainark.net/author/antoine-joubert.html">Antoine Joubert</a>
|
||||
on Sun 06 March 2016
|
||||
@ -129,7 +138,7 @@
|
||||
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 ...
|
||||
tmux is a terminal mutiplexer. It lets you have multiples shells running in a single terminal emulator window and it keeps those shells ...
|
||||
<p class="post-meta">Posted by
|
||||
<a href="https://captainark.net/author/antoine-joubert.html">Antoine Joubert</a>
|
||||
on Tue 02 February 2016
|
||||
@ -141,7 +150,7 @@
|
||||
Debian updates with Ansible
|
||||
</h2>
|
||||
</a>
|
||||
<p>I've recently bought a <a href="http://www8.hp.com/us/en/products/proliant-servers/product-detail.html?oid=5379860">HP Proliant ...
|
||||
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 class="post-meta">Posted by
|
||||
<a href="https://captainark.net/author/antoine-joubert.html">Antoine Joubert</a>
|
||||
on Sun 31 January 2016
|
||||
@ -153,7 +162,7 @@
|
||||
Private Git Repo
|
||||
</h2>
|
||||
</a>
|
||||
<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 ...
|
||||
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 class="post-meta">Posted by
|
||||
<a href="https://captainark.net/author/antoine-joubert.html">Antoine Joubert</a>
|
||||
on Sun 31 January 2016
|
||||
@ -165,8 +174,7 @@
|
||||
Flexget init script
|
||||
</h2>
|
||||
</a>
|
||||
<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 ...
|
||||
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 class="post-meta">Posted by
|
||||
<a href="https://captainark.net/author/antoine-joubert.html">Antoine Joubert</a>
|
||||
on Tue 05 May 2015
|
||||
@ -178,9 +186,7 @@
|
||||
Setting up a mail server
|
||||
</h2>
|
||||
</a>
|
||||
<p>In this first tutorial, I'll explain how I've configured my mail server using the following :</p>
|
||||
<ul>
|
||||
<li>A server running Linux ...
|
||||
In this first tutorial, I'll explain how I've configured my mail server using the following : A server running Linux Debian (jessie) ; ...
|
||||
<p class="post-meta">Posted by
|
||||
<a href="https://captainark.net/author/antoine-joubert.html">Antoine Joubert</a>
|
||||
on Fri 24 April 2015
|
||||
|
@ -5,8 +5,6 @@
|
||||
<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="Antoine Joubert">
|
||||
|
||||
|
||||
<title>Sysadmining. All day. Every day. - Authors</title>
|
||||
@ -36,6 +34,11 @@
|
||||
|
||||
<meta property="og:locale" content="">
|
||||
<meta property="og:site_name" content="Sysadmining. All day. Every day.">
|
||||
<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">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
@ -5,8 +5,6 @@
|
||||
<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="Antoine Joubert">
|
||||
|
||||
|
||||
<title>Sysadmining. All day. Every day. - Categories</title>
|
||||
@ -36,6 +34,11 @@
|
||||
|
||||
<meta property="og:locale" content="">
|
||||
<meta property="og:site_name" content="Sysadmining. All day. Every day.">
|
||||
<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">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
@ -5,8 +5,6 @@
|
||||
<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="Antoine Joubert">
|
||||
|
||||
|
||||
<title>Sysadmining. All day. Every day. - Articles in the Ansible Playbook category</title>
|
||||
@ -36,6 +34,11 @@
|
||||
|
||||
<meta property="og:locale" content="">
|
||||
<meta property="og:site_name" content="Sysadmining. All day. Every day.">
|
||||
<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">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@ -93,7 +96,7 @@
|
||||
Debian updates with Ansible
|
||||
</h2>
|
||||
</a>
|
||||
<p>I've recently bought a <a href="http://www8.hp.com/us/en/products/proliant-servers/product-detail.html?oid=5379860">HP Proliant ...
|
||||
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 class="post-meta">Posted by
|
||||
<a href="https://captainark.net/author/antoine-joubert.html">Antoine Joubert</a>
|
||||
on Sun 31 January 2016
|
||||
|
@ -5,8 +5,6 @@
|
||||
<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="Antoine Joubert">
|
||||
|
||||
|
||||
<title>Sysadmining. All day. Every day. - Articles in the Configuration example category</title>
|
||||
@ -36,6 +34,11 @@
|
||||
|
||||
<meta property="og:locale" content="">
|
||||
<meta property="og:site_name" content="Sysadmining. All day. Every day.">
|
||||
<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">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@ -93,7 +96,7 @@
|
||||
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 ...
|
||||
tmux is a terminal mutiplexer. It lets you have multiples shells running in a single terminal emulator window and it keeps those shells ...
|
||||
<p class="post-meta">Posted by
|
||||
<a href="https://captainark.net/author/antoine-joubert.html">Antoine Joubert</a>
|
||||
on Tue 02 February 2016
|
||||
|
@ -5,8 +5,6 @@
|
||||
<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="Antoine Joubert">
|
||||
|
||||
|
||||
<title>Sysadmining. All day. Every day. - Articles in the Script category</title>
|
||||
@ -36,6 +34,11 @@
|
||||
|
||||
<meta property="og:locale" content="">
|
||||
<meta property="og:site_name" content="Sysadmining. All day. Every day.">
|
||||
<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">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@ -93,7 +96,7 @@
|
||||
MySQL backup script
|
||||
</h2>
|
||||
</a>
|
||||
<p>I wrote a MySQL database backup script a while back. I known they are more than enough of them already floating around the internet, ...
|
||||
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 class="post-meta">Posted by
|
||||
<a href="https://captainark.net/author/antoine-joubert.html">Antoine Joubert</a>
|
||||
on Sun 13 March 2016
|
||||
@ -105,8 +108,7 @@
|
||||
Flexget init script
|
||||
</h2>
|
||||
</a>
|
||||
<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 ...
|
||||
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 class="post-meta">Posted by
|
||||
<a href="https://captainark.net/author/antoine-joubert.html">Antoine Joubert</a>
|
||||
on Tue 05 May 2015
|
||||
|
@ -5,8 +5,6 @@
|
||||
<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="Antoine Joubert">
|
||||
|
||||
|
||||
<title>Sysadmining. All day. Every day. - Articles in the Tutorial category</title>
|
||||
@ -36,6 +34,11 @@
|
||||
|
||||
<meta property="og:locale" content="">
|
||||
<meta property="og:site_name" content="Sysadmining. All day. Every day.">
|
||||
<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">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@ -93,7 +96,7 @@
|
||||
WebDAV with nginx
|
||||
</h2>
|
||||
</a>
|
||||
<p>This website has been hosted on an <a href="https://www.online.net">Online.net</a> dedicated server since its creation. I've been one ...
|
||||
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 class="post-meta">Posted by
|
||||
<a href="https://captainark.net/author/antoine-joubert.html">Antoine Joubert</a>
|
||||
on Sat 26 March 2016
|
||||
@ -105,7 +108,7 @@
|
||||
Postfix Admin
|
||||
</h2>
|
||||
</a>
|
||||
<p>As I explained in <a href="https://www.captainark.net/setting-up-a-mail-server.html">this previous tutorial</a>, I've been running my ...
|
||||
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 class="post-meta">Posted by
|
||||
<a href="https://captainark.net/author/antoine-joubert.html">Antoine Joubert</a>
|
||||
on Sun 06 March 2016
|
||||
@ -117,7 +120,7 @@
|
||||
Private Git Repo
|
||||
</h2>
|
||||
</a>
|
||||
<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 ...
|
||||
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 class="post-meta">Posted by
|
||||
<a href="https://captainark.net/author/antoine-joubert.html">Antoine Joubert</a>
|
||||
on Sun 31 January 2016
|
||||
@ -129,9 +132,7 @@
|
||||
Setting up a mail server
|
||||
</h2>
|
||||
</a>
|
||||
<p>In this first tutorial, I'll explain how I've configured my mail server using the following :</p>
|
||||
<ul>
|
||||
<li>A server running Linux ...
|
||||
In this first tutorial, I'll explain how I've configured my mail server using the following : A server running Linux Debian (jessie) ; ...
|
||||
<p class="post-meta">Posted by
|
||||
<a href="https://captainark.net/author/antoine-joubert.html">Antoine Joubert</a>
|
||||
on Fri 24 April 2015
|
||||
|
@ -5,8 +5,6 @@
|
||||
<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="Antoine Joubert">
|
||||
|
||||
|
||||
<title>Debian updates with Ansible</title>
|
||||
@ -45,13 +43,20 @@
|
||||
<meta property="og:site_name" content="Sysadmining. All day. Every day.">
|
||||
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="article:author" content="Antoine Joubert" >
|
||||
<meta property="article:author" content="https://captainark.net/author/antoine-joubert.html">
|
||||
<meta property="og:url" content="https://captainark.net/debian-updates-with-ansible.html">
|
||||
<meta property="og:title" content="Debian updates with Ansible">
|
||||
<meta property="article:published_time" content="2016-01-31 00:00:00+01:00">
|
||||
<meta property="og:description" content="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 ...">
|
||||
|
||||
<meta property="og:image" content="https://captainark.net//bg.png">
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:site" content="@captainark">
|
||||
<meta name="twitter:title" content="Debian updates with Ansible">
|
||||
|
||||
<meta name="twitter:image" content="https://captainark.net//bg.png">
|
||||
|
||||
<meta name="twitter:description" content="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 ...">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
@ -5,8 +5,6 @@
|
||||
<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="Antoine Joubert">
|
||||
|
||||
|
||||
<title>Flexget init script</title>
|
||||
@ -45,13 +43,20 @@
|
||||
<meta property="og:site_name" content="Sysadmining. All day. Every day.">
|
||||
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="article:author" content="Antoine Joubert" >
|
||||
<meta property="article:author" content="https://captainark.net/author/antoine-joubert.html">
|
||||
<meta property="og:url" content="https://captainark.net/flexget-init-script.html">
|
||||
<meta property="og:title" content="Flexget init script">
|
||||
<meta property="article:published_time" content="2015-05-05 00:00:00+02:00">
|
||||
<meta property="og:description" content="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 ...">
|
||||
|
||||
<meta property="og:image" content="https://captainark.net//bg.png">
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:site" content="@captainark">
|
||||
<meta name="twitter:title" content="Flexget init script">
|
||||
|
||||
<meta name="twitter:image" content="https://captainark.net//bg.png">
|
||||
|
||||
<meta name="twitter:description" content="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 ...">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
@ -5,8 +5,6 @@
|
||||
<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="Antoine Joubert">
|
||||
|
||||
|
||||
<title>Sysadmining. All day. Every day.</title>
|
||||
@ -36,6 +34,11 @@
|
||||
|
||||
<meta property="og:locale" content="">
|
||||
<meta property="og:site_name" content="Sysadmining. All day. Every day.">
|
||||
<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">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@ -96,7 +99,7 @@
|
||||
WebDAV with nginx
|
||||
</h2>
|
||||
</a>
|
||||
<p>This website has been hosted on an <a href="https://www.online.net">Online.net</a> dedicated server since its creation. I've been one ...
|
||||
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 class="post-meta">Posted by
|
||||
<a href="https://captainark.net/author/antoine-joubert.html">Antoine Joubert</a>
|
||||
on Sat 26 March 2016
|
||||
@ -108,7 +111,7 @@
|
||||
MySQL backup script
|
||||
</h2>
|
||||
</a>
|
||||
<p>I wrote a MySQL database backup script a while back. I known they are more than enough of them already floating around the internet, ...
|
||||
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 class="post-meta">Posted by
|
||||
<a href="https://captainark.net/author/antoine-joubert.html">Antoine Joubert</a>
|
||||
on Sun 13 March 2016
|
||||
@ -120,7 +123,7 @@
|
||||
Postfix Admin
|
||||
</h2>
|
||||
</a>
|
||||
<p>As I explained in <a href="https://www.captainark.net/setting-up-a-mail-server.html">this previous tutorial</a>, I've been running my ...
|
||||
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 class="post-meta">Posted by
|
||||
<a href="https://captainark.net/author/antoine-joubert.html">Antoine Joubert</a>
|
||||
on Sun 06 March 2016
|
||||
@ -132,7 +135,7 @@
|
||||
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 ...
|
||||
tmux is a terminal mutiplexer. It lets you have multiples shells running in a single terminal emulator window and it keeps those shells ...
|
||||
<p class="post-meta">Posted by
|
||||
<a href="https://captainark.net/author/antoine-joubert.html">Antoine Joubert</a>
|
||||
on Tue 02 February 2016
|
||||
@ -144,7 +147,7 @@
|
||||
Debian updates with Ansible
|
||||
</h2>
|
||||
</a>
|
||||
<p>I've recently bought a <a href="http://www8.hp.com/us/en/products/proliant-servers/product-detail.html?oid=5379860">HP Proliant ...
|
||||
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 class="post-meta">Posted by
|
||||
<a href="https://captainark.net/author/antoine-joubert.html">Antoine Joubert</a>
|
||||
on Sun 31 January 2016
|
||||
@ -156,7 +159,7 @@
|
||||
Private Git Repo
|
||||
</h2>
|
||||
</a>
|
||||
<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 ...
|
||||
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 class="post-meta">Posted by
|
||||
<a href="https://captainark.net/author/antoine-joubert.html">Antoine Joubert</a>
|
||||
on Sun 31 January 2016
|
||||
@ -168,8 +171,7 @@
|
||||
Flexget init script
|
||||
</h2>
|
||||
</a>
|
||||
<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 ...
|
||||
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 class="post-meta">Posted by
|
||||
<a href="https://captainark.net/author/antoine-joubert.html">Antoine Joubert</a>
|
||||
on Tue 05 May 2015
|
||||
@ -181,9 +183,7 @@
|
||||
Setting up a mail server
|
||||
</h2>
|
||||
</a>
|
||||
<p>In this first tutorial, I'll explain how I've configured my mail server using the following :</p>
|
||||
<ul>
|
||||
<li>A server running Linux ...
|
||||
In this first tutorial, I'll explain how I've configured my mail server using the following : A server running Linux Debian (jessie) ; ...
|
||||
<p class="post-meta">Posted by
|
||||
<a href="https://captainark.net/author/antoine-joubert.html">Antoine Joubert</a>
|
||||
on Fri 24 April 2015
|
||||
|
@ -5,8 +5,6 @@
|
||||
<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="Antoine Joubert">
|
||||
|
||||
|
||||
<title>My tmux configuration</title>
|
||||
@ -45,13 +43,20 @@
|
||||
<meta property="og:site_name" content="Sysadmining. All day. Every day.">
|
||||
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="article:author" content="Antoine Joubert" >
|
||||
<meta property="article:author" content="https://captainark.net/author/antoine-joubert.html">
|
||||
<meta property="og:url" content="https://captainark.net/my-tmux-configuration.html">
|
||||
<meta property="og:title" content="My tmux configuration">
|
||||
<meta property="article:published_time" content="2016-02-02 00:00:00+01:00">
|
||||
<meta property="og:description" content="tmux is a terminal mutiplexer. It lets you have multiples shells running in a single terminal emulator window and it keeps those shells ...">
|
||||
|
||||
<meta property="og:image" content="https://captainark.net//bg.png">
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:site" content="@captainark">
|
||||
<meta name="twitter:title" content="My tmux configuration">
|
||||
|
||||
<meta name="twitter:image" content="https://captainark.net//bg.png">
|
||||
|
||||
<meta name="twitter:description" content="tmux is a terminal mutiplexer. It lets you have multiples shells running in a single terminal emulator window and it keeps those shells ...">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
@ -5,8 +5,6 @@
|
||||
<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="Antoine Joubert">
|
||||
|
||||
|
||||
<title>MySQL backup script</title>
|
||||
@ -45,13 +43,20 @@
|
||||
<meta property="og:site_name" content="Sysadmining. All day. Every day.">
|
||||
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="article:author" content="Antoine Joubert" >
|
||||
<meta property="article:author" content="https://captainark.net/author/antoine-joubert.html">
|
||||
<meta property="og:url" content="https://captainark.net/mysql-backup-script.html">
|
||||
<meta property="og:title" content="MySQL backup script">
|
||||
<meta property="article:published_time" content="2016-03-13 00:00:00+01:00">
|
||||
<meta property="og:description" content="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 ...">
|
||||
|
||||
<meta property="og:image" content="https://captainark.net//bg.png">
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:site" content="@captainark">
|
||||
<meta name="twitter:title" content="MySQL backup script">
|
||||
|
||||
<meta name="twitter:image" content="https://captainark.net//bg.png">
|
||||
|
||||
<meta name="twitter:description" content="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 ...">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
@ -5,8 +5,6 @@
|
||||
<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="Antoine Joubert">
|
||||
|
||||
|
||||
<title>About</title>
|
||||
@ -36,6 +34,11 @@
|
||||
|
||||
<meta property="og:locale" content="">
|
||||
<meta property="og:site_name" content="Sysadmining. All day. Every day.">
|
||||
<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">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
@ -5,8 +5,6 @@
|
||||
<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="Antoine Joubert">
|
||||
|
||||
|
||||
<title>Resume</title>
|
||||
@ -36,6 +34,11 @@
|
||||
|
||||
<meta property="og:locale" content="">
|
||||
<meta property="og:site_name" content="Sysadmining. All day. Every day.">
|
||||
<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">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
@ -5,8 +5,6 @@
|
||||
<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="Antoine Joubert">
|
||||
|
||||
|
||||
<title>Postfix Admin</title>
|
||||
@ -45,13 +43,20 @@
|
||||
<meta property="og:site_name" content="Sysadmining. All day. Every day.">
|
||||
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="article:author" content="Antoine Joubert" >
|
||||
<meta property="article:author" content="https://captainark.net/author/antoine-joubert.html">
|
||||
<meta property="og:url" content="https://captainark.net/postfix-admin.html">
|
||||
<meta property="og:title" content="Postfix Admin">
|
||||
<meta property="article:published_time" content="2016-03-06 00:00:00+01:00">
|
||||
<meta property="og:description" content="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 ...">
|
||||
|
||||
<meta property="og:image" content="https://captainark.net//bg.png">
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:site" content="@captainark">
|
||||
<meta name="twitter:title" content="Postfix Admin">
|
||||
|
||||
<meta name="twitter:image" content="https://captainark.net//bg.png">
|
||||
|
||||
<meta name="twitter:description" content="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 ...">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
@ -5,8 +5,6 @@
|
||||
<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="Antoine Joubert">
|
||||
|
||||
|
||||
<title>Private Git Repo</title>
|
||||
@ -45,13 +43,20 @@
|
||||
<meta property="og:site_name" content="Sysadmining. All day. Every day.">
|
||||
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="article:author" content="Antoine Joubert" >
|
||||
<meta property="article:author" content="https://captainark.net/author/antoine-joubert.html">
|
||||
<meta property="og:url" content="https://captainark.net/private-git-repo.html">
|
||||
<meta property="og:title" content="Private Git Repo">
|
||||
<meta property="article:published_time" content="2016-01-31 00:00:00+01:00">
|
||||
<meta property="og:description" content="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 ...">
|
||||
|
||||
<meta property="og:image" content="https://captainark.net//bg.png">
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:site" content="@captainark">
|
||||
<meta name="twitter:title" content="Private Git Repo">
|
||||
|
||||
<meta name="twitter:image" content="https://captainark.net//bg.png">
|
||||
|
||||
<meta name="twitter:description" content="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 ...">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<feed xmlns="http://www.w3.org/2005/Atom"><title>Sysadmining. All day. Every day.</title><link href="https://captainark.net/" rel="alternate"></link><link href="https://captainark.net/rss.xml" rel="self"></link><id>https://captainark.net/</id><updated>2016-03-26T00:00:00+01:00</updated><entry><title>WebDAV with nginx</title><link href="https://captainark.net/webdav-with-nginx.html" rel="alternate"></link><updated>2016-03-26T00:00:00+01:00</updated><author><name>Antoine Joubert</name></author><id>tag:captainark.net,2016-03-26:webdav-with-nginx.html</id><summary type="html"><p>This website has been hosted on an <a href="https://www.online.net">Online.net</a> dedicated server since its creation. I've been one of their customers for the past 3 years now, and I still don't have anything bad to say about them.</p>
|
||||
<feed xmlns="http://www.w3.org/2005/Atom"><title>Sysadmining. All day. Every day.</title><link href="https://captainark.net/" rel="alternate"></link><link href="https://captainark.net/rss.xml" rel="self"></link><id>https://captainark.net/</id><updated>2016-03-26T00:00:00+01:00</updated><entry><title>WebDAV with nginx</title><link href="https://captainark.net/webdav-with-nginx.html" rel="alternate"></link><published>2016-03-26T00:00:00+01:00</published><author><name>Antoine Joubert</name></author><id>tag:captainark.net,2016-03-26:webdav-with-nginx.html</id><summary type="html"><p>This website has been hosted on an <a href="https://www.online.net">Online.net</a> dedicated server since its creation. I've been one of their customers for the past 3 years now, and I still don't have anything bad to say about them.</p>
|
||||
<p>They recently upgraded their personnal range, and I took the opportunity to upgrade from a single server running all of my services to 2 servers running LXC containers that are hosting my services.</p>
|
||||
<p>It took me 2 days to migrate everything, but it was worth it. If I decide to switch servers again, I'll have to migrate the containers instead of the services themselves. Considering they are stored on a separate BTRFS volume, it shouldn't take me more than a few hours at most.</p>
|
||||
<p>During the migration, I realized that I needed to make files that were hosted on one server accessible to the other. I could have gone with CIFS or NFS, but I wanted to have encryption built-in instead of having to rely on a VPN for that. Since I figured it was a good opportunity to learn something new, I ended up going with WebDAV.</p>
|
||||
@ -313,7 +313,7 @@ mount -t davfs https://www.example.com/data /data -o ro,dir_mode<span class="
|
||||
|
||||
<p>That way, if monit notices that the <code>/data/davfs.txt</code> file becomes inaccessible for some reason, it will try remouting the share.</p>
|
||||
<h2>Conclusion</h2>
|
||||
<p>That's all ! Hopefully this has been useful to someone. Please do comment below if you have any question or if this has been helpful !</p></summary></entry><entry><title>MySQL backup script</title><link href="https://captainark.net/mysql-backup-script.html" rel="alternate"></link><updated>2016-03-13T00:00:00+01:00</updated><author><name>Antoine Joubert</name></author><id>tag:captainark.net,2016-03-13:mysql-backup-script.html</id><summary type="html"><p>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 hey, I figured I'd share it here anyway.</p>
|
||||
<p>That's all ! Hopefully this has been useful to someone. Please do comment below if you have any question or if this has been helpful !</p></summary></entry><entry><title>MySQL backup script</title><link href="https://captainark.net/mysql-backup-script.html" rel="alternate"></link><published>2016-03-13T00:00:00+01:00</published><author><name>Antoine Joubert</name></author><id>tag:captainark.net,2016-03-13:mysql-backup-script.html</id><summary type="html"><p>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 hey, I figured I'd share it here anyway.</p>
|
||||
<h2>The script</h2>
|
||||
<p>For the script to work, you'll need to edit a few variable to match your configuration.</p>
|
||||
<ul>
|
||||
@ -351,7 +351,7 @@ sqlbk<span class="o">()</span> <span class="o">{</span>
|
||||
<h1>Conclusion</h1>
|
||||
<p>You've probably noticed that the script erases the previous backup when a new one is made.</p>
|
||||
<p>I don't need to keep multiple versions of the same database backup on my servers because they are all saved remotely on a daily basis using <a href="http://rsnapshot.org/">Rsnapshot</a>. I'll probably write an article on the subject in the future.</p>
|
||||
<p>As usual, feedback is always appreciated !</p></summary></entry><entry><title>Postfix Admin</title><link href="https://captainark.net/postfix-admin.html" rel="alternate"></link><updated>2016-03-06T00:00:00+01:00</updated><author><name>Antoine Joubert</name></author><id>tag:captainark.net,2016-03-06:postfix-admin.html</id><summary type="html"><p>As I explained in <a href="https://www.captainark.net/setting-up-a-mail-server.html">this previous tutorial</a>, I've been running my own mail server without any issue for some time now.</p>
|
||||
<p>As usual, feedback is always appreciated !</p></summary></entry><entry><title>Postfix Admin</title><link href="https://captainark.net/postfix-admin.html" rel="alternate"></link><published>2016-03-06T00:00:00+01:00</published><author><name>Antoine Joubert</name></author><id>tag:captainark.net,2016-03-06:postfix-admin.html</id><summary type="html"><p>As I explained in <a href="https://www.captainark.net/setting-up-a-mail-server.html">this previous tutorial</a>, I've been running my own mail server without any issue for some time now.</p>
|
||||
<p>However, every time I've wanted to add a domain, create a new mailbox or change a user's password, I've had to do it manually from a SQL shell. As fun as it may be, it does get old very fast, so I've decided to install a web frontend to manage this database.</p>
|
||||
<p>After a bit a googling, I've settled on <a href="http://postfixadmin.sourceforge.net/">Postfix Admin</a>.</p>
|
||||
<p>The latest stable version of Postfix Admin was released in 2009. Version 3.0 has been in the works for some time now and the project can be cloned from their <a href="https://github.com/postfixadmin/postfixadmin">Github repo</a>.</p>
|
||||
@ -460,7 +460,7 @@ rm /etc/dovecot/sql.conf.bak
|
||||
|
||||
|
||||
<h1>Conclusion</h1>
|
||||
<p>That's all ! As always, please do leave a comment if this article has been of any use to you !</p></summary></entry><entry><title>My tmux configuration</title><link href="https://captainark.net/my-tmux-configuration.html" rel="alternate"></link><updated>2016-02-02T00:00:00+01:00</updated><author><name>Antoine Joubert</name></author><id>tag:captainark.net,2016-02-02:my-tmux-configuration.html</id><summary type="html"><p><a href="https://tmux.github.io/">tmux</a> is a terminal mutiplexer. It lets you have multiples shells running in a single terminal emulator window and it keeps those shells running in the background should you need to close your terminal emulator.</p>
|
||||
<p>That's all ! As always, please do leave a comment if this article has been of any use to you !</p></summary></entry><entry><title>My tmux configuration</title><link href="https://captainark.net/my-tmux-configuration.html" rel="alternate"></link><published>2016-02-02T00:00:00+01:00</published><author><name>Antoine Joubert</name></author><id>tag:captainark.net,2016-02-02:my-tmux-configuration.html</id><summary type="html"><p><a href="https://tmux.github.io/">tmux</a> is a terminal mutiplexer. It lets you have multiples shells running in a single terminal emulator window and it keeps those shells running in the background should you need to close your terminal emulator.</p>
|
||||
<p>I've played around with the configuration quite a bit to find settings that suit my needs. Here's what it ended up looking like :</p>
|
||||
<p><a href="images/tmux_fullsize.png"><img alt="tmux" src="images/tmux.png" /></a></p>
|
||||
<p>This screenshot was done on Mac OS X, using the Terminal app and this <a href="https://github.com/tomislav/osx-terminal.app-colors-solarized">Solarized theme</a>.</p>
|
||||
@ -625,7 +625,7 @@ bind &#39;&quot;&#39; choose-window
|
||||
|
||||
|
||||
<h2>Conclusion</h2>
|
||||
<p>That's all ! As always, please do leave a comment if you've found something useful in this article !</p></summary></entry><entry><title>Debian updates with Ansible</title><link href="https://captainark.net/debian-updates-with-ansible.html" rel="alternate"></link><updated>2016-01-31T00:00:00+01:00</updated><author><name>Antoine Joubert</name></author><id>tag:captainark.net,2016-01-31:debian-updates-with-ansible.html</id><summary type="html"><p>I've recently bought a <a href="http://www8.hp.com/us/en/products/proliant-servers/product-detail.html?oid=5379860">HP Proliant Microserver Gen8</a> to play around with LXC and try new stuff.</p>
|
||||
<p>That's all ! As always, please do leave a comment if you've found something useful in this article !</p></summary></entry><entry><title>Debian updates with Ansible</title><link href="https://captainark.net/debian-updates-with-ansible.html" rel="alternate"></link><published>2016-01-31T00:00:00+01:00</published><author><name>Antoine Joubert</name></author><id>tag:captainark.net,2016-01-31:debian-updates-with-ansible.html</id><summary type="html"><p>I've recently bought a <a href="http://www8.hp.com/us/en/products/proliant-servers/product-detail.html?oid=5379860">HP Proliant Microserver Gen8</a> to play around with LXC and try new stuff.</p>
|
||||
<p>From the 4 Debian machines I had to keep up-to-date, I now have 7, so it became quite time-consumming to manually SSH to each of them whenever an update became available.</p>
|
||||
<p>I ended up looking at <a href="http://www.ansible.com/">Ansible</a> to speed up the process and, within an hour, I had a working playbook that updates the debian packages, pip packages and git repos installed on all of my servers with a single command.</p>
|
||||
<p>I figured I'd share the playbook I use to update the Debian packages !</p>
|
||||
@ -670,7 +670,7 @@ bind &#39;&quot;&#39; choose-window
|
||||
|
||||
|
||||
<h2>Conclusion</h2>
|
||||
<p>That's all ! Please leave a comment if you've found this playbook helpful !</p></summary></entry><entry><title>Private Git Repo</title><link href="https://captainark.net/private-git-repo.html" rel="alternate"></link><updated>2016-01-31T00:00:00+01:00</updated><author><name>Antoine Joubert</name></author><id>tag:captainark.net,2016-01-31:private-git-repo.html</id><summary type="html"><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 week-end, and it turns out to be way easier to manage than <a href="https://jekyllrb.com/">Jekyll</a>. Themes are much easier to install and configure, so it ends up looking better as well !</p>
|
||||
<p>That's all ! Please leave a comment if you've found this playbook helpful !</p></summary></entry><entry><title>Private Git Repo</title><link href="https://captainark.net/private-git-repo.html" rel="alternate"></link><published>2016-01-31T00:00:00+01:00</published><author><name>Antoine Joubert</name></author><id>tag:captainark.net,2016-01-31:private-git-repo.html</id><summary type="html"><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 week-end, and it turns out to be way easier to manage than <a href="https://jekyllrb.com/">Jekyll</a>. Themes are much easier to install and configure, so it ends up looking better as well !</p>
|
||||
<p>Since I'm basically recreating this blog from scratch, I've decided to delete the old git repo that was hosting it and to create a new one.</p>
|
||||
<p>Setting up your own private git repo is pretty easy to achieve and is already well-documented on the <a href="https://git-scm.com/book/en/v2/Git-on-the-Server-Setting-Up-the-Server">Git</a> website.</p>
|
||||
<p>Every time I want to create a new repo, I've had time to forget how to do it and I end up looking for that page, so I figured I'd write a few lines on the subject.</p>
|
||||
@ -810,7 +810,7 @@ Checking connectivity... <span class="k">done</span>.
|
||||
<li>once a branch has been copied locally, you can switch to it with the <code>git checkout {branch}</code> command.</li>
|
||||
</ul>
|
||||
<p>For more information on git a command, use <code>man git-{command}</code> !</p>
|
||||
<p>If you've found this tutorial in any way helpful, please feel free to leave a comment !</p></summary></entry><entry><title>Flexget init script</title><link href="https://captainark.net/flexget-init-script.html" rel="alternate"></link><updated>2015-05-05T00:00:00+02:00</updated><author><name>Antoine Joubert</name></author><id>tag:captainark.net,2015-05-05:flexget-init-script.html</id><summary type="html"><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>If you've found this tutorial in any way helpful, please feel free to leave a comment !</p></summary></entry><entry><title>Flexget init script</title><link href="https://captainark.net/flexget-init-script.html" rel="alternate"></link><published>2015-05-05T00:00:00+02:00</published><author><name>Antoine Joubert</name></author><id>tag:captainark.net,2015-05-05:flexget-init-script.html</id><summary type="html"><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 an <a href="http://flexget.com/wiki/Daemon/Startup#InsservscriptDebiancompatible">init script</a> for it a while back, and it is compatible with Debian Jessie / systemd, I figured I'd share it here.</p>
|
||||
<h2>The script</h2>
|
||||
<p>All of the following should be done as the root user.</p>
|
||||
@ -1038,7 +1038,7 @@ service flexget status
|
||||
|
||||
|
||||
<h2>Conclusion</h2>
|
||||
<p>That's all ! If you are using this script, please let me know in the comment section below !</p></summary></entry><entry><title>Setting up a mail server</title><link href="https://captainark.net/setting-up-a-mail-server.html" rel="alternate"></link><updated>2015-04-24T00:00:00+02:00</updated><author><name>Antoine Joubert</name></author><id>tag:captainark.net,2015-04-24:setting-up-a-mail-server.html</id><summary type="html"><p>In this first tutorial, I'll explain how I've configured my mail server using the following :</p>
|
||||
<p>That's all ! If you are using this script, please let me know in the comment section below !</p></summary></entry><entry><title>Setting up a mail server</title><link href="https://captainark.net/setting-up-a-mail-server.html" rel="alternate"></link><published>2015-04-24T00:00:00+02:00</published><author><name>Antoine Joubert</name></author><id>tag:captainark.net,2015-04-24:setting-up-a-mail-server.html</id><summary type="html"><p>In this first tutorial, I'll explain how I've configured my mail server using the following :</p>
|
||||
<ul>
|
||||
<li>A server running Linux Debian (jessie) ;</li>
|
||||
<li>Postfix ;</li>
|
||||
|
@ -5,8 +5,6 @@
|
||||
<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="Antoine Joubert">
|
||||
|
||||
|
||||
<title>Setting up a mail server</title>
|
||||
@ -45,13 +43,20 @@
|
||||
<meta property="og:site_name" content="Sysadmining. All day. Every day.">
|
||||
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="article:author" content="Antoine Joubert" >
|
||||
<meta property="article:author" content="https://captainark.net/author/antoine-joubert.html">
|
||||
<meta property="og:url" content="https://captainark.net/setting-up-a-mail-server.html">
|
||||
<meta property="og:title" content="Setting up a mail server">
|
||||
<meta property="article:published_time" content="2015-04-24 00:00:00+02:00">
|
||||
<meta property="og:description" content="In this first tutorial, I'll explain how I've configured my mail server using the following : A server running Linux Debian (jessie) ; ...">
|
||||
|
||||
<meta property="og:image" content="https://captainark.net//bg.png">
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:site" content="@captainark">
|
||||
<meta name="twitter:title" content="Setting up a mail server">
|
||||
|
||||
<meta name="twitter:image" content="https://captainark.net//bg.png">
|
||||
|
||||
<meta name="twitter:description" content="In this first tutorial, I'll explain how I've configured my mail server using the following : A server running Linux Debian (jessie) ; ...">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
@ -5,8 +5,6 @@
|
||||
<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="Antoine Joubert">
|
||||
|
||||
|
||||
<title>Sysadmining. All day. Every day. - Tags</title>
|
||||
@ -36,6 +34,11 @@
|
||||
|
||||
<meta property="og:locale" content="">
|
||||
<meta property="og:site_name" content="Sysadmining. All day. Every day.">
|
||||
<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">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
@ -5,8 +5,6 @@
|
||||
<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="Antoine Joubert">
|
||||
|
||||
|
||||
<title>WebDAV with nginx</title>
|
||||
@ -45,13 +43,20 @@
|
||||
<meta property="og:site_name" content="Sysadmining. All day. Every day.">
|
||||
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="article:author" content="Antoine Joubert" >
|
||||
<meta property="article:author" content="https://captainark.net/author/antoine-joubert.html">
|
||||
<meta property="og:url" content="https://captainark.net/webdav-with-nginx.html">
|
||||
<meta property="og:title" content="WebDAV with nginx">
|
||||
<meta property="article:published_time" content="2016-03-26 00:00:00+01:00">
|
||||
<meta property="og:description" content="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 ...">
|
||||
|
||||
<meta property="og:image" content="https://captainark.net//bg.png">
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:site" content="@captainark">
|
||||
<meta name="twitter:title" content="WebDAV with nginx">
|
||||
|
||||
<meta name="twitter:image" content="https://captainark.net//bg.png">
|
||||
|
||||
<meta name="twitter:description" content="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 ...">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
@ -21,7 +21,7 @@ DEFAULT_PAGINATION = 10
|
||||
# Uncomment following line if you want document-relative URLs when developing
|
||||
#RELATIVE_URLS = True
|
||||
|
||||
THEME = '/Users/captainark/Documents/projects/pelican-themes/pelican-clean-blog'
|
||||
THEME = 'themes/pelican-clean-blog'
|
||||
SITESUBTITLE = u'Yet Another Blog about Linux and Networking'
|
||||
# Add items to top menu before pages
|
||||
MENUITEMS = [
|
||||
|
BIN
pelicanconf.pyc
BIN
pelicanconf.pyc
Binary file not shown.
Loading…
Reference in New Issue
Block a user