Speaker: Calvin Kim
: A Linux Distribution
: manages the packages
== app store
-
guides you little
-
gives you (very well) build system only
-
CRUX
-
No GUI installation
-
Minimalist
-
does not hide anything cause abstraction and hiding is never a good thing
-> No handling
- Everything is customizable (beside the kernel..haha)
- There is no default setting for Arch
- ABS -Arch Build System
- Collection of different things for arch
: Bash script -> literally a script
- Link to source code
- How to build the code
-> used as a guide for other package managers
: build system -> reads PKGBUILD
----> those two are the fundamentals
: package manager
- manages all the programs on your Arch
: a repository maintained by Arch User group
- no official support tho
- has every open source software
-
the most complete wiki!!!!
-
the most up-to-date
-
specific laptop quirks
-
driver configuration
-
linux hacking
-
Bleeding edge
: you'll have the latest one because it stays as close to the upstream
-
AUR
: most complete package manager out there
-
Community Support
: support by community equals that of Ubuntu
-
Use
manjaro: Arch based distro with GUI installation
-
sudo pacman
-Syua lot: updates are REALLY fast so....
-
Bug the community!
mosh
- Remote terminal application that allows roaming, supports intermittent connectivity, and provides intelligent local echo and line editing of user keystrokes.
- Mosh is a replacement for interactive SSH terminals. It's more robust and responsive, especially over Wi-Fi, cellular, and long-distance links.
- Mosh is free software, available for GNU/Linux, BSD, macOS, Solaris, Android, Chrome, and iOS.
tmux
- tmux is a terminal multiplexer for Unix-like operating systems.
- allows multiple terminal sessions to be accessed simultaneously in a single window.
- useful for running more than one command-line program at the same time.
- It can also be used to detach processes from their controlling terminals, allowing SSH sessions to remain active without being visible.