0 Comments

Deploying a Ruby app with Passenger to production – Passenger Library

Source: Deploying a Ruby app with Passenger to production – Passenger Library

0 Comments

Deploying a Ruby app on a Linux/Unix production server with Passenger open source in Standalone mode (part 2) – Passenger + Ruby deployment tutorial – Passenger Library

Source: Deploying a Ruby app on a Linux/Unix production server with Passenger open source in Standalone mode (part 2) – Passenger + Ruby deployment tutorial – Passenger Library

0 Comments

Configuration reference – Nginx – Passenger Library

Source: Configuration reference – Nginx – Passenger Library

0 Comments

Configuring Rails Applications — Ruby on Rails Guides

Configuring Rails ApplicationsThis guide covers the configuration and initialization features available to Rails applications.After reading this guide, you will know: How to adjust the behavior of your Rails applications. How to add additional code to be run at application start time. Source: Configuring Rails Applications — Ruby on Rails Guides

0 Comments

Tutorial: Deploy a Rails app using Capistrano | RubyMine

Source: Tutorial: Deploy a Rails app using Capistrano | RubyMine

0 Comments

Export an Entire SQLite Database to an SQL File | Database.Guide

Source: Export an Entire SQLite Database to an SQL File | Database.Guide

0 Comments

Create and drop roles in PostgreSQL –

Source: Create and drop roles in PostgreSQL –

0 Comments

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. Source: 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.

0 Comments

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 store those lines. So is it possible? Source: vim – Copy all the lines to clipboard – Stack Overflow

0 Comments

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 clipboard but I am getting errors in both PuTTY and the browser console. I tried installing xclip but that did not work. Any sugges Source: Copy SSH key to clipboard […]