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/19 18:57] borjavm:changelog [2018/09/24 13:03] borja
Line 1: Line 1:
 ===== VM Changelog ===== ===== VM Changelog =====
 +
 +==== 201819.1-rc2 ====
 +
 +**Date**: September 24, 2018
 +
 +Removed Sublime Text 2:
 +
 +  rm -rf /home/student/Software/
 +  rm -rf /home/student/bin/
 +  rm -rf /home/student/.config/sublime-text-2
 +  # Removed subl alias from .bashrc_cs
 +
 +Added Sublime Text 3:
 +
 +  wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add -
 +  sudo apt-get install apt-transport-https
 +  echo "deb https://download.sublimetext.com/ apt/stable/" | sudo tee /etc/apt/sources.list.d/sublime-text.list
 +  sudo apt-get update
 +  sudo apt-get install sublime-text
 +  # Add 'rm -rf ~student/.config/sublime-text-3' to /root/clean-vm.sh
 +
 +Added PyCharm:
 +
 +  sudo snap install pycharm-community --classic
 +
 +Installed pylint:
 +
 +  sudo pip3 install pylint
 +
 +Added the following to `clean-vm.sh` to clear caches and reduce VM image size:
 +
 +  echo "Clearing caches..."
 +  apt clean
 +  rm -rf ~student/.cache
 +  rm -rf /root/.cache
 +
 +
 +
  
 ==== 201819.1-rc1 ==== ==== 201819.1-rc1 ====
/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