There are several ways to check swap space in Linux.
- The free command with the -h tag shows the total, available, and used swap space in a human-readable format.
free -h| defaults: &defaults | |
| docker: | |
| - image: circleci/node:12.14 | |
| working_directory: ~/tmp/circleci-now | |
| version: 2 | |
| jobs: | |
| checkout: | |
| <<: *defaults | |
| steps: |
Let's assume you are using Go Modules and have a go.mod file that contains multiple private repos each with a different ssh key. How can you get go mod download to do the right thing -- i.e. use ssh key A with private repo A and ssh key B with private repo B?
Ok, here we go!
Let's assume you have some github.com user with multiple private repos:
https://github.com/someuser/private-repo-1
(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.
#Mac OS X
| * Review this article and add new steps as needed: http://blog.therubymug.com/blog/2010/05/20/the-install-osx.html |