LINUX CMDS
/Linux- Linux is an open source operating system. In Linux, We use the command line interface to run the programs . In Linux Open Source OS we can run an application without having hardware and software requirements. AWS cloud - it provides all the services that we need a virtual machine or software to run in a local machine. EC2(Elastic Computing Cloud) - EC2 is a web service where the computing can be resizable. Cloud computing can be categorized into three groups- 1. Private Cloud. 2. Public Cloud. 3. Hybrid Cloud. Servers- 1. mail server. 2. web server. 3. proxy server. 4. ftp(file transfer protocol) Containerisation- Docker podman skopeo buildah kubernetes LINUX COMMANDS- # - denotes root $ - denote normal user AWS cloud- (instance launch) sudo yum -y install httpd cat > index.html(command) sudo systemctl enable httpd sudo systemctl start httpd ================= -whoami (root) - # -hostname your hostname will be displayed. -pwd present working...