mirror of
https://codeberg.org/privacy1st/nix-git
synced 2025-01-10 05:01:20 +01:00
docs
This commit is contained in:
parent
ec26935902
commit
6635e03344
@ -364,8 +364,11 @@ systemctl --user list-units --type=service --state=running
|
|||||||
dmesg --ctime
|
dmesg --ctime
|
||||||
# System journal: Errors since last boot.
|
# System journal: Errors since last boot.
|
||||||
journalctl -p err -b
|
journalctl -p err -b
|
||||||
|
|
||||||
# GNOME session logs since last boot. https://help.gnome.org/admin/system-admin-guide/stable/session-debug.html.en
|
# GNOME session logs since last boot. https://help.gnome.org/admin/system-admin-guide/stable/session-debug.html.en
|
||||||
journalctl _UID="${UID}" -b
|
journalctl _UID="${UID}" -b
|
||||||
|
# Follow user log
|
||||||
|
journalctl --user --follow
|
||||||
```
|
```
|
||||||
|
|
||||||
## Server maintenance with a smartphone
|
## Server maintenance with a smartphone
|
||||||
|
@ -26,7 +26,11 @@
|
|||||||
#
|
#
|
||||||
# KAccounts system
|
# KAccounts system
|
||||||
#
|
#
|
||||||
kdePackages.kaccounts-providers # Online account providers
|
# Online account providers for the KAccounts system
|
||||||
|
# - Adding Nextcloud account
|
||||||
|
# - This error occured:
|
||||||
|
# file:///nix/store/4hzd32dv7f364acshl5rbq12n2h55l4f-kirigami-6.8.0/lib/qt-6/qml/org/kde/kirigami/PageRow.qml:1078: Error: Error while loading page: file:///nix/store/7y720qknhgprbmmv15pc3ipvwn1z33lr-kaccounts-providers-24.08.3/share/kpackage/genericqml/org.kde.kaccounts.nextcloud/contents/ui/WebLogin.qml:11 module "QtWebEngine" plugin "qtwebenginequickplugin" not found
|
||||||
|
kdePackages.kaccounts-providers
|
||||||
kdePackages.kaccounts-integration # Plasma integration components
|
kdePackages.kaccounts-integration # Plasma integration components
|
||||||
|
|
||||||
# Syncthing tray application and
|
# Syncthing tray application and
|
||||||
@ -55,7 +59,7 @@
|
|||||||
|
|
||||||
# Kontact suite
|
# Kontact suite
|
||||||
# https://kontact.kde.org/
|
# https://kontact.kde.org/
|
||||||
kdePackages.kontact # Container application for the apps below
|
#kdePackages.kontact # Container application for the apps below
|
||||||
#kdePackages.kmail # email
|
#kdePackages.kmail # email
|
||||||
kdePackages.kaddressbook # Contacts
|
kdePackages.kaddressbook # Contacts
|
||||||
kdePackages.korganizer # Calendar and tasks
|
kdePackages.korganizer # Calendar and tasks
|
||||||
|
Loading…
x
Reference in New Issue
Block a user