An unfinished system to manage all your paper documentation in an easy way.
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

commands.txt 594B

1234567891011121314
  1. apt-get install aspell-fr aspell-it aspell-de aspell-en
  2. apt-get install wfrench wbritish-large witalian wswiss wngerman wamerican-large
  3. apt-get install tesseract-ocr-fra tesseract-ocr-deu tesseract-ocr-ita tesseract-ocr-eng
  4. apt-get install poppler-utils
  5. cd /opt/autodoc/www/js/
  6. npm install popper.js --save
  7. npm install tooltip.js --save
  8. for i in `find node_modules -maxdepth 4 -mindepth 4 -type f | grep umd`; do cp $i .; done
  9. rm -rf node_modules
  10. npm install bs-custom-file-input --save
  11. for i in `find node_modules -name "bs-custom-file-input*" -type f`; do cp $i .; done
  12. rm -rf node_modules