Curated list of episodes, bundled to help you on your learning path!
Videos of tech, infrastructure, hardware and software which non-instructional by nature.
Articles around software and tutorials.
Show your love and support while looking fancy.
Got a question or want to chat about a topic? Let's talk!
A simpler way to get the public key on to the server:
ssh-copy-id www.example.com
Assuming your local and remote usernames are the same. If not, prepend the username and an at sign before the hostname, just like any other ssh command.
The utility is available in Homebrew for Mac OS:
brew install ssh-copy-id
If you're looking to not run the deployment as root / a passwordless sudoer, have a look at these playbooks: https://github.com/thredded/thredded-ansible
I built them to deploy a Rails app with Thredded but it should work for any Rails app.
A simpler way to get the public key on to the server:
Assuming your local and remote usernames are the same. If not, prepend the username and an at sign before the hostname, just like any other ssh command.
The utility is available in Homebrew for Mac OS:
If you're looking to not run the deployment as root / a passwordless sudoer, have a look at these playbooks: https://github.com/thredded/thredded-ansible
I built them to deploy a Rails app with Thredded but it should work for any Rails app.