Skip to content
View Skenvy's full-sized avatar
Block or Report

Block or report Skenvy

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

  1. Collatz Collatz Public

    Functions related to the Collatz/Syracuse/3N+1 problem.

    Python 3 1

  2. dependabot-linguist dependabot-linguist Public

    Use linguist to check the contents of a repository, and then scan for dependabot ecosystems relevant to those languages!

    Ruby 1

  3. julia-release julia-release Public

    An action to proctor the CD (release and registering) of a julia project.

    Shell 1

  4. Sudoku Sudoku Public

    Initially a Java JFrame implementation of a Sudoku solver.

    Java 1

  5. Initial Headless Setup with RPi3B+ O... Initial Headless Setup with RPi3B+ OS (Buster)
    1
    # Initial Headless Setup with RPi3B+ OS (Buster)
    2
    1. Download the latest version of [Raspberry Pi OS](https://www.raspberrypi.org/software/operating-systems/)
    3
        * with the caveat that there was a change to camera utility between buster and bullseye.
    4
        * _**This was tested on an older Buster image**_
    5
    1. Download the [Imager](https://www.raspberrypi.org/software/) and use it to impact the downloaded zip's `.img` onto the MicroSD
  6. SSH for multiple GH accounts SSH for multiple GH accounts
    1
    # SSH for multiple GH accounts
    2
    While a proper `~/.ssh/config` can be great, this should be a minimal way to set up new keys for using multiple accounts on Mac, Windows, and WSL, and covers some of the traps in simultaneous use of **Windows _AND_ WSL**.
    3
    ## Creating a new key
    4
    To connect from "this machine" to a new GH account. While `~` will be different from your windows and WSL's perspective, WSL's `~/.ssh` _should_ be a **soft link** to your window's `~/.ssh`, so it's ok to use either
    5
    ```