Skip to content

Instantly share code, notes, and snippets.

View Tokukarin's full-sized avatar

ゼノ (Zeno) != ツェーノ Tokukarin

View GitHub Profile
@Tokukarin
Tokukarin / arg.md
Created May 25, 2021 12:38 — forked from nucular/arg.md
Steins;Gate ARG

Steins;Gate ARG

The email address from which Okabe received the static video ([email protected]) replies to blank mails with the following message:

Your mail concerning "[the subject of your email]"

[email protected] はこの世界線に存在していません. [It does not exist in this world line.]
@Tokukarin
Tokukarin / deb10bitwardenInstall.md
Created June 24, 2021 14:06 — forked from tavinus/deb10bitwardenInstall.md
Debian 10 BitwardenRS install (no docker)

Bitwarden RS Debian 10 Install

This is how I installed the Rust implementation of bitwarden into a Proxmox Debian 10 LXC Container. It should work on any Debian 10 install (virtual or metal). I dislike running docker inside LXC containers for obvious reasons, so this is how I did it.

References

Prepare Base System

$ sudo apt update
@Tokukarin
Tokukarin / cryptsetup-with-luks2-and-integrity-demo.sh
Created February 23, 2023 22:53 — forked from MawKKe/cryptsetup-with-luks2-and-integrity-demo.sh
dm-crypt + dm-integrity + dm-raid = awesome!
#!/usr/bin/env bash
#
# Author: Markus (MawKKe) [email protected]
# Date: 2018-03-19
#
#
# What?
#
# Linux dm-crypt + dm-integrity + dm-raid (RAID1)
#