Base software kit: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
| Line 5: | Line 5: | ||
* <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 | ||
** <code>net-tools</code> for those among us who like ifconfig | |||
* <code>gcc</code> - most recent C compiler (modules can support as many versions as we'd like but we need at least one) | |||
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 18:05, 24 March 2019
These software packages should be installed on every machine we provision, regardless of their purpose.
nano- text editorvim- text editornfs-common- allow NFS mountswget- wget a file from the Internetiproute2- more modern instantiations of ifconfig and a lot of other network toolsnet-toolsfor 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)
On a cluster, add these:
- C3 tools (see the C3 tools page)