Skip to content

Commit 3553d4c

Browse files
committed
UPD - Getting Started with Ubuntu
1 parent b90610b commit 3553d4c

File tree

1 file changed

+16
-32
lines changed

1 file changed

+16
-32
lines changed

docs/technologies/ubuntu/getting-started.mdx

Lines changed: 16 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -13,30 +13,6 @@ This page aims to help beginners get familiar with **Ubuntu**, a popular Linux d
1313

1414
<br />
1515

16-
> Topics covered
17-
18-
- `Ubuntu` A short history
19-
- `Ubuntu` How to install
20-
- Installing Ubuntu on a Laptop/Desktop
21-
- Installing Ubuntu in a Virtual Machine via `VirtualBox`
22-
- Managing the system using the CLI
23-
- `sudo`
24-
- `apt`
25-
- `apt-get`
26-
- Managing the users via CLI
27-
- Installing packages
28-
- Recommended packages for programming
29-
- Python
30-
- MySQL
31-
- PostgreSQL
32-
- MongoDB
33-
- Redis
34-
35-
- Managing the services
36-
- CRON
37-
- Links & Resources
38-
39-
4016
## `Ubuntu` a short story
4117

4218
Ubuntu is a popular Linux-based operating system that was first released in 2004.
@@ -51,15 +27,19 @@ Today, Ubuntu is one of the most popular Linux distributions in the world, used
5127

5228
There are two main ways to install Ubuntu: on a laptop/desktop and in a virtual machine.
5329

54-
### Installing Ubuntu on a Laptop/Desktop
30+
<br />
31+
32+
### 👉 `Installing` Ubuntu on a `Laptop/Desktop`
5533

5634
Before we begin, here's what you'll need:
5735

5836
- A laptop or PC with at least 25GB of storage space.
5937
- A 4GB or larger USB stick/flash drive.
6038
- An Ubuntu ISO file. You can download it from the [official Ubuntu website](https://ubuntu.com/download).
6139

62-
#### Create a bootable USB stick
40+
<br />
41+
42+
#### ✅ Create a bootable USB stick
6343

6444
To install Ubuntu on your computer, you need to create a bootable USB drive with the Ubuntu ISO file. Here's how you can do it on Windows:
6545

@@ -76,7 +56,7 @@ To install Ubuntu on your computer, you need to create a bootable USB drive with
7656

7757
If you are using a different operating system, you can use an alternative tool like [Etcher](https://www.balena.io/etcher) to create the bootable USB drive.
7858

79-
#### Install Ubuntu
59+
#### Install Ubuntu
8060

8161
1. Restart your computer and enter the BIOS by pressing F2 or F10 or F12 (depending on your computer) when the logo appears.
8262
2. Go to the "Boot" tab and select the bootable USB drive as the primary boot option. Save and exit the BIOS. Your computer will restart and boot into the Ubuntu installation process.
@@ -87,7 +67,9 @@ If you are using a different operating system, you can use an alternative tool l
8767

8868
You've successfully installed Ubuntu on your laptop or desktop computer. Enjoy exploring this powerful and user-friendly operating system!
8969

90-
### Installing Ubuntu in a Virtual Machine via VirtualBox
70+
<br />
71+
72+
### 👉 `Installing` Ubuntu in `VirtualBox`
9173

9274
If you don't want to install Ubuntu directly on your computer, you can also install it in a virtual machine using VirtualBox. Here's how to do it:
9375

@@ -110,7 +92,9 @@ If you don't want to install Ubuntu directly on your computer, you can also inst
11092
8. Review the summary of your machine settings and click "Finish" to create the virtual machine.
11193
9. Start the virtual machine and follow the on-screen instructions to complete the Ubuntu installation.
11294

113-
## Managing Ubuntu using the CLI
95+
<br />
96+
97+
## `Managing Ubuntu` using the CLI
11498

11599
The command-line interface (CLI) is a powerful tool for managing Ubuntu.
116100
It allows you to perform various tasks quickly and efficiently Here are some basic commands you need to know:
@@ -476,14 +460,14 @@ This will display a list of all your current CRON jobs in the terminal window.
476460

477461
To remove a CRON job, follow these steps:
478462

479-
- Open your terminal and type the following command to open the CRON configuration file:
463+
- Open your terminal and type the following command to open the CRON configuration file:
480464

481465
```bash
482466
crontab -e
483467
```
484468

485-
- Once the editor opens, locate the line that corresponds to the job you want to remove and delete it.
486-
- Save and exit the editor.
469+
- Once the editor opens, locate the line that corresponds to the job you want to remove and delete it.
470+
- Save and exit the editor.
487471

488472
<br />
489473

0 commit comments

Comments
 (0)