Step 1
If any version of postman is installed we need to remove it
sudo rm -rf /opt/PostmanStep 2
| #------------------------------------------------------------------------------ | |
| # AUTOVACUUM PARAMETERS | |
| #------------------------------------------------------------------------------ | |
| #autovacuum = on # Enable autovacuum subprocess? 'on' | |
| # requires track_counts to also be on. | |
| log_autovacuum_min_duration = 0 # -1 disables, 0 logs all actions and | |
| # their durations, > 0 logs only | |
| # actions running at least this number | |
| # of milliseconds. |
Let's say alice is a github.com user, with 2 or more private repositories repoN.
For this example we'll work with just two repositories named repo1 and repo2
https://github.com/alice/repo1
https://github.com/alice/repo2
You need to be to pull from these repositories without entering a passwords probably on a server, or on multiple servers.