Skip to content

Instantly share code, notes, and snippets.

@perryflynn
perryflynn / find-log4j-debian.sh
Last active January 21, 2022 19:32
Find log4j for CVE-2021-44228 on some places * Log4Shell REPO: https://github.com/perryflynn/find-log4j
# by Christian Blechert <christian@serverless.industries>
# ATTENTION! It only checks ext3 + ext4 filesystems right now!
# Extend it if you use something else
# Repo: https://github.com/perryflynn/find-log4j
while read -u 3 -r JAR
do
@perryflynn
perryflynn / moved-into-git
Last active March 25, 2020 23:13
git-clean-sync.sh
Moved to https://github.com/perryflynn/git-utils

Installation

  • Eine VM mit Linux
  • InfuxDB
  • Grafana
  • PHP + CURL

Einrichtung

  • Datenbank + User in InfluxDB anlegen
@perryflynn
perryflynn / Ext.ux.data.proxy.JsonAjaxProxy.js
Last active June 1, 2016 08:59 — forked from aghuddleston/Ext.ux.data.proxy.JsonAjaxProxy.js
Ext JS 6 Proxy that supports JSON Request Data and preserves GET parameters
Ext.define('Ext.ux.data.proxy.JsonAjaxProxy', {
extend:'Ext.data.proxy.Ajax',
alias:'proxy.jsonajax',
/**
* proxy: {
* type:'jsonajax',
* api: {
* read:'/api'
* },
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Grid to Tree Drag and Drop Example</title>
<link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />
<link rel="stylesheet" type="text/css" href="../shared/example.css" />
<script type="text/javascript" src="../../bootstrap.js"></script>
<script type="text/javascript" src="../shared/examples.js"></script>