Reinstall Ubuntu

Miscellaneous

  1. Add .scripts to PATH:
     export PATH="$HOME/.scripts:$PATH"
    
  2. Add folder to Caja favourites Edit .config/user-dirs.dirs

    or

    Enter directory and click on Bookmark

  3. Install Synaptic (if missing):
     sudo apt-get install synaptic apt-xapian-index
     sudo update-apt-xapian-index -vf
    
  4. Add the EN-GB dictionary
     sudo apt install hunspell-en-gb
    
  5. If open in terminal is missing from Caja:
     sudo apt-get install caja-open-terminal
    

    (Log out if necessary to install)

  6. Sphinx
     pip install Sphinx
     pip install sphinx_rtd_theme
    
  7. Tree
     sudo apt install tree
    
  8. If LaTeX is missing
     sudo apt-get install texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended
    
    

    install latexmk from this download page

  9. Install PrintFriendly to Firefox.

Build Ubuntu