Skip to content

Instantly share code, notes, and snippets.

View erbanku's full-sized avatar
Contributing to OSS

Cactus erbanku

Contributing to OSS
View GitHub Profile
@erbanku
erbanku / Stylebot CSS code for tophub.today
Created September 18, 2021 15:09
Let tophub.today more easy to read
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 {
/* Thanks to: https://gist.github.com/ericwbailey/7a184e44351829e316fa493adb185a2e */
/* Remove Logo */
[aria-label="Twitter"] {
display: none;
}
/*
* LEFT COLUMN
*/
@erbanku
erbanku / DoH.md
Created October 17, 2021 06:42
Add DoH DNS for Windows
  1. run regedit.exe
  2. Navigate to: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters\DohWellKnownServers
  3. Add a new key named DNS IP
  4. Add a new REG_SZ named Template with value: DNS query URL
@erbanku
erbanku / Switch between Light & Dark Mode on Windows 11 using AHK
Last active November 23, 2024 19:15
Switch between Light & Dark Mode on Windows 11 using AHK
;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
#!/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"

25 Things About Life I Wish I Had Known 10 Years Ago

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.

@erbanku
erbanku / Bing Daily Wallpapers (4K).md
Last active November 20, 2022 06:46
2021-02-01~2022-11-20

Bing Wallpapers

Since 2021-02-01

2022-11-20 | Virgin River in Zion National Park, Utah (© Jonathan Ross/Getty Images)

2022-11-19 | The gates of the Royal Palace (Dar al-Makhzen) in Fez, Morocco (© Adam Smigielski/Getty Images)

@erbanku
erbanku / chatpdf-zh.ipynb
Created March 25, 2023 12:06 — forked from ninehills/chatpdf-zh.ipynb
ChatPDF-zh.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.