Himanshu Shekhar
Himanshu Shekhar
This seems doable, given the end-user is confident enough to make this particular change to each of their ssh config. I guess there can be cases where the config is...
Well, install doesn't require `sudo`. It just copies the files to your `$HOME/.local/bin` so that they are available in `$PATH`. Installing using `sudo` makes it available to the path of...
I would need to reproduce this on some Ubuntu machine in order to understand the error. If you could help me get the result of these snippets, it would be...
@bitdaric What is the issue regarding docker?
Seems like I either need to pollute `/bin`, `/usr/bin/`, `/usr/local/bin`. There will certainly be distros creating this issue.
Thanks, @mushonnip. Had been long since I last read proxyman's code. I'll take some time out and review this.
This would also create a responsibility to maintain the numbers. Consider the case when you remove a question from the middle. That'd be too much problem. There can be proper...
I mentioned above. I'm talking about package managers on Linux: dpkg, rpm etc. Language bindings could be for Python, JavaScript etc.
this was 5+ years back. I don't actually remember why, but there were some problems where using `https` for `https_proxy` lead to issues. Hence, I chose this route. Anyways, I...