Certyfikat dla programu Płatnik
Nowy certyfikat w programie Płatnik
20 marca2023
Certyfikat będzie dostępny pod linkiem http://www.zus.pl/bip/pliki/PE-2-ZUS-EWD.pem
Program Płatnik pozwala na automatyczne pobranie certyfikatu przez opcje: [Przekaz] -> [Ustawienia przekazu elektronicznego] -> [Certyfikaty] -> [Usuń z konfiguracji], a następnie [Pobierz] i [Zapisz].
Aktualizacja certyfikatu jest niezbędna, aby program Płatnik działał poprawnie i komunikował się z systemem informatycznym ZUS.
- Numer SN dotychczasowego certyfikatu: 044b3689676f40ccf0f0d7b56472b77f
- Numer SN nowego certyfikatu: 273e543d5933f8e6331a13d2e24e25e2
Strona internetowa - youcandance.tvp.pl przestała odpowiadać
W dniu dzisiejszym 02.03.2023 TVP.PL padła ofiarą własnej strony internetowej. Zainteresowanie głosowaniem na YOU CAN DANCE było tak duże, że nie pozwalało głosującym na dostanie się do strony. Pokazywało się jedynie białe okno.
Jeżeli ktoś ma chęć oddać głos poniżej przepis ja obstawiam drużynę z Torunia!
„You can dance 2”
How do I find the .NET version
There is an easier way to get the exact version .NET version installed on your machine from a cmd prompt. Just follow the following instructions;
1. Open the command prompt (i.e Windows + R → type "cmd").
2. Type the following command, all on one line:
reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP"
(This will list all the .NET versions.)
3. If you want to check the latest .NET 4 version.
4. Type following instruction, on a single line:
reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\full" /v version
or type the following in the command line: dir /b /ad /o-n %systemroot%\Microsoft.NET\Framework\v?.*
patching SQL Server with Availability Group and Secondary Replica
Make sure you have full backups of your databases.
On the primary replica node, change the failover mode to manual
Refresh the databases and check if MSSQL reports any errors
Apply fix - CU0x service pack Perform an update for all databases until all fixes are uploaded.
After uploading patches and restarting MSSQL, check if the cluster is in good condition. P
erform an update for the Primary server.
After uploading all patches, check if the cluster is in good condition.
If there are no errors, change the switching mode from manual to automatic.