Val V
Val V
Accidentally discovered it with: ``` $ passh -p file:~/.ssh/pass.bastion ssh host.domain.tld ``` But it seems passh doesn't expand `~`. So on the full path it worked, but once provided a...
Inspired by [this](https://security.stackexchange.com/questions/177941/pass-password-to-gpg-via-script) so named pipes could be used. Passing it to `-file` returns: ``` [ERROR] not a regular file: /dev/fd/63 ``` Not sure if it can be combined or...
**Describe the bug** Trying to run ncspot from a fresh Manjaro using [proot](https://github.com/proot-me/proot). sox (`play`) and other apps like web-browsers work well, but ncspot crashes with: ``` thread '' panicked...
Trying 0.8.5 here. Even a simple `mpris-ctl --player a` leads to a segfault, hence none of the commands work on inactive players, if you want to specify, e.g. `mpris-ctl --player...
I was trying to install hstr on OPNsense (which is FreeBSD-based) and wondering if it's a heavy lift to add [t]csh support to hstr. The format of `~/.history` is quite...
Version: **1.3.3** Steps to reproduce: 1. Go to `Configuration` 2. Use ↑ to navigate beyond the top element
It'd be nice to have some flag `-t` to start ncpamixer on a specific tab. e.g. `ncpamixer -t input` would bring you to `Input Devices` on startup.
Over the last year the number of dependencies has increased by a lot. In 2016, both maim and slop were super-lightweight, and didn't require much (I didn't even need to...
I'm wondering if there's a workaround to interrupt pypcap process with `KeyboardInterrupt` if it received zero packets (e.g. with some filter set). Currently the only option seems to be `kill`....