Skip to content
View LiteBrick204's full-sized avatar
🤘
Trying to Code Better Each Day!
🤘
Trying to Code Better Each Day!

Block or report LiteBrick204

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

Pinned Loading

  1. tektoncd/plumbing tektoncd/plumbing Public

    This repo holds configuration for infrastructure used across the tektoncd org 🏗️

    Go 60 110

  2. Cooja Installation for Ubuntu via te... Cooja Installation for Ubuntu via terminal
    1
    #!/bin/sh
    2
    sudo apt update
    3
    sudo apt upgrade
    4
    sudo apt install build-essential dkms linux-headers-$(uname -r)
    5
    sudo apt install openjdk-8-jdk