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:


* Mint for workstation, Debian for servers
* No Nested virtualization
* VirtualBox
* Package management
** dependencies
** repo vs .deb
* User management
** File ownership practice
* mount, fstab
* mount, fstab
* LVM
* LVM
Line 28: Line 20:
*systemd manage services
*systemd manage services
*scp
*scp
*
 
* OS Install
** Mint for workstation, Debian for servers
** No Nested virtualization
** VirtualBox
** User management
*** File ownership practice
* Installing/removing/managing software
** Package management
*** dependencies
*** repo vs .deb
* Storage management
* Networking
* Security
* Python

Revision as of 22:59, 7 September 2022

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
  • static network config
  • systemd manage services
  • scp
  • OS Install
    • Mint for workstation, Debian for servers
    • No Nested virtualization
    • VirtualBox
    • User management
      • File ownership practice
  • Installing/removing/managing software
    • Package management
      • dependencies
      • repo vs .deb
  • Storage management
  • Networking
  • Security
  • Python