Hi,
if you were faced with this error when you try to change the timezone on a Windows Server 2022/2025…
Hi,
if you were faced with this error when you try to change the timezone on a Windows Server 2022/2025…
Hi,
on newer debian/ubuntu system the “apt-key” (/etc/apt/trusted.gpg.d and /etc/apt/gpgtrusted.gpg) should no longer be used because in newer debian versions and is marked as insecure because a (correct) signed package is accepted from all respositories and should only be accepted from the original publisher.
Continue reading Debian: apt error NO_PUBKEY
Hi,
this post describes if something went wrong and you want to delete the last n commits on gitlab.
Continue reading Git: Delete last x commits on github/gitlab
Hi,
when you try to open the Remote Desktop Gateway Management Console and you get the following error:
The Remote Desktop resouce authorization policies (RD RAPs) cannot not be read. This problem might be due to a corrupted store for the RD RAP.
The Microsoft-Windows-TerminalServices-Gateway/Operational log contains errors with EventID 642:
The RD Gateway server cannot open the resource authorization policy store on Authorization Manager (Azman). The following error occurred: “11”.
Continue reading Windows Remote Desktop Gateway: Resouce authorization policy store is corrupt
Hi,
Invoke-RestMethod or Invoke-WebRequest uses by default TLS 1.0. This protocal is outdated and would be not accepted by the most Webservers anymore.
Usually this results in the following error message:
The underlying connection was closed: An unexpected error occurred on a receive.