Siri Proxy install Command Line Steps Each of these steps can be referenced in the video, and each has an accompanying timestamp for ease of reference. Simply copy and paste each of these commands in the Terminal app, and follow any additional instructions if so indicated. Each step has a timestamp that you can reference in the video tutorial to help gather your bearings. Command 01: Time 5:44 sudo apt-get install dnsmasq ruby build-essential openssl libreadline6 libreadline6-dev curl git-core zlib1g zlib1g-dev libssl-dev libyaml-dev libsqlite3-0 libsqlite3-dev sqlite3 libxml2-dev libxslt-dev autoconf libc6-dev ncurses-dev automake libtool bison subversion Select ‘y’ to continue. Command 02: Time 6:13 sudo nano /etc/dnsmasq.conf Find the following line on approximately line 62: #address=/double-click.net/127.0.0.1 Directly beneath that line type: address=/guzzoni.apple.com/(your_machine's_ip_address) Replace (your_machine’s_ip_address) with the IP address of your machine as shown in the video. Press control+o, and then return to save. Press control+x to exit back to main terminal prompt. Command 03: Time 7:42 sudo /etc/init.d/dnsmasq restart Command 04: Time 7:55 bash < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer) Command 05: Time 8:20 [[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" Command 06: Time 8:33 echo '[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" # Load RVM function' >> ~/.bash_profile Command 07: Time 8:47 rvm install 1.9.3 This command takes some time to execute. Be patient, especially on the compiling portion. Command 08: Time 9:22 rvm use 1.9.3 --default Command 09: Time 9:32 git clone git://github.com/plamoni/SiriProxy.git Command 10: Time 9:49 cd SiriProxy Select ‘y’ to continue. Command 11: Time 10:06 rake install Command 12: Time 10:21 mkdir ~/.siriproxy Command 13: Time 10:31 cp ./config.example.yml ~/.siriproxy/config.yml Command 14: Time 10:43 siriproxy gencerts Command 15: Time 11:04 siriproxy bundle Command 16: Time 11:23 rvmsudo siriproxy server This command starts your Siri Proxy Server. It should say “Starting SiriProxy on port 443..” Setting up the iPhone 4S First you need to grab the certificate we generated in Command 14 above, and install it on your iPhone 4S. You can use Dropbox or Email to transfer this to your iPhone 4S. See the video at 11:40 for more details on this. The certificate is located at ~/.siriproxy/ca.pem so you will have to view hidden files in order to see this file. Once the certificate is on your iPhone, select install as shown at 12:44 in the video tutorial. In your iPhone 4S’s WiFi Settings, select the blue arrow icon next to your active WiFi connection. Remember, you must be connected to the same local network as the Siri Proxy running on your computer. Tap on the DNS section, and edit the DNS entry to point to the IP address of your Siri Proxy server. See the video at 12:59 for more details. Test Siri by saying “Test Siri Proxy”. Siri should respond with: “Siri Proxy is up and running!” Siri Proxy Server How To’s How To Make Your Own Siri Proxy Server Install on your phone Install Proxy plugins How To Get Siri Authentication Keys