Skip to content

Instantly share code, notes, and snippets.

View alex27riva's full-sized avatar

Alessandro alex27riva

View GitHub Profile
@alex27riva
alex27riva / install-electrum-on-debian-12-from-source.md
Created August 13, 2024 11:56
How to install Electrum from source on Debian 12

Intro

In this tutorial, I will walk you through the process of compiling and installing the well-known Electrum Bitcoin wallet on Debian 12.

The instructions provided on the official Electrum website for installation on Debian 12 are not current and do not function due to alterations in the method of installing Python3 dependencies.

Prerequisites

  • This guide was tested on Debian 12 and on Linux Mint 22.
  • The install requires root privileges
@alex27riva
alex27riva / ssh_tor.yml
Created November 7, 2022 17:57
Configure SSH under Tor
---
- name: Install SSH under Tor
hosts: 192.168.1.20 # add your IP or host group
become: true
vars:
- hidden_serv_dir: "/var/lib/tor/hidden_service_sshd"
tasks:
- name: Install Tor
ansible.builtin.package:
name: tor
@alex27riva
alex27riva / rtl_tcp.service
Created January 31, 2022 19:18
Systemd service for running rtl_tcp on startup
[Unit]
Description=Software Defined Radio TCP Server
Requires=network.target
After=network.target
[Service]
ExecStart=/usr/bin/rtl_tcp -a 0.0.0.0
Restart=on-failure
KillMode=control-group
They're playing the pianoforte while flying in the plane!!
@alex27riva
alex27riva / public.asc
Created May 29, 2021 19:49
GPG Public key
-----BEGIN PGP PUBLIC KEY BLOCK-----
mQENBFn3lIwBCAC7DZ/le29JQHZd7HJaLN8eiAM9bx5/6uQyjM7ZHWrrEXwM3BS7
Xjcwjg/6LQq4rzbeerNlyxqoZnBRvE3xIPx0VhRm2oOxtHpZGVhVm9c/5xyxS8lO
8TPwybcVgT65csYl1tLIyP45BQ9ATnQD06ZCYQ6ednxwYXowLwp1PMNeappk+Y+0
yh4rBe7UA4Fvt0Pa3dxX+8+R4eKAa0Z+R9agkHFpYvUKdusEKHylJWz/bb5t0+Xk
XCeZ7ydgDP32bZrdHgyyP8F2BT/vT2JzVdgHcECsyYMqfS2PTrleTqKVa8on/qcf
cSPPse+L15lVzm2WRqIw+4l3dA8xLyNl/dyjABEBAAG0JkFsZXNzYW5kcm8gUml2
YSA8YWxleDI3cml2YUBnbWFpbC5jb20+iQE5BBMBCAAjBQJZ95SMAhsDBwsJCAcD
AgEGFQgCCQoLBBYCAwECHgECF4AACgkQMO4k6OelhszEUgf/aa9UfjuAs2fIqX7Y