HowTo: Import a PEM certificate and PEM private key into the Windows key store
Create a PKCS12 file containing the certificate and its private key: $ openssl pkcs12 -export -in MyCertficate.crt -inkey MyPrivateKey.pem -out CertificateForImportInWindows.p12 The .p12 generated file...
View ArticleHowTo: Old Debian & error while loading shared libraries: libstdc++.so.6:...
Problem: #./hpsetup ./hpsetup: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory Quick Fix: # apt-get install lib32stdc++6
View ArticleHowto: Remove Microsoft Office from your windows computer with PowerShell
Simple … Isn’t It?? Get-AppxPackage -name “Microsoft.Office.Desktop” | Remove-AppxPackage Get-AppxPackage *officehub* | Remove-AppxPackage
View ArticleProxmox – Could not login to web interface and read only directory /etc/pve
May 29 02:06:55 pve1 pvestatd[1931]: authkey rotation error: cfs-lock 'authkey' error: got lock request timeout May 29 02:06:55 pve1 pvestatd[1931]: status update time (9.120 seconds) May 29 02:06:56...
View ArticleHowTo: Upgrade Intel NVMe P4600 SSD firmware in ESXi 7
Download and install Intel® Memory and Storage Tool CLI Solidigm Storage Tool CLI (SST) [root@vmware:~] /opt/solidigm/sst/sst load -ssd 0 WARNING! You have selected to update the drives firmware!...
View ArticleGreenbone Enterprise TRIAL – Login problem
With Greenbone Enterprise TRIAL, as well as Greenbone Community Edition (GCE), I ran into a problem where I could not log into the web interface after several tests. I just get a message: The Greenbone...
View ArticleKB5018410 = Outlook error 0x800CCC1A & Postfix SSL_accept:error
After installing the October update (KB5018410), customers started reporting to us that they were unable to send mail from Outlook using SMTP TLS (port 587). The email client only displays the error...
View ArticleSwitch TeamViewer to the old interface
From PowerShell, run the following commands as administrator: Set-ItemProperty -Path “HKCU:\Software\Teamviewer” -Name ‘UIVersion’ -Value 2 -Type DWORD –Force Stop-Process -Name "TeamViewer*" -Force...
View ArticleThe revocation function was unable to check revocation because the revocation...
Translated humorously into Czech as Funkce zrušení nemohla zkontrolovat zrušení, protože server pro zrušení byl offline. If the issue is with the certification authority, the following registry...
View Article