0 Comments

Listing Databases and Tables in PostgreSQL Using psql

Postgres comes with a powerful command line tool called psql. In this tutorial, read about how you can use psql to list databases and tables in PostgreSQL. Source: Listing Databases and Tables in PostgreSQL Using psql

0 Comments

4.5. Populating the Database with seeds.rb

Source: 4.5. Populating the Database with seeds.rb

0 Comments

Configuration reference – Apache – Passenger Library

Source: Configuration reference – Apache – Passenger Library

0 Comments

a2enmod command not found in apache server using cpanel in linux vps – Stack Overflow

sudo a2enmod wsgi Source: a2enmod command not found in apache server using cpanel in linux vps – Stack Overflow

0 Comments

git – Could not open a connection to your authentication agent – Stack Overflow

ssh-add Source: git – Could not open a connection to your authentication agent – Stack Overflow

0 Comments

Configure Database Connection Using Environment Variable In Rails – OSTechNix

=”Database_User_Password”‘ >> ~/.bashrc Source: Configure Database Connection Using Environment Variable In Rails – OSTechNix

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

Remove git files, directories in .gitignore from a remote repository | ComputingForGeeks

When you edit the .gitignore file, the rules added only apply to the untracked files. For the files already committed to a remote git repository, you’ll need Source: Remove git files, directories in .gitignore from a remote repository | ComputingForGeeks

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

How to remove remote origin from a Git repository – Stack Overflow

Source: How to remove remote origin from a Git repository – Stack Overflow