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
Vanity Fair | |
Skip to content | |
SUBSCRIBE | |
TRENDINGSECTIONSPHOTOSVIDEOBLOGSMAGAZINEPromotionsTWEET @VANITYFAIRVANITY FAIR IPAD APP | |
Jennifer Lopez | |
Best-Dressed List | |
Oscar Party Photos | |
Hollywood | |
Business | |
Politics |
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
661-113-7414 |
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
QUEUE=* rake RAILS_ENV=kevinsbox resque:work --trace | |
** Invoke resque:work (first_time) | |
** Invoke resque:setup (first_time) | |
** Invoke environment (first_time) | |
** Execute environment | |
** Execute resque:setup | |
** Execute resque:work | |
rake aborted! | |
undefined method `get' for nil:NilClass | |
/home/chasetoys/.rvm/gems/ruby-1.8.7-p352/gems/activesupport-2.3.11/lib/active_support/whiny_nil.rb:52:in `method_missing' |
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
1 <VirtualHost *:8282> | |
2 ServerName 12.35.65.78 | |
3 DocumentRoot /var/www/app/current/config/resque-web/public | |
4 RackEnv kevinsbox | |
5 <Directory /var/www/app/current/config/resque-web/public> | |
6 Allow from all | |
7 Options -MultiViews | |
8 </Directory> | |
9 </VirtualHost> |
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
1 <VirtualHost *:81> | |
2 ServerName 12.34.56.78 | |
3 DocumentRoot /var/www/my-app/current/config/resque-web/public | |
4 RackEnv kevinsbox | |
5 </VirtualHost> |
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
ubuntu /etc/apache2/sites-available: apachectl -S | |
apache2: Could not reliably determine the server's fully qualified domain name, using 12.34.56.67 for ServerName | |
VirtualHost configuration: | |
wildcard NameVirtualHosts and _default_ servers: | |
*:81 12.34.56.67(/etc/apache2/sites-enabled/resque-web:1) | |
*:80 is a NameVirtualHost | |
default server 12.34.56.67 (/etc/apache2/sites-enabled/app.conf:3) | |
port 80 namevhost 12.34.56.67 (/etc/apache2/sites-enabled/app.conf:3) | |
Syntax OK |
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
gem install -V --backtrace --debug fastercsv | |
Exception `NameError' at /home/david/.rvm/rubies/ruby-1.8.7-p334/lib/ruby/site_ruby/1.8/rubygems/command_manager.rb:163 - uninitialized constant Gem::Commands::InstallCommand | |
Exception `LoadError' at /home/david/.rvm/rubies/ruby-1.8.7-p334/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36 - no such file to load -- psych | |
Exception `LoadError' at /home/david/.rvm/rubies/ruby-1.8.7-p334/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:61 - no such file to load -- psych | |
Exception `Gem::LoadError' at /home/david/.rvm/rubies/ruby-1.8.7-p334/lib/ruby/site_ruby/1.8/rubygems.rb:900 - Could not find RubyGem sources (> 0.0.1) | |
^Z | |
[1]+ Stopped gem install -V --backtrace --debug fastercsv |
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
LilArooni ~/workspace/craigslist-autoresponder: sshkev | |
OpenSSH_5.8p1 Debian-7ubuntu1, OpenSSL 1.0.0e 6 Sep 2011 | |
debug1: Reading configuration data /etc/ssh/ssh_config | |
debug1: Applying options for * | |
debug1: Connecting to ip [ip] port 22222. | |
debug1: Connection established. | |
debug1: identity file /home/david/.ssh/id_rsa type 1 | |
debug1: Checking blacklist file /usr/share/ssh/blacklist.RSA-4096 | |
debug1: Checking blacklist file /etc/ssh/blacklist.RSA-4096 | |
debug1: identity file /home/david/.ssh/id_rsa-cert type -1 |
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
LilArooni ~/workspace/craigslist-autoresponder: ssh -p 22222 chasetoys@IP -vvv | |
OpenSSH_5.8p1 Debian-7ubuntu1, OpenSSL 1.0.0e 6 Sep 2011 | |
debug1: Reading configuration data /etc/ssh/ssh_config | |
debug1: Applying options for * | |
debug2: ssh_connect: needpriv 0 | |
debug1: Connecting to ip] port 22222. | |
debug1: Connection established. | |
debug3: Incorrect RSA1 identifier | |
debug3: Could not load "/home/david/.ssh/id_rsa" as a RSA1 public key | |
debug2: key_type_from_name: unknown key type '-----BEGIN' |
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
LilArooni ~/.ssh: ssh -p 22 chasetoys@ip -vvv | |
OpenSSH_5.8p1 Debian-7ubuntu1, OpenSSL 1.0.0e 6 Sep 2011 | |
debug1: Reading configuration data /etc/ssh/ssh_config | |
debug1: Applying options for * | |
debug2: ssh_connect: needpriv 0 | |
debug1: Connecting to IPADDRESS [IPADDRESS] port 22. | |
debug1: Connection established. | |
debug3: Incorrect RSA1 identifier | |
debug3: Could not load "/home/david/.ssh/id_rsa" as a RSA1 public key |