- Amnezia VPN (OpenVPN & WireGuard protocols) - Windows, MacOS, iOS, Android, Linux (no ARM support)
- boringproxy (in-house developed "NameDrop" protocol) - Windows, MacOS, Linux, FreeBSD, OpenBSD
- boringtun (WireGuard protocol) - MacOS, Linux (mobile clients not open source)
- Brook (in-house developed "Brook" protocol as well as WebSocket Secure, SOCKS5, and QUIC protocols) - Windows, MacOS, Linux, OpenWrt (mobile clients not open source)
- Chisel (SSH protocol) - Windows, MacOS, Linux
- cjdns (in-house developed "CryptoAuth" protocol) - Windows, MacOS, Linux, FreeBSD, NetBSD
- Cloak (OpenVPN & Shadowsocks protocols) - Windows, MacOS
Loki stops ingesting logs from promtail. The error messages are a stream HTTP 499
errors
in the gateway
component which is based on nginx. Ex:
10.194.148.169 - - [17/Feb/2022:21:08:28 +0000] 499 "POST /loki/api/v1/push HTTP/1.1" 0 "-" "promtail/" "-"
10.194.90.195 - - [17/Feb/2022:21:08:28 +0000] 499 "POST /loki/api/v1/push HTTP/1.1" 0 "-" "promtail/" "-"
#!/bin/bash | |
set -eu | |
# Listen address for all docker.io/registry instances | |
listen_address=0.0.0.0 | |
# Listen port for the first container | |
# all subsequent ports for containers will be incremented by one | |
listen_port_first=5000 | |
insecure=true |
#!/usr/bin/env bash | |
# Senghan Bright | |
# Delta Projects | |
REPO_ROOT=$HOME/repos/chef-repo | |
COOKBOOK_DIRECTORIES=(cookbooks community_cookbooks forked_cookbooks) | |
COLOR_COOKBOOK=(131 165 151) | |
COLOR_DELIMITER=(215 153 32) |
#!/usr/bin/env ruby | |
# <bitbar.title>GitHub Notifications</bitbar.title> | |
# <bitbar.version>v1.0.0</bitbar.version> | |
# <bitbar.author>mig</bitbar.author> | |
# <bitbar.author.github>migrs</bitbar.author.github> | |
# <bitbar.desc></bitbar.desc> | |
# <bitbar.image></bitbar.image> | |
# <bitbar.dependencies>ruby</bitbar.dependencies> | |
# <bitbar.abouturl>https://github.com/migrs</bitbar.abouturl> |
Gain adb root
.
$ adb shell am start -n com.android.engineeringmode/.qualcomm.DiagEnabled --es "code" "angela"
Download Magisk-v14.0 and extract it somewhere. Download MagiskManager.
Past August 2024, Authy stopped supported the desktop version of their apps:
See Authy is shutting down its desktop app | The 2FA app Authy will only be available on Android and iOS starting in August for details.
And indeed, after a while, Authy changed something in their backend which now prevents the old desktop app from logging in. If you are already logged in, then you are in luck, and you can follow the instructions below to export to tokens.
If you are not logged in anymore, but can find a backup of the necessary files, then restore those files, and re-install Authy 2.2.3 following the instructions below, and it should work as expected.
Exhaustive list of SPDX (Software Package Data Exchange) licenses: https://spdx.org/licenses/
CREATING syn flood and web work load: | |
%hping3 -I p1p1 -p 8701 -S -V --flood 192.168.50.1 | |
%wrk -t8 -c1000 -d10s http://192.168.50.1:8701 | |
DRIVER VERSION | |
%route add default gw a.b.31.254 em1 | |
%ethtool -i p1p1 | |
CPU | |
Set the cpupower to the approriate governor profile. |