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

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.

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
poulou0/README.md

Pinned

  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 6

  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
    * ### nmap
    2
    
                  
    3
      If installed with `snap` it gives an error: `dnet: Failed to open device enp0sxxxx`
    4
    
                  
    5
      Fix: https://askubuntu.com/a/1312647