Skip to content
View poulou0's full-sized avatar
🍋
🍋

Block or report poulou0

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
poulou0/README.md

Pinned Loading

  1. dock-os dock-os Public

    Almost zero-configuration deployments of docker containers useful in a home server.

    HTML 2

  2. OctoPrint-WebcamExtras OctoPrint-WebcamExtras Public

    Zoom, fullscreen and minimize the webcam view

    Python 10

  3. nextcloud-homeassistant-integration nextcloud-homeassistant-integration Public

    A dashboard widget for a home assistant template

    PHP 23 1

  4. Octoprint (octopi) cheat sheet Octoprint (octopi) cheat sheet
    1
    ### Setup openvpn with .ovpn file
    2
    ```console
    3
    pi@octopi:~ $ sudo apt install openvpn
    4
    pi@octopi:~ $ sudo mv 11.pi3-octoprint.ovpn /etc/openvpn/11.pi3-octoprint.conf
    5
    pi@octopi:~ $ sudo systemctl restart openvpn
  5. raspi4 cheat sheet raspi4 cheat sheet
    1
    ## To ssh without password
    2
      ```shell
    3
      ssh-copy-id pi@192.168.x.x
    4
      ```
    5
    ## Restart if offline
  6. linux cheatsheet linux cheatsheet
    1
      ### ncdu
    2
      Disk usage in the terminal (navigate with Enter and Backspace)
    3
      
    4
        cd /
    5
        sudo ncdu -x -q --exclude /home