Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am aslacker on github.
  • I am someslackerx (https://keybase.io/someslackerx) on keybase.
  • I have a public key whose fingerprint is E2EF A074 90CA F66A 1B02 0DFF 7D4E 65B9 201C D6F8

To claim this, I am signing this object:

@aslacker
aslacker / logstash-suricata.conf
Created August 22, 2018 14:40 — forked from elnappo/logstash-suricata.conf
Suricata Logstash Elasticsearch
input {
file {
path => ["/var/log/suricata/eve.json"]
sincedb_path => ["/var/lib/logstash/since.db"]
codec => json
type => "SuricataIDPS"
}
}
filter {
@aslacker
aslacker / Configuration.h
Created April 1, 2018 01:25 — forked from istepanov/Configuration.h
Marlin Anet A8 config
/**
* Marlin 3D Printer Firmware
* Copyright (C) 2016 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
*
* Based on Sprinter and grbl.
* Copyright (C) 2011 Camiel Gubbels / Erik van der Zalm
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or