Skip to content

Instantly share code, notes, and snippets.

View Saphareas's full-sized avatar

Fabian Große Saphareas

View GitHub Profile
@Saphareas
Saphareas / compose.yaml
Created November 17, 2020 05:55
Zabbix Docker Compose
version: "3"
services:
zbx_server:
image: zabbix/zabbix-server-mysql:alpine-latest
name:
environment:
- DB_SERVER_HOST="zbx_db"
- MYSQL_USER="zabbix"
- MYSQL_PASSWORD="zabbix1234!"
@Saphareas
Saphareas / README.md
Last active September 3, 2023 21:45
Psono to Bitwarden Import Script

Psono to Bitwarden Import Script

Psono to Bitwarden Import Script is a script for importing passwords/logins and secure notes from a Psono.pw export file into your Bitwarden vault.

This script requires Python 3 and the Bitwarden CLI client!

$ psono-importer.py [-p|--psonofile] <exported psono file>
Working set size: 196
Progress:-----------------------------------------------------------------| 0/196
@Saphareas
Saphareas / firefox-dev-edition.desktop
Created October 1, 2019 20:27
Install Firefox Developer Edition (Aurora) on Linux
[Desktop Entry]
Name=Firefox Developer Edition
Exec=/opt/firefox-dev-edition/firefox/firefox
Icon=/opt/firefox-dev-edition/firefox/browser/chrome/icons/default/default128.png
Type=Application
Categories=GNOME;GTK;Webbrowser;X-Developer;
@Saphareas
Saphareas / Protocol.txt
Last active May 11, 2022 13:55
Chrome ERR_Connection_Reset Fix
TL;DR: Disable IPv6 in Windows' network adapter settings.
Tested links:
http://shanalikhan.github.io/
http://8values.github.io/
http://memory-alpha.wikia.com/
Works:
Firefox
Opera with VPN enabled