Skip to content

Instantly share code, notes, and snippets.

View skryvets's full-sized avatar
👋

Sergey Kryvets skryvets

👋
View GitHub Profile
@skryvets
skryvets / 2024-jconf-security.md
Last active September 27, 2024 01:23
Notes from the presentation

Wargames: Java Vulnerabilities and Why You Should Care

Speaker: Gerrit Grunwald
Youtube video


Intro

  • Gerrit Grunwald is a developer advocate at Azul.
  • Log4Shell vulnerability incident (Nov 24, 2021) is highlighted as a reminder of how significant and widespread security vulnerabilities can be.
@skryvets
skryvets / format.sh
Created August 15, 2025 22:36 — forked from garethrees/format.sh
Format USB drive from the command line macOS
diskutil list
diskutil unmountDisk /dev/disk2
diskutil eraseDisk FAT32 SANDISK /dev/disk2