This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://www.thewindowsclub.com/free-ssh-client-software-for-windows | |
http://mobaxterm.mobatek.net/features.html | |
https://en.wikipedia.org/wiki/List_of_terminal_emulators#Microsoft_Windows | |
https://www.slant.co/topics/1552/~terminal-emulators-for-windows |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://www.advancedclustering.com/how-strong-is-your-grant-proposal-for-hpc-funding/ | |
http://www.advancedclustering.com/high-performance-computing-grant-proposal-writing/ | |
http://www.advancedclustering.com/grant-writing-white-paper/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
show all non-responsive nodes | |
% sinfo -d | |
show all drained nodes | |
% sinfo -d | grep drain | |
show all dead nodes | |
% sinfo -d | grep dead | |
show job size, availability, time limit and node status by partition |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# install vagrant | |
macmini:vagrant tru$ VERS=1.9.1 | |
macmini:vagrant tru$ curl https://releases.hashicorp.com/vagrant/${VERS}/vagrant_${VERS}.dmg > vagrant_${VERS}.dmg | |
macmini:vagrant tru$ curl https://releases.hashicorp.com/vagrant/${VERS}/vagrant_${VERS}_SHA256SUMS > vagrant_${VERS}_SHA256SUMS | |
macmini:vagrant tru$ grep vagrant_${VERS}.dmg vagrant_${VERS}_SHA256SUMS | shasum -a 256 -c && \ | |
macmini:vagrant tru$ hdiutil mount vagrant_${VERS}.dmg && \ | |
macmini:vagrant tru$ sudo installer -pkg /Volumes/Vagrant/Vagrant.pkg -target / | |
macmini:vagrant tru$ hdiutil unmount /Volumes/Vagrant | |
# installing VirtualBox | |
macmini:vagrant tru$ VERSVB=5.1.14 |
NewerOlder