Apaxy CSS é uma folha de estilo personalizada para ser utilizado no Indexes do Apache.
Para habilitar o firewall execute o seguinte comando.
netsh advfirewall set currentprofile state on
Para desabilitar o firewall do windows execute o seguinte comando.
netsh advfirewall set currentprofile state off
Para executar o comando remotamente via psexec use o seguinte comando.
psexec \\192.168.200.xxx netsh advfirewall set currentprofile state off
Adicionando e editando usuários com net user do windows
Execute remotamente via psexec a seguinte linha de afim de habilitar conexão de área de trabalho.
reg add “HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server” /v fDenyTSConnections /t REG_DWORD /d 0 /f
Ao receber o seguinte erro ao tentar se conectar com serivdor openvpn em um mikrotik router board.
OpenSSL: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure mikrotik
Bastas adcionar a seguinte linha
” tls-cipher DEFAULT ”
From
https://forum.mikrotik.com/viewtopic.php?t=93663#p545794
Addind tls-cipher DEFAULT solved the problem to me but in the log I’ve found this message>
Você precisa fazer login para comentar.