Software

From FarmShare

(Difference between revisions)
Jump to: navigation, search
(start)
Line 6: Line 6:
Maybe use /usr/sweet/bin, though we're trying to move those.
Maybe use /usr/sweet/bin, though we're trying to move those.
 +
 +
==new FarmShare software==
 +
Try something like this at the end of your .bashrc:
 +
 +
<code>
 +
HOSTNAME=$(hostname)
 +
if [ "${HOSTNAME:0:4}" = "corn" ]; then
 +
  #source farmshare modules
 +
  echo "on a corn!"
 +
  source /mnt/glusterfs/software/free/modules/tcl/init/bash
 +
fi
 +
</code>

Revision as of 10:46, 25 April 2012

There is a lot of software available on the FarmShare systems. The systems run Ubuntu, so a lot of Ubuntu packages are installed.

There is also some licensed software installed.

Don't use /usr/pubsw, we're trying to retire all of that tree.

Maybe use /usr/sweet/bin, though we're trying to move those.

new FarmShare software

Try something like this at the end of your .bashrc:

HOSTNAME=$(hostname) if [ "${HOSTNAME:0:4}" = "corn" ]; then

 #source farmshare modules
 echo "on a corn!"
 source /mnt/glusterfs/software/free/modules/tcl/init/bash

fi

Personal tools
Toolbox
LANGUAGES