Quantcast
Channel: SnowCrash » SSH
Browsing all 11 articles
Browse latest View live

Automatic Post Tagger

Not quite as awesome as an automatic post categoriser but still pretty handy: http://wordpress.org/extend/plugins/automatic-post-tagger/  

View Article



Coda 1.7.5 beach ball of death

I recently had to use a backup Mac and found my favourite SSH tool, Coda (which comes with built-in SSH connections), was crashing when connecting to remote sites. The solution was amazingly simple....

View Article

SSH without a password to DreamHost

Steps: 1. copy your key to DreamHost scp ~/.ssh/id_rsa.pub user@host:~/mykey.pub 2. add it to the authorized_keys file cat mykey.pub >> .ssh/authorized_keys If you have any problems, make sure...

View Article

Capistrano

Is awesome.  1. check you’ve got an up-to-date version of Ruby Gems (i.e. >=1.3.x), e.g. gem -v 2. install gem install capistrano 3. create your Capfile desc “List files on server” task :ls, :hosts...

View Article

Capistrano

Is awesome. 1. check you've got an up-to-date version of Ruby Gems (i.e. >=1.3.x), e.g. gem -v 2. install gem install capistrano 3. create your Capfile desc “List files on server” task :ls, :hosts...

View Article


Capistrano

Is awesome.  1. check you’ve got an up-to-date version of Ruby Gems (i.e. >=1.3.x), e.g. gem -v 2. install gem install capistrano Capistrano requirements - you must:  - use SSH to connect to your...

View Article

key_read: type mismatch: encoding error

Validate your ssh key with: ssh-keygen -B -f ~/.ssh/id_rsa.pub http://stackoverflow.com/questions/6795379/git-key-from-blob-and-key-read-error...

View Article

Using Capistrano to deploy your Rails app

1. if you haven’t got Rails installed locally then do it now.  As of this blog post Rails 4, which you should be using, is pre-release so:  gem install rails –pre but drop the –pre when Rails 4 is no...

View Article


Using Capistrano to deploy your Rails app

1. if you haven’t got Rails installed locally then do it now.  As of this blog post Rails 4, which you should be using, is pre-release so:  gem install rails –pre but drop the –pre when Rails 4 is no...

View Article


ssh-add

adds / lists RSA identities to the authentication agent. e.g.  ssh-add -L will list the public key parameters of all identities currently represented by the target. http://linux.die.net/man/1/ssh-add

View Article

Debugging ‘git fetch’ on Windows 7

Assuming you’re using PowerShell: 1. Set GIT_TRACE=1 $env:GIT_TRACE = 1 NOTE: for more debug info use: GIT_CURL_VERBOSE=1 2. Check this is set by viewing the environment variable (use %% for cmd – see...

View Article
Browsing all 11 articles
Browse latest View live




Latest Images