Skip to content

Instantly share code, notes, and snippets.

View fortuna's full-sized avatar
🔥
Prevent, Mitigate and Expose Censorship

Vinicius Fortuna fortuna

🔥
Prevent, Mitigate and Expose Censorship
View GitHub Profile
@fortuna
fortuna / Belarus Blocking - Pivot Table.csv
Last active October 6, 2020 00:29
Sites blocked on Bel Telecom (AS 6697) in Belarus on August 9-10, 2020, from Censored Planet HTTPS data.
date Values
8/6/2020 8/10/2020 8/11/2020 8/13/2020
domain interference_rate total interference_rate total interference_rate total interference_rate total
www.crazyshit.com 0.96875 32 1 4 1 1 1 33
tutanota.com 0 32 0 7 0 1 0.8 45
psiphon.ca 0 32 1 10 0 1 0.7954545455 44
protonmail.com 0.0303030303 33 0 6 0 1 0.7804878049 41
www.protonmail.com 0 31 0 11 0.775 40
www.xroxy.com 0.09375 32 0.125 8 1 1 0.09090909091 33
www.hustler.com 0 31 0.2727272727 11 1 1 0.09090909091 33
@fortuna
fortuna / Queries.md
Last active December 31, 2024 19:28
Grafana dashboard for Outline Servers

Example Queries

1h active keys by location:

sum(max(increase(shadowsocks_data_bytes{access_key!=""} [1h])) by (access_key, location) > bool 0) by (location)

1h usage by location:

sum(increase(shadowsocks_data_bytes{dir=~"c<p|p>t"} [1h])) by (location)

Keybase proof

I hereby claim:

  • I am fortuna on github.
  • I am fortuna (https://keybase.io/fortuna) on keybase.
  • I have a public key whose fingerprint is B580 D084 2BE0 A4E7 5DD8 AD3D 3A90 9184 F9CE 0D6F

To claim this, I am signing this object:

@fortuna
fortuna / python_resources.md
Created April 7, 2014 04:55 — forked from jookyboi/python_resources.md
Python-related modules and guides.

Packages

  • lxml - Pythonic binding for the C libraries libxml2 and libxslt.
  • boto - Python interface to Amazon Web Services
  • Django - Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.
  • Fabric - Library and command-line tool for streamlining the use of SSH for application deployment or systems administration task.
  • PyMongo - Tools for working with MongoDB, and is the recommended way to work with MongoDB from Python.
  • Celery - Task queue to distribute work across threads or machines.
  • pytz - pytz brings the Olson tz database into Python. This library allows accurate and cross platform timezone calculations using Python 2.4 or higher.

Guides