https://github.com/pooya-mohammadi/today-i-learned
Today I learned contains Q&A of what I have learned so far. It encompasses topics like: python, deep-learning, cuda-installation, docker, git, linux, etc.
https://github.com/pooya-mohammadi/today-i-learned
deep-learning docker docker-compose git github linux machine-learning nginx nlp python speech tensorflow ubuntu
Last synced: about 1 month ago
JSON representation
Today I learned contains Q&A of what I have learned so far. It encompasses topics like: python, deep-learning, cuda-installation, docker, git, linux, etc.
- Host: GitHub
- URL: https://github.com/pooya-mohammadi/today-i-learned
- Owner: pooya-mohammadi
- Created: 2022-09-06T17:35:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-31T15:16:53.000Z (3 months ago)
- Last Synced: 2025-01-31T16:30:23.774Z (3 months ago)
- Topics: deep-learning, docker, docker-compose, git, github, linux, machine-learning, nginx, nlp, python, speech, tensorflow, ubuntu
- Homepage:
- Size: 6.88 MB
- Stars: 23
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Today I Learned
In this repository, I include all my notes and whatever I learn, so that everyone can benefit from them.# Table of Contents
## [Linux](https://github.com/pooya-mohammadi/today-i-learned/blob/main/linux/Readme.md)
* [How to move items with scp](https://github.com/pooya-mohammadi/today-i-learned/blob/main/linux/ubuntu.md#how-to-move-items-with-scp)
* [Install Nvidia-Cuda-Cudnn-Torch-TensorFlow](https://github.com/pooya-mohammadi/today-i-learned/blob/main/cuda-gpu-torch-tensorflow/Readme.md)
* [How to mount a volume group](https://github.com/pooya-mohammadi/today-i-learned/tree/main/linux#what-is-vg-in-dev)
* [How to check all volumes in a linux-machine](https://github.com/pooya-mohammadi/today-i-learned/tree/main/linux#how-to-check-all-volumes-in-a-linux-machine)
## [Git](https://github.com/pooya-mohammadi/today-i-learned/tree/main/git)
* [How to undo the latest commit](https://github.com/pooya-mohammadi/today-i-learned/blob/main/git/Readme.md#how-to-undo-the-latest-commit)
* [How to fix merge conflict between forked and main repositories](https://github.com/pooya-mohammadi/today-i-learned/blob/main/git/Readme.md#how-to-fix-merge-conflict-between-forked-and-main-repositories)
## [deep-learning metrics](https://github.com/pooya-mohammadi/today-i-learned/blob/main/deep-learning-metrics/Readme.md)
* [[email protected]:.95](https://github.com/pooya-mohammadi/today-i-learned/tree/main/deep-learning-metrics#map595)
## [Python](https://github.com/pooya-mohammadi/today-i-learned/blob/main/python/Readme.md)
## Docker
* [How to install Docker](https://github.com/pooya-mohammadi/today-i-learned/tree/main/docker#install-docker-enginemain-installation-process)
* [How to run docker without root](https://github.com/pooya-mohammadi/today-i-learned/tree/main/docker#how-to-run-docker-without-sudo)
* [How to change docker images' root-dir](https://github.com/pooya-mohammadi/today-i-learned/tree/main/docker#how-to-change-docker-images-root-dir)