Skip to content

Instantly share code, notes, and snippets.

@Iambestone
Iambestone / browsing-w3m-anonymously-tor.el
Created January 19, 2021 11:29 — forked from FrancisMurillo/browsing-w3m-anonymously-tor.el
Browsing w3m Anonymously With tor
(with-eval-after-load 'w3m
(require 'cl nil t)
(require 'cl-compat nil t)
(when (and (executable-find "polipo")
(executable-find "tor"))
(defcustom fn/w3m-polipo-cache-dir (expand-file-name "polipo-cache" user-emacs-directory)
"Polipo cache directory."
:type 'directory)
(defcustom fn/w3m-tor-cache-dir (expand-file-name "tor-cache" user-emacs-directory)
@Iambestone
Iambestone / install Anbox on debian buster.txt
Created May 3, 2021 15:57 — forked from arvati/install Anbox on debian buster.txt
Install Anbox on Debian Buster and use android apps
sudo snap install --devmode --beta anbox
snap restart anbox.container-manager
sudo apt install android-tools-adb anbox
ls /lib/modules/`uname -r`/kernel/drivers/android/binder_linux.ko
ls /lib/modules/`uname -r`/kernel/drivers/staging/android/ashmem_linux.ko
sudo modprobe ashmem_linux
sudo modprobe binder_linux
@Iambestone
Iambestone / crypto-wrong-answers.md
Created May 20, 2022 15:22 — forked from paragonie-scott/crypto-wrong-answers.md
An Open Letter to Developers Everywhere (About Cryptography)