Skip to content

Commit

Permalink
Merge pull request #4 from slipstream8125/main
Browse files Browse the repository at this point in the history
Added a guide for the Ubuntu strata and modified StratVIM directory
  • Loading branch information
zstg authored Jun 8, 2024
2 parents 9ce2109 + 6e43562 commit 6956930
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ yarn-debug.log*
yarn-error.log*
pnpm-debug.log*

#package-lock.json
package-lock.json

# environment variables
.env
Expand Down
28 changes: 28 additions & 0 deletions src/content/docs/strata/Ubuntu.md
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
```

0 comments on commit 6956930

Please sign in to comment.