Skip to content

Latest commit

 

History

History
56 lines (42 loc) · 2.21 KB

README.md

File metadata and controls

56 lines (42 loc) · 2.21 KB

DPL Digital Preservation Lab

DPL (digital preservation lab) turns a fresh Ubuntu installation into a fully configured environment for various digital preservation tasks. DPL has been developped for teaching and experimenting. I use it in my courses at FHGR as well as in continuous education.

To set up DPL you need a fresh Ubuntu installation, run

wget -qO- https://hultarp.org/install | bash

or clone this repository and run dpl_install.sh.

Tools on DPL

In parentheses the start commands from the command line

Text Editor

Video and Image Viewers

  • Gimp (gimp)
  • gThumb (gthumb)
  • VLC (vlc)

Data Acquisition Tools

  • Chrome-Browser to be used with the Webrecorder-Plugin (which you have to install manually)
  • curl (curl)
  • dd (dd)
  • dvdisaster (dvdisaster)
  • gddrescue (ddrescue)
  • rsync (rsync)
  • wget (wget)

Format Identification, Characterization and Validation

Format Migration, Transcoding

Create Packages/SIP

Credits and Inspiration