Skip to content

Commit 68e661d

Browse files
committed
fix(tutorials): tutorial review batch 2
1 parent 02bc8a2 commit 68e661d

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

tutorials/first-steps-linux-command-line/index.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
22
meta:
33
title: First steps with the Linux command line
4-
description: This tutorial shows you how to get started with the Linux command line (aka terminal)
4+
description: Learn the basics of Linux command line with this beginner-friendly tutorial. Master essential commands to navigate, manage files, and streamline tasks effectively.
55
content:
66
h1: First steps with the Linux command line
7-
paragraph: This tutorial shows you how to get started with the Linux command line (aka terminal)
7+
paragraph: Learn the basics of Linux command line with this beginner-friendly tutorial. Master essential commands to navigate, manage files, and streamline tasks effectively.
88
tags: linux ubuntu pwd mkdir
99
categories:
1010
- dedibox
1111
- instances
1212
- elastic-metal
1313
dates:
14-
validation: 2024-05-20
14+
validation: 2024-11-25
1515
posted: 2023-11-16
1616
---
1717

@@ -29,7 +29,7 @@ Even if you are using a GUI on your own local machine, you can also choose to us
2929

3030
When you are faced with operating a machine via the command line for the first time, this can be confusing and frustrating. This document aims to show you some of the basic principles of using a command line instead of a graphical interface. We will guide you through a series of hands-on exercises to practice some of the main commands you need to get started.
3131

32-
In this document, we cover commands for a **Linux** command line. If you are using a Windows command line, we recommend that you [refer to the Windows documentation](https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/windows-commands), as the commands differ. In the context of virtual machines and servers, a Linux-based OS is generally the go-to choice. Unlike Windows, Linux OSes do not require paid-for licenses, they are free and open source.
32+
In this document, we cover commands for a **Linux** command line. If you are using a Windows command line, we recommend that you [refer to the Windows documentation](https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/windows-commands), as the commands differ. In the context of virtual machines and servers, a Linux-based OS is generally the go-to choice. Unlike Windows, Linux OSes do not require paid-for licenses; they are free and open source.
3333

3434
<Message type="tip">
3535
If you are just looking for a quick recap and cheatsheet of Linux commands you are already familiar with, [skip to the last section](#linux-commands-summary-and-cheatsheet).

tutorials/install-medusa/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ categories:
99
- instances
1010
tags: ecommerce shopping medusajs
1111
dates:
12-
validation: 2024-05-20
12+
validation: 2024-11-25
1313
posted: 2023-05-10
1414
---
1515

tutorials/install-rkhunter/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ categories:
99
- compute
1010
tags: Rootkits rkhunter security
1111
dates:
12-
validation: 2024-05-20
12+
validation: 2024-11-25
1313
posted: 2018-10-30
1414
---
1515

tutorials/kubernetes-package-management-helm/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ categories:
1010
- kubernetes
1111
tags: kubernetes helm k8s
1212
dates:
13-
validation: 2024-05-23
13+
validation: 2024-11-25
1414
posted: 2024-05-23
1515
---
1616

0 commit comments

Comments
 (0)