Soluții

fdisk command in Linux with examples

fdisk also known as format disk is a dialog-driven command in Linux used for creating and manipulating disk partition table. It is used for the view, create, delete, change, resize, copy and move partitions on a hard drive using the dialog-driven interface.
fdisk allows you to create a maximum of four primary partitions and the number of logical partition depends on the size of the hard disk you are using. It allows the user:

-To Create space for new partitions.
-Organizing space for new drives.
-Re-organizing old drives.
-Copying or Moving data to new disks(partitions).

Synopsis:

fdsik [options] device

or

fdisk -l [device…]

[mai mult...]

How to Delete System Error Memory Dump Files

Whenever your computer crashes, and you encounter something like the blue screen of death (BSOD), the Windows operating system performs a memory dump to a location on your hard drive. Every now and then, it’s good to know how to delete system error memory dump files to keep these files from consuming too much disk space.

What Is a System Error Memory Dump File?

If a BSOD error occurs, the Windows dumps all of the RAM memory into a file on the hard drive. This means if your system is using 8 GB of RAM at the time of the crash, the memory dump file will be 8 GB.

In other cases, Windows may take a “kernel” dump file, which only includes memory allocated to the Windows kernel for things like drivers and active applications. This memory dump file will be significantly smaller than a full system memory dump. This is the default size of a memory dump when you’ve set up your system to conduct an automatic memory dump.

The Windows team or software developers have tools to open and analyze this file for troubleshooting purposes. To check your memory dump setting:

  1. Type “sysdm.cpl” into Windows search, then press Enter to open System Properties.

  2. Select the Advanced tab. On this tab, select Settings under Startup and Recovery.

    Screenshot of Startup and Recovery in System Properties
  3. Observe the drop-down setting under Write degugging information. You can see which dump file setting is enabled, as well as the location of the memory dump file on your system.

    Screenshot of Write degugging information settings in Windows
  4. Select the drop-down and select Automatic memory dump. This will ensure that the each time a memory dump is performed, it only backs up the kernel and will conserve hard drive memory.

  5. Select Overwrite any existing file as well. This will ensure the dump file doesn’t continue to grow over time.

  6. Select OK to save your changes.

[mai mult...]

How to Check RAM on Windows 10

If you need to know how to check RAM on Windows 10, you’ll be happy to know there are several ways to do so, including using Windows utilities and the command prompt. The option you choose depends on which method feels more convenient to you, but it’s always good to know the total installed RAM on your system, and the amount of available or unused RAM.

Why You May Need to Check RAM on Windows 10

Knowing the total RAM and the available RAM in Windows 10 can help with many things, including:

  • Diagnosing a slow computer: If your available RAM is always low, it could explain why your computer is running slow.
  • Meeting software requirements: Knowing your total RAM helps to determine if your computer meets the specifications to run certain software.
  • Upgrading hardware: Checking total RAM in Windows 10 helps with upgrading your RAM memory.

Since RAM provides quick read and write access to data when you run software, verifying that you have enough RAM installed for your needs is very important.

How to Check RAM on Windows 10 Using Command Prompt

It’s very easy to check both total RAM and available RAM using the command prompt. Open the command prompt, then enter one of the following commands:

  • To obtain total RAM is: systeminfo | findstr /C:”Total Physical Memory”
  • To check available RAM: systeminfo | find “Available Physical Memory”
Screenshot of checking RAM in the command prompt

How to Check RAM on Windows 10 Using Windows Tools

You can also check RAM in Windows 10 using the System Information utility. If you check System Information in the Control Panel, you’ll see total installed memory (RAM) and how much of this is usable.

USING CONTROL PANEL

Open the Control Panel, then select System. Here you will see your RAM details.

Usable memory differs from installed memory because the computer reserves installed RAM specifically for hardware installed in the system. Because of this, usable RAM will always be slightly less than installed RAM.

USING THE ADVANCED SYSTEM INFORMATION UTILITY

The basic System Information screen doesn’t show available RAM. To see this, you’ll need to use the advanced System Information utility. Select the Start icon, type System, then select the System Information app.

Here you’ll see Total Physical Memory (RAM), Total Physical Memory, and Available Physical Memory.

Screenshot of advanced System Information utility

You can also launch the advanced System Information utility by launching msinfo32.exe. To do this, select the Start icon, type Run and press Enter, then in the Open field type msinfo32.exe and press Enter.

USING TASK MANAGER

If you want to get a more realtime view of total and available RAM, use the Task Manager. To access this, right-click in the Windows taskbar and select Task Manager. Select the Performance tab, then select Memory from the left navigation menu.

Here you’ll see view of RAM being used and available RAM. This line graph and the values below it will update in realtime as you open and close applications.

Screenshot of RAM in the Windows 10 taskbar

In addition to all of the Windows utilities you have available to check RAM on Windows 10, there are also a lot of third-party system information tools you can download and use as well, including apps like Driver Easy.

[mai mult...]

What Is iphlpsvc in Windows 10?

The iphlpsvc in Windows is an Internet Protocol Helper Service, and its job is helping to retrieve and modify network configuration settings for your Windows 10 PC. It effectively allows connections to take place across various Windows 10 networking protocols, like IPv6 and Port Proxy, among others.

This helper service is installed with Windows 10 right from the start, so it’s nothing you really need concern yourself with unless something particularly goes awry. That said, it’s also not massively important if you’re just using your system for general tasks like web browsing, media viewing, and gaming. Iphlpsvc is mainly useful for running remote databases, or connecting over IPv6.

You might come across iphlpsvc.dll when looking at the Processes tab in Task Manager. It doesn’t typically use up much in the way of resources, and can be safely left alone. It will typically start up with Windows 10 and continue to run in the background without getting in your way.

[mai mult...]