This tutorial is for Ubuntu & Squid3. Use AWS, Google cloud, Digital Ocean or any services with Ubuntu to follow this tutorial.
sudo apt-get update
sudo apt-get install squid3
sudo apt-get install apache2-utils
Command Line
pry -r ./config/app_init_file.rb
- load your app into a pry session (look at the file loaded by config.ru)pry -r ./config/environment.rb
- load your rails into a pry sessionDebugger
This is a basic example of using SOCKS. | |
From the computer you want to browse on you'll make an ssh connection to the computer you want to browse from. | |
In this example it'll be my laptop connecting to my desktop. | |
Run: ssh -D <port, I use 10000> <user>@<hostname of desktop> | |
Now, in a browser you don't normally use (I'm using firefox), go to network proxy. | |
Set Manual porxy configuration |
# How to sign your custom RPM package with GPG key | |
# Step: 1 | |
# Generate gpg key pair (public key and private key) | |
# | |
# You will be prompted with a series of questions about encryption. | |
# Simply select the default values presented. You will also be asked | |
# to create a Real Name, Email Address and Comment (comment optional). | |
# | |
# If you get the following response: |