General
2 min read
20

Understanding Apache Web Server Concepts

June 6, 2011
0

Apache is a free application that turns any computer into a web server . So if you have Apache on your computer, you can host your website on your own PC. Apache is an open source, which means that many people have contributed to its development. You can download from

Continue Reading
General
2 min read
20

Using The Screen Command For Linux

May 11, 2011
0

Before starting, I’ll tell you what we can do by using the screen command. As a Linux sysadmin, it is very common that you have the need to run several commands at once. You will probably open several ssh sessions for this, however, there is a way better, safer and

Continue Reading
General
3 min read
39

Limitations Of Server Virtualization

May 9, 2011
0

The advantages of server virtualization can be so tempting, it’s easy to overlook a number of limitations to this method. Before attempting to design a solution that should get acquainted with the peculiarities of the methods of server virtualization, as well as the architecture and the needs of its own

Continue Reading
General
3 min read
57

Three Types Of Server Virtualization

May 9, 2011
0

There are three ways to create virtual servers: full virtualization, para-virtualization and OS-level virtualization. They have little in common. Physical server is called host. Virtual servers are called guest. Virtual servers behave in the same way as physical machines. In each system, it uses its own resources unlike any other

Continue Reading
General
3 min read
12

Why Use Server Virtualization?

May 9, 2011
0

There are many reasons why companies and organizations are investing in server virtualization. Some reasons are financially motivated, while the other roots lie in the technical plane. Server virtualization helps by pooling to save space. The usual practice is to allocate a single dedicated server for each application. If multiple

Continue Reading