The more utility is suitable for page-by-page viewing of files in the Linux terminal. It owes its name to more, which appears at the bottom of each page. The more linux command is one of the most primitive commands for working with text. Its closest
Surely you have faced a situation when the Internet on your computer suddenly breaks, such behavior can be observed when using ADSL modems, long distance Wifi, GSM and other similar unreliable technologies. You can quickly find out if your computer
The less command allows you to rewind the text not only forward but also backward, search in both directions, go straight to the end or the beginning of the file. The peculiarity of less is that the command does not read the text completely, but
In some cases you may need to see how much space files occupy in a certain folder and find the largest files to delete. There are several tools to solve these tasks, but the simplest of them is the du utility. It allows you to display the size of
Each file and folder in the file system has a so-called Inode structure where the metadata of this object is stored. It stores the owner, owner group, time of modification, creation and access to the file, as well as other information. It can be
In Linux, users and groups are used to access the file system. Each file has an owner user and a group from which users can access it. This is a very simple yet flexible privilege system. Users are used not only for people working on the PC but also
Many applications require .Net Framework 3.5 installed to run on Windows Server 2016, despite having .NET Framework 4.6 installed by default. For example, you cannot install and run SQL Management Studio without .Net 3.5. Next, let's see how to
The advantage of Linux is that you can customize anything you want. This is the advantage of projective systems over procedural systems. It is a kind of constructor, consisting of individual blocks, each of which can be customized at will.
Virtual machines are ubiquitous these days for testing various operating systems and performing other tasks. A popular and free program for running virtual machines is VirtualBox.