aboutsummaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorJoe <bousset.rudy@gmail.com>2023-02-10 21:21:20 +0100
committerJoe <bousset.rudy@gmail.com>2023-02-10 21:21:20 +0100
commitb38acbe91353e03f285c9a4800a53a90716abca5 (patch)
tree2da4ec4c8a8bcf59ded0602eaaca39987e786ed5 /index.html
parentupdate (diff)
downloadjoe-www-b38acbe91353e03f285c9a4800a53a90716abca5.tar.gz
joe-www-b38acbe91353e03f285c9a4800a53a90716abca5.tar.bz2
joe-www-b38acbe91353e03f285c9a4800a53a90716abca5.tar.xz
joe-www-b38acbe91353e03f285c9a4800a53a90716abca5.tar.zst
joe-www-b38acbe91353e03f285c9a4800a53a90716abca5.zip
up
Diffstat (limited to 'index.html')
-rw-r--r--index.html18
1 files changed, 10 insertions, 8 deletions
diff --git a/index.html b/index.html
index 28de4c1..2dc9569 100644
--- a/index.html
+++ b/index.html
@@ -24,6 +24,7 @@
<title>Joe's - Joe's Organic E-Space</title>
<meta charset="UTF-8">
<meta name="robots" content="index, follow">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Blog and Internet personnal space">
<meta name="keywords" content="developper, dev, sysadmin, sys-admin, blog, articles, tech, tips, UNIX, BSD, FreeBSD, shell, low-level, c, c++, assembly">
<meta name="author" content="Joe Zhan <rrbo@proton.me>">
@@ -59,11 +60,12 @@
<p>
I once was a student for
<a href="https://www.42lyon.fr/">42Lyon</a>
- IT school based in Lyon, France, but not anymore. Now I am
- sysadmin for
- <a href="https://secuserve.com/">SecuServe</a>.
- I work on various personal projects beside that. Also I like
- rocket science and astrophysics.
+ IT school based in Lyon, France, then I was sysadmin for
+ <a href="https://secuserve.com/">SecuServe</a>,
+ but not anymore. Now I am sysadmin for
+ <a href="https://nuabee.fr">Nuabee</a>. I work on various
+ personal projects beside that. Also I like rocket science
+ and astrophysics.
</p>
<div class="figure">
<p><img src="img/me.jpg" alt="me.jpg" width="325"></p>
@@ -86,10 +88,10 @@
the shell:
</p>
<ul>
- <li><code>curl https://jozanofastora.xyz/shit</code></li>
- <li><code>curl https://jozanofastora.xyz/caco</code></li>
+ <li><code>curl -fsSL https://jozanofastora.xyz/shit</code></li>
+ <li><code>curl -fsSL https://jozanofastora.xyz/caco</code></li>
<li>
- <code>curl https://jozanofastora.xyz/bon_concert</code>
+ <code>curl -fsSL https://jozanofastora.xyz/bon_concert</code>
- better used on a GPU-powered terminal emulator
</li>
</ul>