The unauthenticated git protocol on port 9418 is no longer supported

First, this error message is indeed expected on Jan. 11th, 2022. See “Improving Git protocol security on GitHub”. January 11, 2022 Final brownout. This is the full brownout period where we’ll temporarily stop accepting the deprecated key and signature types, ciphers, and MACs, and the unencrypted Git protocol. This will help clients discover any lingering … Read more

What’s the foolproof way to tell which version(s) of .NET are installed on a production Windows Server?

You should open up IE on the server for which you are looking for this info, and go to this site: http://www.hanselman.com/smallestdotnet/ That’s all it takes. The site has a script that looks your browser’s “UserAgent” and figures out what version (if any) of the .NET Framework you have (or don’t have) installed, and displays … Read more

Git: auto pull from repository?

Git has “hooks”, actions that can be executed after other actions. What you seem to be looking for is “post-receive hook”. In the github admin, you can set up a post-receive url that will be hit (with a payload containing data about what was just pushed) everytime somebody pushes to your repo. For what it’s … Read more

Can not deserialize instance of java.lang.String out of START_OBJECT token

You’re mapping this JSON { “id”: 2, “socket”: “0c317829-69bf-43d6-b598-7c0c550635bb”, “type”: “getDashboard”, “data”: { “workstationUuid”: “ddec1caa-a97f-4922-833f-632da07ffc11” }, “reply”: true } that contains an element named data that has a JSON object as its value. You are trying to deserialize the element named workstationUuid from that JSON object into this setter. @JsonProperty(“workstationUuid”) public void setWorkstation(String workstationUUID) { … Read more

Error: “The configuration section ‘system.webServer/management/delegation’ cannot be read because it is missing schema

I had the exact same problem, it turned out I had installed Web Deploy 3.6 on top of 3.5. Remove Web Deploy 3.6 and reinstall 3.5 and see if it solves your issue. You can also try @james-wilkins comment below: “In my case I installed Web Deploy BEFORE installing the management service…”

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)