You are here |
pen.so | ||
| | | |
www.outcoldman.com
|
|
| | | | Let me start by letting you know, I love my Macbook Pro 13" M1! This laptop just finally adds the final touches of what I always expected from laptops: perfect battery life, silence, and no overheat (summer will tell, I guess, last year I had many problems with MBP 16 2019). Today I wanted to share some configurations I make and applications I use. And since I have changed a few things since I transitioned to Apple Silicon, I hope you might find this helpful. If you are still deciding which Mac you want to buy, I would recommend looking at whichmacshouldibuy.com (that is my site as well with some collaboration). | |
| | | |
btxx.org
|
|
| | | | ||
| | | |
mozzy.dev
|
|
| | | | A quick look at how to set up ASP.NET on a Mac. | |
| | | |
willhaley.com
|
|
| | Clone concourse-docker locally on Ubuntu. git clone https://github.com/concourse/concourse-docker Change to the concourse-docker directory. cd concourse-docker Generate keys for your local linux Concourse environment. ./generate-keys.sh Run Concourse. If you see an error regarding Version in "./docker-compose.yml" is unsupported then edit docker-compose.yml and change the version to 2, or whatever is appropriate for your docker-compose version installed. Note that I am using the real IP address for my machine. This is necessary. Also, note the credentials being set here. |