Apache 2.4 Apache 2 Apache mod_access_compat Apache modules system administration Apache performance tuning
Yes, in Apache2.4 the `mod_access_compat` module can safely be disabled, as long as you remove all the deprecated 'Order', 'Allow', and 'Deny' directives from your apache and vhost configs.
Kubuntu Kubuntu 19.10 Kubuntu 20.04
Notes from an in-place upgrade of Kubuntu 19.10 to 20.04
Lenovo Laptops Lenovo Carbon X1 (7th gen) linux
Notes on using linux with a Lenovo Carbon X1 (7th generation) laptop
Use the `:read` command in vim to copy the contents of another file into the current vim session.
Ubuntu Ubuntu 16.04 SSH SFTP system administration config files
How to grant users SFTP access via the /etc/ssh/sshd_config file in Ubuntu 16.04
Documenting the process of moving an existing Nextcloud instance to a new server.
Laravel Laravel 5.2 Laravel 5.5 web development
Notes from a Laravel 5.2 to 5.5 upgrade.
Quick reminder how to make grep return filenames only
PHP PDO sqlite web development
Short reminder how to connect to a sqlite database with PHP's PDO database library
NetlifyCMS static site generators Netlify hugo
Example NetlifyCMS config.yml Configurations
How to install Hugo from source on Ubuntu 19.10
If you've commited some changes in git to the wrong branch, but haven't pushed, use the git reset --soft command to move your changes to the correct branch.