This repository contains all files required to convert a Linux OS into an Edrive. This has been tested on Ubuntu 14.04 and Lubuntu 14.04.
The install.sh
Bash script installs all required packages.
Although Matlab installation is initiated from the install.sh
script, it is better to install Matlab manually from a terminal. The install.sh
script can be used as a guideline for this. The steps are as follows:
- Install the NFS client package:
sudo apt-get install rpcbind nfs-common
- Create a new directory to mount the TU/e server on:
mkdir /software
- Mount the TU/e server to the created directory:
mount hercules.tue.nl:/vol/hercules/software/linux /software
- Go to the directory where Matlab is located:
cd /software/matlab-2014b
- Install the software:
./install
All toolboxes can be installed, but if storage space is an issue, the following packages can be removed:
- Aerospace Blockset
- Aerospace Toolbox
- Bioinformatics
- Communication Systems
- Computer Vision
- Econometrics
- Financial Instruments
- Financial Toolbox
- Fuzzy Logic
- Global Optimization
- Image Acquisition
- Image Processing
- Neural Network
- Parallel Computing
- SimBiology
- SimElectronics
- SimEvents
- SimHydraulics
- SimMechanics
- SimPowerSystems
- SimRF
- Wavelet Toolbox
Once Matlab has been installed it has to be activated. The procedure is as follows:
- In a terminal become super user by typing
sudo su
. - Open the Matlab activation procedure by typing
matlab
. - Select: Activate automatically using the Internet.
- Under Log in to my MathWorks Account enter the Matlab credentials.
- Clik next under License Selection.
- Type root under Login Name.
- Click Confirm and then Finish.
Matlab has to be executed as Root user. The steps are as follows:
- In a terminal become super user by tying
sudo su
. - Open Matlab by typing
matlab
.
The ebox
directory of this repository has to be put in the Linux /home/
directory.
The scripts that are under Simulated Experiments
have to be added. More information on how to do this can be found in the Simulated Experiments
README.md
.