📄️ 1-1 Introduction and Basics of Linux
Linux is a powerful, open-source operating system (OS) that powers everything from servers and smartphones to embedded systems and personal computers. It is based on the UNIX operating system and is known for its stability, security, and versatility. Linux is widely used in software development, IT infrastructure, and various other industries.
📄️ 1-2 Installation of Ubuntu
This tutorial will guide you through the steps required to install Ubuntu Desktop on your laptop or PC.
📄️ 1-3 Establishing an SSH Connection
In this tutorial, you will learn how to establish an SSH connection between your personal PC and a remote PC running Ubuntu.
📄️ 1-4 Installing Docker Engine
Docker is a software platform that allows you to build, test, and deploy applications quickly. Docker packages software into standardized units called containers that have everything the software needs to run including libraries, system tools, code, and runtime.
📄️ 1-5 Creating Docker Containers
In this tutorial, we will learn how to create Dev Containers in VS Code.
📄️ 1-6 Installation of Docusaurus and Source Control Using Git
In this tutorial, we will install Docusaurus in a Dev Container and perform source control using Git and GitHub.
📄️ 1-7 Deployment of Docusaurus
In this short tutorial, we will learn how to deploy our Docusaurus website so that it is accessible to users on the Internet.