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

Block or report PRIHLOP

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. 1c-rac-utilite 1c-rac-utilite Public

    Bash script for managing 1C server on Linux

    Shell 6 1

  2. backup_scripts backup_scripts Public

    Scripts for backup databases(MySQL, PostgreSQL, MongoDB)

    Shell 1

  3. economizzer economizzer Public

    Forked from gugoan/economizzer

    Open Source Personal Finance Manager

    CSS

  4. openssh-port-forward openssh-port-forward Public

    Docker container for port forwarding to service on remote host over SSH tunnel.

    Dockerfile

  5. Bash script to update CloudFlare IP ... Bash script to update CloudFlare IP ranges and create config for Nginx.
    1
    #!/usr/bin/env bash
    2
    # Location of the nginx config file that contains the CloudFlare IP addresses.
    3
    CF_NGINX_CONFIG="/etc/nginx/cloudflare-ip-addresses"
    4
    # The URLs with the actual IP addresses used by CloudFlare.
    5
    CF_URL_IP4="https://www.cloudflare.com/ips-v4"