Weekly Shaarli

All links of one week in a single page.

Week 49 (December 6, 2021)

Adding wildcard subdomains for local development work - possibilities of /etc/hosts

I need to test sub-domains on my localhost. How can I effectively have this result of adding *.localhost.com to my /etc/hosts/ file?

Since it is not possible to simply put wildcards into hosts file, either manually adding the subdomains or making use of a light dns server like dnsmasq is required.

Hypermodern Python - Modern Python tooling

Possibly the best overall introduction and reference I have seen for modern python tooling.

Goes a little into the details but expects you to generally look for additional information on your own if you're stuck.
Amazing, in-depth, concise.

GitHub - geoffreytran/AX88179_178A: Linux kernel module for Belkin B2B128 USB 3.0 Hub + Gigabit Ethernet Adapter.

Linux kernel module for Belkin B2B128 USB 3.0 Hub + Gigabit Ethernet Adapter. It is the modified driver for the AX88179_178A

Using the Python Requests Module to Work with REST APIs | The NTC Mag

In-depth explanation and introduction of the requests standard library.

[GUIDE] Flashing with Heimdall | XDA Forums
⚡S4 Unified Collection & Guides⚡ | XDA Forums

Galaxy S4 - a collection of guides to set up custom roms etc. and accompanying resources, from roms through flashing tools and recovery images everything necessary should be here.

User Guide — Hypermodern Python Cookiecutter documentation

And another, more template-y version of 'modern' python development tooling.