Low-power

Results 38 comments of Low-power

No, because Shadowsocks protocol is not the original SOCKS protocol. You must use a Shadowsocks client such as **ss-local(1)** (which itself is a SOCKS server) for use with proxychains.

My program https://gist.github.com/Low-power/94d2b33fc3350ef5945489b63a74651f is now depending on this bug; so it is now a feature...

Well it is a half kidding actually, but since multi line messages are allowed in SSHOUT, when those messages being forwarded to ssh-chat, `\n` character will keeping unchanged; and the...

> Recently, some people put together a relay bot to connect multiple ssh-chat services: https://sourceforge.net/projects/sshout/ Well, SSHOUT is another implementation of SSH chatroom; the relay program itself is available at...

Hello. Units tebibit, tebibyte, pebibit, pebibyte, terabit, terabyte, petabit and petabyte has been added in #6. Here's an example of `nload -u Hi` on my machine: ![nload-with-tebibyte-unit.png](http://mygnuos.tk/test/nload-with-tebibyte-unit.png)

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=933053 It is not a bug of nload(1).

The latest commit added some additional larger units as requested in #13.

Note this **ptrace(2)** behavior of FreeBSD kernel is documented in the [man page](https://www.freebsd.org/cgi/man.cgi?query=ptrace&apropos=0&sektion=2&manpath=FreeBSD+12.3-RELEASE&arch=default&format=html): >> For the duration of the tracing session, the traced process will be ``re-parented'', with its parent...

> I'd suggest marking all processes as unseen in the root finding phase before sort by setting `tree_depth` to a guard value like `UINT_MAX` and checking processes for that guard...

> I think this should use `Process_getParentPid` for consistency with the tree sort code. Yep, I missed this. The outer `for` loop iterates for each looped process tree, while the...