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 …
Category: Installation
Installation of Apps
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?
RVM: Ruby Version Manager – Installing RVM
Source: RVM: Ruby Version Manager – Installing RVM
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
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
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
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
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
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
Recent Comments