...
Package | Status | Date installed | Install Tool | Notes | |||||
---|---|---|---|---|---|---|---|---|---|
1 | Linux | required | 7/13/2018 and 8/28/2018 | pxe boot | Basic CLI | ||||
2 | X11 | required | 7/17/2018 and 9/28/2018 | note 1 below | X11+gnome+gazillion dependencies | ||||
3 | window manager | required | 7/17/2018 and 9/28/2018 | " | gnome based - working on conf file | ||||
4 | desktop | required | 7/17/2018 and 9/28/2018 | " | (various convenience apps) | ||||
5 | chef-client | required | 11/13/2018 | (installed by KSA) | Needed for installing YFS | ||||
6 | Windows Active Directory | new authentication model (old=kerberos) | |||||||
7 | printing | required | [10/4/2018] | sudo system-config-printer | Printing will be via Windows AD IP based printing. In the meantime, configure locally using built-in printing system. Configure B048F2COPIER as a generic postscript printer. This probably needs to be rethought. A better fix involves downloading "BrightQ" Canon drivers from codehost.com. Their drivers come with instructions. | ||||
8 | YFS | required | 11/14/2018 | chef-client -o slac_yfs-client | Auristor's YFS (AFS) client. Use "kinit [<userID>]" followed by "aklog" to get a token | ||||
9 | emacs | required | 7/19/2018 and 9/28/2018 | gnome-software | |||||
10 | chrome | required | 9/28/2018 | d/l + yum install | |||||
11 | thunderbird | required | 7/19/2018 and 9/28/2018 | gnome-software | |||||
12 | NX | required | 9/28/2018 | d/l + yum install | NoMachine client for use with NERSC $ sudo rpm -i <nomachine...rpm> or $ sudo yum localinstall <nomachine...rpm> | ||||
13 | citrix client | TESTING INC0211099 not sure if it will work | |||||||
14 | fastx | required | 9/28/2018 | d/l + tar -xvf | https connection fails, but ssh connection works. KSA has opened ticket with vendor | ||||
15 | slack | required | 9/28/2018 | d/l + yum install | $ sudo yum localinstall <slack...rpm> | ||||
16 | zoom | required | 9/28/2018 | d/l + yum install | (implies support for microphone, camera and speakers) | ||||
17 | LibreOffice | required | 7/19/2018 and 9/28/2018 | gnome-software | calc,writer,base,draw,impress,CAD | ||||
18 | python v3 | required | 9/28/2018 | yum install | |||||
19 | sshfs | required | 12/19/2018 | yum install | sudo yum install fuse-sshfs commands include: sshfs, fusermount | ||||
20 | dev tools (gcc) | required | 9/28/2018 | yum install | sudo yum group install 'Development Tools' | ||||
21 | filezilla | required | 10/1/2018 | gnome-software | GUI file transfer between comet2 and SLAC servers | ||||
22 | Ksnapshot | required | 10/1/2018 | gnome-software | screen shot utility | ||||
23 | DbVis | required | 4/8/2019 | yum install | $ sudo yum localinstall dbvis_linux_10_0_18.rpm https://www.dbvis.com/download/10.0 download RPM | ||||
24 | NetBeans | needed by Fermi/LSST app developers | |||||||
25 | LSF client | convenient | 10/25/2018 | requires slac_yfs-client | requires desktop is in the lsf configuration file and allowed to run batch commands, if desktop name is not in LSF configuration, start a service now ticket to request addition Needs YFS to do run command a link for /etc/lsf.conf (likely a cookbook configured setting?) | ||||
26 | VPN | required | 11/14/2018 | download | Must download from a current Cisco AnyConnect customer , e.g., NCSA or SLAC (How to Connect to SLAC VPN) | ||||
27 | clamav | not needed | sudo yum install clamav | Anti-virus (needed to access SLAC VPN, but not necessary on machine connected to internal network) | |||||
28 | media codecs | very strongly desired | 12/14/2018 | Many steps --> | Followed numerous "sudo yum install ..." commands from https://wiki.centos.org/TipsAndTricks/MultimediaOnCentOS7 | ||||
29 | htop | very strongly desired | 12/14/2018 | yum install htop | in EPEL | ||||
30 | gimp | elective | 12/17/2018 | desktop installer | Gnome installer accessed through the Window Manager menu: Applications -> System Tools -> Application Installer | ||||
31 | code42 | required | 112/20/2018 | (via SU web) | Stanford supported disk backup (for local files) https://stanford.app.box.com/v/SU-SemiCustomized-CPPe-Install | ||||
32 | nVidia driver/dashboard | probably not needed | -- | -- | Needed to run dual monitors. On comet2, two (DVI) monitors connected to the two displayPorts on the Quadro 2000 board work just fine with the built-in (nouveau) driver seems to work fine. | ||||
33 | GTK+ v3 | elective | 1/23/2019 | via KSA | needed to build galculator. (Also: gnome-software as gtk3-devel-3.22.20-3.el7) | ||||
34 | galculator | elective | 1/24/2019 | d/l from web and build | One of the few decent RPN calculator apps available for linux | ||||
35 | Java | required | Needed for Cisco VPN and other apps. | ||||||
36 | hdparm | elective | yum install hdparm | Useful HDD/SSD information: $ lsblk $ sudo hdparm -I /dev/sda1 | |||||
37 | cvmfs client | highly desired | 6/6/2019 | recipe | CERN-based remote file distribution system. This will access LSST software. | ||||
38 | numpy,scipy,pandas | required | 6/7/2019 | gnome-installer | Python packages |
Notes:
X11 & GUI installed in this way:
Code Block title X11 and GUI curl http://yum/centos-gui > /tmp/centos-gui /bin/sh /tmp/centos-gui
(very large set of packages, takes a long time...)
Software installed via the GUI, e.g., Thunderbird, emacs, LibreOffice
Code Block sudo gnome-software
Attempt to install FastX downloaded from www.starnet.com. Code is unpacked from a tar.gz file and run without any special installation. Attempt to configure SLAC but code fails with a relocation error associated with /lib64/libssl.so.10. Karl to the rescue! Use the "ssh" connection rather than "https" while he queries the vendor for a proper fix.
TRS should not be used as it currently requires the use of DES enctypes that are insecure. WE have a todo to remove the ability for this weak-key to work. And are working to make TRS more secure so it can be used on Centos.
...