Hoàng Xuân Phú
Hoàng Xuân Phú
So here's what I did to re-encrypt files to remove a user: - Make a backup (with decrypted files): `cp -r . /path/to/backup` - Save a list of files that...
This has been documented in `check_postgres.pl`, in 73ef506a6f35ffac5e1970549afb09ab4d8dad0b, but not in the [HTML version](http://bucardo.org/check_postgres/check_postgres.pl.html).
In the guess that `check_postgres.pl.html` is hand-edited (as opposed to generated by the comments in `check_postgres.pl`), I edited it and submitted #51.
I would have had a problem with the switch if my contribution were more substantial. However it was almost trivial, and has been replaced anyway. So same as above, I...
@elbrujohalcon awesome \o/ I made a PR https://github.com/inaka/shotgun/pull/194
Hi again @elbrujohalcon! It turned out Gun 2.0.0 has been released, so I have updated the PR to use that instead of the RC.
This one puzzled me. It works for `man`, and `git log`, i.e: ``` MANPAGER=/path/to/vimpager man ls ``` and ``` PAGER=/path/to/vimpager git log ``` produce the nice colorful output. However, it...