Skip to content

Instantly share code, notes, and snippets.

View Adesoji1's full-sized avatar

Adesoji Alu Adesoji1

View GitHub Profile

Ubuntu 20.04 for Deep Learning

In the name of God

This gist contains steps to setup Ubuntu 20.04 for deep learning.


Install Ubuntu 20.04:

@Adesoji1
Adesoji1 / git_and_github_instructions.md
Created July 20, 2021 16:54 — forked from mindplace/git_and_github_instructions.md
Pushing your first project to github

Make sure git is tracking your project.

  1. Using your terminal/command line, get inside the folder where your project files are kept: cd /path/to/my/codebase.

You cannot do this simply by opening the folder normally, you must do this with the command line/terminal.

Do you need a refresher on using your command line/terminal? I've compiled my favorite resources here.

  1. Check if git is already initialized: git status
/tmp/ruby-build.20230803195821.204792.PGC9Qu /tmp
/tmp/ruby-build.20230803195821.204792.PGC9Qu/ruby-3.1.2 /tmp/ruby-build.20230803195821.204792.PGC9Qu /tmp
checking for ruby... /usr/bin/ruby
tool/config.guess already exists
tool/config.sub already exists
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for gcc... gcc
checking for ld... ld