OpenStack Tutorial – Operate Your Own Private Cloud (Full Course)
By freeCodeCamp.org
Published: Jul 11, 2022“
Learn how to use OpenStack and manage your own private cloud.Start working with OpenStack using OpenMetal here: https://openmetal.io/cloud-trial-youtube-exclusive/
OpenStack is an open source software that provides cloud infrastructure for virtual machines, bare metal, and containers. In this course you will gain a core understanding of what OpenStack is and you will learn the basics of setting up and administering OpenStack using the OpenMetal platform.
Beau Carnes created this course.
This course was made possible by a grant from OpenMetal.
Course Contents
- (00:00) What is OpenStack?
- (02:25) OpenStack Services
- (04:42) Set Up OpenMetal
- (09:17) Access OpenStack Dashboard
- (13:42) Create OpenStack Project
- (15:42) Create OpenStack User
- (17:56) Manage and Create Images
- (21:54) Create a Private Network and Router
- (25:25) Visualize Network Topology
- (26:17) Create a Security Group
- (27:33) Set Up SSH Access
- (31:26) Create Instance
- (37:15) Log In to Instance
- (38:57) Install and Use OpenStack CLI
- (46:29) List Servers Using CLI
- (47:25) Using Various CLI Commands
- (50:16) How Private Clouds are Deployed
- (51:27) Understand Ceph
- (53:01) Check Status of Ceph Cluster
- (54:53) View Used Resources
”
Tag: Cloud
[#Script #Coding] Code an iPhone App with Swift – Full Course on iOS Swift Programming for Beginners
Code an iPhone App with Swift – Full Course on iOS Swift Programming for Beginners
By freeCodeCamp.org
Published: Dec 07, 2022“
Learn the Swift programming language in this full tutorial for beginners.In this video, we will go through every modern aspect of Swift as a programming language including, variables, constants, functions, structures, classes, and protocols. extensions, asynchronous programming, generics, and much more. This video will lay the foundation for learning Swift for those who are not familiar with Swift already.
You can follow along with this video on macOS, Linux, and Windows. On Linux and Windows, you will need to download the Swift toolchain from https://swift.org and run the examples manually by invoking Swift from Terminal using your favorite code editor such as Visual Studio Code.
Vandad Nahavandipoor created this course.
Vandad on YouTube: https://youtube.com/c/vandadnp
Vandad on Twitter: https://twitter.com/vandadnp
Vandad on LinkedIn: https://linkedin.com/in/vandadnpContents
- (0:00:00) Introduction
- (0:06:49) Variables
- (0:29:46) Operators
- (0:46:55) If and else
- (1:05:08) Functions
- (1:23:58) Closures
- (1:52:08) Structures
- (2:17:58) Enumerations
- (2:59:21) Classes
- (3:24:51) Protocols
- (3:47:48) Extensions
- (4:00:06) Generics
- (4:32:44) Optionals
- (4:53:39) Error Handling
- (5:39:35) Collections
- (6:17:17) Equality and Hashing
- (6:38:46) Custom Operators
- (6:50:53) Asynchronous Programming
- (7:04:38) Outro
”