-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from slipstream8125/main
Added a guide for the Ubuntu strata and modified StratVIM directory
- Loading branch information
Showing
3 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
title: Ubuntu on StratOS | ||
--- | ||
|
||
# What is Ubuntu? | ||
|
||
Ubuntu is a Linux distribution developed by Canonical. It is one of the most popular distribution due to its simplicity and ease of use for people new to Linux. | ||
|
||
The name "Ubuntu" is a South African word that means "I am becuase you are". This is meant to denote the spirit of the Linux distribution. | ||
|
||
Ubuntu was one of the first Linux distributions to have a scheduled release cycle. A version of Ubuntu is released every six months starting from October 2004. | ||
|
||
Ubuntu uses a Y.MM naming scheme for its version number. For example, Ubuntu 22.04 is meant to denote that this version of Ubuntu was released of the April of 2022. | ||
|
||
# How to use Ubuntu in StratOS | ||
StratOS has out-of-the-box (OOTB) support for Ubuntu : | ||
|
||
|
||
```bash | ||
sudo brl fetch ubuntu | ||
``` | ||
|
||
After installing Ubuntu as an strata on StratOS, we can run an update on its repos for safety: | ||
|
||
|
||
```bash | ||
sudo apt update && sudo apt upgrade | ||
``` |
File renamed without changes.