|
1 | 1 | # Ubuntu Server
|
2 | 2 |
|
| 3 | +Ubuntu Server is a Linux distribution developed by Canonical Inc., noted for its stability and ease of use. You can find out more on [the Ubuntu Wiki](https://wiki.ubuntu.com/BionicBeaver/ReleaseNotes). |
3 | 4 |
|
| 5 | +Almost all of the CSL runs on Ubuntu Server, except for [Workstations](../../services/workstations/README.md) (which run Ubuntu Desktop) and [The Cluster](../../cluster/README.md) (which runs [CentOS](./centos.md)). |
4 | 6 |
|
| 7 | +## Notable Features |
| 8 | + |
| 9 | +* Easy-to-use installer ISO (download link [here](https://www.ubuntu.com/download/server) |
| 10 | +* Extremely large, if not *the* largest, package ecosystem |
| 11 | +* Has included some unpopular software, including (but not limited to): |
| 12 | + 1. The Unity desktop environment |
| 13 | + 2. Integrated advertising |
| 14 | + 3. netplan |
| 15 | + |
| 16 | +## Notable CSL modifications |
| 17 | + |
| 18 | +* Instead of installing from a usb, we prefer to use [Netboot](../netboot.md) |
| 19 | + |
| 20 | +## Trivia |
| 21 | +* Ubuntu gets a significant portion of its packages from Debian, and shares the same package manager (`apt`). |
| 22 | +* One of Ubuntu's offical help channels is actually found on [StackExchange](https://askubuntu.com/). |
| 23 | +* Ubuntu major releases are referred to by alliterating `<adjective> <animal>` codenames. As of this writing (Jan 2019), the current stable release (18.04.1) is codenamed **Bionic Beaver**. |
| 24 | +* The default version of Python is 2 on all Ubuntu releases. |
| 25 | + * Plus, the minor version of Python 3 available is always 1 behind the latest. |
| 26 | +* `nano`, arguably the superior console text editor, is installed by default (as it should be). |
| 27 | +* Netplan can act as a configuration proxy for NetworkManager, in case you ever wanted to double the amount of cancer you handle. |
| 28 | +* 16.04.5 LTS (**Xenial Xerus**) will always be the best release in my heart <3 |
0 commit comments