Skip to content
View nukhes's full-sized avatar
🇧🇷
🇧🇷
  • ETEC
  • BR
  • 02:16 (UTC -03:00)

Block or report nukhes

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

Typing SVG

Pinned Loading

  1. todo-app todo-app Public

    Uma site "To-do" construida com React e Next JS

    TypeScript

  2. docker-in-ryzentosh docker-in-ryzentosh Public

    Como usar o Docker em uma máquina AMD rodando MacOS

    11 4

  3. tailwind-whatsapp tailwind-whatsapp Public

    Clone da UI do Whatsapp Web

    CSS

  4. campo-minado campo-minado Public

    Um jogo de campo minado configurável que roda em .NET 8.0 como uma aplicação de console.

    C#

  5. easy-ytdlp-and-ffmpeg easy-ytdlp-and-ffmpeg Public

    This script installs yt-dlp and ffmpeg and integrates them into the context menu, making it possible to download videos and convert them without leaving Windows Explorer.

    Batchfile

  6. Script that prevents writing cache a... Script that prevents writing cache and logs in a Linux environment, useful for a Raspberry Pi that uses the system on a microSD card and with eventual power losses the risk of losing data is greater if the system is writing to the card. Remember that this script may hinder future troubleshooting processes, use at your own risk.
    1
    #!/bin/bash
    2
    
                  
    3
    # Disable rsyslog (system log)
    4
    echo "Disabling rsyslog..."
    5
    systemctl stop rsyslog