Setup LAMP Stack on a Remote Cloud Server + PHP Foundations
Setup LAMP Stack on a Remote Cloud Server + PHP Foundations, available at $44.99, has an average rating of 4.6, with 71 lectures, based on 103 reviews, and has 39871 subscribers.
You will learn about The benefits of cloud computing over traditional on-premises data centers. Foundations of Cloud Computing Service Models Setting up and navigating a Linode account Securing a Linode account with TFA Remote Server Administration via SSH Securely Authenticating to a Virtual Instance Remotely using SSH Key Pairs Foundations of the Linux Filesystem Linux Maintenance and Configuration Linux Use Accounts and System Security Foundations of Web Servers Foundations of DBMSes and Database Transaction Standards Foundations of SQL vs NoSQL Databases Installing and Configuring LAMP Stack on Ubuntu Testing MariaDB & PHP on Apache A Beginners Guide to Coding in PHP [Variables, Arrays, Functions, Loops, Conditional Statements, etc.) This course is ideal for individuals who are Students interested in Cloud Computing and the Cloud Computing Service Models or Students interested in Deploying and Configuring Virtual Instances using Cloud Services [IaaS] or Students interested in learning the Foundations of Linux or Students interested in learning the foundations of Web Servers and Databases or Students interested in Installing and Configuring LAMP Stack on Ubuntu or Students interested in learning how to code in PHP It is particularly useful for Students interested in Cloud Computing and the Cloud Computing Service Models or Students interested in Deploying and Configuring Virtual Instances using Cloud Services [IaaS] or Students interested in learning the Foundations of Linux or Students interested in learning the foundations of Web Servers and Databases or Students interested in Installing and Configuring LAMP Stack on Ubuntu or Students interested in learning how to code in PHP.
Enroll now: Setup LAMP Stack on a Remote Cloud Server + PHP Foundations
Summary
Title: Setup LAMP Stack on a Remote Cloud Server + PHP Foundations
Price: $44.99
Average Rating: 4.6
Number of Lectures: 71
Number of Published Lectures: 71
Number of Curriculum Items: 71
Number of Published Curriculum Objects: 71
Original Price: $89.99
Quality Status: approved
Status: Live
What You Will Learn
- The benefits of cloud computing over traditional on-premises data centers.
- Foundations of Cloud Computing Service Models
- Setting up and navigating a Linode account
- Securing a Linode account with TFA
- Remote Server Administration via SSH
- Securely Authenticating to a Virtual Instance Remotely using SSH Key Pairs
- Foundations of the Linux Filesystem
- Linux Maintenance and Configuration
- Linux Use Accounts and System Security
- Foundations of Web Servers
- Foundations of DBMSes and Database Transaction Standards
- Foundations of SQL vs NoSQL Databases
- Installing and Configuring LAMP Stack on Ubuntu
- Testing MariaDB & PHP on Apache
- A Beginners Guide to Coding in PHP [Variables, Arrays, Functions, Loops, Conditional Statements, etc.)
Who Should Attend
- Students interested in Cloud Computing and the Cloud Computing Service Models
- Students interested in Deploying and Configuring Virtual Instances using Cloud Services [IaaS]
- Students interested in learning the Foundations of Linux
- Students interested in learning the foundations of Web Servers and Databases
- Students interested in Installing and Configuring LAMP Stack on Ubuntu
- Students interested in learning how to code in PHP
Target Audiences
- Students interested in Cloud Computing and the Cloud Computing Service Models
- Students interested in Deploying and Configuring Virtual Instances using Cloud Services [IaaS]
- Students interested in learning the Foundations of Linux
- Students interested in learning the foundations of Web Servers and Databases
- Students interested in Installing and Configuring LAMP Stack on Ubuntu
- Students interested in learning how to code in PHP
In this course you will learn the foundations of LAMP Stack and PHP. LAMP is an acronym for a popular group of software packages used to deliver high-performance web applications. LAMP is most commonly used to denote Linux, Apache, MySQL, and PHP. However, MySQL and PHP are often swapped for alternative software solutions such as MariaDB, and Python.
The course starts with a detailed overview on setting up and configuring an instance remotely using terminal and terminal emulators such as PuTTY. Here, students learn the foundations of Linux and various Linux distributions such as Ubuntu to securely power web servers. Students will learn various Linux maintenance and directory commands, coupled with user account configuration and disabling root user access. From there, we dive into the foundations of database management systems and explore the difference between SQL and NoSQL databases. We also explore the two main database transaction standards, including ACID and CAP theorem.
Once students have a solid understand on the foundations of cloud computing, we demonstrate how to securely install and configure LAMP Stack on Ubuntu. The installation will be complete with MariaDB and PHP, whereby students will learn to execute database commands directly from server-side PHP scripts. The course concludes with an entire section devoted to PHP development, where we explore just about every aspect of PHP syntax to code dynamic web content.
As you can see this course covers a tremendous bit of ground and we hope you’re just as excited about this course as we are, if so – hit that enroll button and let’s get started.
Course Curriculum
Chapter 1: Introduction to Cloud Computing
Lecture 1: Intro to Cloud Computing
Lecture 2: Benefits of Cloud Computing
Lecture 3: Cloud Computing Service Models
Chapter 2: Linux Server Deployment on Linode
Lecture 1: Linode Account Setup
Lecture 2: Exploring the Linode Cloud Manager
Lecture 3: Enabling TFA on Linode
Lecture 4: Deploying a Linode Virtual Instance
Lecture 5: Exploring the Linode Instance Dashboard
Lecture 6: Remote Server Admin via SSH
Lecture 7: Password vs SSH Key Authentication
Lecture 8: SSH Key Pair Authentication on Windows
Lecture 9: SSH Key Pair Authentication on MacOS
Lecture 10: Connecting with LISH
Lecture 11: Adding SSH Public Keys to Linode
Chapter 3: Linux Foundations
Lecture 1: Introduction to Linux
Lecture 2: The Linux Filesystem
Lecture 3: Linux Maintenance Commands
Lecture 4: Linux Directory Commands [Part 1]
Lecture 5: Linux Directory Commands [Part 2]
Lecture 6: Ubuntu Basic Server Configuration
Lecture 7: Introduction to User Accounts
Lecture 8: Creating a Non-Root Account
Lecture 9: Securing the New User Account
Lecture 10: Disabling Root User Access and Password Authentication
Chapter 4: Web Server and Database Foundations
Lecture 1: Introduction to Web Servers
Lecture 2: Self Hosting vs Hosting Provider
Lecture 3: Web Server Software (NGINX vs Apache)
Lecture 4: Introduction to Databases
Lecture 5: SQL vs NoSQL Databases
Lecture 6: Database Transaction Standards (ACID vs CAP)
Lecture 7: CAP Theorem for NoSQL Databases
Lecture 8: Characteristics of SQL vs NoSQL DBMSes
Lecture 9: Key Terms: Stacks, Frameworks, & Languages [Part 1]
Lecture 10: Key Terms: Stacks, Frameworks, & Languages [Part 2]
Lecture 11: Key Terms: Stacks, Frameworks, & Languages [Part 3]
Chapter 5: LAMP Stack Installation and Configuration
Lecture 1: Installing LAMP Stack on Ubuntu via Command Line
Lecture 2: Installing LAMP Stack using Linode Marketplace
Lecture 3: Testing PHP on Apache
Lecture 4: Testing MariaDB Connection from PHP [Part 1]
Lecture 5: Testing MariaDB Connection from PHP [Part 2]
Lecture 6: Remote Server Administration using Linode GLISH
Chapter 6: PHP Foundations
Lecture 1: PHP Introduction
Lecture 2: PHP Preparation
Lecture 3: PHP File Test
Lecture 4: PHP Syntax
Lecture 5: PHP Variables
Lecture 6: PHP Variable Scope
Lecture 7: PHP Global Keyword
Lecture 8: PHP Static Keyword
Lecture 9: PHP Echo – Print
Lecture 10: PHP Data Types
Lecture 11: PHP Objects
Lecture 12: PHP Strings
Lecture 13: PHP Constants
Lecture 14: PHP Operators
Lecture 15: PHP Conditional Statements
Lecture 16: PHP ElseIf Statement
Lecture 17: PHP Switch Statement
Lecture 18: PHP While Loops
Lecture 19: PHP For Loops
Lecture 20: PHP Functions
Lecture 21: PHP Functions Continued
Lecture 22: PHP Arrays
Lecture 23: PHP Multidimensional Arrays
Lecture 24: PHP Sorting Arrays
Lecture 25: PHP Superglobal Variables
Lecture 26: PHP Forms Introduction
Lecture 27: PHP POST vs GET Basics
Lecture 28: PHP Form Output and Validation
Lecture 29: PHP Form Required Fields
Lecture 30: PHP Validation Continued
Instructors
-
YouAccel Training
8+ Million Enrollments, 70k+ Reviews. Register Today.
Rating Distribution
- 1 stars: 1 votes
- 2 stars: 1 votes
- 3 stars: 11 votes
- 4 stars: 33 votes
- 5 stars: 57 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024
- Top 10 Gardening Courses to Learn in November 2024