Companies Home Search Profile

Setup LAMP Stack on a Remote Cloud Server + PHP Foundations

Focused View

YouAccel Training

6:41:39

189 View
  • 1. History of Linode.mp4
    04:40
  • 2. Intro to Cloud Computing.mp4
    02:58
  • 3. Benefits of Cloud Computing.mp4
    08:53
  • 4. Cloud Computing Service Models.mp4
    02:48
  • 1. Linode Account Setup.mp4
    02:04
  • 2. Exploring the Linode Cloud Manager.mp4
    06:07
  • 3. Enabling TFA on Linode.mp4
    06:23
  • 4. Deploying a Linode Virtual Instance.mp4
    08:46
  • 5. Exploring the Linode Instance Dashboard.mp4
    13:35
  • 6. Remote Server Admin via SSH.mp4
    02:05
  • 7. Password vs SSH Key Authentication.mp4
    08:24
  • 8. SSH Key Pair Authentication on Windows.mp4
    14:59
  • 9. SSH Key Pair Authentication on MacOS.mp4
    06:32
  • 10. Connecting with LISH.mp4
    02:23
  • 11. Adding SSH Public Keys to Linode.mp4
    03:23
  • 1. Introduction to Linux.mp4
    08:41
  • 2. The Linux Filesystem.mp4
    07:11
  • 3. Linux Maintenance Commands.mp4
    07:35
  • 4. Linux Directory Commands [Part 1].mp4
    07:27
  • 5. Linux Directory Commands [Part 2].mp4
    07:25
  • 6. Ubuntu Basic Server Configuration.mp4
    15:43
  • 7. Introduction to User Accounts.mp4
    03:57
  • 8. Creating a Non-Root Account.mp4
    03:33
  • 9. Securing the New User Account.mp4
    09:09
  • 10. Disabling Root User Access and Password Authentication.mp4
    07:55
  • 1. Introduction to Web Servers.mp4
    05:41
  • 2. Self Hosting vs Hosting Provider.mp4
    04:38
  • 3. Web Server Software (NGINX vs Apache).mp4
    07:59
  • 4. Introduction to Databases.mp4
    04:08
  • 5. SQL vs NoSQL Databases.mp4
    08:02
  • 6. Database Transaction Standards (ACID vs CAP).mp4
    04:19
  • 7. CAP Theorem for NoSQL Databases.mp4
    03:51
  • 8. Characteristics of SQL vs NoSQL DBMSes.mp4
    16:07
  • 9. Key Terms Stacks, Frameworks, & Languages [Part 1].mp4
    06:44
  • 10. Key Terms Stacks, Frameworks, & Languages [Part 2].mp4
    03:38
  • 11. Key Terms Stacks, Frameworks, & Languages [Part 3].mp4
    05:04
  • 1. Installing LAMP Stack on Ubuntu via Command Line.mp4
    11:10
  • 2. Installing LAMP Stack using Linode Marketplace.mp4
    06:45
  • 3. Testing PHP on Apache.mp4
    07:19
  • 4. Testing MariaDB Connection from PHP [Part 1].mp4
    12:14
  • 5. Testing MariaDB Connection from PHP [Part 2].mp4
    05:45
  • 6. Remote Server Administration using Linode GLISH.mp4
    08:02
  • 1. PHP Introduction.mp4
    03:03
  • 2. PHP Preparation.mp4
    02:55
  • 3. PHP File Test.mp4
    02:20
  • 4. PHP Syntax.mp4
    05:37
  • 5. PHP Variables.mp4
    03:46
  • 6. PHP Variable Scope.mp4
    03:15
  • 7. PHP Global Keyword.mp4
    02:03
  • 8. PHP Static Keyword.mp4
    01:45
  • 9. PHP Echo - Print.mp4
    04:01
  • 10. PHP Data Types.mp4
    05:46
  • 11. PHP Objects.mp4
    02:58
  • 12. PHP Strings.mp4
    01:50
  • 13. PHP Constants.mp4
    03:04
  • 14. PHP Operators.mp4
    08:52
  • 15. PHP Conditional Statements.mp4
    02:32
  • 16. PHP ElseIf Statement.mp4
    03:11
  • 17. PHP Switch Statement.mp4
    01:45
  • 18. PHP While Loops.mp4
    04:34
  • 19. PHP For Loops.mp4
    01:40
  • 20. PHP Functions.mp4
    03:29
  • 21. PHP Functions Continued.mp4
    01:49
  • 22. PHP Arrays.mp4
    04:51
  • 23. PHP Multidimensional Arrays.mp4
    01:59
  • 24. PHP Sorting Arrays.mp4
    02:51
  • 25. PHP Superglobal Variables.mp4
    02:10
  • 26. PHP Forms Introduction.mp4
    04:06
  • 27. PHP POST vs GET Basics.mp4
    05:24
  • 28. PHP Form Output and Validation.mp4
    09:36
  • 29. PHP Form Required Fields.mp4
    04:40
  • 30. PHP Validation Continued.mp4
    01:45
  • Description


    Cloud Computing Foundations | Instance Deployment | LAMP Stack Configuration | Database Deployment | PHP Basics

    What You'll 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 is this for?


  • 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
  • What You Need to Know?


  • Basic computer skills.
  • No programming experience needed. You will learn everything you need to know.
  • More details


    Description

    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.

    Who this course is for:

    • 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

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    YouAccel Training
    YouAccel Training
    Instructor's Courses
    YouAccel was founded in 2015 with the mission to be one of the most interactive e-learning platforms on the web. YouAccel is now a leading provider in online training, serving a global audience of over 2 million passionate learners. This includes 6+ Million enrollments, across 50 best-selling courses. YouAccel offers courses across numerous industries from Programming & IT to Business, Marketing, Design, and Productivity.The e-learning experience provided by YouAccel is Dynamic. Each course is streamed in High Definition with corresponding assignments, quizzes, and exams that are delivered and graded electronically. All YouAccel courses are taught by certified educators that have numerous years of work experience in the field for which they provide instruction. The courses can be taken at one's own pace and are offered at several levels including beginner, intermediate and advanced. Taking the experience to a new personalized level, free support is available to all students who register for a course. All courses come with a certificate of completion and no age restrictions apply.YouAccel strongly believes that the future of online learning will be through open community-based initiatives, where everyone’s voice is equally heard. This is exactly what YouAccel strives to achieve – an inclusive environment, where students have control over the direction of course content. YouAccel courses are continuously updated based on feedback from students and engaged community members. YouAccel instructors encourage communication at every step of the learning process. To date, hundreds of contributors around the globe have invested both time and resources, to ensure YouAccel courses meet the highest level of quality. YouAccel instructors are world renowned and many of them have been featured in mainstream publications such as Forbes, Mashable, Entrepreneur, and PBS among others.
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 72
    • duration 6:41:39
    • Release Date 2022/11/22