Skip to content
View jorgealves's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report jorgealves

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
jorgealves/README.md

Pinned

  1. pseudoscript pseudoscript Public

    PseudoScript: Uma Linguagem de Programação para quem quer aprender lógica

    6

  2. .dotfiles .dotfiles Public

    Shell

  3. devry devry Public

    DEVRYwhere - your portable development environment to setup anywhere

  4. Install bare minimal software to sta... Install bare minimal software to start your journey as a fullstack developer on ubuntu
    1
    sudo apt update && sudo apt upgrade -y
    2
    sudo apt install wget gpg git -y
    3
    # Remove Older versions of docker
    4
    for pkg in docker.io docker-doc docker-compose podman-docker containerd runc; do sudo apt-get remove $pkg; done
    5
    # Add Docker's official GPG key: