Fedora 24
Posted: 15 Sep 2016, 12:02
I have had this on my box for quite some time.
I have upgraded from Fedora 23 to Fedora 24 which went well.
Today I looked into it again and upgraded 549 files - surely that will break something after all this time!?
So I did a
and let it work for a loong time.
It all went through
after a reboot It was business as usual.
Fedora is becoming a good desktop these days. Some complaints about vbox client stuff but all in all you can now upgrade and continue working without the traditional "Fedora breaking on purpose" effect

Fedora comes with SELinux activated so you will have a hardened Linux desktop - "harder" than most other Distros as in pretty secure.
The SELinux may sometimes stop you from doing your stuff so you may have to temporarily shut it of:
To check the status:
Here the answer will be
To shut it off:
Now the answer to getenforce will be:
To turn it on again:
Just mentioning it since this is not so common on other distros.
Distros that prove themselves over time will be favorites on most desktops - Fedora is getting there !
I have upgraded from Fedora 23 to Fedora 24 which went well.
Today I looked into it again and upgraded 549 files - surely that will break something after all this time!?
So I did a
Code: Select all
sudo dnf updateand let it work for a loong time.
It all went through
Fedora is becoming a good desktop these days. Some complaints about vbox client stuff but all in all you can now upgrade and continue working without the traditional "Fedora breaking on purpose" effect


Fedora comes with SELinux activated so you will have a hardened Linux desktop - "harder" than most other Distros as in pretty secure.
The SELinux may sometimes stop you from doing your stuff so you may have to temporarily shut it of:
To check the status:
Code: Select all
getenforceHere the answer will be
Enforcing
To shut it off:
Code: Select all
setenforce 0Now the answer to getenforce will be:
Permissive
To turn it on again:
Code: Select all
setenforce 1Just mentioning it since this is not so common on other distros.
Distros that prove themselves over time will be favorites on most desktops - Fedora is getting there !

