find file doublettes with fdupes
Deletes automatically:
Deletes automatically:
Start Visual Studio himself (NOT Visual Studio Installer!). The go to Extras >>> Extensions and Updates >>> Updates and do the updates from here.
You did download the incredible MicrosoftEdgeEnterpriseX64.msi but it did return an error? First check C:\Users\All Users\Microsoft\EdgeUpdate\Log\MicrosoftEdgeUpdate.log. Maybe you will find something like ‘your organizations group policies prevent this’ or ‘Update check not needed at this time’. Now run Edge and go to edge://policy. It will show you some ‘Microsoft EdgeUpdate Policies’ which you did never […]
Here for the german language:
You have to upload your data using curls -d argument. Avoid to construct ad data structure object as a string variable, it’s pita. You will definitely cry abt character encoding. Instead build a well prepared file and use the -d @$FILE parameter. Transfer your data between your scripts base64 encoded. Remove these characters: ” < […]
Use jq and especially jo for string and parameter creation. Handle special-character-problems ( ‘ % $ and million others ) by url encoding your strings directly at the source. chatgpt api natively speaks urlencode. I’ve tried base64, but the chatbot mentions in his answer that he/she was fed with base64 encoded stuff. To encode use […]
You must be logged in to post a comment.