Skip to content

Instantly share code, notes, and snippets.

Mobile Device Counter-Surveillance

Install a Free/Libre OS

Use Disk Encryption

Keybase proof

I hereby claim:

  • I am emeryrose on github.
  • I am emrose (https://keybase.io/emrose) on keybase.
  • I have a public key ASC1J0iDL_1cw6HDl1d23e751pZc9icW3ZzqXTnV6GXtKwo

To claim this, I am signing this object:

@44203
44203 / Dockerfile
Created January 27, 2020 19:27
dapptools dockerfile
FROM nixos/nix
RUN nix-channel --add https://nixos.org/channels/nixpkgs-unstable nixpkgs
RUN nix-channel --update
RUN nix-build -A pythonFull '<nixpkgs>'
RUN nix-env -iA nixpkgs.gitAndTools.gitFull
RUN nix-env -iA nixpkgs.zsh
RUN nix-env -iA cachix -f https://cachix.org/api/v1/install
RUN cachix use dapp
RUN git clone --recursive https://github.com/dapphub/dapptools $HOME/.dapp/dapptools
@44203
44203 / myspace.css
Last active January 14, 2021 22:52
body {
background: #fff;
}
nav ul.links {
background: #fff;
text-align: center;
}
nav .links li {