Skip to content

Instantly share code, notes, and snippets.

View guilhermefpv's full-sized avatar
🏠
Working from home

Guilherme Souza guilhermefpv

🏠
Working from home
View GitHub Profile
@guilhermefpv
guilhermefpv / wsl-info.md
Created July 4, 2025 19:09 — forked from WillianTomaz/wsl-info.md
Instruções do WSL (Instalação, Backup e Restauração)

LinkedIn

Instruções para Instalação, Backup e Restauração do WSL 2

  • Observação:

    • Sempre buscar pela documentação oficial, este documento é um tutorial
      que pode não te atender conforme tenha novas atualizações do processo de instalação.
    • As referências estão no final do documento.
  • Foi utilizado:

@guilhermefpv
guilhermefpv / Makefile
Created June 23, 2024 06:23 — forked from elkir/Makefile
Makefile for an automatic installation of all applications after a minimal Ubuntu 18.04 installation.
#
# Ubuntu 18.04 (Bionic Beaver)
#
# Basic packages I usually install after a minimal Ubuntu installation
#
# Author: Petr Dolezal (github.com/sirelkir)
#
# Inspired by and based on https://gist.github.com/h4cc/c54d3944cb555f32ffdf25a5fa1f2602
# Original author: Julius Beckmann <github@h4cc.de>