VM Install |
- Download: Ubuntu desktop http://www.ubuntu.com/download/desktop
- On Windows:
- In VirtualBox 6.0, select "Create a New Virtual Machine" and then select "Use ISO Image" with your "ubuntu-20.04.2.0-desktop-amd64.iso" file.
- Follow instructions, set Disk-Size >30GB, then "Customize Hardware" to select 50% of your laptop's RAM
- Install desktop:
sudo apt -y install ubuntu-desktop gdm sudo /etc/init.d/gdm start sudo dpkg-reconfigure xserver-xorg
- Install classic destkop:
sudo apt -y install gnome-panel
- System Fixes (Screen Resolution, MATLAB GPL):
sudo apt -y install virtualbox-guest-dkms virtualbox-guest-x11 mesa-utils
- Install tools:
sudo apt -y install expect tree grub2 geany gftp kdiff3 meld vim postfix
- Developers tools:
sudo apt -y install apache2 php libapache2-mod-php mysql-server phpmyadmin
- Developers git:
sudo apt -y install git gitg qgit gitk git-gui
- Perl:
sudo apt -y install perl perl-doc
- Python:
sudo apt -y install python python-numpy python-scipy python-mysqldb
- R, (Rstudio):
sudo apt -y install r-base
- Mathtex:
sudo apt-get -y install texlive-full gedit-latex-plugin texmaker build-essential
|