Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mendzmartin/tutorials
This repository contains several tutorials on different software topics with the intention of containing organized information in one place.
https://github.com/mendzmartin/tutorials
bug software
Last synced: 5 days ago
JSON representation
This repository contains several tutorials on different software topics with the intention of containing organized information in one place.
- Host: GitHub
- URL: https://github.com/mendzmartin/tutorials
- Owner: mendzmartin
- License: mit
- Created: 2023-06-21T20:51:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-16T16:48:22.000Z (3 months ago)
- Last Synced: 2024-12-02T11:17:11.106Z (2 months ago)
- Topics: bug, software
- Language: HTML
- Homepage:
- Size: 70.3 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tutorials
> This repository contains several tutorials on different software topics with the intention of containing organized information in only one place.
-----
# Table of Contents
## 1. [Linux](https://github.com/mendzmartin/Tutorials/tree/main/src/linux)
+ ### 1.1. [Useful commands and tools](https://github.com/mendzmartin/Tutorials/blob/main/src/linux/useful_commands_and_tools.md)
+ ### 1.2. [Two CPUs LAN connection](https://github.com/mendzmartin/Tutorials/blob/main/src/linux/lan_connection_twocpus.md)
+ ### 1.2. [OpenSSH](https://github.com/mendzmartin/Tutorials/blob/main/src/linux/OpenSSH.md)
+ ### 1.3. [Installing SO from bootable USB](https://github.com/mendzmartin/Tutorials/blob/main/src/linux/intalando_ubuntu.md)
## 2. [Julia](https://github.com/mendzmartin/Tutorials/tree/main/src/julia)
+ ### 2.1. [Julia intallation](https://github.com/mendzmartin/Tutorials/blob/main/src/julia/julia_installation.md)
+ ### 2.2. [Runnig Julia code with SLURM from cluster](https://github.com/mendzmartin/Tutorials/blob/main/src/julia/run_julia_code_from_ccad.md)
+ ### 2.3. [Running Julia Notebook with VSCode from cluster](https://github.com/mendzmartin/Tutorials/blob/main/src/julia/run_julia_notebook_from_ccad_using_VSCode.md)
+ ### 2.4. [Running Julia Notebook with Jupyter Notebook from cluster](https://github.com/mendzmartin/Tutorials/blob/main/src/julia/run_jupyter_notebook_from_ccad_using_JupyterNotebook.md)
+ ### 2.5. [Multi-Threads VSCode activation](https://github.com/mendzmartin/Tutorials/blob/main/src/vscode/multithreading_activation_VSCode.md)
+ ### 2.7. [Create a new package](https://github.com/mendzmartin/Tutorials/blob/main/src/julia/new_package.md)
+ ### 2.7. [Development workflows](https://github.com/mendzmartin/Tutorials/blob/main/src/julia/workflow.md)
+ ### 2.8. [Deploy documentation](https://github.com/mendzmartin/Tutorials/blob/main/src/julia/publish_docs.md)
## 3. [Git](https://github.com/mendzmartin/Tutorials/tree/main/src/git)
+ ### 3.1. [Useful commands and tools](https://github.com/mendzmartin/Tutorials/blob/main/src/git/useful_git_commands.md)
+ ### 3.2. [Configuration Git-Bash command line completion](https://github.com/mendzmartin/Tutorials/blob/main/src/git/configuration_git_bash_command_line_completion.md)
+ ### 3.3. [Personal acces token configuration](https://github.com/mendzmartin/Tutorials/blob/main/src/git/personal_access_token.md)
## 4. [MCTDH](https://github.com/mendzmartin/Tutorials/tree/main/src/mctdh)
+ ### 4.1. [Useful commands and tools](https://github.com/mendzmartin/Tutorials/blob/main/src/mctdh/useful_commands.md)
+ ### 4.2. [Lib pthread bug report](https://github.com/mendzmartin/Tutorials/blob/main/src/mctdh/libpthread_problem.md)
## 5. [VSCode](https://github.com/mendzmartin/Tutorials/tree/main/src/vscode)
+ ### 5.1. [VSCode installation](https://github.com/mendzmartin/Tutorials/blob/main/src/vscode/VSCode_installation.md)
+ ### 5.2. [Multi-Threads activation](https://github.com/mendzmartin/Tutorials/blob/main/src/vscode/multithreading_activation_VSCode.md)
+ ### 5.3. [Running Julia Notebook with VSCode from cluster](https://github.com/mendzmartin/Tutorials/blob/main/src/julia/run_julia_notebook_from_ccad_using_VSCode.md)
+ ### 5.4. [VSCode update](https://github.com/mendzmartin/Tutorials/blob/main/src/vscode/VSCode_update.md)
## 6. [FileZilla](https://github.com/mendzmartin/Tutorials/tree/main/src/filezilla)
+ ### 6.1. [FileZilla installation](https://github.com/mendzmartin/Tutorials/blob/main/src/vscode/FileZilla_installation.md)
+ ### 6.2. [Using SSH agent for sync](https://github.com/mendzmartin/Tutorials/blob/main/src/vscode/FileZilla_ssh_sync.md)