Tom Hale
Tom Hale
#I'm using `ssh-ident` via a symlink. It confuses a filename with a hostname: ``` $ ls -l ~/bin/scp lrwxrwxrwx 1 ravi ravi 18 Nov 24 2016 /home/ravi/bin/scp -> /usr/bin/ssh-ident $...
In reporting an issue, I wanted to specify the version of `ssh-ident`, but couldn't find the string `ersion` in the script. Would you consider versioning the script?
Suggest changing: A tool for copying a btrfs file system with all its partitions to another btrfs file system to: A tool for copying a btrfs file system with all...
Fix Issue #367 based on [this answer](http://stackoverflow.com/a/40944702/5353461)
I would like to have the `.gem` and `.rubies` directories under `~/.local/share` so as to comply with the [XDG Base Directories Specification](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html). Currently, they are both assumed to be under...
In `bash`, `$_` should be “the last argument of the last command executed” Instead, this is overwritten: ``` > @ravi@boxy:~/.dotfiles(master* u+1)$ echo "This argument should be printed" > This argument...
`bats` suffers from the same bug resolved in: * https://github.com/postmodern/chruby/pull/381 * https://github.com/rcaloras/bash-preexec/pull/32 This is a "feature" of `bash`, see [this answer on SO](http://stackoverflow.com/a/40944702/5353461). I discovered this when my `bash-preexec` returned...
As root, I'm being told I need to be root: ``` # id uid=0(root) gid=0(root) groups=0(root),1(bin),2(daemon),3(sys),4(adm),6(disk),10(wheel),19(log) # bedup dedup Skipped 17 frozen volumes in filesystem Skipped 15 frozen volumes in...
Currently, bedup doesn't support deduping in RO snapshots: > This approach doesn't require special kernel support, but it has two downsides: locking has to be done in userspace, and there...
Given that this project seems unmaintaned, I wrote a guide on how to do a manual LV to bcache conversion: https://unix.stackexchange.com/questions/552335/convert-existing-lvm-lv-to-bcache-backing-device