Man Pages Command
we need to talk about are “man” pages. Man pages stand for manual pages. What you have to remember with man pages is that if you do not understand how a command is supposed to work … Read more
we need to talk about are “man” pages. Man pages stand for manual pages. What you have to remember with man pages is that if you do not understand how a command is supposed to work … Read more
The first command that we need to talk about before you start doing any of the other commands is “sudo.” Sudo basically means “super user do.” In the previous post, we discussed how different distributions … Read more
Open source software is not free software. And if you treat all open source software as if it is free, you are jeopardizing not only your career, but … Read more
There are generally two versions of Linux that everybody is going to provide. Whether you get Red Hat Linux, Ubuntu Linux, Fedora Linux, or whatever distribution that may be, they will normally … Read more
Now that we have the legalities out of the way, let us now talk about the shell of the Linux operating system. So what is a shell? The shell of an operating system is the screen that you use to interact with the operating system. … Read more
After Linus Torvalds created Linux back in the 1990s, he wanted to stop working for a little bit. So, what he did was he made the source code for his new operating system completely available to the public. This allowed everybody in the world, especially … Read more
The reason that you should learn Linux and start deploying Linux is for server functionality. Linux is incredibly rock-solid. Once you install Linux, and once you get through all the quirks and you set up all the configurations, a Linux server will … Read more
Heuristic optimization often includes making transformations to the query tree by moving operators up and down the tree so that the transformed tree is equivalent to the tree before the transformations. Before we discuss these heuristics, it is necessary to discuss the following rules governing the manipulation of relational algebraic expressions: 1. Joins and Products … Read more
Before query optimization is carried out, one would of course need to decide what needs to be optimized. The goal of achieving efficiency itself may be different in different situations. For example, one may wish to minimize the processing time but in many situations one would wish to minimize the response time. In other situations, … Read more