0 Comments

Today I’d like to share the steps I take when I need to convert a PostgreSQL database into a SQLite database. Commonly I have to do this when …

0 Comments

How to backup/restore Rails db with Postgres?

I do the following on my server: pg_dump -O -c register_production > register.sql Then, after copying register.sql to my local environment, I try: psql register_development < register.sql Source: How to backup/restore Rails db with Postgres?

0 Comments

RVM: Ruby Version Manager – Installing RVM

Source: RVM: Ruby Version Manager – Installing RVM

0 Comments

Installing Passenger + Nginx on Ubuntu 18.04 LTS (with APT) on a Linux/Unix production server (part 2) – deployment walkthrough with Ruby, Passenger, Nginx, Ubuntu 18.04 LTS (with APT) and Linux/Unix – Passenger Library

sudo /usr/sbin/passenger-memory-stats Source: Installing Passenger + Nginx on Ubuntu 18.04 LTS (with APT) on a Linux/Unix production server (part 2) – deployment walkthrough with Ruby, Passenger, Nginx, Ubuntu 18.04 LTS (with APT) and Linux/Unix – Passenger Library

0 Comments

Installing Passenger + Apache on Ubuntu 18.04 LTS (with APT) on an AWS production server (part 2) – deployment walkthrough with Ruby, Passenger, Apache, Ubuntu 18.04 LTS (with APT) and AWS – Passenger Library

sudo /usr/sbin/passenger-memory-stats Source: Installing Passenger + Apache on Ubuntu 18.04 LTS (with APT) on an AWS production server (part 2) – deployment walkthrough with Ruby, Passenger, Apache, Ubuntu 18.04 LTS (with APT) and AWS – Passenger Library

0 Comments

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 [“ruby”, “x86_64-linux”]” – Stack Overflow

0 Comments

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: Install RVM in macOS (step by step) | by Pagorn Phusaisakul | Medium

0 Comments

Install WSL on Windows 10 | Microsoft Docs

Learn how to install Linux distributions on your Windows 10 machine, with a Bash terminal, including Ubuntu, Debian, SUSE, Kali, Fedora, Pengwin, and Alpine. Source: Install WSL on Windows 10 | Microsoft Docs

0 Comments

PostgreSQL Tutorials, Resources and Training | EDB

PostgreSQL High availability – ha, Backup and recovery, Automatic failover, PostgreSQL Extensions, and resources on being successful with Postgres. Source: PostgreSQL Tutorials, Resources and Training | EDB

0 Comments

Forum: Install Ruby 3.0.2 on Windows

Install Ruby 3.0.2 on Windows 10