- run
regedit.exe - Navigate to:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters\DohWellKnownServers - Add a new
keynamedDNS IP - Add a new
REG_SZnamedTemplatewith value:DNS query URL
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.bc-cc { | |
| background-color: #nav.css-1dbjc4n.r-18u37iz.r-1w6e6rj.r-ymttw5 { display: none; }; | |
| background-color: #ffffff | |
| } | |
| div.kb-lb-ib-c { | |
| display: none; | |
| } | |
| div.kb-lb-ib-hb { |
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
| /* Thanks to: https://gist.github.com/ericwbailey/7a184e44351829e316fa493adb185a2e */ | |
| /* Remove Logo */ | |
| [aria-label="Twitter"] { | |
| display: none; | |
| } | |
| /* | |
| * LEFT COLUMN | |
| */ |
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
| ;Switch between Light & Dark Mode on Windows 11 | |
| ;IN THIS CASE, APPS ON WINDOWS 11 WILL USE LIGHT/DARK MODE | |
| ^#!A:: | |
| ; read current theme | |
| RegRead, CurrentTheme, % "HKCU\Software\Microsoft\Windows\CurrentVersion\Themes\Personalize", % "AppsUseLightTheme" | |
| ; toggle between themes | |
| RegWrite, REG_DWORD, % "HKCU\Software\Microsoft\Windows\CurrentVersion\Themes\Personalize", % "AppsUseLightTheme", % 1 - CurrentTheme | |
| Return |
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
| #!/bin/bash | |
| screen -wipe | |
| cd /root | |
| screen -h 9999 -dmS "ssl-renew"; sleep 0.1 | |
| screen -S "ssl-renew" -p 0 -X stuff $"./ssl-renew.sh\n" |
Socrates, considered as one of the founders of Western philosophy, was once named the wisest man on earth by the Oracle of Delphi. When Socrates heard that the oracle had made such a comment, he believed that the statement was wrong.
Socrates said: “ I know one thing: that I know nothing.”
How can the smartest man on earth know nothing? I heard this paradoxical wisdom for the first time from my school teacher when I was 14 or 15. It made such an impact on me that I used Socrates’s quote as my learning strategy.
“I know nothing” to me, means that you might be a wise person, but still, you know nothing. You can learn from everything and everyone.
OlderNewer

