Skip to content

Instantly share code, notes, and snippets.

View KlausEverWalkingDev's full-sized avatar
🇧🇷

Klaus Ferreira KlausEverWalkingDev

🇧🇷
View GitHub Profile

Keybase proof

I hereby claim:

  • I am KlausEverWalkingDev on github.
  • I am klausewdev (https://keybase.io/klausewdev) on keybase.
  • I have a public key whose fingerprint is FCC2 EE07 A186 01EB 94B5 2F4A ECD1 FB45 090B BB90

To claim this, I am signing this object:

@KlausEverWalkingDev
KlausEverWalkingDev / bun-sde-fix-install_script.sh
Created July 15, 2022 02:52 — forked from spidy0x0/bun-sde-fix-install_script.sh
This script automates the installation of the Intel SDE, to fix compatibility issues with older CPU's that do not support the AVX2 instruction set. It fixes the "Illegal hardware instruction" error.
#!/bin/bash
# Solution provided by https://github.com/renhiyama
# (https://github.com/Jarred-Sumner/bun/issues/282#issuecomment-1177154684)
# License agreement
echo "The Intel Software Development Emulator is distributed under the Intel Software License Agreement, available at https://www.intel.com/content/dam/develop/external/us/en/documents/pdf/intel-simplified-software-license-version-august-2021.pdf"
echo ""
echo "If you do not accept the terms of the license agreement, you have 10 seconds to stop this script (Ctrl+C)"
@KlausEverWalkingDev
KlausEverWalkingDev / gist:eee58677baa1722784d9557bcb67b84b
Created November 29, 2019 01:47
Ativando zram no Arch Linux (pode funcionar em outras distros)
#Name: Ativando zram no Arch Linux (pode funcionar em outras distros)
#By KlausDevWalker
#Version: N/D
#Release Date: November 28th, 2019
#!/usr/bin/bash
ATIVANDO ZRAM NO ARCH LINUX (PODE FUNCIONAR EM OUTRAS DISTROS)
#Adiciona módulo zram
@KlausEverWalkingDev
KlausEverWalkingDev / gpg-ssh-setup.md
Created October 7, 2023 18:23 — forked from mcattarinussi/gpg-ssh-setup.md
A setup guide to use a personal gpg key for ssh authentication

GPG - SSH setup

Generating the master key

Here we create the master key. We want only Certify capability: we use the master key only to create the subkeys, Sign - Encrypt - Authenticate capabilities will be assigned to the subkeys.

Run the following command to start the master key generation process. Select the set your own capabilities creation process (type 8)

  ▶ gpg --full-generate-key --expert

gpg (GnuPG) 2.2.9; Copyright (C) 2018 Free Software Foundation, Inc.

@KlausEverWalkingDev
KlausEverWalkingDev / Como fazer perguntas inteligentes.md
Last active November 28, 2023 00:29
Como fazer perguntas inteligentes

#Name: Como fazer perguntas inteligentes
#By Eric Raymond (Tradução: César A. K. Grossmann)
#Version: N/D
#Release Date: September 4th, 2019

Como fazer perguntas inteligentes

Por: Eric Raymond Tradução: César A. K. Grossmann