Skip to content
View Yossi1114's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report Yossi1114

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. Automatic-Tinyproxy-Setup.sh Automatic-Tinyproxy-Setup.sh
    1
    #!/bin/bash
    2
    sudo apt update && sudo apt -y upgrade && sudo apt -y autoremove
    3
    sudo apt -y install tinyproxy
    4
    sed -i 's/Allow\ 127.0.0.1/#Allow\ 127.0.0.1/g' /etc/tinyproxy/tinyproxy.conf
    5
    ufw allow 8888
  2. colinhartigan/valorant-rpc colinhartigan/valorant-rpc Public

    Feature-rich Discord rich-presence implementation for VALORANT

    Python 335 53