Once a year, we upgrade all the desktop systems to the latest version of Fedora, our Linux desktop operating system.
Local links:
python
will continue to invoke python2 so all your own scripts should not be affected. Command python3
will now invoke version 3.6 in stead of 3.5, so some differences may be present.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..spyder2
and .spyder3
directories in your home before starting the new version.lp
and lpr
programs (and related utilities such as lpstat
) don't seem to use the environment variables $PRINTER
and $LPDEST
any more; a per-user default can be set using the command lpoptions -d printername
or by editing $HOME/.cups/lpoptions
. This file is now created automatically for all users, storing the current value of $PRINTER
, but you may have to change this if you want another default printer. We have also set a per-computer default, usually the closest printer to the computer. lpr -Php5 file.ps
).
topicons plus
extension: open gnome-tweak-tool
, 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.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).