How to install Hidden Services
-
sudo apt-get install tor
-
Edit _etc_tor/torrc
HiddenServiceDir /var/lib/tor/www_service/
HiddenServicePort 80 127.0.0.1:80
sudo apt-get install tor
Edit _etc_tor/torrc
HiddenServiceDir /var/lib/tor/www_service/
HiddenServicePort 80 127.0.0.1:80
| # If you come from bash you might have to change your $PATH. | |
| # export PATH=$HOME/bin:/usr/local/bin:$PATH | |
| export PATH=/Users/michaelasper/.cargo/bin:$PATH | |
| export GOPATH=$HOME/Source/go | |
| export PATH=$PATH:$GOPATH/bin | |
| # Path to your oh-my-zsh installation. | |
| export ZSH=/Users/michaelasper/.oh-my-zsh | |
| if has("gui_running") | |
| " C-Space seems to work under gVim on both Linux and win32 | |
| inoremap <C-Space> <C-n> | |
| else " no gui | |
| if has("unix") | |
| inoremap <Nul> <C-n> | |
| else | |
| " I have no idea of the name of Ctrl-Space elsewhere | |
| endif | |
| endif |
| " vim-bootstrap 89346c6 | |
| "***************************************************************************** | |
| "" Vim-PLug core | |
| "***************************************************************************** | |
| if has('vim_starting') | |
| set nocompatible " Be iMproved | |
| endif | |
| let vimplug_exists=expand('~/.vim/autoload/plug.vim') |
I hereby claim:
To claim this, I am signing this object:
| if has("gui_running") | |
| " C-Space seems to work under gVim on both Linux and win32 | |
| inoremap <C-Space> <C-n> | |
| else " no gui | |
| if has("unix") | |
| inoremap <Nul> <C-n> | |
| else | |
| " I have no idea of the name of Ctrl-Space elsewhere | |
| endif | |
| endif |
| " vim-bootstrap 89346c6 | |
| "***************************************************************************** | |
| "" Vim-PLug core | |
| "***************************************************************************** | |
| if has('vim_starting') | |
| set nocompatible " Be iMproved | |
| endif | |
| let vimplug_exists=expand('~/.vim/autoload/plug.vim') |