diff options
author | Stefan Kreutz <mail@skreutz.com> | 2021-05-13 20:54:56 +0200 |
---|---|---|
committer | Stefan Kreutz <mail@skreutz.com> | 2021-05-14 11:47:03 +0200 |
commit | 222f1706ed3c24033e0ab2f5a01ffdfc74d113db (patch) | |
tree | acc762c154e1b5b5bc28fc64cfd54182d98f7edb | |
parent | b3034041a1bbfe9629588403ef576190d28cf696 (diff) | |
download | blog-222f1706ed3c24033e0ab2f5a01ffdfc74d113db.tar |
Update about page
-rw-r--r-- | BACKLOG.md | 4 | ||||
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | about.md | 2 |
3 files changed, 4 insertions, 4 deletions
@@ -7,7 +7,7 @@ * https://securityheaders.com/?q=www.skreutz.com&hide=on&followRedirects=on * https://www.ssllabs.com/ssltest/analyze.html?d=www.skreutz.com&hideResults=on&latest * Regularly validate HTML, CSS, RSS, and Atom using [W3C tools](https://w3c.github.io/developers/tools/) -* Configure custom 404 page +* Configure custom 404 page using httpd.conf(5) location not found rule * Consider to disable logging (and advertise this on the about page) ## Content @@ -38,7 +38,7 @@ ## Blog -* Update about page +* Portable sftp server/sync using config-less rclone * shellpass, shellpass-ssh, shellpass-fzf, keybindings for cwm and tmux * smux * hacked vipe clone: vi-pipe @@ -9,7 +9,7 @@ to build pandoc: $ cabal v2-clean $ cabal v2-update - $ ulimit -d $((8*1024*1024)) + $ ulimit -Sd $((8*1024*1024)) $ cabal v2-build Print the help text of the custom static website generator: @@ -4,7 +4,7 @@ title: About My name is Stefan Kreutz. Among other things, I am a passionate software engineer living in Bad Honnef, Germany. -On my day job, I maintain a well-known self-service logistics solution for a small company near Bonn. +On my day job, I create self-service logistics solutions for a small company near Bonn. Besides, I hack on various side projects. ## Credits |