diff options
Diffstat (limited to '')
-rw-r--r-- | index.html | 18 |
1 files changed, 10 insertions, 8 deletions
@@ -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> |