-
Notifications
You must be signed in to change notification settings - Fork 18
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 #108 from TabulateJarl8/arch-presentation
- Loading branch information
Showing
7 changed files
with
113 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,113 @@ | ||
--- | ||
marp: true | ||
theme: default | ||
class: invert | ||
--- | ||
|
||
# Linux Distros - Arch Linux | ||
|
||
Connor Sample - <https://tabulate.tech> | ||
|
||
--- | ||
|
||
## What is Arch? | ||
|
||
- Lightweight and flexible | ||
- Designed for simplicity and cutsomization | ||
- Rolling release | ||
|
||
--- | ||
|
||
## Package Manager | ||
|
||
- What is a package manager? | ||
- Pacman may be less intuitive than other options | ||
|
||
--- | ||
|
||
| Pacman | Apt | zypper (for fun) | | ||
| ----------------------- | ------------------------ | --------------------- | | ||
| `pacman -S <package>` | `apt install <package>` | `zypper in <package>` | | ||
| `pacman -R <package>` | `apt remove <package>` | `zypper rm <package>` | | ||
| `pacman -Syu` | `apt upgrade` | `zypper dup` | | ||
| `pacman -Rns <package>` | `apt autoremove --purge` | | | ||
| `pacman -Ss` | `apt search` | `zypper se` | | ||
|
||
<https://wiki.archlinux.org/title/Pacman/Rosetta> | ||
|
||
--- | ||
|
||
## AUR | ||
|
||
- Community driven package repository | ||
- Build scripts instead of binaries | ||
- Huge variety of software | ||
- Many other distros make you use methods that aren't tracked by the package manager | ||
|
||
| Official | AUR | | ||
| --------------- | --------------- | | ||
| 14,775 packages | 87,797 packages | | ||
|
||
--- | ||
|
||
## Installation | ||
|
||
- No GUI | ||
- `archinstall` | ||
- May encounter issues if installing at JMU (WPA2E) | ||
|
||
--- | ||
|
||
![bg](archinstall.png) | ||
|
||
--- | ||
|
||
## Derivatives | ||
|
||
- EndeavourOS | ||
- Garuda Linux | ||
- ArcoLinux | ||
- Artix (runit) | ||
|
||
- **SEPERATELY**: Manjaro | ||
|
||
Warning for the low resolution photos | ||
|
||
--- | ||
|
||
![bg](endeavour.png) | ||
|
||
--- | ||
|
||
![bg](arco.png) | ||
|
||
--- | ||
|
||
![bg](artix.png) | ||
|
||
--- | ||
|
||
![bg](garuda.png) | ||
|
||
--- | ||
|
||
![bg](manjaro.png) | ||
|
||
--- | ||
|
||
## Potential Downfalls | ||
|
||
- Steep learning curve | ||
- Manual installatino process | ||
- Maintenance/rolling release | ||
|
||
--- | ||
|
||
## Use Case | ||
|
||
- Mainly used on personal computers | ||
- Not typically found on servers due to release model | ||
|
||
--- | ||
|
||
## In conclusion... |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.