@@ -34,7 +34,7 @@ binaries available online at http://www.math.clemson.edu/~heister/dealvm/
3434 - ASPECT: https://aspect.geodynamics.org/
3535 - about:config browser.sessionstore.resume_from_crash = false
3636 - download aspect manual.pdf and put on desktop:
37- cd Desktop; wget https://github.com/geodynamics/aspect/releases/download/v2.0 .0/manual-2.0 .0.pdf
37+ cd Desktop; wget https://github.com/geodynamics/aspect/releases/download/v2.2 .0/aspect- manual-2.2 .0.pdf
3838 - add firefox to autostart: settings->session and startup->add
3939 - disable screensaver in "light locker settings"
4040 - install qtcreator:
@@ -46,12 +46,16 @@ binaries available online at http://www.math.clemson.edu/~heister/dealvm/
4646 - install https://github.com/rfjakob/earlyoom and test
4747 - install vscode https://code.visualstudio.com/download
4848 plugins: c/c++, cmake, cmake tools
49- fix: max fs watches
49+ apply fix: max fs watches
5050 - edit /etc/default/grub.d/50-cloudimg-settings.cfg
5151 and remove console=ttyS0
5252 sudo update-grub
5353 and then disable serial port 1 in machine settings
5454 also remove cidata second hd image
55+ - set reasonable defaults for txt, prm, cc files (mousepad, vscode)
56+ - install clang format:
57+ cd deal.II && ./contrib/utilities/download_clang_format && cd clang-6/ && mv clang-format ~/bin/
58+
5559
56605. For releasing the image:
5761 - update software: apt-get update && apt-get upgrade && apt-get autoremove && apt-get autoclean
0 commit comments