Skip to content
View FrangaL's full-sized avatar
😁
😁
Block or Report

Block or report FrangaL

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. rpi-img-builder rpi-img-builder Public

    Herramienta para crear imágenes RasPiOS/Debian arm64/armhf para Raspberry Pi 2/3/4

    Shell 10 2

  2. kali-arm kali-arm Public

    Everything about ARM devices

    Shell 2 1

  3. Raspberry PI - CPU temperature rrdtool Raspberry PI - CPU temperature rrdtool
    1
    #!/bin/bash -e
    2
    command rrdtool || sudo apt-get install rrdtool
    3
    command pngquant || sudo apt-get install pngquant
    4
    
                  
    5
    rrdtools_dir=/var/www/html/laravel/public/images/temp-sensor
  4. Installing Laravel Framework on Ubun... Installing Laravel Framework on Ubuntu/Debian with Nginx and PHP-FPM 8
    1
    #!/bin/bash -e
    2
    # Installing Laravel Framework on Ubuntu/Debian with Nginx and PHP-FPM 8.1
    3
    
                  
    4
    git_laravel="https://github.com/laravel/laravel.git"
    5
    php_version="8.1"
  5. images-builder images-builder Public

    Docker container to build images for Raspberry PI

    Dockerfile 2 2

  6. microdeb microdeb Public

    Debian slim versions for docker

    Shell 1