/ip dns set servers=""
/ip dns static add name=cloudflare-dns.com address=1.1.1.1
/ip dns static add name=cloudflare-dns.com address=1.0.0.1
/ip dns static add name=one.one.one.one address=1.1.1.1
/ip dns set use-doh-server="https://1.1.1.1/dns-query" verify-doh-cert=no
/ip dns cache flush
/tool fetch url="https://cacerts.digicert.com/DigiCertGlobalRootCA.crt"
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
| # Remove Xbox App | |
| Get-AppxPackage Microsoft.XboxGamingOverlay | Remove-AppxPackage | |
| # Disable ms-gamingoverlay links | |
| reg add HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\GameDVR /f /t REG_DWORD /v "AppCaptureEnabled" /d 0 | |
| reg add HKEY_CURRENT_USER\System\GameConfigStore /f /t REG_DWORD /v "GameDVR_Enabled" /d 0 | |
| # Disable ms-gamebar links | |
| reg add HKCR\ms-gamebar /f /ve /d URL:ms-gamebar 2>&1 >'' | |
| reg add HKCR\ms-gamebar /f /v "URL Protocol" /d "" 2>&1 >'' |
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
| anjim | |
| anjing | |
| anjir | |
| anjrit | |
| anjrot | |
| asu | |
| babi | |
| bacot | |
| bajingan | |
| banci |
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
| <!DOCTYPE html> | |
| <html> | |
| <body> | |
| <style> | |
| body { | |
| overflow: hidden; | |
| } | |
| </style> | |
| <img id="scream" src="pic_the_scream.jpg" style="display:none;"> |
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
| import org.jetbrains.kotlin.gradle.tasks.KotlinCompile | |
| import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar | |
| import proguard.gradle.ProGuardTask | |
| plugins { | |
| id("application") | |
| id("org.jetbrains.kotlin.jvm") version "1.6.0" | |
| id("com.github.johnrengelman.shadow") version "7.1.0" | |
| } |
Download from http://www.linux-usb.org/usb.ids and save as data.txt
Save this code below as parser.py
Run with python parser.py
Result -> usb.json
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
| { | |
| "4621": "(AVL) DiTEST Fahrzeugdiagnose GmbH", | |
| "3765": "@pos.com", | |
| "3151": "01dB‐Stell", | |
| "10737": "0XF8 Limited", | |
| "8168": "103mm Tech", | |
| "8219": "1064138 Ontario Ltd. O/A UNI‐TEC ELECTRONICS", | |
| "4375": "11 WAVE TECHNOLOGY, INC.", | |
| "4835": "1417188 Ontario Ltd.", | |
| "5288": "1C Company", |
This is my Visual Studio Code settings, i use vscode especially for python development.
- https://marketplace.visualstudio.com/items?itemName=HookyQR.beautify
- https://marketplace.visualstudio.com/items?itemName=Equinusocio.vsc-community-material-theme
- https://marketplace.visualstudio.com/items?itemName=Equinusocio.vsc-material-theme-icons
- https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter
NewerOlder