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 ☺️
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
sudo passwd myname
changes the password of the user myname and allows unsecure passwords
passwd
changes the password of the active user and disallows unsecure passwords
sudo passwd
changes the password of the root account
I had the same problem with Fedora, as I started to use it as my server OS for my homelab. SELinux can be tricky, expect the same if you ever run FTP. Webservers are different too. Bookmark the Fedora dics, they are very useful ☺️
You can disable SELinux completly if you struggle too much. Firewalld is another part to learn, but you can switch easily to ufw if you want. Uninstall firewalld and install ufw
Did you read the docs about SELinux? Maybe this will help you
Firewall and SELinux can mess up FTP and SMB
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