Skip to content
View ipetko96's full-sized avatar
💭
vetvička
💭
vetvička
  • Bratislava (Slovakia)

Block or report ipetko96

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. adventOfCode adventOfCode Public

    my solutions for adventofcode.com puzzles

    Python

  2. One-Liner ssh-copy-id PowerShell equ... One-Liner ssh-copy-id PowerShell equivalent, automaticaly set correct permissions
    1
    Get-Content -Path $env:USERPROFILE\.ssh\id_rsa.pub | ssh username@hostname "test -d $HOME/.ssh && chmod 700 $HOME/.ssh || mkdir -m 700 $HOME/.ssh ; cat >> $HOME/.ssh/authorized_keys ; chmod 600 $HOME/.ssh/authorized_keys"