The disadvantage of the free Fedora Linux distribution is its short lifecycle. When we adopted this version, we knew we might have to upgrade all computers approximately once a year, which is actually a small price to pay for a free and up-to-date operating system. The advantage of this disadvantage is of course, that our software collection is always very up-to-date.
And now (December 2016) it is about time to start upgrading again. Actually, we have already started on student pcs and a few others, and over the next month or so we will upgrade as many of the systems as possible. We have spent quite some time to streamline the upgrade process, so on most reasonably fast pcs an upgrade will take approximately 3 hours. Therefore we think it is most efficient that we just execute the upgrades whenever a computer seems to be unused for part of the day, without wasting too much time on planning. Experience has shown that most plans fall apart due to changes in schedule anyway. However, if you know you desperately need your computer due to an upcoming deadline or so, please let us know. Otherwise, just log out whenever you don't need your computer for a while, and chances are, we will at some point detect this and perform the upgrade.
Local links:
Plasma
so that is what you will have to select from the menu on the login screen if you want this desktop.python
will continue to invoke python2 so all your own scripts should not be affected. Command python3
will now invoke version 3.5 in stead of 3.4, so some differences may be present.OPENBLAS_NUM_THREADS
to the maximum number.pidgin
is also installed by default. It is also possible to integrate Skype with the Gnome desktop through https://extensions.gnome.org/extension/696/skype-integration/, a Gnome shell extension that users can easily install on their own account.nouveau
driver, which cannot do accellerated 3D graphics, but works fine otherwise (and who wants to do accelerated 3D on 7 year old hardware anyway?)$HOME/.cache/matplotlib
and see if that makes the difference. Not all the font information is compatible with leftovers from previous versions.psfig
, which has been obsolete for a long time, has now almost completely stopped working. Convertimng documents to newer packages such as graphics
or graphicx
is recommended, and is usually easy.Plasma
so that is what you will have to select from the menu on the login screen if you want this desktop.pmount
can be used to mount removable media (cdrom,dvd,usb-disks) from the commandline. E.g.: pmount /dev/cdrom
mounts the cd/dvd as /media/cdrom.(setq select-active-regions nil) (setq mouse-drag-copy-region t) (setq x-select-enable-primary t) (setq x-select-enable-clipboard nil) (global-set-key [mouse-2] 'mouse-yank-at-click)
module load intel
. However, for most code, the GNU compilers are better than these slightly older Intel compiler versions. (if you read that the Intel compiler has speed benefits, this probably refers to the very expensive current version, which we cannot install on a system-wide basis, or you are reading an obsolete webpage; the GNU compilers have gained significant speed of the last couple of years).