foxt

Results 53 comments of foxt

> the goal isn't to scare but to let people know how the Netdata Agent works by default. we provide information on our documentation for how you can The CTA...

> The docs are there for many time back, users interesting on securing their agents will probably have gone through those documents. And those not interested, or those who have...

You might be able to hack this in with ``` /** Re-render children with a new URL to match against. */ routeTo(url) { let matchingRoute = this._getMatchingChild(toChildArray(this.props.children), url) if (matchingRoute...

It seems like you can work around this by creating a FIFO ``` mkfifo /Users/foxt/pcapfifo ssh [email protected] tcpdump -i eth0 -U -s0 -w - 'not port 22' > /Users/foxt/pcapfifo ```...

oops, my mistake 😅

> This is because the current documentation, even though there is mention of the existence of optional modules, does not mention what the benefits are if the optional modules are...

Log in with your username and password,then type `startx` at the prompt.

Seems like GitHub breaks Gist links when you change your username. It only affects icons in the presence so you should just be able to ignore it

We looked at this before release, but for a few reasons, we could not implement this. NodeJS does not have a way of hiding the native Windows console, and we...