How To Set Up a Raspberry Pi 4 with Archlinux 64-bit (AArch64) and Full Disk Encryption (+SSH unlock), USB Boot (No SD-Card) and btrfs
Written by: XSystem
First published on: 20 Dec 2020
Last updated on: 20 Dec 2020
| #!/bin/bash | |
| # | |
| # ~/.local/bin/btswitch | |
| # | |
| # wait a second this is too fast for udev | |
| sleep 1 | |
| btdev="$(pactl list sinks|grep Name|grep 'bluez.*.a2dp.sink'|sed 's/Name: //'|sed 's/\s//')" | |
| if [ -n "$btdev" ]; then |
This guide is written for people that have absolutely no or little experience with terminal and remote server configuration. Should work on all Debian based distros although this has been tested only with fresh Debian 10 Buster. It does not yet cover the actual node configuration yet. For that see the official Nym docs here https://nymtech.net/docs/run-nym-nodes/mixnodes/
If you are complete beginner and just installed Debian on your VPS then I suggest going through the bash crash course in the introduction section
If you are at least little experienced, then skip to section Nym installation.
| CREATE EXTENSION IF NOT EXISTS "uuid-ossp"; | |
| -- My port of https://github.com/kurttheviking/uuid-with-v6-js | |
| -- A hacky translation of: | |
| -- - http://gh.peabody.io/uuidv6/ | |
| -- - https://tools.ietf.org/html/draft-peabody-dispatch-new-uuid-format | |
| CREATE OR REPLACE FUNCTION uuid_v1_to_v6(v1 uuid) | |
| RETURNS uuid AS $$ | |
| DECLARE | |
| v6 text; |
| #!/bin/bash | |
| # Unlock the directory, we need the unencrypted versions of the files | |
| git crypt unlock | |
| # Re-initialize git crypt, generating a new key | |
| rm .git/git-crypt/keys/default | |
| git crypt init | |
| # Make the key available to the current users |
| //solution | |
| sudo apt install gnupg2 pass |
Herramientas para gestionar reuniones (meta-información e información)
Herramientas para agendar reuniones (sólo meta-información)
| [tool.poetry] | |
| name = "owncloudemulator" | |
| version = "0.1.0" | |
| description = "" | |
| authors = ["Florian Apolloner <florian@apolloner.eu>"] | |
| [tool.poetry.dependencies] | |
| python = "^3.7" | |
| starlette = "^0.13.0" | |
| uvicorn = "^0.10.8" |
| # https://stackoverflow.com/questions/39928401/recover-db-password-stored-in-my-dbeaver-connection | |
| # requires pycryptodome lib (pip install pycryptodome) | |
| import sys | |
| import base64 | |
| import os | |
| import json | |
| from Crypto.Cipher import AES |
Quizás tu usas un proveedor de telefonía que tiene entre sus ofertas una tarifa plana, o una bien generosa y que te alcanza, pero en Cuba no existe tarifa plana y tendemos a exprimir cada byte de la conexión de datos.
Puede que te hayas topado con este caso: usas los datos móviles del celular compartidos por WiFi con la PC/Laptop de trabajo y no hay nada malo con eso, o si?