Hello guys, I'm Syed Sabier, I'm very interested in Linux and I want to share my knowledge with you. In This Blog you can get Linux related topics and videos.
Containerization is a lightweight method of running
applications in isolated environments using shared OS kernels, while
virtualization uses full virtual machines with separate operating systems to
achieve isolation.
Containerization:
Running applications in isolated user spaces (containers) on the same
operating system kernel.
Technology:
Docker, Podman, containerd
Isolation
Level: Process-level isolation using namespaces and cgroups
Step5: Create User and Group Extract the package # tar –xvf Nagios-4.4.3.tar.gz # ./configure --with-command-group=nagcmd https://server-computer.com Nagios Installation In Linux Nagios Installation Article: https://server-computer.com/how-to-install-nagios-in-linux/ Follow Us on Social networking Sites: Facebook Website Compile the package https://server-computer.com Nagios Installation In Linux Nagios Installation Article: https://server-computer.com/how-to-install-nagios-in-linux/ Follow Us on Social networking Sites: Facebook Website Step6: Install package # make install https://server-computer.com Nagios Installation In Linux Nagios Installation Article: https://server-computer.com/how-to-install-nagios-in-linux/ Follow Us on Social networking Sites: Facebook Website # make install-init # make install-config # make install-webconf # make install-classicui Create nagiosadmin user and password for web console access. Enable and Start Services. https://server-computer.com Nagios Installation In Linux Nagios Installation Article: https://server-computer.com/how-to-install-nagios-in-linux/ Follow Us on Social networking Sites: Facebook Website Login to Web console Services Step7: Download and install Nagios Plugins cd nagios-plugins-2.2.1 ./configure --with-nagios-user=nagios --with-nagios-group=nagcmd make make install Done. https://server-computer.com Nagios Installation In Linux Nagios Installation Article: https://server-computer.com/how-to-install-nagios-in-linux/ Follow Us on Social networking Sites: Facebook Website After successful installation of plugins, you can see all service checks completes normally.
/bin is called as binary. This Directory contains all user commends.
/root
/root is called as root home directory or Admin home directoryand it contains some default properties.
/boot
/boot is contains boot loader files like grub,efi,....
latest version of boot loader is grub2
GRUB means GRand Unified Bootloader.
/dev
/dev is device file or special files.itcontains device information.
/etc
/etc is called as et cetera. it Contains system-wide configuration files and system databases.
/home
it is called as user home directory and it is contains all user's information.
/media
/media directory is shows external devices information like pen-drives,cd,dvd,external hard drives in Some linux flavors
/mnt
/mnt stands for mount. This directory is used as a default mount point and it is a empty directory.
/opt
/opt stands for optional.This directory contains local installed software information.
/run
/run is contains all external device information in RHEL7
/sbin
/sbin is called as system binary or superuser binary and it contains admin level commends like start service and stop service create & delete partitions etc.. /usr
/usr stands for Unix System Resource it contains system programs. /var
/var stands for variable and it contains variables information.