[tor-talk] #nottor

2015-12-02 Thread Andreas Krey
On Wed, 02 Dec 2015 17:32:22 +, coderman wrote: ... > the collective defect identification efforts in real-time have moved > to channel #nottor. Speaking of which - what's up with #tor and #nottor. I'm using irssi (and am relatively clueless to IRC). When I /join #tor without a registered ni

[tor-talk] regression in torproxy 2.7.4?

2015-12-02 Thread Allen
I have a webservice that runs as a tor hidden service. The client connects to torproxy using a random socks4 username (which results in fresh circuit) and sends a short string to the server. The server sends a response from a few bytes to a few kilobytes in size, then gracefully closes the connec

Re: [tor-talk] twitter tor block redux

2015-12-02 Thread coderman
On Tue, Dec 1, 2015 at 4:23 AM, Tempest wrote: > i noticed a number of accounts were suspended due to using tor recently. > any news on the status of accounts locked out in the last round of > twitter's tor censorship? i'm coming up on 96 hours since twitter has > acknowledged in email that there

Re: [tor-talk] Attention tor-talk ,what happened,??

2015-12-02 Thread coderman
On Wed, Dec 2, 2015 at 7:31 AM, CASPER aka the PARTY G wrote: > What happened?? this is a mystery to us all! > tor used to be about torture, this has been aggregated into a handful of tickets for multi-threading support. > killings live killings the collective defect identification efforts

Re: [tor-talk] Autoupdateing

2015-12-02 Thread Moritz Bartl
On 12/02/2015 12:49 PM, flipc...@riseup.net wrote: > so if i create an update.sh script with apt-get update && apt-get > upgrade -y in it and add it to run like this > crontab -l > # m h dom mon dow command > * 12 * * * ./update.sh The proper way to do this is the "unattended-upgrades" package

[tor-talk] Attention tor-talk ,what happened,??

2015-12-02 Thread CASPER aka the PARTY G
What happened?? tor used to be about torture, killings live killings and videos where are those now I can't even seem to get in a chat room what is up with this, what is up with that?! I want to get through tor talk now guide me!! Y'all become complicated or have you moved to a different website??

Re: [tor-talk] Autoupdateing

2015-12-02 Thread flipchan
yupp , i added a crontab guide in the github project https://github.com/flipchan/autoupdater/crontab.txt On 2015-12-02 12:52, James Harrison wrote: On 30/11/15 21:10, Michael McConville wrote: There are existing tools like Debian unattended-upgrades for this. +1. Enable unattended-upgrades

Re: [tor-talk] Autoupdateing

2015-12-02 Thread James Harrison
On 30/11/15 21:10, Michael McConville wrote: > There are existing tools like Debian unattended-upgrades for this. +1. Enable unattended-upgrades and security updates for _all_ your system components will be handled, which is much better than just updating Tor. -- Cheers, James Harrison -- tor-t

Re: [tor-talk] Autoupdateing

2015-12-02 Thread flipchan
so if i create an update.sh script with apt-get update && apt-get upgrade -y in it and add it to run like this crontab -l # m h dom mon dow command * 12 * * * ./update.sh On 2015-12-01 02:28, Scfith Rise up wrote: I have to agree. crontab -e and add in the commands you want to run automatica