This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @receive_text = ReceiveText.new(params[:receive_text]) | |
| @receive_text[:body] = params[:receive_text => :body] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| def create | |
| @receive_text = ReceiveText.new | |
| @receive_text.body = params[:Body] | |
| @receive_text.to = params[:To] | |
| @receive_text.from = params[:From] | |
| @user = User.find_by_phone("#{@receive_text.to}") | |
| respond_to do |format| | |
| if @receive_text.save | |
| twilio_sid = "asdf2" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| PERSONAL CELL -> PAID INCOMING -> PAID OUTGOING -> INTERESTED PARTY 1 | |
| PERSONAL CELL -> PAID INCOMING -> PAID OUTGOING -> INTERESTED PARTY 2 | |
| PERSONAL CELL -> PAID INCOMING -> PAID OUTGOING -> INTERESTED PARTY 3 | |
| PERSONAL CELL -> PAID INCOMING -> PAID OUTGOING -> INTERESTED PARTY 4 | |
| PERSONAL CELL -> PAID INCOMING -> PAID OUTGOING -> INTERESTED PARTY 5 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"Countries"=>{"Country"=>[{"Name"=>"China ", "Rank"=>"1", "Total"=>"67", "Gold"=>"39", "Silver"=>"14", "Bronze"=>"14"}, {"Name"=>"United States ", "Rank"=>"2", "Total"=>"72", "Gold"=>"22", "Silver"=>"24", "Bronze"=>"26"}, {"Name"=>"Great Britain ", "Rank"=>"3", "Total"=>"27", "Gold"=>"12", "Silver"=>"7", "Bronze"=>"8"}, {"Name"=>"Australia ", "Rank"=>"4", "Total"=>"33", "Gold"=>"11", "Silver"=>"10", "Bronze"=>"12"}, {"Name"=>"Germany ", "Rank"=>"5", "Total"=>"23", "Gold"=>"9", "Silver"=>"7", "Bronze"=>"7"}]}} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| bash-4.1$ ls -alF | |
| total 28 | |
| drwxr-xr-x. 6 m2215 m2215 4096 Jun 19 11:13 ./ | |
| drwxr-xr-x. 108 root root 4096 Jul 2 13:00 ../ | |
| -rw-------. 1 m2215 m2215 839 Jul 10 11:33 .bash_history | |
| drwxr-xr-x. 2 m2215 m2215 4096 Jan 7 2010 bin/ | |
| drwxr-xr-x. 10 m2215 m2215 4096 Aug 16 2011 mojo/ | |
| drwxr-xr-x. 2 m2215 m2215 4096 Mar 17 2011 .setup_ssh/ | |
| drwx------. 2 m2215 m2215 4096 Jul 10 11:32 .ssh/ | |
| bash-4.1$ ls -alF .ss/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ul 10 11:34:30 lnx-dms01 sshd[21933]: debug1: PAM: initializing for "m2215" | |
| Jul 10 11:34:30 lnx-dms01 sshd[21934]: debug1: userauth-request for user m2215 service ssh-connection method publickey | |
| Jul 10 11:34:30 lnx-dms01 sshd[21933]: debug1: trying public key file /home/frost/m2215/.ssh/authorized_keys | |
| Jul 10 11:34:30 lnx-dms01 sshd[21933]: debug1: trying public key file /home/frost/m2215/.ssh/authorized_keys | |
| Jul 10 11:34:30 lnx-dms01 sshd[21933]: Failed publickey for m2215 from 10.168.40.146 port 53946 ssh2 | |
| Jul 10 11:35:06 lnx-dms01 sshd[21941]: debug1: userauth-request for user m2215 service ssh-connection method none | |
| Jul 10 11:35:06 lnx-dms01 sshd[21940]: debug1: PAM: initializing for "m2215" | |
| Jul 10 11:35:06 lnx-dms01 sshd[21941]: debug1: userauth-request for user m2215 service ssh-connection method publickey | |
| Jul 10 11:35:06 lnx-dms01 sshd[21940]: debug1: trying public key file /home/frost/m2215/.ssh/authorized_keys | |
| Jul 10 11:35:06 lnx-dms01 sshd[21940]: debug1: trying public key file /home/frost/m2215/.ss |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ebug2: we did not send a packet, disable method | |
| debug3: authmethod_lookup publickey | |
| debug3: remaining preferred: keyboard-interactive,password | |
| debug3: authmethod_is_enabled publickey | |
| debug1: Next authentication method: publickey | |
| debug1: Offering RSA public key: /home/remote/.ssh/id_rsa | |
| debug3: send_pubkey_test | |
| debug2: we sent a publickey packet, wait for reply | |
| debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password | |
| debug1: Trying private key: /home/remote/.ssh/id_dsa |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| remote@m2215:~$ ls -l .ssh/ | |
| total 12 | |
| -rw------- 1 remote remote 1679 Jul 10 06:56 id_rsa | |
| -rw-r--r-- 1 remote remote 394 Jul 10 06:56 id_rsa.pub | |
| -rw-r--r-- 1 remote remote 884 Jul 10 07:00 known_hosts |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <movies> | |
| <sports> | |
| <sport>../movies/Sports/0717dv_psu_president_x080a.flv</sport> | |
| <sport>../movies/Sports/0717dv_penn_state_banner_x080a.flv</sport> | |
| <sport>../movies/Sports/0717dv_obama_olympic_bball_x080a.flv</sport> | |
| <sport>../movies/Sports/0716dv_obama_bball_x080a.flv</sport> | |
| <sport>../movies/Sports/0716dv_olympic_black_power_x080a.flv</sport> | |
| <sport>../movies/Sports/0716dv_co_olympic_archers_x080a.flv</sport> | |
| <sport>../movies/Sports/ISL-UK-OLYW-20120717I_x080a.flv</sport> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| E [21/Jul/2012:18:07:20 -0500] [cups-deviced] PID 15175 (brusb_ql570) crashed on signal 11! | |
| W [21/Jul/2012:18:17:29 -0500] failed to CreateProfile: org.freedesktop.ColorManager.AlreadyExists:profile id 'DYMO_LabelWriter_450_Turbo-Gray..' already exists | |
| W [21/Jul/2012:18:17:29 -0500] failed to CreateDevice: org.freedesktop.ColorManager.AlreadyExists:device id 'cups-DYMO_LabelWriter_450_Turbo' already exists | |
| W [21/Jul/2012:18:18:30 -0500] failed to CreateProfile: org.freedesktop.ColorManager.AlreadyExists:profile id 'DYMO_LabelWriter_450_Turbo-Gray..' already exists | |
| W [21/Jul/2012:18:18:30 -0500] failed to CreateDevice: org.freedesktop.ColorManager.AlreadyExists:device id 'cups-DYMO_LabelWriter_450_Turbo' already exists | |
| W [21/Jul/2012:18:18:30 -0500] failed to CreateProfile: org.freedesktop.ColorManager.AlreadyExists:profile id 'DYMO_LabelWriter_450_Turbo-Gray..' already exists | |
| W [21/Jul/2012:18:18:30 -0500] failed to CreateDevice: org.freedesktop.ColorManager.AlreadyExists:device id 'cups-DYMO_LabelWriter_450_ |