#https://www.omgubuntu.co.uk/2016/03/how-to-change-ubuntu-desktop-font
-----------install conda---------
https://github.com/ContinuumIO/anaconda-issues/issues/10770
e.g.
cd /tmp
$ wget http://repo.continuum.io/archive/Anaconda3-4.1.1-Linux-x86_64.sh
$ bash Anaconda3–4.1.1-Linux-x86_64.sh
choose newer version is better, but can update afterwards
> conda update conda
>conda update anaconda
----------install tensorflow-----------
https://www.liquidweb.com/kb/how-to-install-tensorflow-on-ubuntu-18-04/
>source activate tf #use this if conda activate tf does not work
> use pip to install programs
# .....................check python version -----
>python --version #python version
# .....................check tensorflow version -----
> python
>>>import tensorflow as tf; print(tf.__version__) #tensorflow version # .....................check conda version -----
tf >source deactivate tf
> conda list anaconda$
----------install sublime----use this to edit program-------
#----------install VPN-----------
http://corner.cse.cuhk.edu.hk/tech/l2tp-ipsec.html
#----------setup remote desktop-----------------
Then you can use an app called Remmina desktop client (ubuntu builtin)to connect to Cse computer
https://www.digitalcitizen.life/connecting-windows-remote-desktop-ubuntu
Note: Set color to fx-32bpp
#-------------------- ----------------------------