Skip to content

Instantly share code, notes, and snippets.

View maxidorius's full-sized avatar
🌍
Protecting your privacy, one commit at the time

Max maxidorius

🌍
Protecting your privacy, one commit at the time
View GitHub Profile
@maxidorius
maxidorius / VBox-ValidationKit-GettingStarted.md
Last active June 13, 2016 18:11
Getting started with the VirtualBox ValidationKit

Info

  • Sources: src/VBox/ValidationKit
  • python-based
  • Divided into two structures:
    • Central test server
    • Test boxes

Ideal setup

Python

  • Requirement: >= 2.6
@maxidorius
maxidorius / VBox_5_1_CatchEvents.java
Last active May 24, 2022 09:12
VirtualBox - 5.1 API - Sample code to illustrate event management with Java bindings
/*
* Copyright (c) 2017 Maxime Dor
*
* https://max.kamax.io/
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
@maxidorius
maxidorius / matrix-howto-synapse_coturn.md
Last active November 2, 2023 07:12
Working config for VoIP in Matrix: synapse + coturn

This configuration is provided AS-IS and as an example/reference for those who do not find a working configuration for themselves. It is not always kept up to date and no support is provided.

Assuming:

  • Your Matrix domain: example.org
  • Your TURN domain (arbitrary): turn.example.org
  • Your Public IP: 1.2.3.4
  • Your Private IP for the box hosing the services: 10.11.12.13
  • A shared secret between synapse and coturn: ThisIsASharedSecret-ChangeMe
  • You want Firefox compatiblity (TURNS only is not supported)
@maxidorius
maxidorius / notes.md
Last active November 16, 2023 00:05
Notes on privacy and data collection of Matrix.org

Notes on privacy and data collection of Matrix.org


This version of the document is no longer canonical. You can find the canonical version hosted at Gitlab and Github.

PART 2 IS OUT, INCLUDING THE DISCLOSURE OF A GLOBAL FEDERATION DATA LEAK, AND THE ANATOMY OF A GDPR DATA REQUEST HANDLED BY MATRIX.ORG. SEE THE REPOS ABOVE.