Skip to content

Instantly share code, notes, and snippets.

@lucabelluccini
lucabelluccini / cport-log-example.log
Last active April 2, 2017 17:10
CurrPorts to Kibana end to end configuration (Elastic stack 5.3.0)
"java.exe","TCP","53472","127.0.0.1","53473","127.0.0.1","E:\Applicazioni\CommonFiles\Java64\bin\java.exe","4696","Established","Java(TM) Platform SE 8","Java(TM) Platform SE binary","8.0.1110.14","Oracle Corporation","N/A","","","","","A","","02/04/2017 19.02.00","",""
02/04/2017 19.02.00 Added "java.exe","TCP","53473","127.0.0.1","53472","127.0.0.1","E:\Applicazioni\CommonFiles\Java64\bin\java.exe","4696","Established","Java(TM) Platform SE 8","Java(TM) Platform SE binary","8.0.1110.14","Oracle Corporation","N/A","","","","","A","","02/04/2017 19.02.00","",""
02/04/2017 19.02.00 Removed "Unknown","TCP","1120","127.0.0.1","53106","127.0.0.1","","0","Time Wait","","","","","N/A","","","","","","LUCA-PC","02/04/2017 19.00.00","",""
02/04/2017 19.02.00 Removed "Unknown","TCP","1120","127.0.0.1","53107","127.0.0.1","","0","Time Wait","","","","","N/A","","","","","","LUCA-PC","02/04/2017 19.00.00","",""
02/04/2017 19.02.00 Removed "Unknown","TCP","53096","127.0.0.1","53097",
@lucabelluccini
lucabelluccini / podcasts.txt
Created April 30, 2017 21:32
Programming podcasts
http://www.computer.org/web/computingnow/computing-conversations
http://herdingcode.com/
http://theagilerevolution.com/
http://www.se-radio.net/
http://changelog.fm/
http://cppcast.com/
http://javascriptjabber.com/
http://feeds.feedburner.com/Turing-Incomplete
http://giantrobots.fm/
http://beingtheworst.com/
@lucabelluccini
lucabelluccini / CallbackPower.ino
Last active July 18, 2017 21:35
Arduino 101 sketch to send a power signal to the UDOO x86
/*
* Copyright (c) 2016 Intel Corporation. All rights reserved.
* See the bottom of this file for the license terms.
*/
#include <CurieBLE.h>
const int ledPin = 13; // set ledPin to use on-board LED
const int resetPin = 9;
const int pulseTime = 8;
@lucabelluccini
lucabelluccini / ca.md
Created July 11, 2017 20:52 — forked from soarez/ca.md
How to setup your own CA with OpenSSL

How to setup your own CA with OpenSSL

For educational reasons I've decided to create my own CA. Here is what I learned.

First things first

Lets get some context first.

@lucabelluccini
lucabelluccini / stabilize_video.sh
Last active August 18, 2017 22:05
Stabilize video using ffmpeg
#!/bin/bash
ARG1=${1:-foo}
ARG2=${2:-bar}
IN_FILE=$1
SHAKINESS=${2:-8}
ACCURACY=${3:-9}
SMOOTHING=${4:-30}
ZOOM=${5:-1}
PREFIX=${6:-smooth.}
@lucabelluccini
lucabelluccini / gist:6df47327fbd6a70558d60fa4f3bb4d7d
Created August 28, 2017 21:49
Job schedulers / Libraries / Flow management
https://github.com/spotify/luigi
https://github.com/huginn/huginn
https://mesos.github.io/chronos/
https://github.com/thieman/dagobah
https://github.com/pachyderm/pachyderm
https://github.com/apache/incubator-airflow
https://github.com/noflo/noflo
https://toil.readthedocs.io/en/latest/
https://github.com/HubSpot/Singularity
http://rocketjob.io/
@lucabelluccini
lucabelluccini / RssAggregatorSelfhosted.md
Last active February 4, 2020 23:48
RSS Aggregators alternatives (open source)

RSS Aggregators (self-hosted)

RSS Aggregators (local)