How to access a name based website without a DNS record

Hosts file

The /etc/hosts file on a Linux system is a critical configuration file that maps hostnames to IP addresses. This file allows a user to manually associate specific IP addresses with domain names, effectively bypassing the DNS (Domain Name System) lookup process for these entries. The file typically contains lines of text where each line represents ... Read more

Take Ownership of a File or Folder by Command in Windows

Taking ownership of files in Windows is necessary to edit or delete system or program files that you have no access to by default. There are multiple ways to achieve that goal, like doing everything manually through the Properties menu, applying a registry tweak or, as described here, executing a command in the Command Prompt. ... Read more

How to Disable the User Account Control (UAC) in Windows 10

User Account Control also known as UAC is an important component of the "Windows security system". This helps the applications running in the windows to prevent your system from making any undesired changes. Whenever software is running in a system and it tries to make changes in the system, a window dialog box appears that ... Read more

Remove a bluetooth (or other) device from My Computer

After establishing a bluetooth connection with another device from your computer the other device will propably stay in the Devices section of My Computer even after the connection is cancelled. To remove that device follow these steps: Open the control panel and head to View devices and printers under Hardware and Sound: You will be ... Read more

Getting information about your system from dxdiag on Windows

DirectX Diagnostic tool dxdiag is a useful tool on Windows that gives you loads of information about your system, such as GPU, CPU and BIOS info. It is common that tech support asks you to attach your dxdiag report to support requests since it helps to narrow down the problem. Before Windows 8, dxdiag was ... Read more