Skip to content

Instantly share code, notes, and snippets.

View jollheef's full-sized avatar

Mikhail Klementev jollheef

View GitHub Profile
@corpix
corpix / nix-deploy.md
Last active August 11, 2019 12:31
Scripts to deploy NixOS machines without nixops/nix-deploy/etc...

Requirements:

  • root directory is a git repository(for git rev-parse --show-toplevel)
  • github.com/nixos/nixpkgs at pkgs/nixpkgs

Tree:

.
├── .git
@kholia
kholia / ASLR+vsyscall.rst
Last active August 16, 2022 07:32
Notes on ASLR and vsyscall page

Goals

This documents tries to address some concerns with enabling PIE.

Argument 1

One of the criticism of "Using PIE by default on AMD64" is,