Generate ssh key pair:
ssh-keygen -t rsa -b 4096 -C "your_email@example.com"
To copy to clipboard you might use xclip:
> sudo apt-get install xclip
| .step { | |
| position: relative; | |
| transition: linear 200ms opacity; | |
| opacity: 1; | |
| animation-duration: 200ms; | |
| } | |
| .step.left, |
| " Install vim plug with | |
| " | |
| " curl -fLo ~/.vim/autoload/plug.vim --create-dirs \ | |
| " https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim | |
| " | |
| " Specify a directory for plugins | |
| " - For Neovim: ~/.local/share/nvim/plugged | |
| " - Avoid using standard Vim directory names like 'plugin'" | |
| " | |
| " At your ~/.vimrc file type |
Generate ssh key pair:
ssh-keygen -t rsa -b 4096 -C "your_email@example.com"
To copy to clipboard you might use xclip:
> sudo apt-get install xclip
| alias Vento.Partners.SponsorType | |
| alias Vento.Repo | |
| # The NaiveDateTime is recognized by ecto for date related types | |
| now = | |
| NaiveDateTime.utc_now() | |
| |> NaiveDateTime.truncate(:second) | |
| # Define record structure with :inserted_at and :updated_at fields | |
| records = |
| # Stop any hanging services, | |
| # then run the task with docker-compose: | |
| # | |
| # > sudo service postgresql stop | |
| # > sudo docker-compose up -d | |
| version: '3' | |
| services: | |
| db: | |
| restart: unless-stopped |