Skip to content
View yuuzukatsu's full-sized avatar
💤
such is life
💤
such is life
  • Indonesia

Organizations

@AssistX-AI-Labs

Block or report yuuzukatsu

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

Pinned Loading

  1. Install Prometheus via Bash Install Prometheus via Bash
    1
    #!/bin/bash
    2
    
                  
    3
    set -e
    4
    
                  
    5
    sudo groupadd --system prometheus
  2. bash script to install node exporter... bash script to install node exporter. run with => sudo bash install-node-exporter.sh
    1
    #!/bin/bash
    2
    
                  
    3
    if [ "$EUID" -ne 0 ]
    4
      then echo "Please run as root"
    5
      exit
  3. practiz-containerssh-auth-backend practiz-containerssh-auth-backend Public

    ContainerSSH Authentication and Container Configuration Backend API Server

    Python 1

  4. yasin-headless yasin-headless Public

    Forked from awooooool/yasin-headless

    Headless server for 7 Days To Die, dockerized obviously.

    Shell

  5. yz-dumbways-final-task yz-dumbways-final-task Public

    Final Task Stage 2 Devops Dumbways Batch 13

    1

  6. serversideup/docker-php serversideup/docker-php Public

    🐳 Production-ready Docker images for PHP. Optimized for Laravel, WordPress, and more!

    Shell 2.4k 188