├── README.md ├── all-repos ├── how-many-repos-are-compatible-with-pypy.md ├── how-to-find-all-repos-which-do-not-follow-src-layout.md ├── how-to-replace-an-url-in-all-repos.md ├── how-to-restrict-all-repos-to-one-org.md └── how-to-restrict-grep-to-specific-files.md ├── bash ├── how-to-run-a-bash-script-in-a-sane-way.md ├── use-output-of-command-as-argument-for-another-command.md └── what-is-the-meaning-of-dollar-dollar-in-bash.md ├── batou └── fix-mixed-python-environments.md ├── curl └── acess_name_based_servers.md ├── docker ├── difference-between-docker-create-start-run.md └── how-to-reclaim-some-disk-space-from-docker.md ├── flask ├── scope-of-data-persistency.md ├── set-lang-attribute.md └── translate-login-message.md ├── ghostscript └── convert_ai_to_eps.md ├── git ├── configure-git-for-testing.md ├── fix-old-commit.md ├── how-to-create-an-empty-branch.md ├── how-to-globally-gitignore-vs-code-configuration.md ├── install-from-branch.md └── remove-file-from-repository-but-keep-it-locally.md ├── github └── list-all-open-pull-requests-for-organization.md ├── gnome └── nautilus-show-folders-first.md ├── nixos └── find-config-file-for-nginx.md ├── python ├── deactivate-autoimport-in-pylance.md ├── difference-between-pytest-and-python-m-pytest.md ├── group_data_with_simplenamespace.md └── install-release-candidates.md ├── reportlab └── supported-image-formats.md ├── ripgrep └── find-duplicate-words.md ├── rust └── how-to-update-installed-packages.md ├── speaking-and-blogging └── how-to-capitalize-headings.md ├── ssh └── ssh-client-auditing-and-hardening.md ├── ssl ├── how-to-check-the-end-date-of-cert-on-cli.md └── how-to-configure-a-web-server-a-bit-less-secure.md ├── systemd └── view_log_entries.md ├── travis └── fix-broken-tests-on-travis-for-pypy.md ├── ubuntu ├── check-support-status-for-installed-packages.md └── list_packages_which_can_be_updated.md ├── vs_code ├── avoid-high-cpu-load-for-directories-with-many-files.md ├── count-number-of-selected-files.md ├── custom-surround.md └── delete-complete-lines-with-search-replace.md └── zope ├── how-to-access-zope-via-webdav.md ├── how-to-develop-dependencies.md ├── how-to-run-a-single-test.md ├── how-to-setup-zope-in-dev-mode.md ├── how-to-test-log-output.md ├── how-to-update-all-zopefoundation-repositories-at-once.md ├── how-to-use-new-decorator-syntax-for-security-declarations.md ├── what-is-the-difference-between-transaction-abort-and-doom.md └── why-is-setuptools-a-runtime-requirement-for-zope-projects.md /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jugmac00/til/HEAD/README.md -------------------------------------------------------------------------------- /all-repos/how-many-repos-are-compatible-with-pypy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jugmac00/til/HEAD/all-repos/how-many-repos-are-compatible-with-pypy.md -------------------------------------------------------------------------------- /all-repos/how-to-find-all-repos-which-do-not-follow-src-layout.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jugmac00/til/HEAD/all-repos/how-to-find-all-repos-which-do-not-follow-src-layout.md -------------------------------------------------------------------------------- /all-repos/how-to-replace-an-url-in-all-repos.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jugmac00/til/HEAD/all-repos/how-to-replace-an-url-in-all-repos.md -------------------------------------------------------------------------------- /all-repos/how-to-restrict-all-repos-to-one-org.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jugmac00/til/HEAD/all-repos/how-to-restrict-all-repos-to-one-org.md -------------------------------------------------------------------------------- /all-repos/how-to-restrict-grep-to-specific-files.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jugmac00/til/HEAD/all-repos/how-to-restrict-grep-to-specific-files.md -------------------------------------------------------------------------------- /bash/how-to-run-a-bash-script-in-a-sane-way.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jugmac00/til/HEAD/bash/how-to-run-a-bash-script-in-a-sane-way.md -------------------------------------------------------------------------------- /bash/use-output-of-command-as-argument-for-another-command.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jugmac00/til/HEAD/bash/use-output-of-command-as-argument-for-another-command.md -------------------------------------------------------------------------------- /bash/what-is-the-meaning-of-dollar-dollar-in-bash.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jugmac00/til/HEAD/bash/what-is-the-meaning-of-dollar-dollar-in-bash.md -------------------------------------------------------------------------------- /batou/fix-mixed-python-environments.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jugmac00/til/HEAD/batou/fix-mixed-python-environments.md -------------------------------------------------------------------------------- /curl/acess_name_based_servers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jugmac00/til/HEAD/curl/acess_name_based_servers.md -------------------------------------------------------------------------------- /docker/difference-between-docker-create-start-run.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jugmac00/til/HEAD/docker/difference-between-docker-create-start-run.md -------------------------------------------------------------------------------- /docker/how-to-reclaim-some-disk-space-from-docker.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jugmac00/til/HEAD/docker/how-to-reclaim-some-disk-space-from-docker.md -------------------------------------------------------------------------------- /flask/scope-of-data-persistency.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jugmac00/til/HEAD/flask/scope-of-data-persistency.md -------------------------------------------------------------------------------- /flask/set-lang-attribute.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jugmac00/til/HEAD/flask/set-lang-attribute.md -------------------------------------------------------------------------------- /flask/translate-login-message.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jugmac00/til/HEAD/flask/translate-login-message.md -------------------------------------------------------------------------------- /ghostscript/convert_ai_to_eps.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jugmac00/til/HEAD/ghostscript/convert_ai_to_eps.md -------------------------------------------------------------------------------- /git/configure-git-for-testing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jugmac00/til/HEAD/git/configure-git-for-testing.md -------------------------------------------------------------------------------- /git/fix-old-commit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jugmac00/til/HEAD/git/fix-old-commit.md -------------------------------------------------------------------------------- /git/how-to-create-an-empty-branch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jugmac00/til/HEAD/git/how-to-create-an-empty-branch.md -------------------------------------------------------------------------------- /git/how-to-globally-gitignore-vs-code-configuration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jugmac00/til/HEAD/git/how-to-globally-gitignore-vs-code-configuration.md -------------------------------------------------------------------------------- /git/install-from-branch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jugmac00/til/HEAD/git/install-from-branch.md -------------------------------------------------------------------------------- /git/remove-file-from-repository-but-keep-it-locally.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jugmac00/til/HEAD/git/remove-file-from-repository-but-keep-it-locally.md -------------------------------------------------------------------------------- /github/list-all-open-pull-requests-for-organization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jugmac00/til/HEAD/github/list-all-open-pull-requests-for-organization.md -------------------------------------------------------------------------------- /gnome/nautilus-show-folders-first.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jugmac00/til/HEAD/gnome/nautilus-show-folders-first.md -------------------------------------------------------------------------------- /nixos/find-config-file-for-nginx.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jugmac00/til/HEAD/nixos/find-config-file-for-nginx.md -------------------------------------------------------------------------------- /python/deactivate-autoimport-in-pylance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jugmac00/til/HEAD/python/deactivate-autoimport-in-pylance.md -------------------------------------------------------------------------------- /python/difference-between-pytest-and-python-m-pytest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jugmac00/til/HEAD/python/difference-between-pytest-and-python-m-pytest.md -------------------------------------------------------------------------------- /python/group_data_with_simplenamespace.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jugmac00/til/HEAD/python/group_data_with_simplenamespace.md -------------------------------------------------------------------------------- /python/install-release-candidates.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jugmac00/til/HEAD/python/install-release-candidates.md -------------------------------------------------------------------------------- /reportlab/supported-image-formats.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jugmac00/til/HEAD/reportlab/supported-image-formats.md -------------------------------------------------------------------------------- /ripgrep/find-duplicate-words.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jugmac00/til/HEAD/ripgrep/find-duplicate-words.md -------------------------------------------------------------------------------- /rust/how-to-update-installed-packages.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jugmac00/til/HEAD/rust/how-to-update-installed-packages.md -------------------------------------------------------------------------------- /speaking-and-blogging/how-to-capitalize-headings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jugmac00/til/HEAD/speaking-and-blogging/how-to-capitalize-headings.md -------------------------------------------------------------------------------- /ssh/ssh-client-auditing-and-hardening.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jugmac00/til/HEAD/ssh/ssh-client-auditing-and-hardening.md -------------------------------------------------------------------------------- /ssl/how-to-check-the-end-date-of-cert-on-cli.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jugmac00/til/HEAD/ssl/how-to-check-the-end-date-of-cert-on-cli.md -------------------------------------------------------------------------------- /ssl/how-to-configure-a-web-server-a-bit-less-secure.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jugmac00/til/HEAD/ssl/how-to-configure-a-web-server-a-bit-less-secure.md -------------------------------------------------------------------------------- /systemd/view_log_entries.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jugmac00/til/HEAD/systemd/view_log_entries.md -------------------------------------------------------------------------------- /travis/fix-broken-tests-on-travis-for-pypy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jugmac00/til/HEAD/travis/fix-broken-tests-on-travis-for-pypy.md -------------------------------------------------------------------------------- /ubuntu/check-support-status-for-installed-packages.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jugmac00/til/HEAD/ubuntu/check-support-status-for-installed-packages.md -------------------------------------------------------------------------------- /ubuntu/list_packages_which_can_be_updated.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jugmac00/til/HEAD/ubuntu/list_packages_which_can_be_updated.md -------------------------------------------------------------------------------- /vs_code/avoid-high-cpu-load-for-directories-with-many-files.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jugmac00/til/HEAD/vs_code/avoid-high-cpu-load-for-directories-with-many-files.md -------------------------------------------------------------------------------- /vs_code/count-number-of-selected-files.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jugmac00/til/HEAD/vs_code/count-number-of-selected-files.md -------------------------------------------------------------------------------- /vs_code/custom-surround.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jugmac00/til/HEAD/vs_code/custom-surround.md -------------------------------------------------------------------------------- /vs_code/delete-complete-lines-with-search-replace.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jugmac00/til/HEAD/vs_code/delete-complete-lines-with-search-replace.md -------------------------------------------------------------------------------- /zope/how-to-access-zope-via-webdav.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jugmac00/til/HEAD/zope/how-to-access-zope-via-webdav.md -------------------------------------------------------------------------------- /zope/how-to-develop-dependencies.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jugmac00/til/HEAD/zope/how-to-develop-dependencies.md -------------------------------------------------------------------------------- /zope/how-to-run-a-single-test.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jugmac00/til/HEAD/zope/how-to-run-a-single-test.md -------------------------------------------------------------------------------- /zope/how-to-setup-zope-in-dev-mode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jugmac00/til/HEAD/zope/how-to-setup-zope-in-dev-mode.md -------------------------------------------------------------------------------- /zope/how-to-test-log-output.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jugmac00/til/HEAD/zope/how-to-test-log-output.md -------------------------------------------------------------------------------- /zope/how-to-update-all-zopefoundation-repositories-at-once.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jugmac00/til/HEAD/zope/how-to-update-all-zopefoundation-repositories-at-once.md -------------------------------------------------------------------------------- /zope/how-to-use-new-decorator-syntax-for-security-declarations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jugmac00/til/HEAD/zope/how-to-use-new-decorator-syntax-for-security-declarations.md -------------------------------------------------------------------------------- /zope/what-is-the-difference-between-transaction-abort-and-doom.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jugmac00/til/HEAD/zope/what-is-the-difference-between-transaction-abort-and-doom.md -------------------------------------------------------------------------------- /zope/why-is-setuptools-a-runtime-requirement-for-zope-projects.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jugmac00/til/HEAD/zope/why-is-setuptools-a-runtime-requirement-for-zope-projects.md --------------------------------------------------------------------------------