From 13ba0dffd2f2b1915b82a7ecfaf5ec1004aaa631 Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Wed, 16 Feb 2022 15:32:57 -0500 Subject: [PATCH] minor updates --- about-me.html | 2 +- setup.sh | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/about-me.html b/about-me.html index c52359d..6ca9bd1 100644 --- a/about-me.html +++ b/about-me.html @@ -3,7 +3,7 @@
  • iank@fsf.org, I'm a senior sysadmin at FSF
  • ian@iankelling.org
  • gpg key: B125 F60B 7B28 7FF6 A2B7 DF8F 170A F0E2 9542 95DF
  • -
  • iank on Libera.Chat. There was a false tweet about me in march 2021 claiming I said mean things in #perl 10+ years ago. That was not me. I started using the nick iank on freenode when I joined FSF in may 2017. I don't regularly read twitter. Apparently it's common for people to post on twitter about people who don't read twitter and never tell them about it. If you read something within the last month about me on twitter, please tell me. I respond to all emails I get.
  • +
  • iank on Libera.Chat. There was a false tweet about me in march 2021 claiming I said mean things in #perl 10+ years ago. That was not me. I started using the nick iank on freenode when I joined FSF in may 2017. I don't regularly read twitter. Apparently it's common for people to post on twitter about people who don't read twitter and never tell them about it. If you read something within the last month about me on twitter, please tell me. I respond to all emails I get. I contacted the original tweet author and they deleted the tweet and ignored my request to inform people that it was wrong.
  • @iank@hostux.social on Mastodon
  • I do most of my computing on some librebooted x200's and KGPE-D16's + Trisquel, and a libreCMC router
  • diff --git a/setup.sh b/setup.sh index 5452793..7035dff 100755 --- a/setup.sh +++ b/setup.sh @@ -85,7 +85,8 @@ pkgs=( # build.rb dependencies ruby-pygments.rb ruby-safe-yaml ruby-sass # python pkgs used for o(n^2) voting blog entry - python-bcrypt python-passlib + # # commented out, needs update to python3 + #python-bcrypt python-passlib # gitweb pkgs gitweb highlight ) @@ -151,6 +152,11 @@ web-conf $allow_symlinks_arg $email_arg -p $port - apache2 $domain < + + Options Indexes + + + Options +ExecCGI SetHandler cgi-script -- 2.30.2