Computing

Resolvendo problema de vídeos travando no Ubuntu

Solving problem of catching videos in Ubuntu

less than 1 minute Since when I installed Ubuntu on a notebook I have had problem with viewing videos, They are fighting all the time, almost every 5 seconds. No matter extension, and even in light videos, low image quality, but the higher the quality more crashes, making it unpleasant to watch anything on it. No Windows, in the same notebook, this problem does not happen. This problem happens with all the video players I tested on it, and giving a research I saw that Continue

Veja como acessar o jogo secreto escondido no Android

See how to access the hidden secret game on Android

less than 1 minute To the surprise of some users, smartphones with Android come with some easter eggs hidden in strategic locations of the system. One of these easter eggs is a game like the famous “Flappy Bird”, but replacing the bird original game by a small green robot. To access the game, Open the Settings application on your Android phone. Then, open section “About phone” (or something similar) and look for the track that shows the version of Continue

Resolva problema de conexão com modem da OI Velox – TP-Link TD-W8951ND

Solve problem connecting to the modem HI Velox – TP-Link TD-W8951ND

less than 1 minute I recently came across a problem with a customer, com um modem Wireless TP-Link TD-W8951ND, I could not enter the settings. Put the modem IP in browser, but only gave 'timed out'. This problem is not an error, It is actually a security measure, to prevent unauthorized people from accessing the modem settings. Like this, Each time the apparatus is restarted, It is only possible to perform setting even once. But when you need to perform Continue

Como criar um pendrive bootável do Ubuntu 14.04

How to create a bootable pen drive Ubuntu 14.04

less than 1 minute To run Ubuntu from a USB stick, the first thing you need to do is insert a USB stick with at least 2GB of free space on your PC. The easiest way to put Ubuntu on your USB stick is to use the USB installer, provided by pendrivelinux.com. You need to download and install and follow the instructions below. Download Universal USB Installer Passo 1: Select 'Ubuntu’ drop-down list. Step 2: click in “Browse” and open the ISO file Continue

Como descobrir o IP do DVR

How to find out the DVR's IP

less than 1 minute After I did the video teaching reset the password of DVR peloTelnet, many wonder how to tell the DVR IP without the password to access the network settings. So, I will show that post and as easy to find the DVR IP. Let's see here the two main ways of doing this, one is the configuration page of the modem / router and the other is using a network scan program, like Nmap. Ok, Let's go Continue

Conectar-se a outro computador usando a Conexão de Área de Trabalho Remota do Windows

Connect to another computer using Windows Remote Desktop Connection

less than 1 minute With Remote Desktop Connection, you can connect to a Windows computer from another Windows computer that is connected to the same network or the Internet. For example, You can use all programs, files and work computer network resources on the home computer, and it is as if you were sitting in front of the computer work. To connect to a remote computer, the computer must be connected, Continue

O que é NAT loopback?

What is NAT loopback?

less than 1 minute Suppose you have configured an IP camera that you want to access from anywhere via the Internet and have an external IP address, or a DDNS address, to access the camera. Have you tested your configuration when I was away from home, the external network, and everything worked fine,as expected. But you come home and try to use those same addresses to access the camera and nothing appears, or worst, You receive an error message. You can be Continue

O que é DDNS

What is DDNS

2 minutes I see many people confuse with DDNS “remote access”, thinking it's only set up DDNS domain that access will work automatically, without knowing their true function. So let's understand what is DDNS and it serves. What is DNS – Domain Name System When a computer communicates with another computer on the Internet, to access a Web page, send an e-mail or send an instant message, he needs to know computer address with which to communicate. Continue

Como Instalar uTorrent no Ubuntu 14.4

How to install uTorrent on Ubuntu 14.4

less than 1 minute µTorrent, also known as uTorrent, is a client application for the BitTorrent protocol distributed as freeware for Microsoft Windows and Mac OS X. Before it was only also usable on Linux through Wine and / or Cedega, but now the program has its own version of Linux platform, based on Debian, As or Ubuntu. Instalando uTorrent Server 3.3 1º Step: Download the latest version of uTorrent Sever – The Ubuntu version 13.3 also works in Ubuntu 14.4 2º Continue

Como esconder pastas e arquivos sem usar programa

How to hide files and folders without using program

less than 1 minute With this trick you will be able to hide folders using the CMD. The first thing to do is to open the Windows Notepad, paste the code on it , which is shown below, and save with the extension BAT. For example, you click save as and put the file name as “invisível.bat”. Copy or code: cls @ECHO OFF title interside if EXIST “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}” goto UNLOCK if NOT EXIST seguro goto MDLOCKER :CONFIRM echo Are you sure Continue