blog
blog copied to clipboard
:page_with_curl: My fastpages blog.
Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.6 to 1.2.10. Release notes Sourced from tzinfo's releases. v1.2.10 Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require when...
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.11.5 to 1.13.6. Release notes Sourced from nokogiri's releases. 1.13.6 / 2022-05-08 Security [CRuby] Address CVE-2022-29181, improper handling of unexpected data types, related to untrusted inputs to...
# Packaging Python Applications for Debian | Snakes on Callisto Easily deploy any Python application in form of an ‘omnibus’ Debian package using dh-virtualenv. [https://jhermann.github.io/blog/python/devops/2020/03/28/dh_virtualenv_howto.html](https://jhermann.github.io/blog/python/devops/2020/03/28/dh_virtualenv_howto.html)
# fastpages: Pitfalls, Tips & Tricks | Snakes on Callisto What you need to know to be productive and have a good user experience. [https://jhermann.github.io/blog/how-to/fastpages/2020/02/20/fastpages-pitfalls.html](https://jhermann.github.io/blog/how-to/fastpages/2020/02/20/fastpages-pitfalls.html)
Write a piece showing that people's reservations regarding security updates are a) not that valid in the age of CI/CD and b) the extra work of fragmented single-packages releases is...
Replace former homepage http://jhermann.github.io/old-index.html
# Enabling Easy Zipapp Installs on Windows | Snakes on Callisto How to prepare a Windows system for a good PYZ experience. [https://jhermann.github.io/blog/python/deployment/2020/02/29/python_zippapps_on_windows.html](https://jhermann.github.io/blog/python/deployment/2020/02/29/python_zippapps_on_windows.html)
Linuxbrew: https://docs.brew.sh/Homebrew-on-Linux List available Python variants brew search python | xargs -l1 echo | grep @ Install a specific Python version version=3.8 brew install python@$version ln -nfs /home/linuxbrew/.linuxbrew/opt/python@$version/bin/py*$version ~/.local/bin/ python$version...
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.11.5 to 1.14.3. Release notes Sourced from nokogiri's releases. 1.14.3 / 2023-04-11 Security [CRuby] Vendored libxml2 is updated to address CVE-2023-29469, CVE-2023-28484, and one other security-related issue....