dhcp-script=/etc/detect_new_device.sh
Reference:
| # The code for my article with the same name. You can find it at the URL below: | |
| # https://www.mvanga.com/blog/basic-music-theory-in-200-lines-of-python | |
| # MIT License | |
| # | |
| # Copyright (c) 2021 Manohar Vanga | |
| # | |
| # Permission is hereby granted, free of charge, to any person obtaining a copy | |
| # of this software and associated documentation files (the "Software"), to deal | |
| # in the Software without restriction, including without limitation the rights |
| // ==UserScript== | |
| // @name eBay Kleinanzeigen - Anzeige duplizieren / neu einstellen | |
| // @namespace https://github.com/J05HI | |
| // @description Bietet eine "Anzeige duplizieren / neu einstellen" Funktion beim Bearbeiten einer vorhandenen Anzeige in eBay Kleinanzeigen. | |
| // @icon http://www.google.com/s2/favicons?domain=www.kleinanzeigen.de | |
| // @copyright 2024, J05HI (https://github.com/J05HI) | |
| // @license MIT | |
| // @version 1.4.0 | |
| // @match https://www.kleinanzeigen.de/p-anzeige-bearbeiten.html* | |
| // @grant none |
| List with Compatible devices: | |
| Look under About on the watch for the device Id. | |
| looks something like this: | |
| MOY-TEH5-1.7.7 | |
| the middle section is the interesting part, if that is in this list here | |
| it has the compatible bootloader and the same pinout as pinetime for Display and External Flash |
| // Uncompressed version of | |
| // https://gist.github.com/munificent/b1bcd969063da3e6c298be070a22b604 | |
| #include <time.h> // Robert Nystrom | |
| #include <stdio.h> // @munificentbob | |
| #include <stdlib.h> // for Ginny | |
| #include <stdbool.h> // 2008-2019 | |
| const int HEIGHT = 40; | |
| const int WIDTH = 80; |
| # Description: Boxstarter Script | |
| # Author: Jess Frazelle <jess@linux.com> | |
| # Last Updated: 2017-09-11 | |
| # | |
| # Install boxstarter: | |
| # . { iwr -useb http://boxstarter.org/bootstrapper.ps1 } | iex; get-boxstarter -Force | |
| # | |
| # You might need to set: Set-ExecutionPolicy RemoteSigned | |
| # | |
| # Run this boxstarter by calling the following from an **elevated** command-prompt: |
dhcp-script=/etc/detect_new_device.sh
Reference:
| ### | |
| ### | |
| ### UPDATE: For Win 11, I recommend using this tool in place of this script: | |
| ### https://christitus.com/windows-tool/ | |
| ### https://github.com/ChrisTitusTech/winutil | |
| ### https://www.youtube.com/watch?v=6UQZ5oQg8XA | |
| ### iwr -useb https://christitus.com/win | iex | |
| ### | |
| ### OR take a look at | |
| ### https://github.com/HotCakeX/Harden-Windows-Security |
| ################## | |
| # Privacy Settings | |
| ################## | |
| # Privacy: Let apps use my advertising ID: Disable | |
| Set-ItemProperty -Path HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\AdvertisingInfo -Name Enabled -Type DWord -Value 0 | |
| # To Restore: | |
| #Set-ItemProperty -Path HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\AdvertisingInfo -Name Enabled -Type DWord -Value 1 | |
| # Privacy: SmartScreen Filter for Store Apps: Disable | |
| Set-ItemProperty -Path HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\AppHost -Name EnableWebContentEvaluation -Type DWord -Value 0 |
A list of reasonably reliable DNS servers that I've personally tested to ensure that they fully support DNSSEC and do not hijack NXDOMAIN responses.
| Address | Organization | Location | Service |
|---|---|---|---|
| 8.8.8.8 | Worldwide (Anycast) | Google Public DNS | |
| 8.8.4.4 | Worldwide (Anycast) | Google Public DNS |