vim – Copy all the lines to clipboard – Stack Overflow
Is there any way to copy all lines from open file to clipboard in VI editor. I tried yG but it’s not using clipboard to
Copy SSH key to clipboard | DigitalOcean
Hello, I created an SSH key so that I can add it to Github. I am trying to copy the contents of /.ssh/id_rsa.pub to the
Adding an existing project to GitHub using the command line – GitHub Docs
git init -b main Source: Adding an existing project to GitHub using the command line – GitHub Docs
How-to Deploy to GitHub using command line git
…or create a new repository on the command line echo “# passwd” >> README.md git init git add README.md git commit -m “first commit” git
unix – ssh-copy-id no identities found error – Stack Overflow
Source: unix – ssh-copy-id no identities found error – Stack Overflow
Ssh-keygen is a tool for creating new authentication key pairs for SSH. This is a tutorial on its use, and covers several special use cases.
Ssh-keygen is a tool for creating new authentication key pairs for SSH. This is a tutorial on its use, and covers several special use cases.
linux – permission denied on authorized_key file – Super User
Source: linux – permission denied on authorized_key file – Super User
How can I indicate the Git username and password in Capistrano’s deploy.rb?
Source: How can I indicate the Git username and password in Capistrano’s deploy.rb?
Deploy Ruby On Rails to Ubuntu 20.04 Focal Fossa (2021 Update) | GoRails
A guide to setting up a Ruby on Rails production environment on Ubuntu 20.04 Focal Fossa with Git, MySQL, PostgreSQL, and Capistrano Source: Deploy Ruby
How to Write Rails Forms | Learn to Code in Boston with Launch Academy
Launch Academy’s knowledge base for learning to code. Source: How to Write Rails Forms | Learn to Code in Boston with Launch Academy
Rails Local Development over HTTPS using a Self-Signed SSL Certificate | Tandem
last updated August 29, 2017 I found myself in a peculiar situation recently. I was integrating a Single Sign On workflow with Google as the
17 Practical psql Commands That You Don’t Want To Miss
In this tutorial, you will get a list of the most commonly used psql commands that help you interact with the PostgreSQL database server more
cloud9 – Upgraded Rails to 6, getting Blocked host Error – Stack Overflow
Source: cloud9 – Upgraded Rails to 6, getting Blocked host Error – Stack Overflow
Git cheat sheets bundle – light/dark/cobolt2/fairy floss variation combo
Save time with these simple, clean Git cheat sheets so you can get back to solving problems or making cool things.This cheat sheet bundle comes
Rails ActiveRecord data types / Michael Lee
The ActiveRecord data types available in Rails 5. Source: Rails ActiveRecord data types / Michael Lee
ruby on rails – How to migrate from SQLite3 to PostgreSQL – Stack Overflow
sequel -C sqlite://db/development.sqlite3 postgres://user:password@localhost/dbname Source: ruby on rails – How to migrate from SQLite3 to PostgreSQL – Stack Overflow
Getting Started on Heroku with Rails 6.x | Heroku Dev Center
Creating, configuring, deploying and scaling Rails 6.x applications on Heroku, using Bundler dependency management. Source: Getting Started on Heroku with Rails 6.x | Heroku Dev
ruby on rails – heroku: Gemfile.lock is required issue – Stack Overflow
I have the following issue:I’m trying to deploy my project on heroku but after i rungit push heroku masterI get the following:git push heroku master
bundler – How can I resolve “Your bundle only supports platforms [“x86-mingw32”] but your local platforms are [“ruby”, “x86_64-linux”]” – Stack Overflow
bundle lock –add-platform rubybundle lock –add-platform x86_64-linux Source: bundler – How can I resolve “Your bundle only supports platforms [“x86-mingw32”] but your local platforms are
How to migrate from SQLite3 to PostgreSQL
I have a Rails application, created initially using SQLite3. Now I have a need to move it to PostgreSQL with all the data. I tried
Install RVM in macOS (step by step) | by Pagorn Phusaisakul | Medium
Actually, I am waiting for my workmate. He chatted back after I just start a blog. Sorry man, but I can’t stop writing 😛 Source:
Ruby on Rails: Switch From sqlite3 to Postgres
Have you built a Rails application on top of the default sqlite3 database and now want to deploy it to Heroku? Well I hate to