Difference between revisions of "TSL"

From Department of Computer Science
(added packages for image that we used in SACO)
(packages list)
Line 14: Line 14:
 
== Image ==
 
== 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.
+
Paste the source of the following into:
 +
    sed -ne 's/^* // p' | tr '\n' ' '; echo
  
For the SACO, we've guaranteed the following so would need them at the specified versions:
+
to get a list you can install
  
  GCC 4.1
+
=== Games ===
  KDevelop
+
* bsdgames
  Java JDK 1.6 (Sun's one)
+
* frozen-bubble
  Eclipse
+
* gnome-games
  Python 2.5
+
* gtetrinet
  IDLE
+
* neverball
 +
* openarena
 +
* pingus
 +
* tetrinet-client
 +
* wesnoth
 +
* wormux
 +
 +
=== Editors ===
 +
* anjuta
 +
* bluefish
 +
* codeblocks
 +
* eclipse
 +
* emacs
 +
* eric
 +
* geany
 +
* idle
 +
* joe
 +
* kate
 +
* kdevelop
 +
* lyx
 +
* netbeans
 +
* scite
 +
* vim-full
 +
* xemacs21
 +
 +
=== Docs ===
 +
* devhelp
 +
* diveintopython
 +
* manpages-dev
 +
* python-doc
 +
* stl-manual
 +
 +
=== Version Control ===
 +
* cvs
 +
* bzr
 +
* bzr-gtk
 +
* bzr-svn
 +
* bzrtools
 +
* darcs
 +
* git-core
 +
* mercurial
 +
* subversion
 +
* subversion-tools
 +
* svk
 +
 +
=== Debugging ===
 +
* ddd
 +
* lsof
 +
* ltrace
 +
* strace
 +
* valgrind
  
  # compilers
+
=== Programming ===
  build-essential # c++ compilers and more
+
* ant
  gcc-4.1
+
* ant-optional
  g++-4.1
+
* bicyclerepair
  python2.5
+
* bsh
  sun-java6-jdk  # java compiler
+
* build-essential
  fpc            # pascal compiler
+
* clisp
  ghc            # haskell compiler
+
* docbook
  clisp          # common lisp compiler
+
* freeglut3-dev
  # debuggers
+
* fpc
  ddd            # graphical frontend to gdb
+
* gcc-4.1
  valgrind        # useful for debugging memory errors such as segfaults
+
* g++-4.1
  # editors
+
* ghc
  joe
+
* gnome-devel
  vim
+
* gnuplot
  kate
+
* graphviz
  emacs
+
* ipython
  xemacs21
+
* mesa-utils
  scite
+
* octave
  codeblocks
+
* python-3
  geany          # editors up to here provided at IOI
+
* python-all-dev
  eclipse        # java IDE
+
* python-crypto
  idle            # python IDE
+
* python-dateutil
  idle-python2.5
+
* python-matplotlib
  eric            # better python IDE
+
* python-pygame
  ipython        # better python shell
+
* speedcrunch
  kdevelop
+
* sun-java6-jdk
  anjuta
+
* sun-java6-plugin
  # latex
+
* texlive-full
  tetex-bin      # base for latex, includes pretty much everything
+
 
  lyx            # visual latex editor
+
=== System ===
  # web
+
* imagemagick
  apache2        # some might find these useful for other projects
+
* lftp
  php5
+
* manpages
  mysql-server
+
* mtr-tiny
  php5-mysql
+
* ntp
  vsftpd
+
* openssh-server
  # media and foo
+
* openssl
  ubuntu-restricted-extras
+
* poppler-utils
  mplayer        # beats buitin video player
+
* quota
  amarok          # music player
+
* rdesktop
  # useful tools
+
* rsync
  gnuplot        # generates plots
+
* screen
  imagemagick    # collection of useful command-line image tools
+
* tmpreaper
  graphviz        # generates images of graphs
+
* traceroute
  inkscape        # vector graphics editor
+
* tsocks
  wine            # to run your windows apps on linux
+
* unrar
  # games
+
* unzip
  openarena      # we have the space, why not?
+
* wbritish
  # misc
+
* whois
  checkgmail      # gmail notifier
+
* xtightvncviewer
  pidgin-plugin-pack  # collection of plugins for pidgin
+
 
  tsocks
+
=== Other ===
  konsole         # needed to get kate's console working
+
* amarok
  # docs
+
* blender
  manpages
+
* flashplugin-nonfree
  manpages-dev
+
* inkscape
  stl-manual
+
* konsole
 +
* openoffice.org-draw
 +
* msttcorefonts
 +
* mplayer
 +
* ubuntu-restricted-extras
 +
* wine
 +
* yakuake

Revision as of 13:39, 7 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

Paste the source of the following into:

   sed -ne 's/^* // p' | tr '\n' ' '; echo

to get a list you can install

Games

  • bsdgames
  • frozen-bubble
  • gnome-games
  • gtetrinet
  • neverball
  • openarena
  • pingus
  • tetrinet-client
  • wesnoth
  • wormux

Editors

  • anjuta
  • bluefish
  • codeblocks
  • eclipse
  • emacs
  • eric
  • geany
  • idle
  • joe
  • kate
  • kdevelop
  • lyx
  • netbeans
  • scite
  • vim-full
  • xemacs21

Docs

  • devhelp
  • diveintopython
  • manpages-dev
  • python-doc
  • stl-manual

Version Control

  • cvs
  • bzr
  • bzr-gtk
  • bzr-svn
  • bzrtools
  • darcs
  • git-core
  • mercurial
  • subversion
  • subversion-tools
  • svk

Debugging

  • ddd
  • lsof
  • ltrace
  • strace
  • valgrind

Programming

  • ant
  • ant-optional
  • bicyclerepair
  • bsh
  • build-essential
  • clisp
  • docbook
  • freeglut3-dev
  • fpc
  • gcc-4.1
  • g++-4.1
  • ghc
  • gnome-devel
  • gnuplot
  • graphviz
  • ipython
  • mesa-utils
  • octave
  • python-3
  • python-all-dev
  • python-crypto
  • python-dateutil
  • python-matplotlib
  • python-pygame
  • speedcrunch
  • sun-java6-jdk
  • sun-java6-plugin
  • texlive-full

System

  • imagemagick
  • lftp
  • manpages
  • mtr-tiny
  • ntp
  • openssh-server
  • openssl
  • poppler-utils
  • quota
  • rdesktop
  • rsync
  • screen
  • tmpreaper
  • traceroute
  • tsocks
  • unrar
  • unzip
  • wbritish
  • whois
  • xtightvncviewer

Other

  • amarok
  • blender
  • flashplugin-nonfree
  • inkscape
  • konsole
  • openoffice.org-draw
  • msttcorefonts
  • mplayer
  • ubuntu-restricted-extras
  • wine
  • yakuake