OPS245: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
Brainstorming: | Brainstorming: | ||
*dhcp | *dhcp | ||
*static network config | *static network config | ||
*systemd manage services | *systemd manage services | ||
*scp | *scp | ||
* OS Install | * OS Install | ||
** Mint for workstation, Debian for servers | ** Mint for workstation, Debian for servers | ||
** No Nested virtualization | ** No Nested virtualization | ||
** VirtualBox | ** VirtualBox | ||
* User management | |||
*** File ownership practice | ** sudo, su | ||
** Add 3 users on every machine | |||
** File ownership practice | |||
* Installing/removing/managing software | * Installing/removing/managing software | ||
** Package management | ** Package management | ||
*** repo and .deb | |||
*** apt and dpkg | |||
*** dependencies | *** dependencies | ||
*** | *** extra repositories | ||
** tar | |||
*** decompress practice with sample tar files, one without a parent directory | |||
** | |||
* Storage management | * Storage management | ||
** mount, fstab | |||
** which files/directories on which storage device | |||
** wreck root, reinstall. format root, use existing home | |||
** LVM | |||
*** Create new LVs | |||
*** Add PVs | |||
*** Migrate VG to new PVs | |||
*** Practice running out of space | |||
* Networking | * Networking | ||
** | |||
* Security | * Security | ||
** Access /root via external boot | |||
**brute-force ssh | |||
**password policies | |||
**ssh keys | |||
**sshd_config | |||
* Python | * Python |
Revision as of 14:13, 8 September 2022
Brainstorming:
- dhcp
- static network config
- systemd manage services
- scp
- OS Install
- Mint for workstation, Debian for servers
- No Nested virtualization
- VirtualBox
- User management
- sudo, su
- Add 3 users on every machine
- File ownership practice
- Installing/removing/managing software
- Package management
- repo and .deb
- apt and dpkg
- dependencies
- extra repositories
- tar
- decompress practice with sample tar files, one without a parent directory
- Package management
- Storage management
- mount, fstab
- which files/directories on which storage device
- wreck root, reinstall. format root, use existing home
- LVM
- Create new LVs
- Add PVs
- Migrate VG to new PVs
- Practice running out of space
- Networking
- Security
- Access /root via external boot
- brute-force ssh
- password policies
- ssh keys
- sshd_config
- Python