Main public logs
From Center for Atmospheric Sciences(CAS) WIKI
Jump to navigationJump to search
Combined display of all available logs of Center for Atmospheric Sciences(CAS) WIKI. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 18:44, 6 March 2026 Mcnabb talk contribs created page Ssh alias and ssh-keygen (Created page with "CAS servers support connections using ssh. You may find the following using to use ssh-keygen and ssh alias. === Linux: === Create a public/private key pair with ssh-keygen. ssh-keygen -t ed25519 -C "your_email@example.com" Depending on your use case, you may or may not want to enter a passphrase. If you do use a passphrase it should not be the same as your password for our servers! This should create two files: ~/.ssh/id_ed25519 # private key (keep secr...") Tag: Visual edit
- 16:26, 11 February 2026 Mcnabb talk contribs created page Access Control Lists (Created page with "For more fine grained control of who can access a directory you may want to use NFS4's Access Control Lists (ACL) Below is an example of making an access control list that will cause a directory to shared between two users (FOO and BAR) such that all future fiels and subdirectories will also be shared by default. id FOO BAR uid=2506(FOO) gid=2506(FOO) groups=2206(FOO) uid=25089(BAR) gid=20089(BAR) groups=25089(BAR) nfs4_getfacl /data/common/FOO/SHARED_WITH_BAR <no...") Tag: Visual edit
- 21:03, 10 February 2026 Mcnabb talk contribs created page Python (Created page with "To use python on our system it is recommended to set up a virtual environment for each project so that package requirements for one project do not interfere with those of another project. To properly set up virtual environments so that they will work on both the servers and the cluster compute nodes, all files need to be in your /data/common/${USER} directory, not your home directory. Symbolic links in /data/common will not suffice, however symbolic links to these di...") Tag: Visual edit
- 18:43, 5 February 2026 Mcnabb talk contribs created page MATLAB (Created page with "The current latest installed matlab executable can be found at "/data/common/software/bin/matlab". To submit a hello world matlab job to the pirate cluster, from the pirate server use the following sbatch file: #!/bin/bash") Tag: Visual edit
- 18:36, 5 February 2026 Mcnabb talk contribs created page Admin:Tiamat (Created page with "Useful commands (run on vhead1 as root): scyld-modimg -i AlmaImage --chroot Purpose: Modify the compute-node image persistently Explanation: Downloads the ClusterWare-managed image (AlmaImage), unpacks it, and drops you into a chroot environment. Any changes made here (e.g., dnf install) become part of the boot image used by stateless compute nodes. scyld-nodectl -i cn01,cn02,cn07,cn08,cn09,cn10,cn11,cn12,cn13 reboot Purpose: Rolling reboot excluding specific nodes...") Tag: Visual edit
- 17:24, 4 February 2026 Mcnabb talk contribs created page Available Software (Created page with "In general the servers available for users have Alma Linux 9 installed. The GNU Compiling Collection (GCC) is available for compiling C, C++, and Fortran code. Individuals wishing to use python are advised to use individual virtual environments, instead of the system wide install of python, for running existing python based codes or for their software development. MATLAB is available for use as "/data/common/software/bin/matlab" The pirate cluster uses slurm for j...") Tag: Visual edit
- 21:33, 3 February 2026 Mcnabb talk contribs created page JUPYTER (Created page with "First open a terminal and update the password with "passwd". To use jupyter, you only need a web browser. You go to https://jupyter.cas.hamptonu.edu/ On the left hand side are the files in your home directory. On the right will be a launcher. If you open the terminal it will allow you to do commands, although it does not allow xwindows to be used, so no GUIs. You can open ipynb files which will should work, but may need a kernel other then the default pytho...") Tag: Visual edit
- 21:02, 3 February 2026 Mcnabb talk contribs moved page Startup Tutorials to Tutorials without leaving a redirect
- 21:01, 3 February 2026 Mcnabb talk contribs created page Onboarding Guide (Created page with "This page contains login instructions for various CAS entry points. All systems use the same username and password as this wiki. === First steps to take: === # Log into https://jupyter.cas.hampton.edu and open a terminal or ssh into 137.198.56.59 (see below) # change your password by running the command "passwd". This will require you to enter your old password and your new password twice. === SSH: === How to ssh into a specific computer depends on whether you are o...") Tag: Visual edit
- 20:42, 3 February 2026 Mcnabb talk contribs created page Help-desk (Created page with "Help requests should be sent to help@cas.hamptonu.edu which will generate a request ticket. Users may view open tickets by logging in to https://rt.cas.hamptonu.edu/") Tag: Visual edit
- 17:34, 23 January 2026 Mcnabb talk contribs deleted page CAS:Acceptable Use Guidelines (content was: "Acceptable Use Guidelines for CAS Computing Resources Purpose This document defines acceptable use of computing resources operated or managed by the Hampton University Center for Atmospheric Sciences (CAS). These resources include, but are not limited to, high performance computing clusters, JupyterHub services, data storage systems, and associated login or application servers....", and the only contributor was "Mcnabb" (talk))
- 17:34, 23 January 2026 Mcnabb talk contribs undeleted page CAS:Acceptable Use Guidelines (2 revisions)
- 17:32, 23 January 2026 Mcnabb talk contribs deleted page CAS:Acceptable Use Guidelines (content was: "Acceptable Use Guidelines for CAS Computing Resources Purpose This document defines acceptable use of computing resources operated or managed by the Hampton University Center for Atmospheric Sciences (CAS). These resources include, but are not limited to, high performance computing clusters, JupyterHub services, data storage systems, and associated login or application servers....", and the only contributor was "Mcnabb" (talk))
- 17:30, 23 January 2026 Mcnabb talk contribs deleted page Acceptable Use Guidelines (content was: "#REDIRECT CAS:Acceptable Use Guidelines", and the only contributor was "Mcnabb" (talk))
- 17:29, 23 January 2026 Mcnabb talk contribs created page CAS:Acceptable Use Guidelines (Created page with "# Acceptable Use Guidelines for CAS Computing Resources ## Purpose This document defines acceptable use of computing resources operated or managed by the Hampton University Center for Atmospheric Sciences (CAS). These resources include, but are not limited to, high performance computing clusters, JupyterHub services, data storage systems, and associated login or application servers. The intent of this document is to provide clear, minimal expectations for responsible...")
- 17:27, 23 January 2026 Mcnabb talk contribs moved page Acceptable Use Guidelines to CAS:Acceptable Use Guidelines
- 17:25, 23 January 2026 Mcnabb talk contribs created page High Performance Computing (Created page with "====== Below are pages to get you started: ====== Account request process : Requirements and processes for requesting a user account. Acceptable Use Guidelines : Policy document for all users of CAS computing systems. Onboarding Guide : step-by-step access instructions. Startup Tutorials : Training resources for using Jupyter lab, HPC cluster, and various software tools. Available Software : List of available software and modules and process for r...") Tag: Visual edit
- 19:56, 22 January 2026 Mcnabb talk contribs created page Acceptable Use Guidelines (Created page with " = Acceptable Use Guidelines for CAS Computing Resources = == Purpose == This document defines acceptable use of computing resources operated or managed by the Hampton University Center for Atmospheric Sciences (CAS). These resources include, but are not limited to, high performance computing clusters, JupyterHub services, data storage systems, and associated login or application servers. The intent of this document is to provide clear, minimal expectations for respons...") Tag: Visual edit
- 18:22, 22 January 2026 Mcnabb talk contribs moved page Unified Ceilometer Network to Admin:Unified Ceilometer Network without leaving a redirect
- 18:06, 22 January 2026 Mcnabb talk contribs created page Startup Tutorials (Created page with "[https://wiki.cas.hamptonu.edu/HPC HPC] : Information regarding the use of our High Performance Computing clusters. [https://wiki.cas.hamptonu.edu/Jupyter Jupyter] : Information on the use of Jupyter notebooks on our jupyter hub.") Tag: Visual edit
- 17:55, 22 January 2026 Mcnabb talk contribs created page WIKI Information (Moved Default wiki info from Main page) Tag: Visual edit
- 18:30, 15 December 2025 Mcnabb talk contribs protected CAS:Administrators [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 18:30, 15 December 2025 Mcnabb talk contribs created page CAS:Administrators (Created blank page)
- 19:50, 11 December 2025 User account Mcnabb talk contribs was created automatically