02 Lis
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 modification will help you. In HKLM\System\CCS\Services\SSTPSvc\Parameters create a new DWORD (32-bit) named NoCertRevocationCheck with a value of 1.The provided solution should be implemented only for the necessary period!
Posted in Bezpečnost, Linux by: admin
No Comments
21 Kvě
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 Start-Sleep 5 cd „C:\Program Files\TeamViewer“ .\TeamViewer.exe
Posted in Scriptíky by: admin
No Comments
16 Říj
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 message: 0x800CCC1A and postfix writes in the log: Oct 16 18:21:39 mail postfix/submission/smtpd[719912]: connect from my.private.ip.[xxx.xxx.xxx.xxx] Oct 16 18:21:39 mail postfix/submission/smtpd[719912]: SSL_accept error […]
Posted in Bezpečnost, Debian, Linux, Mail by: admin
2 Comments
29 Srp
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 Vulnerability Manager service is not responding. This could be due to system maintenance. Please try again later, check the system […]
Posted in Bezpečnost, Debian, Kernel, Linux, Ubuntu, virtualizace by: admin
No Comments
02 Čvc
Posted in Hardware, Scriptíky by: admin
No Comments
07 Čvn
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! Proceed with the update? (Y|N): y Checking for firmware update… – Intel SSD DC P4600 Series PHLE729000X14P0KGN – Status : The selected drive contains current firmware as […]
Posted in Hardware, Linux, Scriptíky, virtualizace by: admin
No Comments
02 Čvn
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 pve1 pve-ha-lrm[2050]: unable to write lrm status file – unable to delete old temp file: Input/output error Fix the cluster filesystem: # systemctl stop pve-cluster # rm […]
Posted in Debian, Distribuce, Hardware, Linux, Scriptíky, virtualizace by: admin
No Comments
25 Kvě
Simple … Isn’t It?? Get-AppxPackage -name “Microsoft.Office.Desktop” | Remove-AppxPackage Get-AppxPackage *officehub* | Remove-AppxPackage
Posted in Office, Scriptíky, Windows by: admin
No Comments
25 Kvě
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
Posted in Debian, Hardware, Linux, Scriptíky by: admin
No Comments
12 Kvě
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 is protected by a password and can then be transported without any risk. On a Windows, open this .p12 file and follow the instructions provided.
Posted in Linux, Scriptíky, Windows by: admin
No Comments