spam mailings
How to connect two computers to a network
It sometimes happens that you need to connect a couple of computers, or rewrite files, or just provide a connection between them. Nothing is simpler, the only thing you need is a little knowledge and self-confidence.
In order to connect two computers via network cards, you will need installed network cards in both computers, a UTP / FTP / STP / SFTP 4p network cable from which we will make a “Crossover cable – cross-over”, two RJ-45 connectors for termination cable and crimping tool.
The cable is used usual for local networks UTP / FTP / STP / SFTP having 4 pairs. Fortunately, it has become very affordable for the average buyer. Calculate how much cable you need to connect 2 computers, but the length can not exceed 90m and be at least 1.5m. Continue reading
CHKDSK blue disk check drive on Windows startup
Sometimes it happens that after the boot screen of the Windows operating system, the blue CHKDSK screen pops up with percent calculations instead of the usual desktop boot.
What is this screen reporting about? It tells the user that one or more partitions of the computer’s hard drive is possibly damaged, or the file system is damaged. Next, the verification of volumes for suitability for further work begins. The scan time depends on the size of the partitions being checked and on the processor clock speed, as well as the amount of RAM. Naturally, you can skip this verification screen, and we are informed about this before the start of scanning and verification, but this is not recommended Continue reading
There is not enough memory on the flash drive! Solution
Probably everyone is familiar with the situation when you are trying to copy any data (larger than 4 gigabytes) to a flash drive and the operating system displays a message that there is not enough memory. Despite the fact that the free memory on the flash drive is larger than the size of the copied file. The question arises, “Why is there insufficient memory on a flash drive?”.
The thing is that the FAT32 file system is installed on your flash drive. This file system is installed on the flash drive by the manufacturer and therefore when you buy a new flash drive the default is the FAT32 file system. The features of the FAT32 file system are such that it does not allow files larger than 4 gigabytes. The maximum possible file size for a FAT32 volume is 4 GB – 4,294,967,296 bytes (232 – Continue reading