Skip to content
View faelmori's full-sized avatar
🤓
I may be slow to respond....
🤓
I may be slow to respond....
  • SafexCloud
  • BH/MG
  • 06:56 (UTC -03:00)
  • Instagram rafa.mori

Block or report faelmori

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. keepgo keepgo Public

    Run go programs as a service on major platforms.

    Go

  2. grequest grequest Public

    Forked from lib4u/grequest

    Simple golang library for http requests

    Go

  3. kubero-cli kubero-cli Public

    Forked from kubero-dev/kubero-cli

    A CLI for kubero

    Go

  4. I'm trying to create, in a consolida... I'm trying to create, in a consolidated, secure and interactive way, a method or script to execute the process of signing the kernel and its modules in a Linux environment (Debian-like). Anyone there to collaborate with tests and improvements?
    1
    #!/bin/bash
    2
    
                  
    3
    set -e
    4
    
                  
    5
    # Function to ask the user
  5. For some it may be a "big gun to kil... For some it may be a "big gun to kill an ant", but I did it in my free time to practice some things in shell. Below is my "elegant" solution to change the default shell interactively and with some contingencies to ensure that it is changed according to the user's choice:
    1
    #!/usr/bin/env bash
    2
    
                  
    3
    LOG_FILE="/var/log/user_management.log"
    4
    
                  
    5
    log() {