Skip to content

Instantly share code, notes, and snippets.

View LuizHGodoy's full-sized avatar

Luiz_Godoy LuizHGodoy

  • gtrademark
  • Dourados-MS
  • 06:12 (UTC -03:00)
  • LinkedIn in/luizhgodoy
View GitHub Profile
@LukeberryPi
LukeberryPi / cv.tex
Created July 1, 2024 23:14
my cv NO INFO
\documentclass[a4paper,10pt]{article}
\usepackage[margin=0.5in,nofoot]{geometry}
\usepackage{fontawesome5}
\usepackage{hyperref}
\usepackage{titlesec}
\usepackage{xcolor}
\hypersetup{
colorlinks=true,
linkcolor=blue,
@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 December 27, 2025 18:24
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 December 21, 2025 04:42
Lista de comandos úteis do GIT

GIT

Estados

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

Ajuda