
Image by cibercity.biz

Image by cibercity.biz
The upgrade from Fedora 22 to Fedora 23 is not automatic, as usual in my Fedora experience, but it is really simple to manage if you follow the path suggested by Unixmen.
There are few things you need:
– connect your laptop to the power plug (if you use a laptop);
– a couple of hours (something more or less depending on your CPU, RAM, Internet connection speed, etc..);
– few lines of commands on the Terminal

Image from https://fedoramagazine.org
The upgrading process is well structured and to start it you need to launch Terminal and upgrade the native Fedora Fedup with its new version that now is integrated into DNF:
dnf upgrade
Then you have to install the DNF plugin:
dnf install dnf-plugin-system-upgrade
and finally you can start the “core” part of the upgrade just typing:
dnf system-upgrade download –releasever=23 –allowerasing –best
Where:
– allowerasing will continue the upgrade also in presence of any “old” (not yet upgraded) third part repositories that normally would have completely stopped the main upgrading process
-best is a verbose mode in case of unsatisfied dependencies
After a while, depending on your Internet connection speed, you will be able to conclude the upgrade typing:
dnf system-upgrade reboot
Your laptop will reboot and the upgrade starts.
From now you spend more than 40 minutes waiting and answering to few easy questions that the OS asks you to solve some configuration matters.
The length of the waiting time depends obviously on the CPU, the RAM and the type of Hard Disk installed into your PC.
That’s it!

Image from redpill-linpro.com
TrueCrypt is safer than we thought! A specific audit tested TrueCrypt 7.1 unmantained through a complex verification process and the results are surprising.
First of all we have to consider that TrueCrypt is not mantained since 2014 and that its “natural” fork, VeraCrypt, is directly developed by Microsoft. For this simply reason many former TrueCrypt users prefer not to use VeraCrypt.
Secondly, the bugs revealed by the testers in TrueCrypt are less worrying than that discovered using its competitors solutions.
For this reason I decide to install TrueCrypt (that I use previously it was unmantained) on my Fedora 22 laptop.
To begin, I searched for a good repository and, at the end, I opted for that mantained by GRC. So I downloaded the TrueCrypt 7.1 archive from GRC that is still storing all the others TrueCrypt versions.
I decided to use the 7.1 version because it has more features than the last 7.2 version (the last known release of TrueCrypt). In any case I am monitoring the Swiss website and I wish that the CypherShed project will be completely developed soon.
After I extracted the file and moved it to a specific folder.
Last but not least I opened Terminal and typed:
sudo ./truecrypt-7.1a-setup-x64
and the software was correctly installed into my Fedora 22 OS.
After some tests I can adfirm that TrueCrypt is still a good security solution not only for the above mentioned audit but also because it is really stable, flexible, full of useful features and simple to use.
To sum up: Try it… again!