Skip to content

Instantly share code, notes, and snippets.

@SwitHak
SwitHak / 20211210-TLP-WHITE_LOG4J.md
Last active July 22, 2024 18:44
BlueTeam CheatSheet * Log4Shell* | Last updated: 2021-12-20 2238 UTC

Security Advisories / Bulletins / vendors Responses linked to Log4Shell (CVE-2021-44228)

Errors, typos, something to say ?

  • If you want to add a link, comment or send it to me
  • Feel free to report any mistake directly below in the comment or in DM on Twitter @SwitHak

Other great resources

  • Royce Williams list sorted by vendors responses Royce List
  • Very detailed list NCSC-NL
  • The list maintained by U.S. Cybersecurity and Infrastructure Security Agency: CISA List
@LambdAurora
LambdAurora / optifine_alternatives_fabric.md
Last active July 25, 2024 00:41
Recommended OptiFine alternatives on Fabric

The list is moving out!

If you share this list, please use this link instead: https://lambdaurora.dev/optifine_alternatives

It may still be only a redirection link, but it will have a better web display of the list soon. And the list being on GitHub/GitHub pages improves load times.

The gist version of this list will stop being updated.

Why?

@chapmanjacobd
chapmanjacobd / music.md
Last active February 4, 2022 06:16
minimalist music player
~ $ type mp
mp is a function with definition
function mp
    mpv --input-ipc-server=/tmp/mpvsocket --shuffle --no-video /home/xk/Music/
end
@BigSully
BigSully / DNS over TLS for unbound
Last active June 3, 2024 09:57
DNS over TLS configuration for unbound, including Google DNS, Cloudflare DNS and Quad9 DNS
server:
logfile: ""
# verbosity: 2
username: "nobody"
interface: 0.0.0.0
access-control: 0.0.0.0/0 allow
prefetch: yes
# include: "/opt/unbound/local.conf"
# include: "/opt/unbound/customize.conf"
@kirinelf
kirinelf / clock.html
Last active July 21, 2024 15:13 — forked from sam0737/clock.html
OBS Studio: A HTML page for showing current date and time in the video
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>A simple clock</title>
</head>
<body translate="no" >
@diyism
diyism / replace dnsmasq-base with unbound.txt
Last active March 4, 2022 21:19
replace dnsmasq-base with unbound
#remove dnsmasq-base without removing network-manager, don't use "apt-get remove"
#but apt-get will be held, so need no do this line
sudo dpkg --remove --force-all dnsmasq-base
#kill dnsmasq to release the port 53
sudo kill -SIGHUP $(cat /var/run/dnsmasq/dnsmasq.pid)
#confirm /etc/resolv.conf is:
nameserver 127.0.0.1