diff options
-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 |