Base software kit: Difference between revisions

From Earlham CS Department
Jump to navigation Jump to search
Craigje (talk | contribs)
mNo edit summary
Craigje (talk | contribs)
mNo edit summary
Line 4: Line 4:
* <code>nfs-common</code> - allow NFS mounts
* <code>nfs-common</code> - allow NFS mounts
* <code>wget</code> - wget a file from the Internet
* <code>wget</code> - wget a file from the Internet
* <code>iproute2</code> - more modern instantiations of ifconfig and a lot of other network tools


On a cluster, add these:
On a cluster, add these:
* C3 tools (see [[Sysadmin:C3|the C3 tools page]])
* C3 tools (see [[Sysadmin:C3|the C3 tools page]])

Revision as of 17:07, 24 March 2019

These software packages should be installed on every machine we provision, regardless of their purpose.

  • nano - text editor
  • vim - text editor
  • nfs-common - allow NFS mounts
  • wget - wget a file from the Internet
  • iproute2 - more modern instantiations of ifconfig and a lot of other network tools

On a cluster, add these: