Coloque o conteúdo abaixo dentro de um arquivo .reg Depois importe o arquivo para o registro do windows Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon] “AutoAdminLogon”=”1” “DefaultUserName”=”Dominio\\usuario” “DefaultPassword”=”senha”
Month: November 2019
Oracle – Linux Instalar instantclient
tar -xzvf oci8–2.1.8.tgz cd oci8–2.1.8 phpize ./configure — with-oci8=shared,instantclient,/usr/lib/oracle/12.2/client64/lib make sudo make install This will build and install the oci8 library which will be located (probably) in /usr/lib/php/20170718/oci8.so Now we should edit both these files… /etc/php/7.0/apache2/php.ini /etc/php/7.0/cli/php.ini Enable the oci8 extension by adding the line to each php.ini extension=/usr/lib/php/20170718/oci8.so /etc/apache2/envvars then add the following lines:
Continue reading Oracle – Linux Instalar instantclient
Windows – LongPath KEY
Chave de Registro do widnows para liberar longpath Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem LongPathsEnabled
Python – KIVY Instalação
# Comandos para instalação do KIVY python -m pip install ffpyplayer python -m pip install –upgrade pip wheel setuptools python -m pip install docutils pygments pypiwin32 kivy.deps.sdl2 kivy.deps.glew python -m pip install kivy.deps.gstreamer python -m pip install kivy.deps.angle python -m pip install kivy
AD – Filtros DN
#Filtar usuario por grupo (&(objectClass=organizationalPerson)(|(memberOf=CN=Sistema_GLPI,OU=Sistemas,OU=Pinhais,DC=pinhais,DC=pr,DC=gov,DC=br))) #Filtar Grupo por grupo (&(objectClass=group)(|(memberOf=CN=Sistema_GLPI,OU=Sistemas,OU=Pinhais,DC=pinhais,DC=pr,DC=gov,DC=br)))
Linux – Atulizar Horario de Verão 2019
# zdump -v /usr/share/zoneinfo/America/Sao_Paulo | grep 2019 # apt-get update # apt-get install tzdata # dpkg-reconfigure tzdata yum update tzdata -y by:https://www.linuxnaweb.com/fim-do-horario-de-verao-2019-ajuste/
Linux – Comando para gerar certificado SSL
openssl req -new -newkey rsa:2048 -nodes -keyout pinhais.pr.gov.br.key -out pinhais.pr.gov.br.csr -subj “/C=BR/ST=PARANA/L=PINHAIS/O=MUNICIPIO PINHAIS/OU=TI/CN=pinhais.pr.gov.br” cat /root/certificados/pinhais.pr.gov.br.key /root/certificados/pinhais.pr.gov.br.crt > /root/certificados/pinhais.pr.gov.br.pem openssl pkcs12 -export -in /root/certificados/pinhais.pr.gov.br.crt -inkey /root/certificados/pinhais.pr.gov.br.key -certfile /root/certificados/pinhais.pr.gov.br.pem -out /root/certificados/pinhais.pr.gov.br.pfx openssl pkcs12 -export -out /root/srvad01.pinhais.pr.gov.br.pfx -inkey /etc/letsencrypt/live/srvad01.pinhais.pr.gov.br/privkey.pem -in /etc/letsencrypt/live/srvad01.pinhais.pr.gov.br/fullchain.pem -passout pass:pinhais
Windows – comando para tentar corrigir erro 0x80244022 no windows update
sfc /scannow Dism /Online /Cleanup-Image /CheckHealth Dism /Online /Cleanup-Image /ScanHealth Dism /Online /Cleanup-Image /RestoreHealth by:https://www.thewindowsclub.com/error-code-0x80244022-for-windows-updates
Sites de Desenvolvimento Dicas
Mapas para Dispositivos Android https://leafletjs.com/ Diagrama de Rede ONLINE https://www.lucidchart.com/pages/pt/diagrama-de-rede-online IA do GOOGLE https://quickdraw.withgoogle.com/
Windows – Recuperação da Partição de boot
Coloque o cd do Windows 2012 R2 na unidade de disco e inicie o computador. Pressione qualque tecla quando receber a mensagem “Press any key to boot from CD or DVD …” Selecione linguagem, hora, moeda e um teclado ou outro método de entrada e clique em Next. Clique em Repair your computer. Clique no
Continue reading Windows – Recuperação da Partição de boot