How to format a drive on macOS

  • Open Disk Utility:
    • Go to Applications > Utilities and open Disk Utility
  • Select the Drive to Format:
    • In Disk Utility, locate the drive you want to format in the left sidebar. Make sure you select the correct drive (not just a partition)
  • Erase the Drive:
    • Click the Erase button at the top of the window
    • Choose the following options:
      • Name: Give your drive a name
      • Format: Choose a file system format. For macOS, use APFS for newer versions of macOS or Mac OS Extended (Journaled) for older ones
      • Scheme: Select GUID Partition Map if you’re formatting a drive to be used on macOS.
  • Start the Format:
    • Click Erase and confirm. The formatting process will begin.
  • Finish:
    • Once the process is complete, your drive is now formatted and ready for use.
[mai mult...]

How to format a drive on Windows

Open Disk Management:

    • Right-click the Start button and select Disk Management or press Windows + X and choose Disk Management.

Select the Drive to Format:

    • In the Disk Management window, locate the drive you want to format (it will be listed as a volume, like “Disk 1”, “Disk 2”, etc.)
    • Right-click on the drive and select Format.

Choose Formatting Options:

    • You’ll be prompted to select the following options:
      • Volume Label: Name the drive (optional)
      • File System: Choose the file system (typically NTFS for Windows drives)
      • Allocation Unit Size: You can usually leave this at the default setting
      • Quick Format: Check this option to format the drive more quickly (recommended for most cases).

Start the Format:

    • After adjusting your options, click OK and confirm that you want to format the drive. The process will begin, and the drive will be wiped clean and formatted with the selected file system.

Finish:

    • Once the formatting process is complete, the drive will be ready for use.
[mai mult...]

How to manually delete temporary files on Windows

Software generates temporary files (.tmp) for short-term data storage. Deleting these files can optimize disk space and system performance.

Manually delete temporary files on Windows:

Method 1:

1. Open File Explorer

2. Navigate to the following directories and delete temporary files:

C:\Users\YourUserName\AppData\Local\Temp

C:\Windows\Temp

3. Be cautious when deleting files manually. Avoid deleting files that are currently in use.

Method 2:

1. Press Windows Key + R

2. Type %temp% and press Enter and delete temporary files.

[mai mult...]

How to set up a DNS connection on Windows 11

Before we start, let’s briefly understand what DNS is. It’s like the internet’s phonebook, translating human-readable domain names into machine-readable IP addresses.

Manual DNS Configuration

Open Network Settings:

  • Click the Start button and search for “Network settings”.
  • Open the “Network & Internet” settings.

Choose Your Network:

  • Select the network connection you want to modify.
  • Edit Network Properties:
  • Click on “Change adapter options.”
  • Right-click on your network connection and choose “Properties.”

Find Internet Protocol Version 4 (IPv4):

In the list of properties, locate “Internet Protocol Version 4 (TCP/IPv4)” and double-click it.

Configure DNS Settings:

  • Under the “General” tab, select the “Use the following DNS server addresses” option.
  • Enter the preferred DNS server address in the “Preferred DNS server” field.
  • Enter the alternate DNS server address in the “Alternate DNS server” field.

Save Changes:

  • Click “OK” to save your changes.
  • For improved performance and reliability, you might consider using a public DNS resolver.

Automatic DNS Configuration

If you’re using a router or modem, it often handles DNS settings automatically. Check your router’s configuration to see if you can manually set DNS servers.

Troubleshooting

If you’re experiencing issues after changing DNS settings, try the following:

  • Flush DNS Cache: Open a command prompt and type ipconfig /flushdns.
  • Restart Your Device: Restarting your computer can sometimes resolve DNS-related problems.
  • Check Network Connectivity: Ensure you have a stable internet connection.
[mai mult...]