02Geek HTML5 and JavaScript, TypeScript, React, Flash, ActionScript online School

Setting a Linux Cloud Server

we will walk you through the concepts behind the updates and help you create a server that is safer and more robust teaching you step by step the tasks related to creating a server and maintaining it.

Duration:

40:31

Created with

Ben Fhala

Ben Fhala

Ben Fhala is the creative force and founder behind 02geek, a pioneering platform dedicated to making web development accessible to everyone. With over 18 years of experience in the industry, Ben has a deep passion for teaching and a knack for breaking down complex concepts into easy-to-understand lessons.

Setting a Linux Cloud Server Overview

What you'll learn

Creating a server on your own using a Cloud can get frustrating and hard. Most online documents expect you to know more then you probably do. In this video course we will walk you through the concepts behind the updates and help you create a server that is safer and more robust teaching you step by step the tasks related to creating a server and maintaining it.

Cloud Hosting Intro

01:15

How to Connect to your Server on Windows(via Putty SSH)

The way you connect to a linux server on windows and mac are different. Although both are through SSH you need to use different tools. While Mac comes with a built in SSH in its terminal on windows we

03:14

Connecting to SSH with the Mac Terminal

In this video session we will explore the steps involved in using the Mac Terminal to connect to our server.

01:41

Creating a new User and Password on Linux

We want to create a new linux user. In this session we will use two linux commands the passwd and the adduser to create a new user and give them a good password to keep our user safer from hackers.

03:09

How to remove an unwanted linux user

Every user that you add your not only adding a user but your adding a new folder just like users on your desktop that contain information on the user and files that the user stored (such as the files

02:09

Understanding and Using Access Levels

A new user by default can only access there own files. We want to be able to define higher level of access to our user do do that we will enter the visudu file

07:52

Defining Access using Linux Groups

The first step of deigning the access level of a group is very similar to the way we did it in the last lesson using visudu (we will see it in the video above). Followed by adding the user into the gr

07:05

What are Access Levels on Linux

This session is dedicated to really understanding what the access levels we talked about throughout the last few lessons. It isn't mandatory but I strongly suggest you watch it as it will empower you

04:29

Creating and Managing Groups

In this session we want to focus on creating a new group as we connect the dots with all the other commands we learned in the last few lessons.

06:03

Powerful Linux ways to control users

Not every user on linux is equal and many times you would want to create a user but not only limit there access but maybe freeze there account or define for how long will there account be active.

03:34
Download Source Files