Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am noandrea on github.
  • I am noandrea (https://keybase.io/noandrea) on keybase.
  • I have a public key ASC--84e8WewOCz_s2vQ4PBhMzFN__63mLwtJXK7dZNtAwo

To claim this, I am signing this object:

{
"address": "ak_Jt6AzQEiXiEMFXum8NtTXcCQtE9P1RfpkeVSZX87pFddzzynW",
"crypto": {
"cipher": "aes-128-ctr",
"ciphertext": "d03f8ad0d46f2cf65cb147318ccc910ff18cfadd6813a22639cc6557cac1f66a041b8e714550b9e25344021447528b9b8d91fbf576711aaa454c6a80f74d6803",
"cipherparams": { "iv": "6f0e4e0559a22e71c6fc95d0ab2ccb2c" },
"kdf": "scrypt",
"kdfparams": {
"dklen": 32,
"n": 4096,
@noandrea
noandrea / test epoch.yaml
Created November 28, 2018 15:21
epoch configuration file for the sdk
peers: []
http:
external:
port: 3013
internal:
port: 3113
listen_address: 0.0.0.0
endpoints:
debug: true
{
"msg": "found"
}
{
"msg": "exhausted"
}
{
"msg": "expired"
}
@noandrea
noandrea / jitsi-restart.sh
Last active March 17, 2020 14:40
Script to restart the jitsi services
#!/bin/sh
service jicofo restart
service jitsi-videobridge restart
service prosody restart
@noandrea
noandrea / apeunit.test-config.js
Last active January 14, 2021 20:52
Standalone and autenticated Jitsi configuration sample
/* eslint-disable no-unused-vars, no-var */
var config = {
// Connection
//
hosts: {
// XMPP domain.
domain: 'apeunit.test',
@noandrea
noandrea / Makefile
Last active February 26, 2022 14:16
Makefile for Hackmd 2 PDF
AU_HACKMD_CODE = bfScafhcTdGzzhJ4B3evlQ
AU_OUTFILE = $(HOME)/$(AU_HACKMD_CODE).MD.$(shell date +%F).pdf
AU_FORMAT = article
hackmd2pdf:
@echo format doc
curl -s -L "https://hackmd.io/$(AU_HACKMD_CODE)/download" \
-o /tmp/$(AU_HACKMD_CODE).md
pandoc /tmp/$(AU_HACKMD_CODE).md -o $(AU_OUTFILE) \
--table-of-contents \