- Save the services.sh file to your computer in a location like
C:/tools/wsl-startup/. - Download the WSL Statup.xml and import it into Task Scheduler.
- Modify as needed for you personal use.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python | |
| """ | |
| check-dnsbl.py: checks a list of DNS blocklists for hosts and IPs. | |
| Given any hostname or IP address, this will try to resolve the matching | |
| IP/hostname, and check for both in all blocklists. For every match that | |
| is found, a warning is written to STDERR, and the return code will be 1. | |
| Gevent is used for concurrent lookups, the number of active greenlets | |
| is limited to PARALLELISM. | |
| All credit to: https://github.com/andreasf |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div x-data="{ open{{ base64_encode($review->reviewId) }}: false }"> | |
| <button @click="open{{ base64_encode($review->reviewId) }} = true">Open Dropdown</button> | |
| <ul x-show="open{{ base64_encode($review->reviewId) }}" @click.away="open{{ base64_encode($review->reviewId) }} = false"> | |
| Dropdown Body | |
| </ul> | |
| </div> |