Lorenzo Beretta

Results 6 issues of Lorenzo Beretta

$ cat /etc/cron.d/zfs-auto-snapshot > PATH="/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin" > > */15 * * * * root which zfs-auto-snapshot > /dev/null || exit 0 ; zfs-auto-snapshot --quiet --syslog --label=frequent --keep=4 // git clone, make,...

Prompted by https://github.com/nix-dot-dev/nix.dev/issues/194 This came out longer than I hoped; feel free to criticize it to death (or merge and then modify to your pleasure).

Reason: it's too difficult to use correctly (among the many, many mistakes you will make, think of the meaning of the N parameter: it's how many characters you can **append**)....

Sorry for the URL, I was unable to create a smaller example. ``` $ tar zxpf day01.tar.gz # GNU tar tar: Ignoring unknown extended header keyword 'SCHILY.acl.ace' tar: Ignoring unknown...

It's 2 commits because I'm an idiot - I uploaded the new file using the browser, saw the option to create a new branch&PR and, well, it turns out they...

So, a couple of bugs in just one issue as one of them is teeny tiny... Create an empty HOME with eg `cd $(mktemp -d) && cp /etc/skel/.bashrc . &&...