Wayne Walker
Wayne Walker
I run `task service-start` and it seems to work, but I don't see a background process started. I then create a remind task to fire in a few minutes, but...
## Description modify the SHEBANG_REGEX ### Documentation None needed. No backward incompatible changes. ## TODOs Please ensure all of these TODOs are completed before asking for a review. - [x]...
*Add support for FQDNs and for hostnames with hyphens: * web-server-01 * web-server-01.my-hypenated-domain.io * Add support for journalctl command
Something like this: ``` =================================== | S1 | S2 | |==============|=================== | S3 | S4 | |==============|=================== | S5 | S6 | =================================== ``` You would probably want to be...
In order to use IAM instance profiles, one must pass the session token. It should be as simple as passing it as a header: ``` x-amz-security-token:FwoGZXIvYXdzEMn...long-string-of-base64-encoded-gibberish...Tsaf= ```
When one gets here, it would be nice to include the known `innernet` interfaces to the results of the completion: ``` $ innernet show -s -h --tree [INTERFACE] -t --short...
On CentOS 7 rpm doesnt' build. 2 reasons: * `cc` is missing * `dnf` doesn't exist on CentOS 7 (it still has `yum`, `dnf`'s predecessor) PR in just a minute.
I'd like to add support for Gtihub Enterprise. It looks like it could be mostly changes in lib/commands/helpers.rb, lib/commands/commands.rb * change all instances of github.com to a variable github_fqdn *...
Expected indention: ``` # process / ps stuff # shellcheck disable=SC2046 { pspg(){ ps -lf $( pgrep -f "$@" ) } pspgt(){ ps -o lstart,cmd $( pgrep -f "$@" )...
kolorcotrol` fails to execute due to missing `matplotlib.backends.backend_qt5agg` ``` @ $ kolorcontrol Traceback (most recent call last): File "/home/wwalker/.local/bin/kolorcontrol", line 19, in from kolorcontrol.kolorcontrol import KCMainWindow File "/home/wwalker/.local/lib/python3.10/site-packages/kolorcontrol/kolorcontrol.py", line 24,...