Linux for beginers
go back to Main Page, Group Pages, Núria López and Group, VASP_beginners, Your_first_project,
Basic commands and concepts
Terminal
tabs, promp meaning
Bash commands
man ls cd <directory name> cd .. cd rm mkdir rmdir alias sudo sudo apt install sudo synaptic
vim editor
alias vi vim
basic scripts
shebang
#!/bin/bash
input variables $1 $2 $3
if [ ] ; then elif else fi
case
for
Good practices
Setting automatic regular backups
Mount ICIQ's folders from home
Only for linux-based system.
If your home folder is Windows-based
- Create an Ubuntu Virtual Machine.
Tips_to_work_remotely_from_Windows (by Diego)