the-c0d3r

Results 10 comments of the-c0d3r

@ServerRaider Thanks for the suggestion. Random user-agent on every request might make it slower. Currently it is only getting a random user-agent and using the same agent on all the...

Hey @sadazs Thanks for the suggestion. I know this was always a possibility. But didn't had the time to implement it earlier. I will implement a more sophisticated detection method...

You have to use `sudo` to install. That is permission error.

I'm glad I found this issue. I have the same exact problem. I was using terminal-plus and found out they don't support zsh themes. I was finding a way to...

@orgkhnargh Thank you. I should have thought of that. Did a `grep -rnw '.' -e 'fontFamily:'` and found the file called terminal-plus.coffee under lib. Edited the default value for fontFamily....

FYI, you may use any fonts that are patched to show those special powerline icons/glyphs, one which I normally use is a font under [NerdFonts Github](https://github.com/ryanoasis/nerd-fonts) collections. [Sauce Code Pro...

This would be awesome to have. Sometimes articles can be full of information you want to keep, and highlighting everything is obviously not a good idea, and on top of...

Thanks for the response. I am trying to capture traffic of VPN application, when it is connecting, as well as once connected. In this kind of case, what should I...

I managed to get it working by wrapping around with `xwinwrap`. For anyone interested, here is the modified version. Modification at [L78-L79](https://gist.github.com/the-c0d3r/2432e99c7bc35f7f51f62aa1bec1dc46#file-gif-soup-L78-L79) PS: Thanks a lot for the very useful...

@moviuro Thanks for the suggestion. I'll give it a go and send in a PR in a few days. My bash-fu is not that good, that is why I'm a...