Skip to content
5huckle edited this page Dec 12, 2022 · 9 revisions

Setup

Computer setup

IP: 10.0.5.14

Search Domain: jibreel.local

sudo vi /etc/netplan/00-installer-config.yaml

Replicate (fill in appropriate fields):

Screen Shot 2022-11-17 at 7 30 06 PM

Sudo User: Jibreel

sudo adduser jibreel

Fill in a password, skip everything else

After user is created, type:

usermod -aG sudo jibreel

This adds the new user to the sudo group. Test by elevating to sudo via your new account

Docker

Important note about docker: make sure to restart it at some point, especially if things are not working.

https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-20-04

Docker-Compose

https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-compose-on-ubuntu-20-04


Git

Installation

sudo apt install git

go to the repo you want to copy, go to the code tab, copy the SSH link

git clone git@github.com:5huckle/FA22-SYS-265-II.git

you should now have a new directory

ls #browse to your new directory

git add .

git status

git commit -m "appropriate message"

git push

Using Git on Docker

Basic Syntax

image

Clone this wiki locally