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:07, 10 August 2026 User account Mia.dorval talk contribs was created automatically
- 15:19, 30 July 2026 User account Peyton.haroldson talk contribs was created automatically
- 18:59, 28 July 2026 User account Theodore.mackey talk contribs was created automatically
- 21:49, 10 July 2026 User account Ashlyn.ford talk contribs was created automatically
- 20:13, 7 July 2026 User account Zuri.murph talk contribs was created automatically
- 15:15, 7 July 2026 User account Taina.sanchez talk contribs was created automatically
- 18:50, 6 July 2026 Mcnabb talk contribs created page Admin:New User Email (Created page with "An account for you has been made on our CAS servers using the account name and password sent to you via docusign. You can ssh into USERNAME@137.198.56.59. You may be asked to change your password immediately but if not please run "passwd" to update your password. Once you have done so, you can find onboarding instructions by logging into the wiki onboarding guide at: https://wiki.cas.hamptonu.edu/index.php?title=Onboarding_Guide") Tag: Visual edit
- 15:44, 6 July 2026 Mcnabb talk contribs deleted page New User Onboard Instructions (content was: "username:firstname.lastname<br> password:1firstname.lastname You can ssh into firstname.lastname@137.198.56.59 and after you do, so please run "passwd" immediately to update your password.<br> You can use sftp to the same server to upload files to your home directory or a subdirectory.<br> If the files are particularly large, you may wish to upload them to /data/common/firstname.la...", and the only contributor was "Price" (talk))
- 21:11, 2 June 2026 Mcnabb talk contribs created page Admin:Update Servers (Created page with "=== Dealing with a too small /boot mount === dnf remove $(dnf repoquery --installonly --latest-limit=-2 -q) edit /etc/dnf/dnf.conf : <code>installonly_limit=2</code> === Running update across mulitple hosts === on eddy.cas.hamptonu.edu as root: in ~root/remote_host_scripts/ , run: ./run_remote_script.sh --sudo zabbix_hosts.txt remote_scripts/dnf_update.remote.sh ruser "AlmaLinux 9.7" where "AlmaLinux 9.7" is the match filter on the OS version that you want to update...") Tag: Visual edit
- 16:45, 29 May 2026 User account Chuck.baker talk contribs was created automatically
- 19:09, 27 May 2026 Indu.sharma talk contribs created page Genome Assembly Pipeline (Created page with "{| class="wikitable" | colspan="3" |Commands - Each cell represents a unique input in the command separated by a space | | | | | |Example submissions |Function |Questions |- | | | | | | | | | | | |- |Pre assembly | | | | | | | | | | |- |ssh |pirate-data | | | | | | |ssh pirate-data |Access the pirate cluster | |- |Enter your password | | | | | | | | |Log in (typing will not be visible) |Have you written your password somewhere it won't be lost? |- |cd |/data/common/$USE...") Tag: Visual edit
- 19:04, 27 May 2026 User account Indu.sharma talk contribs was created automatically
- 22:50, 23 May 2026 User account Orenthal.tucker talk contribs was created automatically
- 22:21, 17 May 2026 User account Raffael.wendlinger talk contribs was created automatically
- 20:04, 15 May 2026 User account Georg.harrer talk contribs was created automatically
- 17:42, 28 April 2026 Mcnabb talk contribs moved page Admin:TEST to Admin:Home
- 13:42, 27 April 2026 User account Rawat talk contribs was created automatically
- 20:18, 24 April 2026 Mcnabb talk contribs created page Admin:Zabbix (Created page with " dnf update -y reboot dnf install -y vim wget curl firewalld policycoreutils-python-utils systemctl enable --now firewalld dnf install -y mariadb-server systemctl enable --now mariadb mysql_secure_installation") Tag: Visual edit
- 19:41, 10 April 2026 User account Sguimond talk contribs was created automatically
- 18:32, 10 April 2026 User account Thabiso.kunene talk contribs was created automatically
- 19:44, 7 April 2026 Mcnabb talk contribs created page MPI Bandwidth Test (Created page with " This tutorial will demonstrate using the Gnu Compiler collection on Pirate to cross compile functions from one language (C,C++,Fortran) for use in another language. On the pirate login server, make the cross_compiling test directory and cd into it: mkdir -p /data/common/$USER/test/MPI_bandwidth/src cd /data/common/$USER/test/MPI_bandwidth/ === Create the following files: === === Compile and Run: === === Return to GCC ===") Tag: Visual edit
- 19:12, 7 April 2026 Mcnabb talk contribs created page MPI Fortran (Created page with " This tutorial will demonstrate using the Gnu Compiler collection on Pirate to cross compile functions from one language (C,C++,Fortran) for use in another language. On the pirate login server, make the cross_compiling test directory and cd into it: mkdir -p /data/common/$USER/test/MPI_fortran/src cd /data/common/$USER/test/MPI_fortran/ === Create the following files: ===")
- 19:12, 7 April 2026 Mcnabb talk contribs created page MPI CPP (Created page with " This tutorial will demonstrate using the Gnu Compiler collection on Pirate to cross compile functions from one language (C,C++,Fortran) for use in another language. On the pirate login server, make the cross_compiling test directory and cd into it: mkdir -p /data/common/$USER/test/MPI_CPP/src cd /data/common/$USER/test/MPI_CPP/ === Create the following files: ===")
- 19:09, 7 April 2026 Mcnabb talk contribs moved page MPI to MPI C