diff --git a/config.toml b/config.toml index c5df52f..25021fe 100644 --- a/config.toml +++ b/config.toml @@ -49,3 +49,8 @@ pygmentCodeFences = true name = "About" url = "about/" weight = 3 + +[[menu.main]] + name = "Talks" + url = "talks/" + weight = 4 diff --git a/content/talks.md b/content/talks.md new file mode 100644 index 0000000..bf5bd04 --- /dev/null +++ b/content/talks.md @@ -0,0 +1,31 @@ +--- +title: "Talks" +date: !!timestamp '2017-07-31T00:07:37+02:00' +--- + +Here are slides I used as support to my presentations: + +* [[FR] DNS overview](QTechNote DNS.pdf) +* [[FR] Docker hands-on](QTechNote Docker.pdf) +* [[FR] gRPC/Protobuf overview](QTechNote %231.pdf) + + +## Teaching + +In [Epita](http://www.epita.fr/), I'm responsible for teaching containers usage and plumbing in a 12 hours course called [*light virtualization*](https://virli.nemunai.re/). + + +## Ideas + +Following, some talks I started to work on: + +* SSL client good practices (from Internet browser view) +* Unix daemons in systemd epoch +* HTTP/2 +* Feedbacks on 5 years of self-hosting +* Feedbacks on 1 year without Intel CPU +* Linux PAM, how to +* Demystied Gentoo +* Git advanced usages by example +* Packets filtering via nftables +* The e-mail tech, today diff --git a/static/talks/QTechNote #1.pdf b/static/talks/QTechNote #1.pdf new file mode 100644 index 0000000..d8d23d6 Binary files /dev/null and b/static/talks/QTechNote #1.pdf differ diff --git a/static/talks/QTechNote DNS.pdf b/static/talks/QTechNote DNS.pdf new file mode 100644 index 0000000..b3bcd82 Binary files /dev/null and b/static/talks/QTechNote DNS.pdf differ diff --git a/static/talks/QTechNote Docker.pdf b/static/talks/QTechNote Docker.pdf new file mode 100644 index 0000000..ec2108e Binary files /dev/null and b/static/talks/QTechNote Docker.pdf differ