Skip to content

Instantly share code, notes, and snippets.

View fishi0x01's full-sized avatar
💾
0x01

Karl Fischer fishi0x01

💾
0x01
View GitHub Profile
@fishi0x01
fishi0x01 / setup_rpi_openocd.md
Created February 13, 2021 09:36 — forked from tstellanova/setup_rpi_openocd.md
Setup rpi0 with openocd for flashing nrf52

Instructions for setting up a Raspberry Pi Zero for running OpenOCD specifically for the purpose of disabling Access Port Protection on nrf52 boards.

Build OpenOCD with CMSIS-DAP and GPIO support

The below script builds natively on the RPi0, and will take a very long time.

sudo apt install wget git autoconf libtool make pkg-config libusb-1.0-0 libusb-1.0-0-dev libhidapi-dev libftdi-dev libhidapi-dev telnet
git clone https://github.com/ntfreak/openocd
cd openocd
./bootstrap
@fishi0x01
fishi0x01 / luks-encryption.md
Last active January 5, 2022 18:28
Creating an encrypted drive with cryptsetup

Ensure to select the proper drive

fdisk -l
lsblk

Setup encryption

Assuming sdX is the device to encrypt

@fishi0x01
fishi0x01 / dashboard.tf
Created April 22, 2021 14:11
Terraform Datadog Debug
This file has been truncated, but you can view the full file.
terraform {
required_providers {
datadog = {
source = "DataDog/datadog"
version = "2.25.0"
}
}
}
resource "datadog_dashboard" "dashboard" {
https://github.com/fishi0x01/k8s-manifests 98606b177fdbe4305035abd3d38dcf844d8cca0e
@fishi0x01
fishi0x01 / homebrew.md
Last active May 12, 2024 09:03
bump vsh version