~mvo/ubuntu-seeds/platform.lucid

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
Task-Section: user
Task-Relevance: 8
Task-Description: Standard system
Task-Extended-Description: This task installs a reasonably small character-mode system.
Task-Key: ubuntu-standard
Task-Test-new-install: install skip

= UNIX =

== Comfortable Unix System ==

 * aptitude          # better text-mode package manager
 * at
 * cpio
 * cron
 * ed
 * file
 * hdparm            # speed up CD-ROM and disk access, used by installer
 * info
 * logrotate
 * man-db            # ColinWatson
 * (manpages)        # ColinWatson
 * mime-support      # establishes framework for dealing with MIME
 * (nano)            # we need a text editor less scary than vi
 * parted
 * psmisc            # utilities for /proc such as killall, pstree, fuser
 * pciutils
 * usbutils
 * time
 * (mlocate)
 * (bash-completion)

== Filesystems ==

These are commonly used filesystem support packages, here because someone setting up a server would begin with standard, configure filesystems and network and then add other services. NFS is explicitly not here, because it brings in nasties like portmap, and because the network will need to be running before it can be used, so we may as well put that in Supported.

 * dosfstools
 * hfsutils [powerpc]
 * (ntfs-3g)
 * (uuid-runtime) # we use UUIDs by default, so make it easy to generate them

== Networking ==

These provide various networking services, all should be configured in a client-only state with the server de-activated unless the user requires it.

 * dnsutils       # LaMontJones
 * ftp
 * iptables       # FabioMassimoDiNitto
 * (telnet)
 * (ppp)
 * (pppconfig)
 * (pppoeconf)
 * (openssh-client) # ColinWatson
 * rsync          # would be just client but they are the same binary apparently
 * (w3m)          # we need some text-based html presenter
 * wget           # FabioMassimoDiNitto

= Debugging and Diagnostics =

A base system should be a good platform for diagnostics about the hardware and network. In other words, after installing just the Base system one should have everything one might need to get the rest of the system up and running the way you want it.

These are used for debugging problems or examining the system.

 * memtest86+
 * strace
 * dmidecode
 * lshw
 * lsof
 * ltrace

= Helpful Tools =
 
 * (friendly-recovery)    # give a nice menu in recovery mode
 * (command-not-found)
 * (update-manager-core)  # needed for server based release upgrades
 * (apparmor-utils) # control AppArmor policies (pulls in policy parser as well)

== Network ==

 * (iputils-arping)     # would have made my life easier at debconf
 * (iputils-tracepath)  # more secure sort of traceroute, will put compatibility symblink in for traceroute users
 * (mtr-tiny)           # LaMontJones
 * (tcpdump)
 * (ufw)                # Jamie Strandboge

= Other =

 * popularity-contest
 * ubuntu-standard # metapackage for everything here
 * (apt-transport-https) # James Westby, enables access to private PPAs among other things