Only the name and design, that's all.
I love Heliboard it is a fork from Openboard. It has themes and is 100% offline
Cleanup
Check current disk usage:
sudo journalctl --disk-usage
Use rotate function:
sudo journalctl --rotate
Or
Remove all logs and keep the last 2 days:
sudo journalctl --vacuum-time=2days
Or
Remove all logs and only keep the last 100MB:
sudo journalctl --vacuum-size=100M
How to read logs:
Follow specific log for a service:
sudo journalctl -fu SERVICE
Show extended log info and print the last lines of a service:
sudo journalctl -xeu SERVICE
From Discord
Copy this to custom CSS in the adminpanel and the license banner is gone:
.license-status{
display:none !important;
}
It is possible to set the status to licensed too vua the database, but I didn't try it.
I hope it will only be this banner. Kavita has had a donation button too and 2 updates further it was a floating button. The whole thing about licensing is heavily discussed on Discord.
Start a second shell and kill the process 😋
Ext4 does not have snapshots, COW or similar features. I am very happy with BTRFS. It just "works" out of the box.
Take a look at the readme...
...DATA LOSS may occur and it may kill your cat.
😭😭🤧
"Nur in Europa"... genau das zeigt doch, das man einfachste Dinge schon vorschreiben muss.
Andere Betriebssysteme übernehmen das weltweit. Deswegen heißt es Standardbrowser. Dort nennt man das "Benutzerfreundlichkeit"
Verrückt, ich weiß...
morethanevil
0 post score0 comment score
Are they fucking kidding us? No more user management, no more sso, no more policies via UI... What the fuck? Changelog on Github says UI cleanup, but this is entirely a removal 🤬
I don't like the CLI for MinIO
Will switch back to 2.0, I hope for a fork.