Skip to content
View tchiavegatti's full-sized avatar

Block or report tchiavegatti

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. Install Syncthing on Raspberry Pi Install Syncthing on Raspberry Pi
    1
    - Install the necessary packages:
    2
    ~~~~~~~~
    3
    sudo apt-get install apt-transport-https ca-certificates
    4
    curl -s https://syncthing.net/release-key.txt | sudo apt-key add -
    5
    echo "deb http://apt.syncthing.net/ syncthing release" | sudo tee /etc/apt/sources.list.d/syncthing.list
  2. codebase codebase Public

    Forked from miguelgfierro/codebase

    Code base for programming projects

    Python

  3. howdoi howdoi Public

    Forked from gleitz/howdoi

    instant coding answers via the command line

    Python