Skip to content

Instantly share code, notes, and snippets.

View 3h5a9's full-sized avatar
🎯
Focusing

3h5a9 3h5a9

🎯
Focusing
View GitHub Profile
@3h5a9
3h5a9 / elos-pgsql.txt
Last active August 27, 2021 08:40
Install PostgreSQL latest version on Elementary OS
Install
------------------
sudo apt-get install curl ca-certificates gnupg && curl https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -
sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt/ bionic-pgdg main" > /etc/apt/sources.list.d/pgdg.list'
sudo apt update && sudo apt-get install postgresql-12
Create a new user
@3h5a9
3h5a9 / rip
Created August 29, 2021 06:40
rails installation process with warning
nginit@smehsan:~/wip/rails$ rails new myapp -d postgresql
create
create README.md
create Rakefile
create .ruby-version
create config.ru
create .gitignore
create .gitattributes
create Gemfile
run git init from "."