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

Block or report LoganGray

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. this worked to install selenium and ... this worked to install selenium and google chrome on my Ubuntu 16 server.
    1
    #!/usr/bin/env bash
    2
    # used to install offical chrome and selenium on Ubuntu 16.04.1 LTS, 18.04, 20.04.1 LTS desktop, Jan 2021
    3
    # also tested and works on Elem OS 5.1 :)
    4
    #
    5
    # make sure script is run as root or sudo
  2. JetBrains Toolbox installation scrip... JetBrains Toolbox installation script for Ubuntu - https://www.jetbrains.com/toolbox/app/
    1
    #!/bin/bash
    2
    
                  
    3
    #TODO:  check user is NOT root or sudo
    4
    
                  
    5
    set -e
  3. ip-countryside ip-countryside Public

    Forked from Markus-Go/ip-countryside

    Creates an accurate ip-to-country database out of the RIR information.

    C++