Home Research Tutorials Scripts Contact

Scripts

Here I include a set of scripts that are either for my own use or to share with anyone interested.

Setup WSL for Fortran development

Most of the people I work with are Windows user so, to slowly migrate into a more standard programming enviroment, I've recommended them to using WSL and Visual Studio Code.

WSL Installation

Simply open a command line as administrator and run:

wsl --install

The installation will need the PC to reboot, after that Ubuntu will be installed on your PC.

Programming enviroment setup

For this I've setted up a bootsrap script that firstly will Update and upgrade the Linux Machine

To run the script simply do:

curl fedebenelli.github.io/scripts/wsl_bootstrap | sh