Difference between revisions of "Base software kit"
Jump to navigation
Jump to search
m |
m |
||
Line 2: | Line 2: | ||
* <code>nano</code> - text editor | * <code>nano</code> - text editor | ||
* <code>vim</code> - text editor | * <code>vim</code> - text editor | ||
− | * <code>nfs-common</code> - allow NFS mounts | + | * <code>nfs-common</code> for Debian or <code>nfs-utils</code> for CentOS - 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 | * <code>iproute2</code> - more modern instantiations of ifconfig and a lot of other network tools |
Revision as of 15:31, 5 June 2019
These software packages should be installed on every machine we provision, regardless of their purpose.
nano
- text editorvim
- text editornfs-common
for Debian ornfs-utils
for CentOS - allow NFS mountswget
- wget a file from the Internetiproute2
- more modern instantiations of ifconfig and a lot of other network toolsnet-tools
for those among us who like ifconfig
gcc
- most recent C compiler (modules can support as many versions as we'd like but we need at least one)ntp
- get a time server
On a cluster, add these:
- C3 tools (see the C3 tools page)