Create a sales group, when new users are added from sales make sure they are part of that group. Create a shared directory for users from sales to use.
Use hostnamectl. Maybe check man hostnamectl
pvcreate /dev/
vgcreate my_vg /dev/
lvcreate -L 500M my_vg -n my_lv
Check man mkfs.ext4 to figure out how to set “8MiB extants…” Use mkfs.ext4 to create the filesystem.
mkdir /data
Use blkid to get the UUID
Setup /etc/fstab entry with the UUID
Use mount -va to mount the LV at /data
Failed mount in /etc/fstab.
Configure a repository file at /etc/yum.d/example.repo. I can’t remember the syntax though…
Review the systemctl status httpd. Check logs. Check for port conflicts.
I can’t remember what option to configure kernel params but it’s rd.something and then boot into ramdisk. chroot into /sysroot. Update password. Configure selinux thingy…
Unknown… check man systemd?
dnf provides sealert
find /etc -type f -name “root”
mandb
usermod -aG user
use lvcreate to create the volume. Create the directory with mkdir. Create the filesystem. Setup /etc/fstab to mount it automatically.
Configure /etc/chrony.conf and restart chronyd
no idea, but maybe apropos ldap and go from there?