User Tools

Site Tools


vm:changelog

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
vm:changelog [2018/09/24 13:03] borjavm:changelog [2020/04/16 07:51] borja
Line 1: Line 1:
 ===== VM Changelog ===== ===== VM Changelog =====
 +
 +==== 201920.3 ====
 +
 +**Date**: April 16, 2020
 +
 +Updated existing software:
 +
 +  sudo apt update
 +  sudo apt dist-upgrade -u
 +  sudo apt autoremove
 +  sudo snap refresh
 +  update-cs-software
 +
 +Installed Visual Studio Code:
 +
 +  sudo snap install code --classic
 +
 +Installed latest version of CMake:
 +
 +  wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null | sudo apt-key add -
 +  sudo apt-add-repository 'deb https://apt.kitware.com/ubuntu/ xenial main'
 +  sudo apt-get update
 +  sudo apt-get install -y cmake
 +
 +Installed missing libraries needed by CMSC 22000:
 +
 +  sudo apt-get install -y libyaml-0-2 libyaml-dev libncurses5-dev libncursesw5-dev
 +
 +Updated VM cleaning script (the latest version of this file can now be found [[vm:clean-vm.sh|on the wiki]])
 +
 +==== 201920.2 ====
 +
 +**Date**: September 24, 2019
 +
 +Updated pyyaml and installed pycryptodome:
 +
 +  sudo -H pip3 install pyyaml pycryptodome --upgrade
 +
 +Removed leftover ''hello.py'' file in the ''student'' home directory.
 +
 +==== 201920.1 ====
 +
 +**Date**: September 24, 2019
 +
 +Updated click and the CS setup script:
 +
 +  sudo -H pip3 install click uchicago_cs_setup_script --upgrade
 +
 +==== 201920.1-rc1 ====
 +
 +**Date**: September 23, 2019
 +
 +Updated existing software:
 +
 +  sudo apt update
 +  sudo apt dist-upgrade -u
 +  sudo apt autoremove
 +
 +Updated VirtualBox Guest Additions to version 5.2.18 (VirtualBox "Devices" menu -> Insert Guest Additions CD image)
 +
 +Updated ''pip'' and ''setuptools'':
 +
 +  sudo -H pip3 install setuptools pip --upgrade
 +
 +Updated chisubmit:
 +
 +  sudo -H pip3 install chisubmit --upgrade
 +
 +Updated software used in CMSC 12100:
 +
 +  sudo -H pip3 install --upgrade pandas numpy scipy matplotlib jupyter ipython emoji tabulate twitter cairocffi pygraphviz networkx pydot_ng pydot sklearn pylint
 +
 +
 +==== 201819.2 ====
 +
 +**Date**: January 5, 2019
 +
 +Remove imagemagick package, which usually causes issues in CS 121 (because of its ''import'' command):
 +
 +    sudo apt remove imagemagick
 +
 +Install CMake and traceroute:
 +
 +    sudo apt install cmake traceroute
 +
 +Install clang:
 +
 +    wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
 +    sudo apt-add-repository "deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-7 main"
 +    sudo apt update
 +    sudo apt install clang-7 clang-format-7 clang-tidy-7
 +
 +==== 201819.1 ====
 +
 +**Date**: September 26, 2018
 +
 +Upgrade the UChicago CS Setup Script:
 +
 +  sudo -H pip3 install uchicago-cs-setup-script --upgrade
 +
 +Removed user-local Python packages and executables that seemed to have been installed a long time ago, and which would likely conflict with system-wide packages.
 +
 +  rm -rf .local/lib/python3.5/
 +  rm -rf .local/bin/
  
 ==== 201819.1-rc2 ==== ==== 201819.1-rc2 ====
Line 29: Line 133:
   sudo pip3 install pylint   sudo pip3 install pylint
  
-Added the following to `clean-vm.shto clear caches and reduce VM image size:+Added the following to ''clean-vm.sh'' to clear caches and reduce VM image size:
  
   echo "Clearing caches..."   echo "Clearing caches..."
/var/lib/dokuwiki/data/pages/vm/changelog.txt · Last modified: 2022/05/12 08:56 by borja

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki