Using Bash on Linux and Mac Linux This step may differ by Linux distribution (there are many), here I will list how to open a bash shell, commonly called a termi...
Installing and Using Bash on Windows Unfortunately for Windows users, Windows does not support bash out of the box. However, Windows 10 does have a bash shell in ...
The .bashrc file The .bashrc file is a hidden configuration file stored in your home directory. It allows you to customize your terminal. There are many things yo...
Scripting in Bash If you find yourself repeating the same series of commands relatively frequently, it may be idea to make a bash script. A bash script is a simpl...
The Desktop Cluster Introduction Getting an Account Requesting computer accounts In order to access any of the computing resources in the HEP department you n...
Everyday Commands in Bash There are several commands that you will need to learn so you can get around in a terminal. Below are a list of commands use might use e...
There are two computing resources available in the HEP department: * the Tier3 cluster which provides resources to MSU researchers working on the ATLAS experim...
Welcome to the MSU HEP department! This Foswiki page will help you request any necessary computer accounts and get acquainted with *nix working environments. 1....
short blurb Getting ROOT The ROOT software package is available for use on the desktop cluster as well as on the Tier3 for MSU ATLAS members. It is also availabl...
This page is intended to be a place to save and share your favorite scripts and code that you use regularly. Each entry should have: * a short description of w...
Text Editors In order to write and edit code you will need to use a text editor. There are several great options, but the two most commonly used are emacs and vim...
Much of the work in the HEP field is done in *nix, or Unix like, environments. Most commonly, these are the various distributions of Linux and the Mac operating s...
Installing a Linux Virtual Machine on Windows To create a Linux virtual machine on windows you will need to install a virtual machine software, such as Virtual Bo...
* Getting Started in Bash * Writing Software/Code * The Desktop Cluster * Connecting Remotely * RootIntro introduction to the ROOT data analysis fra...
How to get BASH Shell for Developers on Windows 10 Getting BASH First you must change your settings to enable Windows "Developer Mode" this offers extra features...