Solução - Tela Azul ao clicar com botão direito do mouse em quaisquer ícones na Área de Trabalho - nvlddmkm.sys

Análise do problema

No momento que o cliente individual clicava com botão direito do mouse em quaisquer ícones na "Área de Trabalho", o computador apresentava tela azul e em seguida reinicializava.
Utilizado a ferramenta WinDbg (Windows Debugging), analisamos o despejo de memória na máquina para descobrirmos o que estava causado a tela azul. Verificamos que o problema estava sendo causado por uma falha do arquivo nvlddmkm.sys para Windows Vista. Esse arquivo é utilizado pelo drive da placa de vídeo Nvidia FX5500, renomeamos o nvlddmkm.sys para  nvlddmkm.old e testamos o clique do mouse com o lado direito, funcionou normalmente. Porem, as opções de resolução e propriedades do vídeo foram afetadas; já que o arquivo nvlddmkm.sys tinha sido renomeado. 

O problema foi resolvido atualizado o drive da placa de vídeo.

Ante de proseguir com o passos abaixo, faça o download do drive no site do fabricante do seu dispositivo. No meu caso foi o nvidia
Obs. O mesmo driver pode servir para vários modelos.

Solução
1. Abrir o "Gerenciador de Dispositivos" pressionado as teclas "bandeira do windows + R" escrever: devmgmt.msc;
2. No gerenciador de dispositivos, vá para "Adaptadores de Vídeo";
3. Selecionar o dispositivo e clicar com o lado direto do mouse e "Atualizar Driver";
4. Clicar em "Procurar software de driver no computador";
5. Apontar para a pasta onde você fez o download do drive;
6. Aguardar o final da instalação e em seguida realizar a máquina;
7. Realizar os testar e ok.

Vide o Arquivo DUMP¹ convertido em txt que foi analisado:

Microsoft (R) Windows Debugger Version 6.12.0002.633 AMD64
Copyright (c) Microsoft Corporation. All rights reserved.


Loading Dump File [E:\052214-24039-01.dmp]
Mini Kernel Dump File: Only registers and stack trace are available

Symbol search path is: *** Invalid ***
****************************************************************************
* Symbol loading may be unreliable without a symbol search path.           *
* Use .symfix to have the debugger choose a symbol path.                   *
* After setting your symbol path, use .reload to refresh symbol locations. *
****************************************************************************
Executable search path is: 
*********************************************************************
* Symbols can not be loaded because symbol path is not initialized. *
*                                                                   *
* The Symbol Path can be set by:                                    *
*   using the _NT_SYMBOL_PATH environment variable.                 *
*   using the -y <symbol_path> argument when starting the debugger. *
*   using .sympath and .sympath+                                    *
*********************************************************************
Unable to load image \SystemRoot\system32\ntoskrnl.exe, Win32 error 0n2
*** ERROR: Module load completed but symbols could not be loaded for ntoskrnl.exe
Windows 7 Kernel Version 7601 (Service Pack 1) MP (4 procs) Free x64
Product: WinNt, suite: TerminalServer SingleUserTS
Built by: 7601.22436.amd64fre.win7sp1_ldr.130828-1532
Machine Name:
Kernel base = 0xfffff800`02c00000 PsLoadedModuleList = 0xfffff800`02e446d0
Debug session time: Thu May 22 10:49:56.762 2014 (UTC - 3:00)
System Uptime: 0 days 0:16:59.717
*********************************************************************
* Symbols can not be loaded because symbol path is not initialized. *
*                                                                   *
* The Symbol Path can be set by:                                    *
*   using the _NT_SYMBOL_PATH environment variable.                 *
*   using the -y <symbol_path> argument when starting the debugger. *
*   using .sympath and .sympath+                                    *
*********************************************************************
Unable to load image \SystemRoot\system32\ntoskrnl.exe, Win32 error 0n2
*** ERROR: Module load completed but symbols could not be loaded for ntoskrnl.exe
Loading Kernel Symbols
...............................................................
................................................................
...........................................
Loading User Symbols
Loading unloaded module list
.......
*******************************************************************************
*                                                                             *
*                        Bugcheck Analysis                                    *
*                                                                             *
*******************************************************************************

Use !analyze -v to get detailed debugging information.

BugCheck 3B, {c0000005, fffff880078c3e26, fffff88004a8cab0, 0}

Unable to load image \SystemRoot\system32\DRIVERS\nvlddmkm.sys, Win32 error 0n2
*** WARNING: Unable to verify timestamp for nvlddmkm.sys
*** ERROR: Module load completed but symbols could not be loaded for nvlddmkm.sys
***** Kernel symbols are WRONG. Please fix symbols to do analysis.

*************************************************************************
***                                                                   ***
***                                                                   ***
***    Your debugger is not using the correct symbols                 ***
***                                                                   ***
***    In order for this command to work properly, your symbol path   ***
***    must point to .pdb files that have full type information.      ***
***                                                                   ***
***    Certain .pdb files (such as the public OS symbols) do not      ***
***    contain the required information.  Contact the group that      ***
***    provided you with these symbols if you need this command to    ***
***    work.                                                          ***
***                                                                   ***
***    Type referenced: nt!_KPRCB                                     ***
***                                                                   ***
*************************************************************************
*************************************************************************
***                                                                   ***
***                                                                   ***
***    Your debugger is not using the correct symbols                 ***
***                                                                   ***
***    In order for this command to work properly, your symbol path   ***
***    must point to .pdb files that have full type information.      ***
***                                                                   ***
***    Certain .pdb files (such as the public OS symbols) do not      ***
***    contain the required information.  Contact the group that      ***
***    provided you with these symbols if you need this command to    ***
***    work.                                                          ***
***                                                                   ***
***    Type referenced: nt!KPRCB                                      ***
***                                                                   ***
*************************************************************************
*************************************************************************
***                                                                   ***
***                                                                   ***
***    Your debugger is not using the correct symbols                 ***
***                                                                   ***
***    In order for this command to work properly, your symbol path   ***
***    must point to .pdb files that have full type information.      ***
***                                                                   ***
***    Certain .pdb files (such as the public OS symbols) do not      ***
***    contain the required information.  Contact the group that      ***
***    provided you with these symbols if you need this command to    ***
***    work.                                                          ***
***                                                                   ***
***    Type referenced: nt!_KPRCB                                     ***
***                                                                   ***
*************************************************************************
*************************************************************************
***                                                                   ***
***                                                                   ***
***    Your debugger is not using the correct symbols                 ***
***                                                                   ***
***    In order for this command to work properly, your symbol path   ***
***    must point to .pdb files that have full type information.      ***
***                                                                   ***
***    Certain .pdb files (such as the public OS symbols) do not      ***
***    contain the required information.  Contact the group that      ***
***    provided you with these symbols if you need this command to    ***
***    work.                                                          ***
***                                                                   ***
***    Type referenced: nt!KPRCB                                      ***
***                                                                   ***
*************************************************************************
*************************************************************************
***                                                                   ***
***                                                                   ***
***    Your debugger is not using the correct symbols                 ***
***                                                                   ***
***    In order for this command to work properly, your symbol path   ***
***    must point to .pdb files that have full type information.      ***
***                                                                   ***
***    Certain .pdb files (such as the public OS symbols) do not      ***
***    contain the required information.  Contact the group that      ***
***    provided you with these symbols if you need this command to    ***
***    work.                                                          ***
***                                                                   ***
***    Type referenced: nt!_KPRCB                                     ***
***                                                                   ***
*************************************************************************
*************************************************************************
***                                                                   ***
***                                                                   ***
***    Your debugger is not using the correct symbols                 ***
***                                                                   ***
***    In order for this command to work properly, your symbol path   ***
***    must point to .pdb files that have full type information.      ***
***                                                                   ***
***    Certain .pdb files (such as the public OS symbols) do not      ***
***    contain the required information.  Contact the group that      ***
***    provided you with these symbols if you need this command to    ***
***    work.                                                          ***
***                                                                   ***
***    Type referenced: nt!_KPRCB                                     ***
***                                                                   ***
*************************************************************************
*************************************************************************
***                                                                   ***
***                                                                   ***
***    Your debugger is not using the correct symbols                 ***
***                                                                   ***
***    In order for this command to work properly, your symbol path   ***
***    must point to .pdb files that have full type information.      ***
***                                                                   ***
***    Certain .pdb files (such as the public OS symbols) do not      ***
***    contain the required information.  Contact the group that      ***
***    provided you with these symbols if you need this command to    ***
***    work.                                                          ***
***                                                                   ***
***    Type referenced: nt!_KPRCB                                     ***
***                                                                   ***
*************************************************************************
*************************************************************************
***                                                                   ***
***                                                                   ***
***    Your debugger is not using the correct symbols                 ***
***                                                                   ***
***    In order for this command to work properly, your symbol path   ***
***    must point to .pdb files that have full type information.      ***
***                                                                   ***
***    Certain .pdb files (such as the public OS symbols) do not      ***
***    contain the required information.  Contact the group that      ***
***    provided you with these symbols if you need this command to    ***
***    work.                                                          ***
***                                                                   ***
***    Type referenced: nt!_KPRCB                                     ***
***                                                                   ***
*************************************************************************
Probably caused by : nvlddmkm.sys ( nvlddmkm+ae26 )

Followup: MachineOwner
---------

2: kd> !analyze -v
*******************************************************************************
*                                                                             *
*                        Bugcheck Analysis                                    *
*                                                                             *
*******************************************************************************

SYSTEM_SERVICE_EXCEPTION (3b)
An exception happened while executing a system service routine.
Arguments:
Arg1: 00000000c0000005, Exception code that caused the bugcheck
Arg2: fffff880078c3e26, Address of the instruction which caused the bugcheck
Arg3: fffff88004a8cab0, Address of the context record for the exception that caused the bugcheck
Arg4: 0000000000000000, zero.

Debugging Details:
------------------

***** Kernel symbols are WRONG. Please fix symbols to do analysis.

*************************************************************************
***                                                                   ***
***                                                                   ***
***    Your debugger is not using the correct symbols                 ***
***                                                                   ***
***    In order for this command to work properly, your symbol path   ***
***    must point to .pdb files that have full type information.      ***
***                                                                   ***
***    Certain .pdb files (such as the public OS symbols) do not      ***
***    contain the required information.  Contact the group that      ***
***    provided you with these symbols if you need this command to    ***
***    work.                                                          ***
***                                                                   ***
***    Type referenced: nt!_KPRCB                                     ***
***                                                                   ***
*************************************************************************
*************************************************************************
***                                                                   ***
***                                                                   ***
***    Your debugger is not using the correct symbols                 ***
***                                                                   ***
***    In order for this command to work properly, your symbol path   ***
***    must point to .pdb files that have full type information.      ***
***                                                                   ***
***    Certain .pdb files (such as the public OS symbols) do not      ***
***    contain the required information.  Contact the group that      ***
***    provided you with these symbols if you need this command to    ***
***    work.                                                          ***
***                                                                   ***
***    Type referenced: nt!KPRCB                                      ***
***                                                                   ***
*************************************************************************
*************************************************************************
***                                                                   ***
***                                                                   ***
***    Your debugger is not using the correct symbols                 ***
***                                                                   ***
***    In order for this command to work properly, your symbol path   ***
***    must point to .pdb files that have full type information.      ***
***                                                                   ***
***    Certain .pdb files (such as the public OS symbols) do not      ***
***    contain the required information.  Contact the group that      ***
***    provided you with these symbols if you need this command to    ***
***    work.                                                          ***
***                                                                   ***
***    Type referenced: nt!_KPRCB                                     ***
***                                                                   ***
*************************************************************************
*************************************************************************
***                                                                   ***
***                                                                   ***
***    Your debugger is not using the correct symbols                 ***
***                                                                   ***
***    In order for this command to work properly, your symbol path   ***
***    must point to .pdb files that have full type information.      ***
***                                                                   ***
***    Certain .pdb files (such as the public OS symbols) do not      ***
***    contain the required information.  Contact the group that      ***
***    provided you with these symbols if you need this command to    ***
***    work.                                                          ***
***                                                                   ***
***    Type referenced: nt!KPRCB                                      ***
***                                                                   ***
*************************************************************************
*************************************************************************
***                                                                   ***
***                                                                   ***
***    Your debugger is not using the correct symbols                 ***
***                                                                   ***
***    In order for this command to work properly, your symbol path   ***
***    must point to .pdb files that have full type information.      ***
***                                                                   ***
***    Certain .pdb files (such as the public OS symbols) do not      ***
***    contain the required information.  Contact the group that      ***
***    provided you with these symbols if you need this command to    ***
***    work.                                                          ***
***                                                                   ***
***    Type referenced: nt!_KPRCB                                     ***
***                                                                   ***
*************************************************************************
*************************************************************************
***                                                                   ***
***                                                                   ***
***    Your debugger is not using the correct symbols                 ***
***                                                                   ***
***    In order for this command to work properly, your symbol path   ***
***    must point to .pdb files that have full type information.      ***
***                                                                   ***
***    Certain .pdb files (such as the public OS symbols) do not      ***
***    contain the required information.  Contact the group that      ***
***    provided you with these symbols if you need this command to    ***
***    work.                                                          ***
***                                                                   ***
***    Type referenced: nt!_KPRCB                                     ***
***                                                                   ***
*************************************************************************
*************************************************************************
***                                                                   ***
***                                                                   ***
***    Your debugger is not using the correct symbols                 ***
***                                                                   ***
***    In order for this command to work properly, your symbol path   ***
***    must point to .pdb files that have full type information.      ***
***                                                                   ***
***    Certain .pdb files (such as the public OS symbols) do not      ***
***    contain the required information.  Contact the group that      ***
***    provided you with these symbols if you need this command to    ***
***    work.                                                          ***
***                                                                   ***
***    Type referenced: nt!_KPRCB                                     ***
***                                                                   ***
*************************************************************************
*************************************************************************
***                                                                   ***
***                                                                   ***
***    Your debugger is not using the correct symbols                 ***
***                                                                   ***
***    In order for this command to work properly, your symbol path   ***
***    must point to .pdb files that have full type information.      ***
***                                                                   ***
***    Certain .pdb files (such as the public OS symbols) do not      ***
***    contain the required information.  Contact the group that      ***
***    provided you with these symbols if you need this command to    ***
***    work.                                                          ***
***                                                                   ***
***    Type referenced: nt!_KPRCB                                     ***
***                                                                   ***
*************************************************************************

ADDITIONAL_DEBUG_TEXT:  
Use '!findthebuild' command to search for the target build information.
If the build information is available, run '!findthebuild -s ; .reload' to set symbol path and load symbols.

FAULTING_MODULE: fffff80002c00000 nt

DEBUG_FLR_IMAGE_TIMESTAMP:  4a0c8387

EXCEPTION_CODE: (NTSTATUS) 0xc0000005 - A instru  o no 0x%08lx fez refer ncia   mem ria no 0x%08lx. A mem ria n o p de ser %s.

FAULTING_IP: 
nvlddmkm+ae26
fffff880`078c3e26 418b4008        mov     eax,dword ptr [r8+8]

CONTEXT:  fffff88004a8cab0 -- (.cxr 0xfffff88004a8cab0)
rax=00000000c1d00071 rbx=0000000000000001 rcx=fffff88004a8d4b0
rdx=0000000000000001 rsi=fffff8800832f640 rdi=fffff88004a8d810
rip=fffff880078c3e26 rsp=fffff88004a8d490 rbp=00000000070000a6
 r8=0000000000000000  r9=fffff8800832fe50 r10=0000000000000001
r11=00000000aa000001 r12=0000000000000038 r13=0000000000000001
r14=fffffa802b3f7000 r15=000000000016a838
iopl=0         nv up ei pl zr na po nc
cs=0010  ss=0018  ds=002b  es=002b  fs=0053  gs=002b             efl=00010246
nvlddmkm+0xae26:
fffff880`078c3e26 418b4008        mov     eax,dword ptr [r8+8] ds:002b:00000000`00000008=????????
Resetting default scope

CUSTOMER_CRASH_COUNT:  1

DEFAULT_BUCKET_ID:  VISTA_DRIVER_FAULT

BUGCHECK_STR:  0x3B

CURRENT_IRQL:  0

LAST_CONTROL_TRANSFER:  from 0000000000000000 to fffff880078c3e26

STACK_TEXT:  
fffff880`04a8d490 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nvlddmkm+0xae26


FOLLOWUP_IP: 
nvlddmkm+ae26
fffff880`078c3e26 418b4008        mov     eax,dword ptr [r8+8]

SYMBOL_STACK_INDEX:  0

SYMBOL_NAME:  nvlddmkm+ae26

FOLLOWUP_NAME:  MachineOwner

MODULE_NAME: nvlddmkm

IMAGE_NAME:  nvlddmkm.sys

STACK_COMMAND:  .cxr 0xfffff88004a8cab0 ; kb

BUCKET_ID:  WRONG_SYMBOLS

Followup: MachineOwner
---------



¹ DUMP, Despejo de memória - memory dump, é um arquivo gerado automaticamente pelo SO com uma cópia parcial da memória no momento do erro.  Nenhum comentário:

Como compartilhar a internet do smartphone

Realizamos testes de compartilhamento da conexão de dados no Smartphone Motorola RAZ/RD1 nas funções “Tethering - Vinculo USB / Wi-Fi portátil”. Verificamos que é possível compartilhar a internet do seu smartphone de três maneiras:

Cabo USB – Utilizado o cabo que acompanha seu Smartphone, conecte o seu celular ao computador e em seguida toque na opção, “Vínculo USB”;

Wi-Fi portátil – É um ponto de acesso muito parecido com os padrões encontrados nos roteadores wireless. Nesse modo é possível configurar uma rede SSID e compartilhar com outros dispositivos próximo de você. (SSID, Service Set IDentifier) esse é o nome que será dado para identificar o seu ponto de acesso Wi-Fi),
Na função Wi-Fi, ainda é possível contar com algumas opções de segurança e serviço de DHCP, criptografia e senha segura utilizado o protocolo WPA2.

Bluetooth – Esse método não é muito utilizado devido a suas limitações. Você pode ativar o ponto de acesso usando Bluetooth, marcando a opção correspondente dentro da opção Tethering e Roteador.

É recomendado utilizar este serviço no modo “Vinculo USB” (Com o cabo conectado ao computador) com isso, o smartphone continuará com sua carga. Em teste de laboratório, no modo Wi-Fi portátil, o smartphone “Motorola Moto G XT1032” passou 16h conectado direto.

Tempo da bateria:
Smartphone: Motorola Moto G XT1032
No modo “Wi-Fi portátil”: 16h
No modo “Vinculo USB”: Não descarrega

Smartphone: BlackBerry 9360
No modo “Wi-Fi portátil”: 5:30h
No modo “Vinculo USB”: Não descarrega

Configurando um ponto de acesso Wi-Fi portátil direto do Smartphone Android

           1.       Toque em “Configurar/Ajuste”



2.      Dentro das Configurações, procure pela opção “Tethering e Roteador”. Dependendo da versão do Android, esta opção pode estar em um submenu "mais", que guarda outras opções.


3.      Em “Tethering e Roteador” toque na opção desejada


Nesse exemplo, vamos criar um ponto de acesso Wi-Fi

4.      Toque na opção “Wi-Fi portátil”.

5.      Configurações necessárias para o ponto “Wi-Fi portátil”:

SSID da rede - Aceite o nome que será sugerindo ou entre com um novo nome;  
Cana preferido – Deixar como “Automático”;
Endereço de início (DHCP) do cliente – Não precisa alterar;
Segurança – deve utilizar o protocolo WPA2 PSK;
Senha – A senha deverá ser criada pelo Cliente individual e deve ter no mínimo 8 caracteres.


            6.      Ok, agora é só testar a conexão.
Nenhum comentário:

Calculadoras on-line IP - cálculos de rede de sub-rede

Vide abaixo uma lista de calculadoras on-line que permite realizar cálculos de sub-redes usando a classe de rede, endereço IP, máscara de sub-rede, bits de sub-rede, bits da máscara e IP de sub-redes...

SiteDescriçãoImagem da Calc
ipcalc
jodies.de / ipcalc
Simples Perl calculadora IP baseado com características básicasScreenshot
subnet-calculator.comPoderosa Java ferramenta para cálculos de IP / sub-redeScreenshot
logotipo
subnetmask.info
Detalhada JavaScript calculadora IP para gerar uma lista de sub-redesScreenshot
logotipo
faqintosh.com
Simples JavaScript calculadora IPScreenshot
subnetonline.comProfissional e muito detalhadaCalculadora IP orientado JavaScriptScreenshot
logotipo

t1shopper.com
Poderosa ferramenta definida para calcular máscaras de sub-rede, endereços IP, número de hosts e etcScreenshot
Nenhum comentário:

Você talvez não saiba, mas suas senhas são susceptíveis a visualização por qualquer pessoa que tenha acesso ao seu computador.

Constantemente salvamos nossa senha nos navegadores Chrome, Firefox, Internet Explorer e outros...
Visando um acesso automático sem ter que digitar a senha no próximo acesso, na grande maioria de vezes acabamos respondendo “Sim” para aquela mensagem (“Você deseja Salvar a Senha?”) que é exibida quando acessamos determinados sites com autenticação.

Você talvez não saiba, mas suas senhas são susceptíveis a visualização por qualquer pessoa que tenha acesso ao seu computador.


Basta uma simples distração e todas as suas senhas podem ser facilmente visualizadas.

Vide como isso é possível e como você pode se proteger dessa "vulnerabilidade"

Como descobrir as senhas salvas no Google Chrome?

Para exibir as senhas salvas no navegador Chrome é bem simples, basta digitar na barra de endereço: chrome://settings/passwords
Agora basta escolher qual senha desaja visualizar e clicar no botão "Mostrar"


Como descobrir as senhas salvas no Mozilla Firefox

No Firefox não é diferente. Basta abrir o navegador e ir para "Ferramentas" -> "Opções". Navegue para a aba "Seguranças". Para exibir as senhas salvas, basta clicar no botão "Senhas memorizadas..." -> "Exibir senhas"


Como descobrir as senhas salvas no Internet Explorer

O Internet Explorer não fornece nenhuma maneira interna para ver suas senhas salvas. No entanto, essa segurança aparente é enganosa. Com um utilitário como o IE PassView, você pode ver todas as senhas salvas do IE para a conta do usuário atual.

Você também pode ver as senhas sem instalar qualquer software - basta visitar o site onde a senha foi salva e clicar na opção exibir senha para revelar a senha que foi inserida automaticamente.



Como se proteger
Depois de ter lido os textos acima, você com certeza deve ter ficado no mínimo preocupado. Agora vamos lhe mostrar algumas dicas que você pode usar para se proteger, evitando que suas senhas fiquem visíveis para qualquer espertinho de plantão.


Como se proteger no Firefox
Para se proteger dessa "vulnerabilidade" no Firefox, basta seguir os mesmos passos para exibir a senha: Abra o navegar e vá para "Ferramentas" -> "Opções", Navegue para a aba "Seguranças". Para se proteger, marque a opção "Usar uma senha mestre". 

Na nova janela que será aberta, basta você criar uma senha e da próxima vez que alguém tentar visualizar sua senha, receberá uma mensagem solicitado a senha mestre antes de prosseguir


Como se proteger no Internet Explorer, Google Chrome, Firefox, Safari, Opera e outros navegadores...

Você pode usar um gerenciador de senhas, um bom exemplo seria o "LastPass", que é um gerenciador de senhas que torna a navegação na web mais fácil e mais segura. Esse gerenciador de senhas funciona em quase todos os navegadores e Sistemas Operacionais. 
Seu funcionamento é meio parecido com o do Firefox, ele fornece uma senha mestra que bloqueia o acesso a suas senhas quando você está desconectado.

Para baixar o LASTPASS 

Para fazer o download, basta clicar no link que corresponde ao seu sistema operacional



Nenhum comentário:

Salvador, Brasília, Manaus, Recife, Natal e Cuiabá, acabam de ser integradas ao sistema de trânsito do Google

O Google Transit já disponível em 6 cidades Brasileiras (São Paulo, Rio de Janeiro, Fortaleza, Belo Horizonte, Curitiba e Porto Alegre), fez a inclusão, nesta quarta-feira (16/04), de mais 6 cidades: Salvador, Brasília, Manaus, Recife, Natal e Cuiabá. Agora o Google Transit está presente no total de 12 cidades brasileiras.

O Google Transit traz dados sobre transporte público para todas as 12 cidades - coincidência ou não, todas elas são sede dos eventos esportivos em 2014.


Utilizado o Google Maps, os usuários podem visualizar todos os ônibus e os horários deles na quela rota. Os usuário agora contam com dados sobre ônibus, metrôs, trens e até ferry boat (Salvador). Todos esses serviços devem ser acessados a partir do Google Maps disponíveis para microcomputadores e smartphones.


Vide algumas fotos

Imagem - iPad


Imagem - Microcomputador

Mapa de ponto de Ônibus

Nenhum comentário:

Atualização de segurança disponível para Adobe Reader móvel

A Adobe lançou uma atualização de segurança para o Adobe Reader Mobile para o sistema operacional Android. Esta atualização resolve uma vulnerabilidade que pode ser explorada para ganhar execução remota de código no sistema afetado. 

Urgente!

A Adobe recomenda que os usuários do Adobe Reader Mobile atualize para a versão mais recente, disponível aqui: https://play.google.com/store/apps/details?id=com.adobe.reader 

Esta atualização resolve uma vulnerabilidade na implementação de APIs Javascript que pode ser explorado para executar código arbitrário (CVE-2014-0514).


A vulnerabilidade no Leitor expõe várias interfaces Javascript inseguras. Usando a vulnerabilidade de um PDF malicioso, é possível executar código Javascript. O código seria executado no sandbox app para Reader, para que os documentos à disposição dos leitores poderia ser comprometida, e o código de ataque poderia criar novos arquivos, mas nenhum dano seria possível fora do sandbox



Nenhum comentário:

How to Access and Configure Microsoft Open Database Connectivity (ODBC) 32-bit on Windows 7 - 64 bit

Are you having trouble configuring ODBC DSN on a machine with Windows 7 64 Bit?

The default Windows 7 64 -bit ODBC 64Bit is , and does not work for programs that need a connection to the ODBC source 32Bit . See how to configure data source 32-bit Windows 7 64Btis

Solution

1. Click Start , Run ( or Windows + R key) and type: %windir%\SysWOW64\odbcad32.exe;

2 . Perform the necessary settings and test.

So when your application is using the connection with 32 -bit source , the connection is automatically loaded from the DSN configured in Odbcad32.exe located in the %systemdrive%\Windows\SysWoW64 folder.

The 64-bit version of Microsoft Windows 7 includes the following versions of the Administrator tool data source Microsoft Open Database Connectivity ( ODBC ) :

* The 32-bit version of Odbcad32.exe file that is located in the %systemdrive%\Windows\SysWoW64
* And the 64-bit version of Odbcad32.exe file located in the %systemdrive%\Windows\System32 folder.

Another time you may encounter this problem is when you try to add a data source and are not seeing the drivers for ODBC database connection. The following window is displayed:



If the source is not showing up - the problem is the same one mentioned above - it probably is Windows 7 64Bit and 32bit are installed fonts. 

Solution 

1. Click Start, Run and type: %windir%\SysWOW64\odbcad32.exe 

So the 32-bit version Odbcad32.exe file will be initialized in the %systemdrive%\Windows\SysWoW64 folder. 

Then you will see the following window:

Now just add the driver for which you want to configure the data source .

What is ODBC ?

ODBC is a technology that programs use to access a wide range of databases ( or data sources ) . For example , the ODBC can be used to import data from a MySQL database into a Microsoft Excel spreadsheet . For this, the computer needs the data source and the correct ODBC driver .

For custom programs , software developers use the Application Programming Interface ( API) to access ODBC data sources . ODBC is an implementation of the SO / IEC 9075-3 Information Technology - Database languages ​​- SQL -Part 3 : Call Level Interface ( SQL / CLI ) .

Where can I find a ODBC driver ?
Programs database generally include their own drivers , and many ODBC drivers are available in the list of drivers from the ODBC Data Source Administrator. You can also try to search the internet or can contact the manufacturer of the database you want to use the program. Nenhum comentário: