Difference between revisions of "TSL"
From Department of Computer Science
(notes from TSL work) |
(added packages for image that we used in SACO) |
||
| Line 11: | Line 11: | ||
;Bad Images: 1,2,3,5,12,14,17,20,44,45,47,70,74 | ;Bad Images: 1,2,3,5,12,14,17,20,44,45,47,70,74 | ||
;Grub broken: 7, 8, 9, 12, 23, 35 | ;Grub broken: 7, 8, 9, 12, 23, 35 | ||
| + | |||
| + | == Image == | ||
| + | |||
| + | This is the list of packages we used for the SACO live DVD I recently put together. We probably want to remove some stuff (e.g. apache? mysql-server?) and add some other stuff (e.g. kde?), but it's a starting point. | ||
| + | |||
| + | For the SACO, we've guaranteed the following so would need them at the specified versions: | ||
| + | |||
| + | GCC 4.1 | ||
| + | KDevelop | ||
| + | Java JDK 1.6 (Sun's one) | ||
| + | Eclipse | ||
| + | Python 2.5 | ||
| + | IDLE | ||
| + | |||
| + | # compilers | ||
| + | build-essential # c++ compilers and more | ||
| + | gcc-4.1 | ||
| + | g++-4.1 | ||
| + | python2.5 | ||
| + | sun-java6-jdk # java compiler | ||
| + | fpc # pascal compiler | ||
| + | ghc # haskell compiler | ||
| + | clisp # common lisp compiler | ||
| + | # debuggers | ||
| + | ddd # graphical frontend to gdb | ||
| + | valgrind # useful for debugging memory errors such as segfaults | ||
| + | # editors | ||
| + | joe | ||
| + | vim | ||
| + | kate | ||
| + | emacs | ||
| + | xemacs21 | ||
| + | scite | ||
| + | codeblocks | ||
| + | geany # editors up to here provided at IOI | ||
| + | eclipse # java IDE | ||
| + | idle # python IDE | ||
| + | idle-python2.5 | ||
| + | eric # better python IDE | ||
| + | ipython # better python shell | ||
| + | kdevelop | ||
| + | anjuta | ||
| + | # latex | ||
| + | tetex-bin # base for latex, includes pretty much everything | ||
| + | lyx # visual latex editor | ||
| + | # web | ||
| + | apache2 # some might find these useful for other projects | ||
| + | php5 | ||
| + | mysql-server | ||
| + | php5-mysql | ||
| + | vsftpd | ||
| + | # media and foo | ||
| + | ubuntu-restricted-extras | ||
| + | mplayer # beats buitin video player | ||
| + | amarok # music player | ||
| + | # useful tools | ||
| + | gnuplot # generates plots | ||
| + | imagemagick # collection of useful command-line image tools | ||
| + | graphviz # generates images of graphs | ||
| + | inkscape # vector graphics editor | ||
| + | wine # to run your windows apps on linux | ||
| + | # games | ||
| + | openarena # we have the space, why not? | ||
| + | # misc | ||
| + | checkgmail # gmail notifier | ||
| + | pidgin-plugin-pack # collection of plugins for pidgin | ||
| + | tsocks | ||
| + | konsole # needed to get kate's console working | ||
| + | # docs | ||
| + | manpages | ||
| + | manpages-dev | ||
| + | stl-manual | ||
Revision as of 10:13, 6 September 2009
TSL Todo list
- Shorten / tie up flyleads
- Provide tied down flyleads in the laptop areas (areas without PCs)
- Build new image & re-image computers
- Install replaced / fixed computers
Current problems
- Network Sockets
- SLAB013 SLAB016.
- Power Sockets
- pc48
- Bad Images
- 1,2,3,5,12,14,17,20,44,45,47,70,74
- Grub broken
- 7, 8, 9, 12, 23, 35
Image
This is the list of packages we used for the SACO live DVD I recently put together. We probably want to remove some stuff (e.g. apache? mysql-server?) and add some other stuff (e.g. kde?), but it's a starting point.
For the SACO, we've guaranteed the following so would need them at the specified versions:
GCC 4.1 KDevelop Java JDK 1.6 (Sun's one) Eclipse Python 2.5 IDLE
# compilers build-essential # c++ compilers and more gcc-4.1 g++-4.1 python2.5 sun-java6-jdk # java compiler fpc # pascal compiler ghc # haskell compiler clisp # common lisp compiler # debuggers ddd # graphical frontend to gdb valgrind # useful for debugging memory errors such as segfaults # editors joe vim kate emacs xemacs21 scite codeblocks geany # editors up to here provided at IOI eclipse # java IDE idle # python IDE idle-python2.5 eric # better python IDE ipython # better python shell kdevelop anjuta # latex tetex-bin # base for latex, includes pretty much everything lyx # visual latex editor # web apache2 # some might find these useful for other projects php5 mysql-server php5-mysql vsftpd # media and foo ubuntu-restricted-extras mplayer # beats buitin video player amarok # music player # useful tools gnuplot # generates plots imagemagick # collection of useful command-line image tools graphviz # generates images of graphs inkscape # vector graphics editor wine # to run your windows apps on linux # games openarena # we have the space, why not? # misc checkgmail # gmail notifier pidgin-plugin-pack # collection of plugins for pidgin tsocks konsole # needed to get kate's console working # docs manpages manpages-dev stl-manual