HOME > Development > Setup a Virtual Web Server using Linode or Digital Ocean

Setup a Virtual Web Server using Linode or Digital Ocean

  • Development
  • May 02, 2025
SynopsisSetup a Virtual Web Server using Linode or Digital Ocean, ava...
Setup a Virtual Web Server using Linode or Digital Ocean  No.1

Setup a Virtual Web Server using Linode or Digital Ocean, available at $59.99, has an average rating of 4.35, with 68 lectures, based on 516 reviews, and has 145181 subscribers.

You will learn about Deploy a Production Web Server using Linode or Digital Ocean Configure LAMP Stack on Ubuntu Navigate the Linode and Digital Ocean Interface Execute commands to a Virtual Server using PuTTY for Windows or Terminal for MAC Administer Basic Maintenance Commands to a Ubuntu Server Configure Host Name, Date, and New Users on a Ubuntu Server Configure Web Root Permissions for Apache Install and Configure TightVNC or RealVNC for Remote Server Administration using a Visual Desktop Scale, Backup, and Configure DNS Zone Files on Linode and Digital Ocean This course is ideal for individuals who are Students interested in hosting Web Applications of all Sizes and Complexity or Students interested in hosting with Digital Ocean or Linode or Students interested in building Dynamic, Scalable, Hosting Infrastructures or Students interested in Learning how to Secure a Virtual Web Server using SSH Authentication or Students interested in Learning how to access a Ubuntu Virtual Server Remotely and Administer Commands or Students interested in learning Basic Ubuntu commands or Students interested in learning how to administer a server using Terminal for MAC, or PuTTY for Windows It is particularly useful for Students interested in hosting Web Applications of all Sizes and Complexity or Students interested in hosting with Digital Ocean or Linode or Students interested in building Dynamic, Scalable, Hosting Infrastructures or Students interested in Learning how to Secure a Virtual Web Server using SSH Authentication or Students interested in Learning how to access a Ubuntu Virtual Server Remotely and Administer Commands or Students interested in learning Basic Ubuntu commands or Students interested in learning how to administer a server using Terminal for MAC, or PuTTY for Windows.

Enroll now: Setup a Virtual Web Server using Linode or Digital Ocean

Summary

Title: Setup a Virtual Web Server using Linode or Digital Ocean

Price: $59.99

Average Rating: 4.35

Number of Lectures: 68

Number of Published Lectures: 68

Number of Curriculum Items: 68

Number of Published Curriculum Objects: 68

Original Price: $119.99

Quality Status: approved

Status: Live

What You Will Learn

  • Deploy a Production Web Server using Linode or Digital Ocean
  • Configure LAMP Stack on Ubuntu
  • Navigate the Linode and Digital Ocean Interface
  • Execute commands to a Virtual Server using PuTTY for Windows or Terminal for MAC
  • Administer Basic Maintenance Commands to a Ubuntu Server
  • Configure Host Name, Date, and New Users on a Ubuntu Server
  • Configure Web Root Permissions for Apache
  • Install and Configure TightVNC or RealVNC for Remote Server Administration using a Visual Desktop
  • Scale, Backup, and Configure DNS Zone Files on Linode and Digital Ocean
  • Who Should Attend

  • Students interested in hosting Web Applications of all Sizes and Complexity
  • Students interested in hosting with Digital Ocean or Linode
  • Students interested in building Dynamic, Scalable, Hosting Infrastructures
  • Students interested in Learning how to Secure a Virtual Web Server using SSH Authentication
  • Students interested in Learning how to access a Ubuntu Virtual Server Remotely and Administer Commands
  • Students interested in learning Basic Ubuntu commands
  • Students interested in learning how to administer a server using Terminal for MAC, or PuTTY for Windows
  • Target Audiences

  • Students interested in hosting Web Applications of all Sizes and Complexity
  • Students interested in hosting with Digital Ocean or Linode
  • Students interested in building Dynamic, Scalable, Hosting Infrastructures
  • Students interested in Learning how to Secure a Virtual Web Server using SSH Authentication
  • Students interested in Learning how to access a Ubuntu Virtual Server Remotely and Administer Commands
  • Students interested in learning Basic Ubuntu commands
  • Students interested in learning how to administer a server using Terminal for MAC, or PuTTY for Windows
  • This course offers an in-depth, hands-on overview of setting up and configuring a production web server, using Linode or Digital Ocean. Virtual Cloud Servers have become the industry standard for hosting web applications of all sizes and complexity. This includes small static web pages, to dynamic, database driven web sites that handle thousands of simultaneous processes. Regardless of the project, virtual servers offer a solution that provides web developers a scalable infrastructure that can easily adapt to a changing environment.

    The course starts with an overview of the registration process on Linode. From there, students quickly jump into deploying and configuring a server using the latest Ubuntu LTS distribution. Students will become familiar with the Linode admin interface, and start executing basic commands using the web based remote access console. We then explore remote access administration using more complex tools such as PuTTY for Windows, and Terminal for MAC.

    Students will install and configure LAMP Stack (Linux, Apache, MySQL, PhpMyAdmin) on the Ubuntu server. We show students how to secure the server through SSH Authentication, directory permissions, and disable root user access.

    The course explores remote visual desktop configuration using TightVNC & RealVNC.

    Once students have a firm handle on server configuration on Linode, we take a look at another major cloud provider – Digital Ocean. This section of the course provides an overview of the Digital Ocean Admin panel where students will deploy and configure a “Droplet”. We will explore some of the unique features Digital Ocean offers, such as Floating IP’s and Space storage.

    Students learn to backup, resize, and configure DNS Zone files on both cloud hosting providers.

    Course Curriculum

    Chapter 1: Introduction to Cloud Computing

    Lecture 1: History of Linode

    Lecture 2: Intro to Cloud Computing

    Lecture 3: Benefits of Cloud Computing

    Lecture 4: Cloud Computing Service Models

    Chapter 2: Cloud Computing Service Models

    Lecture 1: Infrastructure as a Service (IaaS)

    Lecture 2: Platform as a Service (PaaS)

    Lecture 3: Software as a Service (SaaS)

    Lecture 4: IaaS vs PaaS vs SaaS

    Chapter 3: Cloud 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 4: 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 5: 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 6: 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 7: Foundations of Server Security

    Lecture 1: Introduction to Server Security

    Lecture 2: Introduction to Firewalls

    Lecture 3: Network Firewalls

    Lecture 4: Securing SSH with a Network Firewall

    Lecture 5: Strict Network Firewall Policy

    Lecture 6: Hosted Software Firewalls UFW

    Chapter 8: Server Scaling

    Lecture 1: Introduction to Scaling

    Lecture 2: Vertical Scaling

    Lecture 3: Horizontal Scaling with Auto Load Balancers (NodeBalancer)

    Lecture 4: Instance IP Swaps

    Chapter 9: Server Images and Backups

    Lecture 1: Introduction to Images and Backups

    Lecture 2: Creating a Custom Image

    Lecture 3: Linode Backup Service

    Chapter 10: Account Clean-Up and Segment Overview

    Lecture 1: Linode Account Clean-Up

    Lecture 2: Segment Overview

    Chapter 11: Deploying a Virtual Server on Digital Ocean

    Lecture 1: Deploying a Virtual Server on Digital Ocean

    Lecture 2: Creating and Attaching a Floating IP

    Lecture 3: Intro to Terminal and Root User Authentication

    Lecture 4: Apache Installation and Testing

    Lecture 5: Installing MySQL Database Management System

    Lecture 6: Installing and Testing PHP

    Lecture 7: Installing PhpMyAdmin for Database Administration

    Instructors

  • Setup a Virtual Web Server using Linode or Digital Ocean  No.2
    YouAccel Training
    8+ Million Enrollments, 70k+ Reviews. Register Today.
  • Rating Distribution

  • 1 stars: 11 votes
  • 2 stars: 14 votes
  • 3 stars: 75 votes
  • 4 stars: 174 votes
  • 5 stars: 242 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!