OPS245: Difference between revisions

From Littlesvr Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
Brainstorming:
Brainstorming:


* 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
*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
* 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
*** repo vs .deb
*** 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 15: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
  • 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