JWJayesh Wadileinthisisjayesh05.hashnode.dev·Apr 17, 2023 · 4 min readLinux_for_DevOpsDate: 5 Feb 2023 In the class, we go through the fundamental linux commands, permissions, ssh protocol, directory structure, and the Git version control system. Explain layers of the Linux Operating System? Linux Layers: Mainly There are 3 layers...00
JWJayesh Wadileinthisisjayesh05.hashnode.dev·Apr 17, 2023 · 1 min readWordPress Hosting on EC2Host WordPress (ec2 Ubuntu 22.04 lts) LAMP→linux,apache2,mysql,php..4 dependencies #apt-get install apache2 mysql-server php php-mysql (php for communication to database) #awget https://wordpress.org/latest.tar.gz (modified)-->Prefer this for slic...00