OPS245: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Brainstorming: * Mint for workstation, Debian for servers * No Nested virtualization * VirtualBox * Package management ** dependencies ** repo vs .deb * User management ** File ownership practice * LVM ** Practice running out of space *") |
No edit summary |
||
Line 9: | Line 9: | ||
* User management | * User management | ||
** File ownership practice | ** File ownership practice | ||
* mount, fstab | |||
* LVM | * LVM | ||
** Create new LVs | |||
** Add PVs | |||
** Migrate VG to new PVs | |||
** Practice running out of space | ** Practice running out of space | ||
*Security | |||
**Access /root via external boot | |||
**brute-force ssh | |||
**password policies | |||
**ssh keys | |||
**sshd_config | |||
*yum, rpm | |||
*install from source | |||
*tar | |||
*dhcp | |||
*static network config | |||
*systemd manage services | |||
*scp | |||
* | * |
Revision as of 21:43, 7 September 2022
Brainstorming:
- Mint for workstation, Debian for servers
- No Nested virtualization
- VirtualBox
- Package management
- dependencies
- repo vs .deb
- User management
- File ownership practice
- mount, fstab
- LVM
- Create new LVs
- Add PVs
- Migrate VG to new PVs
- Practice running out of space
- Security
- Access /root via external boot
- brute-force ssh
- password policies
- ssh keys
- sshd_config
- yum, rpm
- install from source
- tar
- dhcp
- static network config
- systemd manage services
- scp