From eaa8d36b63a233336c98ab59e8f09018c9269e30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wxcaf=C3=A9=20=28Cl=C3=A9ment=20Hertling=29?= Date: Wed, 5 Feb 2020 09:13:22 -0500 Subject: [PATCH] removes categories, cleans slug, updates add.sh --- add.sh | 6 +++--- content/(neo)mutt_fuckery_with_multipart_messages.md | 3 +-- content/2013-07-10.12:44:28.md | 1 - content/2fa_ssh_on_linux,_and_deploying_it_via_puppet.md | 1 - content/36c3_talks.md | 3 +-- content/backups-and-restores.md | 1 - content/bangbangcon.md | 1 - content/comment-saurik-a-roote-les-google-glass.md | 1 - content/dns.md | 1 - content/docker-ebooks.md | 1 - "content/doing_\"real_networking\"_on_dn42.md" | 3 +-- content/envie-partout-temps-nulle-part.md | 1 - content/eurobsdcon_2017.md | 1 - .../from_bind9_to_nsd,_a_(relatively_short)_dns_journey.md | 1 - content/hori-vs-pdp.md | 1 - content/ipv6_at_online.net,_with_libvirt.md | 1 - content/key-update.md | 1 - content/key_migration.md | 1 - content/keyboard.io.md | 1 - content/let's_encrypt.md | 1 - content/mfsbsd-online.md | 1 - ...ter-son-propre-serveur-partie-1-le-serveur-et-lapache.md | 1 - content/moving_to_~~the_us~~_new_york.md | 3 +-- .../mutt-ou-le-client-email-le-meilleur-moins-mauvais.md | 1 - content/nat.md | 1 - content/nolife.md | 1 - content/nuc-hdmi-cec.md | 1 - content/opensmtpd.md | 1 - content/openvpn-openbsd.md | 1 - content/openwrt-usbnet.md | 1 - content/plan9.md | 1 - content/pocketbook_dissassembly_and_root.md | 1 - content/pocorgtfo.md | 1 - content/poc||gtfo_0x18.md | 3 +-- .../pourquoi-je-vais-quitter-linux-pour-passer-a-freebsd.md | 1 - content/redesign-du-blog.md | 1 - content/redondance_de_routeurs,_avec_openbsd_et_freebsd.md | 1 - content/rpg,_démontages,_....md | 1 - content/sed.md | 1 - content/so_i_got_an_iphone.md | 1 - content/ssl-starttls.md | 1 - content/ssl.md | 1 - content/the_poor_fella's_kvm_over_ip.md | 1 - content/update-et-pensees-a-propos-du-raspberry-pi.md | 1 - content/update.md | 1 - ...g_traceroute-mtr,_or:_diagnosing_network_problems_101.md | 3 +-- content/when_a_toy_isnt_a_toy_anymore.md | 3 +-- content/yubikey_for_everything.md | 3 +-- pelicanconf.py | 2 +- 49 files changed, 12 insertions(+), 59 deletions(-) diff --git a/add.sh b/add.sh index 2c1b637..c2c8a22 100755 --- a/add.sh +++ b/add.sh @@ -4,7 +4,8 @@ if [[ -z "$@" ]]; then exit 1 fi title="$@" -filename="content/$(echo $@ | tr ' ' '_' | tr '[:upper:]' '[:lower:]')" +clean_title=$(echo $title | tr ' ' '_' | tr '[:upper:]' '[:lower:]') +filename="content/$clean_title" if [[ -e $filename.md ]]; then echo "$filename.md already exists" exit 1 @@ -12,7 +13,6 @@ fi echo "Title: $title" >> $filename.md echo "Date: $(date -Iminutes)" >> $filename.md echo "Author: Wxcafé" >> $filename.md -echo "Category: " >> $filename.md -echo "Slug: $filename" >> $filename.md +echo "Slug: $clean_title" >> $filename.md echo -e '\n'>> $filename.md vim +7 $filename.md -s <( echo -n A) diff --git a/content/(neo)mutt_fuckery_with_multipart_messages.md b/content/(neo)mutt_fuckery_with_multipart_messages.md index 9f5890d..b4dbfb1 100644 --- a/content/(neo)mutt_fuckery_with_multipart_messages.md +++ b/content/(neo)mutt_fuckery_with_multipart_messages.md @@ -1,8 +1,7 @@ Title: (Neo)mutt fuckery with multipart messages Date: 2018-07-03T23:40+02:00 Author: Wxcafé -Category: -Slug: content/(neo)mutt_fuckery_with_multipart_messages +Slug: (neo)mutt_fuckery_with_multipart_messages I've been using Mutt, and then Neomutt, as an email client on my laptops for a while (I generally use Evolution on my desktop, because it runs on GNOME, diff --git a/content/2013-07-10.12:44:28.md b/content/2013-07-10.12:44:28.md index 628d1c3..810833c 100644 --- a/content/2013-07-10.12:44:28.md +++ b/content/2013-07-10.12:44:28.md @@ -1,7 +1,6 @@ Title: Le chiffrement de partitions avec dm-crypt et device-mapper Date: 2013-07-10 03:18 Author: Wxcafe -Category: Tutoriel Slug: le-chiffrement-de-partition-avec-dm-crypt-et-device-mapper diff --git a/content/2fa_ssh_on_linux,_and_deploying_it_via_puppet.md b/content/2fa_ssh_on_linux,_and_deploying_it_via_puppet.md index d1bda42..b142937 100644 --- a/content/2fa_ssh_on_linux,_and_deploying_it_via_puppet.md +++ b/content/2fa_ssh_on_linux,_and_deploying_it_via_puppet.md @@ -1,7 +1,6 @@ Title: 2fa SSH on Linux, and deploying it via Puppet Date: 2017-11-24T13:11+01:00 Author: Wxcafé -Category: Slug: 2fa_ssh_on_linux,and_deploying_it_via_puppet So, I recently (on Monday, 11/20/17) started at a new job! Aside from all the new diff --git a/content/36c3_talks.md b/content/36c3_talks.md index 15a52de..ba63704 100644 --- a/content/36c3_talks.md +++ b/content/36c3_talks.md @@ -1,8 +1,7 @@ Title: 36c3 talks Date: 2020-02-02T14:35-05:00 Author: Wxcafé -Category: -Slug: content/36c3_talks +Slug: 36c3_talks So a bit over a month ago, like every year, hackers gathered in Leipzig, Germany for the Chaos Communication Congress. This year, like the year before, diff --git a/content/backups-and-restores.md b/content/backups-and-restores.md index 55e4047..55e08fe 100644 --- a/content/backups-and-restores.md +++ b/content/backups-and-restores.md @@ -1,7 +1,6 @@ Title: Backups... and restores Date: 2018-05-07 14:17 Author: Wxcafé -Category: Note Slug: backups-and-restore So, as you might have noticed if you're following me on twitter/mastodon, or if diff --git a/content/bangbangcon.md b/content/bangbangcon.md index e848484..48f3989 100644 --- a/content/bangbangcon.md +++ b/content/bangbangcon.md @@ -1,7 +1,6 @@ Title: ‼️con Date: 2019-05-13 10:00 Author: Wxcafé -Category: Note Slug: !!con Header_Cover: //pub.wxcafe.net/img/bangbangcon_header.jpg diff --git a/content/comment-saurik-a-roote-les-google-glass.md b/content/comment-saurik-a-roote-les-google-glass.md index 351c6e6..f3f3d63 100644 --- a/content/comment-saurik-a-roote-les-google-glass.md +++ b/content/comment-saurik-a-roote-les-google-glass.md @@ -1,7 +1,6 @@ Title: Comment Saurik a rooté les Google Glass Date: 2013-05-06 06:24 Author: Wxcafe -Category: Hacking Slug: comment-saurik-a-roote-les-google-glass Comme vous avez pu le lire dans les médias, Saurik (Jay Freeman, connu diff --git a/content/dns.md b/content/dns.md index 7486b10..2a55a07 100644 --- a/content/dns.md +++ b/content/dns.md @@ -1,7 +1,6 @@ Title: Mise en place d'un serveur DNS Date: 2014-02-24 02:49 Author: Wxcafe -Category: Tutoriel Slug: mise-en-place-dun-serveur-dns Le DNS (Domain Name System) est le service permettant la résolution des noms de diff --git a/content/docker-ebooks.md b/content/docker-ebooks.md index 2485102..9c57cb9 100644 --- a/content/docker-ebooks.md +++ b/content/docker-ebooks.md @@ -1,7 +1,6 @@ Title: Docker et les ebooks sur Twitter Date: 2015-02-28 14:11 Author: Wxcafe -Category: Note Slug: docker-et-les-ebooks-sur-twitter Vous avez peut être déjà entendu parler de [Docker](https://www.docker.com/). Si diff --git "a/content/doing_\"real_networking\"_on_dn42.md" "b/content/doing_\"real_networking\"_on_dn42.md" index ff7cc62..fe65a8a 100644 --- "a/content/doing_\"real_networking\"_on_dn42.md" +++ "b/content/doing_\"real_networking\"_on_dn42.md" @@ -1,8 +1,7 @@ Title: doing "real networking" on dn42 Date: 2018-01-29T11:21+01:00 Author: Wxcafé -Category: -Slug: content/doing_real_networking_on_dn42 +Slug: doing_real_networking_on_dn42 So if you're interested in learning about internet-scale networking and experimenting with BGP and stuff on "real" networks, you have two basic options. diff --git a/content/envie-partout-temps-nulle-part.md b/content/envie-partout-temps-nulle-part.md index 13fea24..9865fb2 100644 --- a/content/envie-partout-temps-nulle-part.md +++ b/content/envie-partout-temps-nulle-part.md @@ -1,7 +1,6 @@ Title: Envie partout, temps nulle part Date: 2016-06-13T09:11+02:00 Author: Wxcafé -Category: Note Slug: envie-partout-temps-nulle-part Ça fait assez longtemps que j'ai pas posté ici, j'en suis bien conscient, et diff --git a/content/eurobsdcon_2017.md b/content/eurobsdcon_2017.md index d86fa6d..12ec95e 100644 --- a/content/eurobsdcon_2017.md +++ b/content/eurobsdcon_2017.md @@ -1,7 +1,6 @@ Title: EuroBSDCon 2017 Date: 2017-09-29T14:03+02:00 Author: Wxcafé -Category: Slug: eurobsdcon_2017 So, as you might know if you follow me on twitter/mastodon (and if you don't, diff --git a/content/from_bind9_to_nsd,_a_(relatively_short)_dns_journey.md b/content/from_bind9_to_nsd,_a_(relatively_short)_dns_journey.md index a6a7847..c2db41f 100644 --- a/content/from_bind9_to_nsd,_a_(relatively_short)_dns_journey.md +++ b/content/from_bind9_to_nsd,_a_(relatively_short)_dns_journey.md @@ -1,7 +1,6 @@ Title: From Bind9 to NSD, a (relatively short) DNS journey Date: 2017-09-24T11:44+02:00 Author: Wxcafé -Category: Slug: from_bind9_to_nsd_a_relatively_short_dns_journey Hey! It's been a while... diff --git a/content/hori-vs-pdp.md b/content/hori-vs-pdp.md index 85ceb17..a52116d 100644 --- a/content/hori-vs-pdp.md +++ b/content/hori-vs-pdp.md @@ -1,7 +1,6 @@ Title: Manettes : Hori vs. PDP Date: 2015-04-19 21:59 Author: Wxcafe -Category: Vidya Games Slug: hori-vs-pdp Si vous avez comme moi une Wii U et Smash 4, vous vous êtes probablement rendus diff --git a/content/ipv6_at_online.net,_with_libvirt.md b/content/ipv6_at_online.net,_with_libvirt.md index 0cee68b..b13e697 100644 --- a/content/ipv6_at_online.net,_with_libvirt.md +++ b/content/ipv6_at_online.net,_with_libvirt.md @@ -1,7 +1,6 @@ Title: IPv6 at Online.net, with libvirt Date: 2017-07-14T00:21+02:00 Author: Wxcafé -Category: tutorial Slug: ipv6_at_online.net,with_libvirt So, I have this server at [Online](https://online.net), a french hosting diff --git a/content/key-update.md b/content/key-update.md index 8b94711..ceb1e4a 100644 --- a/content/key-update.md +++ b/content/key-update.md @@ -1,7 +1,6 @@ Title: GPG key update and validity extension Date: 2017-12-24 19:34 Author: Wxcafe -Category: Misc Slug: gpg-key-update-and-validity-extension Here's a signed message about my GPG key update diff --git a/content/key_migration.md b/content/key_migration.md index 3e7bd10..e68b8eb 100644 --- a/content/key_migration.md +++ b/content/key_migration.md @@ -1,7 +1,6 @@ Title: Key Migration Date: 2016-12-29T03:49+01:00 Author: Wxcafé -Category: misc Slug: key-migration Here's a signed message about my key migration diff --git a/content/keyboard.io.md b/content/keyboard.io.md index 5ab2988..f70457c 100644 --- a/content/keyboard.io.md +++ b/content/keyboard.io.md @@ -1,7 +1,6 @@ Title: My Keyboard.io Date: 2019-07-19 Author: Wxcafe -Category: Misc Slug: keyboard.io My Keyboard.io diff --git a/content/let's_encrypt.md b/content/let's_encrypt.md index 72e0866..fbbc7c2 100644 --- a/content/let's_encrypt.md +++ b/content/let's_encrypt.md @@ -1,7 +1,6 @@ Title: Let's Encrypt, enfin Date: 2015-12-13T18:48+0100 Author: Wxcafé -Category: Tutoriel Slug: lets-encrypt-enfin ### Update 2016-09: diff --git a/content/mfsbsd-online.md b/content/mfsbsd-online.md index 8debba6..57ff6bf 100644 --- a/content/mfsbsd-online.md +++ b/content/mfsbsd-online.md @@ -1,7 +1,6 @@ Title: Installer FreeBSD sur un serveur Online avec MfsBSD Date: 2014-08-28 12:16 Author: Wxcafe -Category: Tutoriel Slug: freebsd-online-mfsbsd J'ai récemment eu l'occasion de louer un serveur chez Online.net (filiale de Illiad) diff --git a/content/monter-son-propre-serveur-partie-1-le-serveur-et-lapache.md b/content/monter-son-propre-serveur-partie-1-le-serveur-et-lapache.md index 2155290..3bb0fd6 100644 --- a/content/monter-son-propre-serveur-partie-1-le-serveur-et-lapache.md +++ b/content/monter-son-propre-serveur-partie-1-le-serveur-et-lapache.md @@ -1,7 +1,6 @@ Title: Monter son propre serveur, partie 1: le serveur et l'apache. Date: 2013-03-18 09:51 Author: Wxcafe -Category: Tutoriel Slug: monter-son-propre-serveur-partie-1 Il y a un certain temps, j'avais parlé du concept du self-hosting. Il diff --git a/content/moving_to_~~the_us~~_new_york.md b/content/moving_to_~~the_us~~_new_york.md index 3a1a72c..8b7722d 100644 --- a/content/moving_to_~~the_us~~_new_york.md +++ b/content/moving_to_~~the_us~~_new_york.md @@ -1,8 +1,7 @@ Title: Moving to th̶e̶ ̶U̶S̶ ̶New York Date: 2019-02-04T20:08-05:00 Author: Wxcafé -Category: -Slug: content/moving_to_new_york +Slug: moving_to_new_york So, uh, yeah. Even though it might not have been evident if you extrapolated my sleep cycle from my twitter activity, I've always lived in France, I was born diff --git a/content/mutt-ou-le-client-email-le-meilleur-moins-mauvais.md b/content/mutt-ou-le-client-email-le-meilleur-moins-mauvais.md index 2924773..eff5ebf 100644 --- a/content/mutt-ou-le-client-email-le-meilleur-moins-mauvais.md +++ b/content/mutt-ou-le-client-email-le-meilleur-moins-mauvais.md @@ -1,7 +1,6 @@ Title: Mutt ou le client email le meilleur moins mauvais Date: 2013-01-02 02:12 Author: Wxcafe -Category: Tutoriel Slug: mutt-ou-le-client-email-le-meilleur-moins-mauvais Les clients mails ont une particularité en commun : ils sont tous diff --git a/content/nat.md b/content/nat.md index 8b86d7a..a9004d2 100644 --- a/content/nat.md +++ b/content/nat.md @@ -1,5 +1,4 @@ Date: 2014-02-17 05:02 -Category: Ranting Title: NAT NAT (Network Address Translation) in a word? diff --git a/content/nolife.md b/content/nolife.md index 95d444a..bc4cd24 100644 --- a/content/nolife.md +++ b/content/nolife.md @@ -1,7 +1,6 @@ Title: [N]olife Date: 2018-04-23T11:00+02:00 Author: Wxcafé -Category: Slug: nolife Exceptionally, this post will be in french, because it's about a very diff --git a/content/nuc-hdmi-cec.md b/content/nuc-hdmi-cec.md index 419bc17..2dc185c 100644 --- a/content/nuc-hdmi-cec.md +++ b/content/nuc-hdmi-cec.md @@ -1,7 +1,6 @@ Title: les NUCs et le HDMI-CEC Date: 2015-08-22 02:43 Author: Wxcafe -Category: Note Slug: nuc-hdmi-cec J'ai récemment récupéré une télé. Ce post ne se centrant pas sur cette télé, diff --git a/content/opensmtpd.md b/content/opensmtpd.md index 9b58cbc..ebe1c0b 100644 --- a/content/opensmtpd.md +++ b/content/opensmtpd.md @@ -1,7 +1,6 @@ Title: OpenSMTPd comme serveur mail sous debian Date: 2014-11-07 13:04 Author: Wxcafé -Category: Tutoriel Slug: opensmtpd-debian J'avais dit il y a un certain temps que j'allais écrire un tutoriel expliquant diff --git a/content/openvpn-openbsd.md b/content/openvpn-openbsd.md index 9f4bd4b..f645f1d 100644 --- a/content/openvpn-openbsd.md +++ b/content/openvpn-openbsd.md @@ -1,7 +1,6 @@ Title: OpenVPN on OpenBSD Date: 2016-11-30T23:59+01:00 Author: Wxcafé -Category: Tutorial Slug: openvpn-openbsd So this is a small article, because I wanted to see if I could write more if diff --git a/content/openwrt-usbnet.md b/content/openwrt-usbnet.md index 34d1518..3a69dcc 100644 --- a/content/openwrt-usbnet.md +++ b/content/openwrt-usbnet.md @@ -1,7 +1,6 @@ Title: OpenWRT, l'USBNet, et l'histoire des 4Mo Date: 2015-10-16 10:27 Author: Wxcafe -Category: Hacking Slug: openwrt-usbnet Donc, j'ai récemment obtenu un [TP-Link diff --git a/content/plan9.md b/content/plan9.md index b71193f..6a46e3a 100644 --- a/content/plan9.md +++ b/content/plan9.md @@ -1,7 +1,6 @@ Title: Plan9 from whichever space Date: 2013-09-09 11:17 Author: Wxcafe -Category: OSes Slug: plan-9-from-whichever-space [__Plan 9 from Outer Space__](http://en.wikipedia.org/wiki/Plan_9_from_Outer_Space) est un film de série Z, produit en 1959 par Edward D. diff --git a/content/pocketbook_dissassembly_and_root.md b/content/pocketbook_dissassembly_and_root.md index c1a72a3..60aefbc 100644 --- a/content/pocketbook_dissassembly_and_root.md +++ b/content/pocketbook_dissassembly_and_root.md @@ -1,7 +1,6 @@ Title: PocketBook Dissassembly and root Date: 2017-08-01T21:39+02:00 Author: Wxcafé -Category: idk Slug: pocketbook_dissassembly_and_root diff --git a/content/pocorgtfo.md b/content/pocorgtfo.md index 7f2709f..0add752 100644 --- a/content/pocorgtfo.md +++ b/content/pocorgtfo.md @@ -1,7 +1,6 @@ Title: PoC||GTFO; now on a NEW MIRROR near you thanks to A NETWORKING STUDENT and world-famous NGINX REDIRECTION Date: 2016-10-12 16:31 Author: Wxcafe -Category: Note Slug: PoC||GTFO Le titre dit a peu près tout : j'ai récemment commencé a lire les PoC||GTFO diff --git a/content/poc||gtfo_0x18.md b/content/poc||gtfo_0x18.md index f4f6e47..8e0bc1a 100644 --- a/content/poc||gtfo_0x18.md +++ b/content/poc||gtfo_0x18.md @@ -1,8 +1,7 @@ Title: PoC||GTFO 0x18 Date: 2018-06-25T19:24+02:00 Author: Wxcafé -Category: -Slug: content/poc||gtfo_0x18 +Slug: poc||gtfo_0x18 So PoC||GTFO 0x18 was released in PDF today. Contrary to issue 0x17, and like all previous issues, I wasn't able to get it in paper form, but I still got the diff --git a/content/pourquoi-je-vais-quitter-linux-pour-passer-a-freebsd.md b/content/pourquoi-je-vais-quitter-linux-pour-passer-a-freebsd.md index aa432d9..7044b0c 100644 --- a/content/pourquoi-je-vais-quitter-linux-pour-passer-a-freebsd.md +++ b/content/pourquoi-je-vais-quitter-linux-pour-passer-a-freebsd.md @@ -1,7 +1,6 @@ Title: Pourquoi je vais quitter linux pour passer a FreeBSD. Date: 2013-02-04 17:41 Author: Wxcafe -Category: Ranting Slug: pourquoi-je-vais-quitter-linux-pour-passer-a-freebsd *This is subject to debate, and as most of the actors in this field are diff --git a/content/redesign-du-blog.md b/content/redesign-du-blog.md index d485a28..0fd7640 100644 --- a/content/redesign-du-blog.md +++ b/content/redesign-du-blog.md @@ -1,7 +1,6 @@ Date: 2013-06-12 19:14 Title: Redesign du blog, etc Author: wxcafe -Category: Note Slug: redesign-du-blog Comme vous avez pu le remarquer, ce blog a "un peu" changé récemment. diff --git a/content/redondance_de_routeurs,_avec_openbsd_et_freebsd.md b/content/redondance_de_routeurs,_avec_openbsd_et_freebsd.md index e4e9bf2..3dd1b95 100644 --- a/content/redondance_de_routeurs,_avec_openbsd_et_freebsd.md +++ b/content/redondance_de_routeurs,_avec_openbsd_et_freebsd.md @@ -1,7 +1,6 @@ Title: Redondance de routeurs, avec OpenBSD et FreeBSD Date: 2016-07-29T17:53+02:00 Author: Wxcafé -Category: Tutoriel Slug: redondance-routeurs-openbsd-freebsd Depuis le début de mon DUT (il y a deux ans), j'ai découvert le monde du réseau, diff --git a/content/rpg,_démontages,_....md b/content/rpg,_démontages,_....md index 644966b..c56db62 100644 --- a/content/rpg,_démontages,_....md +++ b/content/rpg,_démontages,_....md @@ -1,7 +1,6 @@ Title: RPGs, teardowns, ... Date: 2017-06-16T21:52+0200 Author: Wxcafé -Category: Slug: RPGs,_teardowns,_... It's starting to look more and more like a real blog here, I make less posts diff --git a/content/sed.md b/content/sed.md index 54f26ad..5bcd33d 100644 --- a/content/sed.md +++ b/content/sed.md @@ -1,7 +1,6 @@ Title: Sed Basics Date: 2013-08-18 22:57 Author: Wxcafe -Category: Tutoriel Slug: sed-basics `sed` est un outil Unix très largement utilisé et très pratique pour manipuler diff --git a/content/so_i_got_an_iphone.md b/content/so_i_got_an_iphone.md index bd9cf0f..7b7e1d2 100644 --- a/content/so_i_got_an_iphone.md +++ b/content/so_i_got_an_iphone.md @@ -1,7 +1,6 @@ Title: So I got an iPhone Date: 2017-02-11T17:38+01:00 Author: Wxcafé -Category: misc Slug: so-i-got-an-iphone So I've been using an Android phone since I got an HTC Desire HD, I think in diff --git a/content/ssl-starttls.md b/content/ssl-starttls.md index 0c7dcd7..2161475 100644 --- a/content/ssl-starttls.md +++ b/content/ssl-starttls.md @@ -1,7 +1,6 @@ Title: SSL - STARTTLS Date: 2015-05-16 02:00 Author: Wxcafe -Category: Note Slug: ssl-starttls Le chiffrement SSL pour les services en ligne est un problème relativement diff --git a/content/ssl.md b/content/ssl.md index 735bbc2..a8f4577 100644 --- a/content/ssl.md +++ b/content/ssl.md @@ -1,7 +1,6 @@ Title: SSL ou la sécurité sur l'internet Date: 2014-05-30 08:25 Author: Wxcafe -Category: Note Slug: SSL-ou-la-securite-sur-internet *Disclaimer: Ce billet est écrit après le visionnage de la conférence de Moxie diff --git a/content/the_poor_fella's_kvm_over_ip.md b/content/the_poor_fella's_kvm_over_ip.md index f00a850..922226c 100644 --- a/content/the_poor_fella's_kvm_over_ip.md +++ b/content/the_poor_fella's_kvm_over_ip.md @@ -1,7 +1,6 @@ Title: The poor fella's KVM over IP Date: 2017-10-13T19:06+02:00 Author: Wxcafé -Category: Slug: the_poor_fellas_kvm_over_ip # Or, how I learned to stop worrying about which hosting providers supported my OS and love QEMU/KVM diff --git a/content/update-et-pensees-a-propos-du-raspberry-pi.md b/content/update-et-pensees-a-propos-du-raspberry-pi.md index c42a0dc..919954d 100644 --- a/content/update-et-pensees-a-propos-du-raspberry-pi.md +++ b/content/update-et-pensees-a-propos-du-raspberry-pi.md @@ -1,7 +1,6 @@ Title: Update et pensées a propos du Raspberry Pi Date: 2013-01-27 01:55 Author: Wxcafe -Category: Ranting Slug: update-et-pensees-a-propos-du-raspberry-pi Bon. diff --git a/content/update.md b/content/update.md index 951ee67..98a8c57 100644 --- a/content/update.md +++ b/content/update.md @@ -1,7 +1,6 @@ Title: Update Date: 2013-01-05 18:32 Author: Wxcafe -Category: Note Slug: update Juste une petite note pour annoncer le prochain article, consacré a la diff --git a/content/using_traceroute-mtr,_or:_diagnosing_network_problems_101.md b/content/using_traceroute-mtr,_or:_diagnosing_network_problems_101.md index ca9a578..752cfce 100644 --- a/content/using_traceroute-mtr,_or:_diagnosing_network_problems_101.md +++ b/content/using_traceroute-mtr,_or:_diagnosing_network_problems_101.md @@ -1,8 +1,7 @@ Title: Using traceroute/mtr, or: Diagnosing network problems 101 Date: 2019-12-13T16:39-05:00 Author: Wxcafé -Category: -Slug: content/using_traceroute-mtr,_or:_diagnosing_network_problems_101 +Slug: using_traceroute-mtr,_or:_diagnosing_network_problems_101 I was a in a twitter discussion recently about **Traceroute**, and how it was not necessarily as simple as it seemed, and that it caused a lot of confusion on the diff --git a/content/when_a_toy_isnt_a_toy_anymore.md b/content/when_a_toy_isnt_a_toy_anymore.md index 787600e..7265e33 100644 --- a/content/when_a_toy_isnt_a_toy_anymore.md +++ b/content/when_a_toy_isnt_a_toy_anymore.md @@ -1,8 +1,7 @@ Title: When a toy isn't a toy anymore Date: 2019-04-28T09:58-05:00 Author: Wxcafé -Category: -Slug: content/when_a_toy_isnt_a_toy_anymore +Slug: when_a_toy_isnt_a_toy_anymore Let's say, for the sake of argument, that there's this guy named Nick. diff --git a/content/yubikey_for_everything.md b/content/yubikey_for_everything.md index 2099545..c5111b0 100644 --- a/content/yubikey_for_everything.md +++ b/content/yubikey_for_everything.md @@ -1,8 +1,7 @@ Title: Yubikey for EVERYTHING Date: 2018-07-07T23:06+02:00 Author: Wxcafé -Category: -Slug: content/yubikey_for_everything +Slug: yubikey_for_everything Header_Cover: //pub.wxcafe.net/img/yubikey_cover.jpeg ###### EDIT: Update 07/07/2018, added `SSH_AUTH_SOCK` information, a few pointers about key generation and backup, and info about gpg-agent's bad behavior. diff --git a/pelicanconf.py b/pelicanconf.py index 6ce2645..292f252 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -5,7 +5,7 @@ from __future__ import unicode_literals # Misc Settings AUTHOR = u'wxcafé' SITENAME = u'Wxcafé' -SITEURL = '//wxcafe.net' +SITEURL = '//localhost:8000' TIMEZONE = 'Europe/Paris' DEFAULT_LANG = u'fr' DEFAULT_PAGINATION = 10