Windows
-
Fun and games with carriage returns in bash scripts
Recently, I was trying to run a bash script in my Windows terminal, and ran into an error I haven’t seen for quite some time: ./deploy.sh: line 5: $’\r’: command not found./deploy.sh: line 9: $’\r’: command not found./deploy.sh: line 15: $’\r’: command not found./deploy.sh: line 19: $’\r’: command not found./deploy.sh: line 21: $’\r’: command not… Continue reading
-
Connecting Windows 10 to a fixed IP address outside of your network range
I’m working on a workshop for Scala days (Join us if you can! ) that includes setting up an Akka cluster on a set of three Raspberry Pis. The workshop organizers have very kindly shared a pre-built image with me, which will save me a TON of time, but also comes with a minor problem — the… Continue reading
-
The ultimate guide to setting up the Azure CLI on Windows
The Azure Command line interface (CLI) is a great way to leverage the power of Azure from the command line, on Mac, Linux and Windows. But to realize even more potential it’s best to run the CLI in an environment that accesses Linux command line tools like grep, awk and sed. On windows, that means… Continue reading