Edit file /etc/fail2ban/action.d/iptables-ipset-proto4.conf
add/change maxelem parameter:Save file, than restart Fail2Ban service. To check applied parameter execute
# ipset -L | grep "Header"
Edit file /etc/fail2ban/action.d/iptables-ipset-proto4.conf
add/change maxelem parameter:Get-PSRepository
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
Install-PackageProvider -Name NuGet -MinimumVersion 2.8.5.201 -Force
Register-PSRepository -Default -InstallationPolicy Trusted
Добавить новый сертификат в Personal Store LocalMachine
Находим отпечаток нового сертификата
Get-Childitem Cert:\LocalMachine\My
выполняем
wmic /namespace:\\root\CIMV2\TerminalServices PATH Win32_TSGeneralSetting Set SSLCertificateSHA1Hash="полученный_отпечаток_нового_сертификата"
проверяем, что всё хорошо
Get-WmiObject -Class "Win32_TSGeneralSetting" -Namespace root\cimv2\terminalservices | select SSLCertificateSHA1Hash
net stop SessionEnv
net start SessionEnv
sp_configure 'show advanced options', 1;
GO
RECONFIGURE;
GO
sp_configure 'Agent XPs', 1;
GO
RECONFIGURE
GO
DECLARE @command varchar(1000) SELECT @command = 'IF ''?'' NOT IN(''master'', ''model'', ''msdb'', ''tempdb'', ''distribution'') BEGIN USE [?] exec sp_changedbowner ''sa'' END' EXEC sp_MSforeachdb @command
select
(physical_memory_in_use_kb/1024) Physical_Memory_usedby_Sqlserver_MB,
(locked_page_allocations_kb/1024 )Locked_pages_used_Sqlserver_MB,--RAM+ Pagefile
process_physical_memory_low,
process_virtual_memory_low
from sys. dm_os_process_memory