Monthly Archive: December 2019

How to manage network in Linux with nmcli command

nmcli – command-line tool for controlling NetworkManager. nmcli is a command-line tool for controlling NetworkManager and reporting network status. It can be utilized as a replacement for nm-applet or other graphical clients. nmcli is...

How to list directory contents in Linux

ls – list directory contents. List information about the FILEs (the current directory by default). Sort entries alphabetically if none of -cftuvSUX nor –sort is specified. How to list directory contents in Linux Use...

LinuxConsole 2019 releases, modern Linux distribution

LinuxConsole is a GNU/Linux operating system, users only need a minimum configuration can make it work. With its customized for children and teens, it supports many Linux versions of the game, “Beta”, preloaded with TORCS...

The Windows 10 20H2 version is also a small update

Recently, Microsoft has adjusted the Windows 10 Insider Preview channel and moved the upcoming Windows 10 Version 2004 (20H1) version to the slow ring channel to continue testing. The fast ring channel is reserved...

How to create SWAP partition in CentOS

Unix systems, and other Unix-like operating systems, use the term “swap” to describe both the act of moving memory pages between RAM and disk,[citation needed] and the region of a disk the pages are stored on. In some...

How to View System Disk Usage in Linux

df – report file system disk space usage df displays the amount of disk space available on the file system containing each file name argument. If no file name is given, the space available...