It works very well with the wireless adapter, see this comment for a great long explanation
It works very well with the wireless adapter, see this comment for a great long explanation
I prefer KDE since a started with Linux
Fedora 41 works with nvidia and secure boot. For your controller take a look at Xpadneo works fine with the wireless controller ☺️
She is cute, like to see more 😌
Would be hard but possible ☝🏻😌
I don’t use swiping, I have no clue 😅
Try Heliboard
It is a fork of openboard. Openboard is basically dead
I love Heliboard it is a fork from Openboard. It has themes and is 100% offline
If you want an easy setup, then you can try Davis. It has CardDAV, CalDAV and WebDAV ☺️
Floocus is what you are looking for. It can store the file on any webdav, gdrive, git or Nextcloud storage. I use it to sync my bookmarks between Browsers and systems
Thanks for this addition ☺️
Good question, it may depend on the distro afaik
Cron is better known than a systemd timer, but you can provide an example for the timer 😃
If logrotate doesn’t work, than use this as a cronjob via sudo crontab -e
Put this line at the end of the file:
0 0 * * * journalctl --vacuum-size=1G >/dev/null 2>&1
Everyday the logs will be trimmed to 1GB. Usually the logs are trimmed automatically at 4GB, but sometimes this does not work
Glad to help your family, share this wisdom with friends too ☝🏻😃
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
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
Try Photoview simple selfhosted gallery. Needs only reading permissions on a folder. It creates a gallery based on your folder structure ☺️
If you only want to start 1 service of your entire compose file just use the name in the service section. No need to comment out everything else. For Lemmy it would be: docker compose up -d postgres
This will only start the postgres container of this stack. Glad you found a way which worked for you ☺️
Yes the official wireless adapter from Microsoft. Xpadneo makes it work with Linux, you can fully use the controller with the original wireless adapter. Only audio is not working