Okay, I disabled it in torrc.
Here's what i got:
First the pkillall:
SkvShkr% sudo pkillall tor
[sudo] password for egycobra:
sudo: pkillall: command not found
So I corrected it to killall and rerun it
[SkvShkr% sudo tor
Aug 17 11:06:41.678 [notice] Tor 0.4.7.10 running on Linux with Libevent 2.1.12-stable, OpenSSL 1.1.1q, Zlib 1.2.12, Liblzma 5.2.6, Libzstd 1.5.2 and Glibc 2.36 as libc.
Aug 17 11:06:41.678 [notice] Tor can't help you if you use it wrong! Learn how to be safe at https://support.torproject.org/faq/staying-anonymous/
Aug 17 11:06:41.678 [notice] Read configuration file "/etc/tor/torrc".
Aug 17 11:06:41.680 [notice] Opening Socks listener on 127.0.0.1:9050
Aug 17 11:06:41.680 [warn] Could not bind to 127.0.0.1:9050: Address already in use. Is Tor already running?
Aug 17 11:06:41.680 [warn] Failed to parse/validate config: Failed to bind one of the listener ports.
Aug 17 11:06:41.680 [err] Reading config failed--see warnings above.
SkvShkr% sudo killall tor
SkvShkr% sudo tor
Aug 17 11:06:53.948 [notice] Tor 0.4.7.10 running on Linux with Libevent 2.1.12-stable, OpenSSL 1.1.1q, Zlib 1.2.12, Liblzma 5.2.6, Libzstd 1.5.2 and Glibc 2.36 as libc.
Aug 17 11:06:53.948 [notice] Tor can't help you if you use it wrong! Learn how to be safe at https://support.torproject.org/faq/staying-anonymous/
Aug 17 11:06:53.948 [notice] Read configuration file "/etc/tor/torrc".
Aug 17 11:06:53.949 [notice] Opening Socks listener on 127.0.0.1:9050
Aug 17 11:06:53.949 [warn] Could not bind to 127.0.0.1:9050: Address already in use. Is Tor already running?
Aug 17 11:06:53.949 [warn] Failed to parse/validate config: Failed to bind one of the listener ports.
Aug 17 11:06:53.949 [err] Reading config failed--see warnings above.
As you can see, that did nothing.
Anyway I also disabled it by using
SkvShkr% sudo rc-update delete tor
* service tor removed from runlevel default
And for the recap: I want to run it manually for my whole system. I'm aware of the consequences.
ps. Thanks for the .onion mirrors garza!