Lohmar ASHAR
Lohmar ASHAR
This would be a "nice to have feature" I'm using glider in a mix with different VPN clients, each in it's own docker container, in order to access different networks....
It's my first PR so I'm not good with all this stuff. I've "seen a need" (because I was annoyed by those messages too) and found a "solution", by porting...
I have just noticed this behavior while running docker cli from a Ubuntu 18.04 in WSL 1 (Win 10) I'm starting my container on "docker machine" with `docker run --rm...
Running `vagrant autocomplete --debug install` you can see ``` INFO install_shell_config: Searching for config in home /home/ashar INFO install_shell_config: Found config file /home/ashar/.bashrc INFO install_shell_config: Found completion already installed in...
I'm a little too "rusty" with Java, I'm a python guy now. But I could give it a try, sounds like an interesting challenge.
duplicate of #280
Have you tried passing `--fillscreen` and `--cols , -x ` or `--rows , -y ` ? For example `cssh --fillscreen -x 9 user@host{1..66}` will open all the 66 host and...
Unfortunately these options are not overridable by command line arguments. The way I'm dealing with it is by having different configuration files and pass the appropriate one by using `-C...
That command is the same in both scripts and for whatever reason it doesn't fail in the other one ... maybe it's one of the vars that it's not defined...
@Dominik159E0 you were right ... the command uses the variable `$ScratchDisk` but in the `tiny11Coremaker.ps1` script the variable is not defined anywhere, that's the only line where this variable is...