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: 3 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
- [📚 Tutorials Repository](#-tutorials-repository)
- [📋 Table of Contents](#-table-of-contents)
- [🐧 Linux](#-linux)
- [🌀 Julia](#-julia)
- [🔄 Git](#-git)
- [⚛️ MCTDH](#️-mctdh)
- [💻 VSCode](#-vscode)
- [📁 FileZilla](#-filezilla)
- [Inkscape](#inkscape)

---

## 🐧 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)
- [1.7 Nvidia installation and setting guide](src/linux/nvidia_guide.md)
- [1.8 Disk space troubleshooting](src/linux/linux_disk_space_troubleshooting.md)

## 🌀 Julia
- [1.1 Installation Guide](src/julia/julia_installation.md)
- [1.2 Running Julia with SLURM](src/julia/run_julia_code_from_ccad.md)
- [1.3 VSCode Notebooks on Cluster](src/julia/run_julia_notebook_from_ccad_using_VSCode.md)
- [1.4 Jupyter Notebooks on Cluster](src/julia/run_jupyter_notebook_from_ccad_using_JupyterNotebook.md)
- [1.5 Multi-Threading in VSCode](src/vscode/multithreading_activation_VSCode.md)
- [1.6 Creating Packages](src/julia/new_package.md)
- [1.7 Development Workflows](src/julia/workflow.md)
- [1.8 Documentation Deployment](src/julia/publish_docs.md)

## 🔄 Git
- [1.1 Essential Commands](src/git/useful_git_commands.md)
- [1.2 Git-Bash Completion](src/git/configuration_git_bash_command_line_completion.md)
- [1.3 Personal Access Tokens](src/git/personal_access_token.md)

## ⚛️ MCTDH
- [1.1 Command Reference](src/mctdh/useful_commands.md)
- [1.2 Libpthread Bug Report](src/mctdh/libpthread_problem.md)
- [1.3 fmat Bug Report](src/mctdh/fmat_problem.md)

## 💻 VSCode
- [1.1 Installation Guide](src/vscode/VSCode_installation.md)
- [1.2 Multi-Threading Setup](src/vscode/multithreading_activation_VSCode.md)
- [1.3 Cluster Notebooks](src/julia/run_julia_notebook_from_ccad_using_VSCode.md)
- [1.4 Updating VSCode](src/vscode/VSCode_update.md)
- [1.5 Remote Tunnels](src/vscode/Remote_Tunnels.md)
- [1.6 Markdown Snippets in VS Code using Linux](src/vscode/makdown_snippets.md)
- [1.7 LaTeX Workshop Extension](src/vscode/latex_workshop_extension.md)

## 📁 FileZilla
- [1.1 Installation Guide](src/filezilla/FileZilla_installation.md)
- [1.2 SSH Agent Sync](src/filezilla/FileZilla_ssh_sync.md)

## Inkscape
- [1.1 Including TexTex](src/inkscape/installing_TexTex.md)
---

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