I hereby claim:
- I am flooose on github.
- I am flooose (https://keybase.io/flooose) on keybase.
- I have a public key whose fingerprint is C86D 05AE 9A2A 4247 16D1 5422 8751 1416 90C6 CCBA
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| (defconst parens "()") | |
| (defconst square-bracket "[]") | |
| (defconst curly-bracket "{}") | |
| (defun paired-p (open close) | |
| (cond | |
| ((equal open ?\[) | |
| (equal close ?\])) | |
| ((equal open ?\{) | |
| (equal close ?\})) |
This is how I containerize applications. I used this site for help and inspiration.
$ sudo pacstrap -i -c -d ~/chromium base chromium --ignore linux
$ sudo systemd-nspawn -u root -D ~/chromium/ bash
root # useradd chris -m
root # su -l chris && cd
$ mkdir -p mnt/pulse mnt/gdm
I hereby claim:
To claim this, I am signing this object:
| [/dev/disk/by-uuid/b3316cac-0e17-432f-a43e-00b4c770ec52] | |
| ext3_allow=rw,exec,X-mount.owner,X-mount.group | |
| ext3_defaults=rw,exec,X-mount.owner=chris,X-mount.group=wheel |