Monday, May 25, 2020

Download file using Curl

To download a file from URL, just use the command below


Example above showing how to download file from URL and using the same file name from the download source. If you want to specify your own file name, you can use -o option.


To download file with redirect



Monday, May 18, 2020

Windows Update Error 0x80200054

According to this link, 0x80200054 means the download did not complete within the maximum download time. And due to the size of the download, you could probably stuck on this update. One way to solve this is to download the update directly from Microsoft and apply the update after you download.

As you can see from the screenshot below, The update complaint about not able to install KB4550947 update due to 0x80200054 error.


With the KB info, we can go to this link and do a search using the KB number. You should see the page below and you can just click on the link with the correct OS to download the update package. Once download, apply the update and this update should be able to go through.