diff --git a/.gitignore b/.gitignore index 6240da8..803c6fe 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,8 @@ yarn-debug.log* yarn-error.log* pnpm-debug.log* +#package-lock.json +package-lock.json # environment variables .env diff --git a/src/content/docs/strata/Ubuntu.md b/src/content/docs/strata/Ubuntu.md new file mode 100644 index 0000000..1f30d7c --- /dev/null +++ b/src/content/docs/strata/Ubuntu.md @@ -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 +``` diff --git a/src/content/docs/tools/Stratvim/introduction.md b/src/content/docs/tools/StratVIM/introduction.md similarity index 100% rename from src/content/docs/tools/Stratvim/introduction.md rename to src/content/docs/tools/StratVIM/introduction.md