Linux tutorial for beginners: Learn the basics & set up Ubuntu Language: German

Linux tutorial for beginners: Learn the basics & set up Ubuntu

Web design, CMS & development, Office 44 Videos · 4.6 h Video training · English René Fürst by René Fürst

Fancy a fresh start? With the Linux tutorial, you can take the step towards the free open source operating system. You will learn the basics of Linux and set up the Ubuntu distribution without having to remove your current system immediately. With trainer René Fürst, you can make the switch even as a beginner. In 4.5 hours you will learn what Linux is and how to use it. Illustrated point by point.

  • 44 lessons in 4.5 hours video tutorial on Linux and the Ubuntu operating system
  • Your switch made easy: basics, background knowledge, installation and application
  • Including e-book instructions: Linux for beginners - The beginner's course
  • From IT pro René Fürst, who lets you run Linux on your computer and web server

Take a look at it, try it out or implement it directly - your Linux switch can be that uncomplicated! Get all your data up and running.

content

44 Videos, 274 minutes

Introduction

2 Videos · 5 minutes
01 Open free of charge

Linux for beginners - 1.1 Course intro

A warm welcome to the course.

02 Open free of charge

Linux for beginners - 1.2 Agenda

Overview of the course content.

01

Linux for beginners - 1.1 Course intro

2 min Open
02

Linux for beginners - 1.2 Agenda

3 min Open

Linux: background

4 Videos · 22 minutes
03 Open

Linux for beginners - 2.1 What is Linux?

What is Linux? And what is it used for?

04 Open

Linux for beginners - 2.2 The development of Linux

How did Linux come about? Which company is behind it?

05 Open

Linux for beginners - 2.3 Which Linux distribution is right for me?

Let's take a look at the most important distributions and their advantages.

06 Open

Linux for beginners - 2.4 What does free and open source software mean?

Let's take a closer look at what is behind "open source".

03

Linux for beginners - 2.1 What is Linux?

5 min Open
04

Linux for beginners - 2.2 The development of Linux

7 min Open
05

Linux for beginners - 2.3 Which Linux distribution is right for me?

5 min Open
06

Linux for beginners - 2.4 What does free and open source software mean?

5 min Open

Installation and Preparation

4 Videos · 39 minutes
07 Open

Linux for beginners - 3.1 VirtualBox installation

In this lesson we will download and install VirtualBox.

08 Open

Linux for beginners - 3.2 Installing Ubuntu with VirtualBox

We use VirtualBox, a virtual machine, to install our Linux. Learn how to install it and make Ubuntu run on it.

09 Open

Linux for beginners - 3.3 Installing an SSH server on your Linux

To be able to access the Linux server from outside, we need SSH access. You can learn how this works here!

10 Open

Linux for beginners - 3.4 Renting a Linux server

As an alternative to VirtualBox, we can also rent a Linux server for free! You will receive a $10 voucher from DigitalOcean as a new customer and get up to 2 months free access to a real Linux root server. However, you will need to enter your payment details and top up your account.

07

Linux for beginners - 3.1 VirtualBox installation

3 min Open
08

Linux for beginners - 3.2 Installing Ubuntu with VirtualBox

20 min Open
09

Linux for beginners - 3.3 Installing an SSH server on your Linux

7 min Open
10

Linux for beginners - 3.4 Renting a Linux server

9 min Open

Linux fundamentals

4 Videos · 30 minutes
11 Open

Linux for beginners - 4.1 Graphical user interface of Ubuntu

Overview of the graphical Ubuntu user interface, explained briefly and concisely.

12 Open

Linux for beginners - 4.2 The directory structures of Linux

Learn what Linux looks like and what the directories are for.

13 Open

Linux for beginners - 4.3 The Bash (Shell)

Almost everything can be done under Linux in the bash (shell) - also known as the terminal. Let's learn what we need it for.

14 Open

Linux for beginners - 4.4 The tab-stop trick

Learn to use inputs in Bash with the tab-stop trick.

11

Linux for beginners - 4.1 Graphical user interface of Ubuntu

8 min Open
12

Linux for beginners - 4.2 The directory structures of Linux

15 min Open
13

Linux for beginners - 4.3 The Bash (Shell)

3 min Open
14

Linux for beginners - 4.4 The tab-stop trick

4 min Open

Working with Linux

10 Videos · 41 minutes
15 Open

Linux for beginners - 5.1 Sudo and the super user (root)

In this lesson, we will use the "sudo" and "su" commands to run the programs with the correct authorizations.

16 Open

Linux for beginners - 5.2 Viewing the contents of a directory with ls

Get to know the listings in Linux. What functions does "ls" offer?

17 Open

Linux for beginners - 5.3 Wildcards/placeholders under Linux

Learn what you need placeholders for. We go through the most important placeholders.

18 Open

Linux for beginners - 5.4 Change directory with cd

In this lesson we will get to know the "cd" command.

19 Open

Linux for beginners - 5.5 Where am I right now? The command pwd

In this lesson we will get to know the "pwd" command.

20 Open

Linux for beginners - 5.6 Displaying the contents of files with cat, tail, head, more

In this lesson, we will learn about the commands "cat", "tail", "head" and "more".

21 Open

Linux for beginners - 5.7 Displaying values with echo

In this lesson, we will get to know the "echo" command.

22 Open

Linux for beginners - 5.8 Documentation on commands with man

In this lesson we will get to know the "man" command.

23 Open

Linux for beginners - 5.9 The help option

In this lesson, we will learn about the "help" program option.

24 Open

Linux for beginners - 5.10 Clearing the screen with clear and exiting the current session

In this lesson, we will learn about the "clear" and "exit" commands.

15

Linux for beginners - 5.1 Sudo and the super user (root)

3 min Open
16

Linux for beginners - 5.2 Viewing the contents of a directory with ls

8 min Open
17

Linux for beginners - 5.3 Wildcards/placeholders under Linux

9 min Open
18

Linux for beginners - 5.4 Change directory with cd

4 min Open
19

Linux for beginners - 5.5 Where am I right now? The command pwd

1 min Open
20

Linux for beginners - 5.6 Displaying the contents of files with cat, tail, head, more

6 min Open
21

Linux for beginners - 5.7 Displaying values with echo

4 min Open
22

Linux for beginners - 5.8 Documentation on commands with man

3 min Open
23

Linux for beginners - 5.9 The help option

2 min Open
24

Linux for beginners - 5.10 Clearing the screen with clear and exiting the current session

1 min Open

Working with files and folders

10 Videos · 73 minutes
25 Open

Linux for beginners - 6.1 Creating and deleting folders

Create and delete a new folder with "mkdir", "rmdir" and "rf".

26 Open

Linux for beginners - 6.2 Creating and deleting files

Create and delete a new file with "touch", "rf".

27 Open

Linux for beginners - 6.3 Copying, moving and renaming files and folders

Learn how to handle files and folders. We move files and folders and rename them.

28 Open

Linux for beginners - 6.4 Editing files with the Nano-Editor

Learn how to edit files and create new ones.

29 Open

Linux for beginners - 6.5 Execute file

Learn how to execute files.

30 Open

Linux for beginners - 6.6 Archiving and compressing files with tar, zip

Learn how to archive, compress and unpack files and folders.

31 Open

Linux for beginners - 6.7 Displaying file and folder sizes

In this lesson we will get to know the command "du".

32 Open

Linux for beginners - 6.8 Searching for files and folders with find and locate

In this lesson, we will learn about the "find" and "locate" commands.

33 Open

Linux for beginners - 6.9 Filtering and evaluating output

Working with Pipes, Grep, Sort and much more.

34 Open

Linux for beginners - 6.10 Copying files securely over the network with SSH and FTP

Learn how to copy files securely between your PC and the Linux PC.

25

Linux for beginners - 6.1 Creating and deleting folders

6 min Open
26

Linux for beginners - 6.2 Creating and deleting files

5 min Open
27

Linux for beginners - 6.3 Copying, moving and renaming files and folders

8 min Open
28

Linux for beginners - 6.4 Editing files with the Nano-Editor

8 min Open
29

Linux for beginners - 6.5 Execute file

8 min Open
30

Linux for beginners - 6.6 Archiving and compressing files with tar, zip

10 min Open
31

Linux for beginners - 6.7 Displaying file and folder sizes

3 min Open
32

Linux for beginners - 6.8 Searching for files and folders with find and locate

10 min Open
33

Linux for beginners - 6.9 Filtering and evaluating output

10 min Open
34

Linux for beginners - 6.10 Copying files securely over the network with SSH and FTP

5 min Open

Property and access rights

3 Videos · 18 minutes
35 Open

Linux for beginners - 7.1 Owner of files and folders

In this lesson we will get to know the "chown" command.

36 Open

Linux for beginners - 7.2 Access rights to files and folders

In this lesson we will get to know the "chmod" command.

37 Open

Linux for beginners - 7.3 Recognizing file types

Learn to recognize what a folder, a file or a link is.

35

Linux for beginners - 7.1 Owner of files and folders

5 min Open
36

Linux for beginners - 7.2 Access rights to files and folders

10 min Open
37

Linux for beginners - 7.3 Recognizing file types

3 min Open

User and group management

3 Videos · 16 minutes
38 Open

Linux for beginners - 8.1 The root user (administrator)

Learn what a root user is for and when you should use it.

39 Open

Linux for beginners - 8.2 Creating and deleting a new user

Let's learn how to create a new user and then delete it again.

40 Open

Linux for beginners - 8.3 Creating and deleting a new group

Let's learn how to create a new group and then delete it again.

38

Linux for beginners - 8.1 The root user (administrator)

5 min Open
39

Linux for beginners - 8.2 Creating and deleting a new user

5 min Open
40

Linux for beginners - 8.3 Creating and deleting a new group

6 min Open

Management of the operating system

3 Videos · 25 minutes
41 Open

Linux for beginners - 9.1 Cronjob: recurring tasks

Learn how to set up recurring tasks.

42 Open

Linux for beginners - 9.2 Displaying and stopping instances and processes

Learn to display the system resources and close them if necessary. Because if a program uses too many hardware resources, the entire system can become unstable.

43 Open

Linux for beginners - 9.3 Installing software with package manager APT

Learn how easy it is to install and uninstall new software.

41

Linux for beginners - 9.1 Cronjob: recurring tasks

9 min Open
42

Linux for beginners - 9.2 Displaying and stopping instances and processes

6 min Open
43

Linux for beginners - 9.3 Installing software with package manager APT

10 min Open

Use Linux as a web server for WordPress

1 Videos · 10 minutes
44 Open

Linux for beginners - 10 Using your Linux as a web server for WordPress

Let's install a working WordPress on our Ubuntu 16.04 system together, including the latest PHP 7!

44

Linux for beginners - 10 Using your Linux as a web server for WordPress

10 min Open
Comments (1)

Comment now „Linux tutorial for beginners: Learn the basics & set up Ubuntu“