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
Bug Hyper-V Slow internet speed | |
netsh int tcp set global autotuninglevel=disabled | |
Then type: | |
netsh int tcp set global autotuninglevel=normal |
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
network: | |
version: 2 | |
ethernets: | |
eth0: | |
dhcp4: no | |
dhcp6: no | |
addresses: | |
- 45.61.1xx.xxx/24 #WAN IP | |
- 2605:6400:40:xxxx::/48 #IPv6 WAN | |
nameservers: |
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
<?php | |
/* | |
Cloudflare's purge directly depends on what your url looks like, in my case it's an example: https://s1.domain.com/Akd3X.jpg | |
That is, with the name of the encoded image. | |
Within my script I had to place a function to encode the image because the deleted image table does not have its code encoded. | |
I quickly made this script a while ago, it doesn't follow any good programming practices. |
OlderNewer