Categoria Dicas Rápida

Apache Indexes Style Sheet

Apaxy CSS é uma folha de estilo personalizada para ser utilizado no Indexes do Apache.

Ler mais

Desabilitar firewall via prompt de comando ou remotamente

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

 

Adicionar usuário no windows via Net User e adcionar ao grupo

Adicionando e editando usuários com net user do windows

Ler mais

Habilitar área de trabalho remota via Prompt de Comando

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

2003 Server Iso Download Oficial

Links oficiais para download do Windows 2003 Server Oficial

 

Ler mais

Resetar cache Windows Update

Como resetar o cache do Windows Update

Ler mais

Erro OpenVPN Mikrotik Servidor

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>