We had a problem recently with one of our nodes that required replacing the motherboard. After replacing the motherboard, I…
Tag Archives: linux
/etc/motd Formatting
It is good practice to announce server maintenance dates and scheduled downtime dates many days prior to the actual downtime…
Killing Non-queued Processes Script
When we first setup our group’s HPC here at CU Boulder, we ran into issues where we would have processes…
Useful .bashrc Functions
For those of you that read my other post about useful .cshrc functions, you know that I like to automate…
Using the Debugging Tool Valgrind
Valgrind is an excellent, and sometimes necessary, tool for debugging troublesome programs. According to Valgrind’s website, the program can “automatically…