diff --git a/content/linux/frontcover.md b/content/linux/frontcover.md new file mode 100644 index 0000000..482ad00 --- /dev/null +++ b/content/linux/frontcover.md @@ -0,0 +1,9 @@ ++++ +date = '2026-03-02T18:38:16-06:00' +draft = false +title = 'Linux Notes' +layout = 'frontcover' +type = 'book' +tags = 'linux' +chapterno = 0 ++++ diff --git a/content/linux/oddjob-mkhomedir.md b/content/linux/oddjob-mkhomedir.md new file mode 100644 index 0000000..90ceb50 --- /dev/null +++ b/content/linux/oddjob-mkhomedir.md @@ -0,0 +1,16 @@ ++++ +date = '2026-03-02T18:39:17-06:00' +draft = false +title = 'Enable oddjob-mkhomedir' +layout = 'chapter' +type = 'book' +tags = 'linux' +chapterno = 01 ++++ + +This is for RHEL based distros, specifically Fedora 43+: + +1. Check if `oddjob` and `oddjob-mkhomedir` is installed. +2. Run as root: `authselect enable-feature with-mkhomedir` +3. Enable oddjobd. Run as root: `systemctl enable --now oddjobd.service` + diff --git a/content/linux/polkit-ldap.md b/content/linux/polkit-ldap.md new file mode 100644 index 0000000..c45661a --- /dev/null +++ b/content/linux/polkit-ldap.md @@ -0,0 +1,9 @@ ++++ +date = '2026-03-02T18:38:40-06:00' +draft = true +title = 'Polkit Ldap' +layout = '' +type = 'book' +tags = '' +chapterno = 0 ++++ \ No newline at end of file diff --git a/content/linux/vim.md b/content/linux/vim.md new file mode 100644 index 0000000..260bb86 --- /dev/null +++ b/content/linux/vim.md @@ -0,0 +1,9 @@ ++++ +date = '2026-03-02T18:39:49-06:00' +draft = true +title = 'Vim' +layout = '' +type = 'book' +tags = '' +chapterno = 0 ++++ \ No newline at end of file