Skip to content

Instantly share code, notes, and snippets.

View LuizHGodoy's full-sized avatar

Luiz_Godoy LuizHGodoy

  • gtrademark
  • Dourados-MS
  • 05:18 (UTC -03:00)
  • LinkedIn in/luizhgodoy
View GitHub Profile
@IgorM-Oliveira
IgorM-Oliveira / commands-alias.md
Last active October 30, 2023 12:29
Alias Commands

Criar comando

nano ~/.bashrc

Coloquer no final do arquivo

My custom aliases

atalhos personalizados

alias update="sudo apt update && sudo apt upgrade -y"
alias upgrade="sudo apt update && sudo apt upgrade -y"

@ObserverOfTime
ObserverOfTime / BDLinux.md
Last active March 7, 2025 10:49
Install BetterDiscord on Linux

Install BetterDiscord on Linux

This Gist contains simple instructions on how to install, update, and uninstall BetterDiscord on Linux.

For more thorough documentation, take a look at betterdiscordctl's README.

Do NOT submit issues here as I don't check the comments. You should submit them here instead.

@leocomelli
leocomelli / git.md
Last active April 17, 2025 04:56
Lista de comandos úteis do GIT

GIT

Estados

  • Modificado (modified);
  • Preparado (staged/index)
  • Consolidado (comitted);

Ajuda