OPS245: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
Brainstorming: | Brainstorming: | ||
*OS Install | |||
* OS Install | |||
** Mint for workstation, Debian for servers | ** Mint for workstation, Debian for servers | ||
** No Nested virtualization | ** No Nested virtualization | ||
Line 19: | Line 15: | ||
*** dependencies | *** dependencies | ||
*** extra repositories | *** extra repositories | ||
** applications vs services, systemctl | |||
** tar | ** tar | ||
*** decompress practice with sample tar files, one without a parent directory | *** decompress practice with sample tar files, one without a parent directory | ||
** | **wget | ||
* Storage management | * Storage management | ||
** mount, fstab | ** mount, fstab | ||
Line 32: | Line 29: | ||
*** Practice running out of space | *** Practice running out of space | ||
* Networking | * Networking | ||
** | **Default virtual network with DHCP | ||
**ip command | |||
**New virtual network without DHCP | |||
**static network config for workstation and servers | |||
* Security | * Security | ||
** Access /root via external boot | ** Access /root via external boot |
Revision as of 14:21, 8 September 2022
Brainstorming:
- 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
- applications vs services, systemctl
- tar
- decompress practice with sample tar files, one without a parent directory
- wget
- 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
- Default virtual network with DHCP
- ip command
- New virtual network without DHCP
- static network config for workstation and servers
- Security
- Access /root via external boot
- brute-force ssh
- password policies
- ssh keys
- sshd_config
- Python