Public
Physics
Engineering
Literature Journal Club People
MineralPET DAQ
Computing
Africa
|
- The PSI group has agreed to standardize on Ubuntu 22.04
- This can be in a PC, main OS or Dual Boot
- Another option is Ubuntu inside of Windows 10 or better still 11 using WSL
- The cluster has CentOS 7
- MacOS also good
- Scientific Linux now deprecated .....
- Normally we are tracking CERN official releases ... but there seems to be a tradition there now.
- Deprecated page for Scientific Linux
Other useful RPM repositories:
Other useful software
- Acrobat Reader
- install by
sudo yum install --enablerepo dag acroread mozilla-acroread
- LyX - The Document Processor
LyX is a word processor that uses LaTeX for output. You get the perfect typesetting of LaTeX without having to learn the LaTeX markup syntax, help in writing formulas and inserting images, etc etc.
- install by
yum --enablerepo=dag install lyx latex-xft-fonts
- for Windows, there is LyX for Win32
- OpenOffice Dictionaries for UK English, Afrikaans etc
Known problems:
- I have had kernel OOPS and panic when using a USB-2 pendrive.
A bug report has been submitted: https://www.scientificlinux.org/collector.2004-08-03.0265953686/59
- the same pendrive works on USB-1
- a USB-1 pendrive works on the same PC
- the problem can be "solved" by disabling USB2, by adding to
/etc/modprobe.conf install ehci_hcd false
- fixed in SL 4.3
- Both SL 4.1 and 4.2 did not want to install on the VMIVME-7750, with a kernel panic on disk access.
- the solution is to install with a kernel paramenter
ide=nodma .
- I have not yet tried to run a kernel without
ide=nodma .
- my RH8 recovery CD did work without the
ide=nodma .
|