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: 10 months ago
JSON representation

This repository contains several tutorials on different software topics with the intention of containing organized information in one place.

Awesome Lists containing this project

README

          

# 📚 Tutorials Repository

> A centralized collection of software tutorials covering various topics, organized for quick reference and learning.

---

## 📋 Table of Contents
1. [🐧 Linux](#-linux)
2. [🌀 Julia](#-julia)
3. [🔄 Git](#-git)
4. [⚛️ MCTDH](#️-mctdh)
5. [💻 VSCode](#-vscode)
6. [📁 FileZilla](#-filezilla)

---

## 🐧 Linux
- [1.1 Useful Commands and Tools](src/linux/useful_commands_and_tools.md)
- [1.2 Two CPUs LAN Connection](src/linux/lan_connection_twocpus.md)
- [1.3 OpenSSH Guide](src/linux/OpenSSH.md)
- [1.4 Installing OS from Bootable USB](src/linux/intalando_ubuntu.md)
- [1.5 Mounting Hard Disk](src/linux/mount_hard_disk.md)
- [1.6 Using Dropbox via Terminal](src/linux/dropbox.md)

## 🌀 Julia
- [2.1 Installation Guide](src/julia/julia_installation.md)
- [2.2 Running Julia with SLURM](src/julia/run_julia_code_from_ccad.md)
- [2.3 VSCode Notebooks on Cluster](src/julia/run_julia_notebook_from_ccad_using_VSCode.md)
- [2.4 Jupyter Notebooks on Cluster](src/julia/run_jupyter_notebook_from_ccad_using_JupyterNotebook.md)
+- [2.5 Multi-Threading in VSCode](src/vscode/multithreading_activation_VSCode.md)
- [2.6 Creating Packages](src/julia/new_package.md)
- [2.7 Development Workflows](src/julia/workflow.md)
- [2.8 Documentation Deployment](src/julia/publish_docs.md)

## 🔄 Git
- [3.1 Essential Commands](src/git/useful_git_commands.md)
- [3.2 Git-Bash Completion](src/git/configuration_git_bash_command_line_completion.md)
- [3.3 Personal Access Tokens](src/git/personal_access_token.md)

## ⚛️ MCTDH
- [4.1 Command Reference](src/mctdh/useful_commands.md)
- [4.2 Libpthread Bug Report](src/mctdh/libpthread_problem.md)

## 💻 VSCode
- [5.1 Installation Guide](src/vscode/VSCode_installation.md)
- [5.2 Multi-Threading Setup](src/vscode/multithreading_activation_VSCode.md)
- [5.3 Cluster Notebooks](src/julia/run_julia_notebook_from_ccad_using_VSCode.md)
- [5.4 Updating VSCode](src/vscode/VSCode_update.md)
- [5.5 Remote Tunnels](src/vscode/Remote_Tunnels.md)

## 📁 FileZilla
- [6.1 Installation Guide](src/vscode/FileZilla_installation.md)
- [6.2 SSH Agent Sync](src/vscode/FileZilla_ssh_sync.md)

---

✨ *Contribute or suggest improvements via Issues/Pull Requests!*