Some information about LAMP Stacks

What is LAMP Stack? LAMP is one of the most popular and widely used open source software stack. It stands for Linux, Apache, MySQL, and PHP, and is used for hosting static and dynamic web applications. It is considered by many of platform used for developing new custom web apps. Apache HTTP server is a free […]

Read More

Linux distributions used in Company

Linux distributions used in Company 1. CentOS An Open source Operating system that releases two distinct CentOS Linux Distribution, CentOS Stream. Where Stream edition is upstream development for RHEL Operating system release. Launched in late 2003, CentOS was a community project with the goals of rebuilding the source code for Red Hat Enterprise Linux (RHEL) […]

Read More

Redundant Array of Inexpensive Disks (RAID)

RAID in Linux can be used to create logical volumes to ensure recovery from disk failures, backups, etc. What is RAID? RAID “redundant array of inexpensive disks” or “redundant array of independent disks” is a data storage virtualization technology that combines multiple physical disk drive components into one or more logical units for the purposes of data redundancy, performance improvement, or both. Data […]

Read More

Logical Volume Management

LOGICAL VOLUME MANAGEMENT The most popular flexible approach of managing disk storage for Linux. Fig. 1: Traditional standard partitions based on individual drive capacity. Flexible Management of Storage What can we do when the root partition space is full? The option we have is to expand the size of the root volume. And with LVM […]

Read More