mirror of https://gitlab.com/curben/blog
short: first post
This commit is contained in:
parent
94cf9a7022
commit
b1c1af0af8
|
@ -94,6 +94,7 @@ theme_config:
|
||||||
menu:
|
menu:
|
||||||
Home: /
|
Home: /
|
||||||
Blog: /blog/
|
Blog: /blog/
|
||||||
|
Short: /short/
|
||||||
About: /about/
|
About: /about/
|
||||||
Feed: /atom.xml
|
Feed: /atom.xml
|
||||||
GitLab: https://gitlab.com/curben/blog
|
GitLab: https://gitlab.com/curben/blog
|
||||||
|
|
|
@ -0,0 +1,9 @@
|
||||||
|
---
|
||||||
|
title: Short Posts
|
||||||
|
layout: page
|
||||||
|
date: 2024-07-15
|
||||||
|
---
|
||||||
|
|
||||||
|
## 15 Jul 2024
|
||||||
|
|
||||||
|
If sssd unable to starts after upgrade/downgrade, clear its cache by deleting all files in the "/var/lib/sss/db/" folder. Encountered [this issue](https://bugzilla.redhat.com/show_bug.cgi?id=1576597) when upgrading/switching AlmaLinux 8 and CentOS Stream 9 to AlmaLinux 9.
|
Loading…
Reference in New Issue