Skip to content

Instantly share code, notes, and snippets.

View tibers's full-sized avatar
🐝
Save the bees!

Josh Knarr tibers

🐝
Save the bees!
  • Philadelphia, PA
View GitHub Profile
---
title: The Grype Admission Controller
authors:
- Josh Knarr
date: 2022-02-24
featuredImage: grypeboat.png
categories:
- Admission Controllers
- Kubernetes
- Security
@tibers
tibers / stackovergoagain.go
Created January 31, 2022 21:23
V2 of the stackovergo
package main
import (
"encoding/json"
"fmt"
"io/ioutil"
"log"
"net/http"
"time"
)
package main
import (
"encoding/json"
"fmt"
"io"
"log"
"net/http"
)
diff -Naur ./Marlin/Marlin/Configuration.h ./Marlin-patched/Marlin/Configuration.h
--- ./Marlin/Marlin/Configuration.h 2020-02-25 15:06:10.000000000 -0500
+++ ./Marlin-patched/Marlin/Configuration.h 2020-02-25 15:35:58.000000000 -0500
@@ -1,3 +1,7 @@
+// https://www.reddit.com/r/ender3/comments/e894j7/marlin_20x_guide_for_ender_3_using_skr_mini_e3_v12/
+// This is all the base stuff + manual mesh bed levelling, so that users who have a stock printer
+// and an SKR Mini E3 can use this patch
+
/**
* Marlin 3D Printer Firmware
@tibers
tibers / jdk_download.sh
Last active April 21, 2016 20:05 — forked from P7h/jdk_download.sh
Script to download JDK / JRE / Java binaries from Oracle website from terminal / shell / command line / command prompt
##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### ##### #####
### Shell script to download Oracle JDK / JRE / Java binaries from Oracle website using terminal / command / shell prompt using wget.
### You can download all the binaries one-shot by just giving the BASE_URL.
### Script might be useful if you need Oracle JDK on Amazon EC2 env.
### Script is updated for every JDK release.
### Features:-
# 1. Resumes a broken / interrupted [previous] download, if any.
# 2. Renames the file to a proper name with including platform info.