os.md 2.1 KB
Newer Older
C
Caspar Zhang 已提交
1 2 3 4 5 6 7 8
---
title: Alibaba Cloud Linux OS
description: An open-source Linux distribution powered by Alibaba Cloud
---

Brief Introduction to Alibaba Cloud Linux OS
============================================

C
Caspar Zhang 已提交
9
+ [中文版](zh/os.md)
C
Caspar Zhang 已提交
10

C
Caspar Zhang 已提交
11 12 13 14 15 16 17 18 19 20 21 22 23
Table of Contents
-----------------
1. [What is Alibaba Cloud Linux OS](#1-what-is-alibaba-cloud-linux-os)
2. [How to use](#2-how-to-use)
3. [Getting source](#3-getting-source)
4. [Getting helps](#4-getting-helps)

-------------------------

## 1. What is Alibaba Cloud Linux OS

Alibaba Cloud Linux (a.k.a. Aliyun Linux) OS is an open-source Linux distribution originated by Alibaba Operating System team, aiming to deliver OS services with various functionality, high performance and stability to Alibaba Cloud Elastic Compute Service (ECS) customers.

C
Caspar Zhang 已提交
24
Current released version is Alibaba Cloud Linux OS version 2, or known as 'Aliyun Linux 2', please refer to the [release note](https://www.alibabacloud.com/help/doc-detail/111881.html) for more details.
C
Caspar Zhang 已提交
25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48

## 2. How to use

Simply buy an ECS instance and get started: [chs](https://ecs-buy.aliyun.com/), [eng](https://ecs-buy-intl.aliyun.com/).

## 3. Getting source

When running with an Alibaba Cloud Linux 2 OS, you should be able to fetch source RPMs via `yumdownloader` tool (make sure you have `yum-utils` package installed first):

```bash
sudo yum install -y yum-utils
sudo yumdownloader --source <source package>
```

Meanwhile, you are free to fetch kernel source from [Alibaba Cloud Linux Kernel](https://github.com/alibaba/cloud-kernel) project.

## 4. Getting Helps

To get helps when using Alibaba Cloud Linux OS, you can

+ File a [ticket](https://selfservice.console.aliyun.com/ticket/createIndex) if you are an Alibaba Cloud ECS customer;
+ Join the [mailing list discussions](MAILLIST.md);
+ Join the [forum discussions](https://bbs.aliyun.com/thread/450.html);
+ Send us an E-mail to [alicloud-linux-os@service.alibaba.com](mailto:alicloud-linux-os@service.alibaba.com).
C
Caspar Zhang 已提交
49 50 51 52

------------------------

> The registered trademark Linux® is used pursuant to a sublicense from the Linux Foundation, the exclusive licensee of Linus Torvalds, owner of the mark on a world­wide basis.