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

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 […]

0 Comments

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

0 Comments

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 branch -M main git remote add origin git@github.com:ubuntu-deploy/passwd.git git push -u origin main …or push an existing repository from the command line git remote add origin git@github.com:ubuntu-deploy/passwd.git git branch -M […]

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

linux – permission denied on authorized_key file – Super User

Source: linux – permission denied on authorized_key file – Super User

0 Comments

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 On Rails to Ubuntu 20.04 Focal Fossa (2021 Update) | GoRails

0 Comments

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 effectively. Source: 17 Practical psql Commands That You Don’t Want To Miss