Once a year, we upgrade all the desktop systems to the latest version of Fedora, our Linux desktop operating system.
Local links:
python2
to get a python 2.7 interpreter, but NO PACKAGES are installed for it any more; so you can just use this to build your own python2 environment if needed.python
will now invoke python3 so check your own scripts.module load amuse/12.1-py3
(shell command to run before starting amuse or python)pip2 install –user astropy==2.0.12
)python2 -m ipykernel install –user
earlyOOM
enabled, a background proces that monitors for Out-of-Memory conditions, and attempts to kill the offending processes before the system comes to a grinding halt. Hopefully, this will mean there will be less system crashes (out-of-memory is one of the biggest reasons for Linux desktop crashes nowadays)atril
or evince
.R
, vitables
or veusz
asciitable
is now part of astropy
, at astropy.io.ascii
(see http://cxc.harvard.edu/contrib/asciitable/) pyfits
is now astro.io.fits
psfig
, which has been obsolete for a long time, has now almost completely stopped working. Converting documents to newer packages such as graphics
or graphicx
is recommended, and is usually easy.topicons plus
extension: open gnome-tweaks
, and go to extensions
to do that. After that, the icons such as status icons of dropbox, skype etc, will be in your top panel.clipit
clipboard app that is a default part of Gnome, Cinnamon and MATE desktops, sometimes hangs, which blocks all cut, copy and paste actions. Exit the app by right-clicking on the icon (which looks like a clipboard), and choose the quit action. If this happens a lot to you, you might want to disable the app in your startup applications preferences.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.module load intel
. However, for most code, the GNU compilers are better than these old 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).