[tor-relays] Re: [Possible phishing attempt] install OBFS4

2024-12-15 Thread George Hartley via tor-relays
Sorry for the late reply, but at least on ArchLinux, Tor already comes with a service file for systemd and an example configuration file at > /etc/tor/torrc To make Tor auto-start on system boot, use: > systemctl enable tor systemd also offers variable sandboxing mechanisms, which should be

[tor-relays] Re: [Possible phishing attempt] install OBFS4

2024-11-25 Thread George Hartley via tor-relays
Does your server CPU support hardware AES extensions? Run this command in your shell (bash most likely): lscpu | grep aes If it returns the string AES, then you can make use of the crypto hardware acceleration. This severely reduces CPU usage by Tor. Also, if you want to reduce CPU usage furt

[tor-relays] Re: [Possible phishing attempt] install OBFS4

2024-11-25 Thread Keifer Bly
Thanks. One more question, is there a way to configure tor to start automatically when Linux bolts? Thanks. --Keifer On Thu, Nov 21, 2024, 1:26 AM George Hartley wrote: > Does your server CPU support hardware AES extensions? > > Run this command in your shell (bash most likely): > > lscpu | gre

[tor-relays] Re: [Possible phishing attempt] install OBFS4

2024-11-21 Thread - - via tor-relays
Add Tor's repo in your system: https://support.torproject.org/apt/tor-deb-repo/ Then install unattended-upgrades too: https://wiki.debian.org/UnattendedUpgrades Unattended-Upgrade::Origins-Pattern { "origin=*"; }; This way (by including all origins) you basically keep all your packages

[tor-relays] Re: [Possible phishing attempt] install OBFS4

2024-11-20 Thread Keifer Bly
Hi, yes I got it running. Wondering is there a single debain command to set up automatic upgrades for tor, and is there a torrc configuration to limit CPU usage? Thanks On Mon, Nov 18, 2024, 11:19 PM torproject.qj5i9--- via tor-relays < tor-relays@lists.torproject.org> wrote: > Hi, > > have you

[tor-relays] Re: [Possible phishing attempt] install OBFS4

2024-11-18 Thread torproject.qj5i9--- via tor-relays
Hi, have you installed the obfs4proxy? If you follow this guide: https://community.torproject.org/relay/setup/bridge/debian-ubuntu/ you should be good to go. I've added "BridgeDistribution https" for my bridge, if you follow the post install page there is written something about distribution c