Skip to content
View thomasdevine01's full-sized avatar
  • 10:19 (UTC -07:00)

Highlights

  • Pro

Block or report thomasdevine01

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. cmkc-keyboard cmkc-keyboard Public

    Chico State Mechanical Keyboard Club's Keyboard and Firmware Design

    Python 2

  2. React-Calculator React-Calculator Public

    React Project to serve as a basic calculator. Implements 3rd party libraries, and makes use of hooks. Error handling present throughout

    JavaScript 1

  3. CodeMastr3/hackbot CodeMastr3/hackbot Public

    Discord bot for Hackathon

    Python 4 14

  4. LittleLemonDjango LittleLemonDjango Public

    A Full Stack Django Website for a fictitious restaurant. Complete with templates, REST API, and styling.

    Python 1

  5. A tutorial on how to connect to your... A tutorial on how to connect to your host via SSH easier and more secure.
    1
    This tutorial will explain how to create and use keys (AKA Public and Private Keys) to connect to a Linux Host. Also, I will explain the steps to use Visual Studio Code with SSH.
    2
    
                  
    3
    #### What are the benefits of using keys in SSH?
    4
    1. :running:Speedy: SSH using keys makes the connection very fast, removing the process of password input on connection to the host machine.
    5
    2. :lock:Secure: SSH using keys is much more secure than password inputs; due to the nature of key pairs, authentication cannot be brute-forced from a third party. (:warning: Unless somehow you are leaking the keys to the public.)
  6. Custom ZSH Configuration Custom ZSH Configuration
    1
    # Setting Up A Custom ZSH Configuration
    2
     
    3
    ### Preface
    4
    The following is my current shell configuration. I use zsh and Oh My ZSH as the plugin manager for zsh. Neofetch shows system info. 
    5