Continue to a download a file after it has been interrupted with CURL: From the man page: -L, --location: (HTTP) If the server reports that the requested page has moved to a different location (indicated with a Location: header and a 3XX response code),… more »
Categories: "Computer Languages"
Using Brew install all the major version of Java All without having to restart the shell! The more observant of you will notice I used the keyword global. This sets to the default version. You can also use the keyword local which fixes the java version… more »
Like creating sockets in Unix 'C', creating Visual Studio Code Start Debugging configurations are much the same; you have to do loads of reading to pick the options you want then you spend your entire career cutting and pasting it into every project you… more »
Got this message a while back and it took a lot of looking to find the answer, so here it is! This assumes you have transferred over your existing keys and all the permissions etc are set up correctly. more »
This is one of those annoying little problems I've had for a while and not been able to solve. I've used this construct in a couple of places and now I found I need it again. So I thought I'd find out how to do it right. Here's the setup if you want to… more »