Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds.
In this pages, we write some tutorials and examples for how to use linux operation, you can follow our tutorials.
In linux, we can ls command to list all files and directories in a directory. However, how to find how many files in a directory? In this tutorial, we will tell you how to do.
When you are using linux tar command to extract a .tar.gz file, you may get gzip: stdin: not in gzip format error. In this tutorial, we will introduce you how to fix it.
When we are using remote terminal in a linux system, we may have to know the absolute path of this current directory. In this tutorial, we will tell you a simplest way.
In order to train a neural network model, we may want to know what and how many GPUs are installed linux. In this tutorial, we will introduce how to get this information.
In this tutorial, we will introduce how to get the size of a directory in linux, we will use linux du command to implement it. You can learn how to do.