Monthly Archive: March 2020

How to configure the network on Ubuntu

How to configure the network on Ubuntu Set IP automatically via dhcp vi /etc/network/interfaces auto lo iface lo inet loopback # The primary network interface auto eth0 iface eth0 inet dhcp Restart network sudo /etc/init.d/networking...

How to view hard disk information using hdparm in Linux

hdparm provides a command line interface to various kernel interfaces supported by the Linux SATA/PATA/SAS “libata” subsystem and the older IDE driver subsystem. Many newer (2008 and later) USB drive enclosures now also support...

WSL2 will be on Windows 10, version 2004

The Microsoft blog announced that WSL2 will officially enter the generally available (GA) state in the Windows 10 version 2004. WSL2 was announced by Microsoft last year at Build 2019. Compared with the first...