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.
Linux mv command allows us to move a file or directory to another directory. In this tutorial, we will introduce how to use this command by using some examples.
In this tutorial, we will introduce how to use linux tar command to compress a directory then extract it. It is a very useful when you are processing linux files.
When we are using python subprocess to call ffmpeg, we ge this error: ffmpeg: error while loading shared libraries: libavdevice.so.59: cannot open shared object file: No such file or directory.
Linux scp command allows us to transfer files and folders between different linux computers. In this tutorial, we will introduce how to use it to transfer.
When we are installing ffmpeg in linux, we may get this error: nasm/yasm not found or too old. Use –disable-x86asm for a crippled build. In this tutorial, we will introduce you how to fix it.