From 4d1c1665d40c62e6d1f675bb7180071851c6ccac Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Sat, 8 Oct 2016 22:24:30 +0200 Subject: [PATCH] post update --- Gemfile | 2 +- _src/_posts/2015-08-02-simple-tor-setup-on-mac-os-x.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 5dd0235b..72ec735c 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ group :jekyll do gem 'jekyll-sitemap' gem 'jekyll-redirect-from' gem 'jekyll-picture-tag' - gem 'jekyll-archives' + gem 'jekyll-archives', :git => 'https://github.com/jekyll/jekyll-archives.git' #temporary fix for https://github.com/jekyll/jekyll-archives/issues/75 gem 'jekyll-paginate' end diff --git a/_src/_posts/2015-08-02-simple-tor-setup-on-mac-os-x.md b/_src/_posts/2015-08-02-simple-tor-setup-on-mac-os-x.md index c7f84e11..8c2a4ffe 100644 --- a/_src/_posts/2015-08-02-simple-tor-setup-on-mac-os-x.md +++ b/_src/_posts/2015-08-02-simple-tor-setup-on-mac-os-x.md @@ -23,11 +23,11 @@ I'm using macOS Sierra (10.12) for the following instructions but it should work ![Tor Browser](/media/tor-browser.png) -The most simple way to surf anonymously with Tor is to just grab the [Tor Browser](https://www.torproject.org/projects/torbrowser.html.en) bundle. +The most simple way to surf anonymously with Tor is to just grab [Tor Browser](https://www.torproject.org/projects/torbrowser.html.en). It's a modified version of [Firefox Extended Support Release (ESR)](https://www.mozilla.org/en-US/firefox/organizations/) with Tor and some extensions (Torbutton, TorLauncher, NoScript, and HTTPS-Everywhere) built right in. Upon start, Tor Browser automatically starts the required Tor background processes and routes traffic through the Tor network. That's the way to go if you want the highest level of protection without much further configuration. -But it's based on a super old version of Firefox. And there might be more you want to do anonymously on your machine than just browsing the web, like accessing resources via the Terminal or any other app. Or just use the browser you're used to. +But it's based on a super old version of Firefox and there might be more you want to do anonymously on your machine than just browsing the web, like accessing resources via the Terminal or any other app. Or just use the browser you're used to. -For this you need to have Tor installed on your system and additionally set specific Proxy values in your network preferences after you've started Tor. +For this you need to have Tor installed on your system and additionally set specific proxy values in your network preferences after you've started Tor. ## Install Tor