Skip to content

Instantly share code, notes, and snippets.

View gustavo-freitas's full-sized avatar

gustavo-freitas

  • Porto Alegre, Brasil
View GitHub Profile
@dhh
dhh / linux-setup.sh
Last active July 19, 2024 07:52
linux-setup.sh
# THIS LINUX SETUP SCRIPT HAS MORPHED INTO A WHOLE PROJECT: HTTPS://OMAKUB.ORG
# PLEASE CHECKOUT THAT PROJECT INSTEAD OF THIS OUTDATED SETUP SCRIPT.
#
#
# Libraries and infrastructure
sudo apt update -y
sudo apt install -y \
docker.io docker-buildx \
build-essential pkg-config autoconf bison rustc cargo clang \

Aviso

Esse texto é baseado em um passo a passo criado originalmente por Jonathan Zanella. Mais detalhes foram adicionados posteriormente através de consultas rápidas na internet. Por favor, não se baseie nesse texto para tomar qualquer decisão.

"Agora a turma grita: Pesquise, pois o mundo está em crise" - Luis Vagner

Abrir a empresa

Você precisa justificar pra Receita Federal de onde está vindo o seu novo salário (dinheiro). Já que não é possível fazer um contrato CLT, você precisa emitir uma NF referente ao serviço que você está prestando. Tecnicamente, você não precisa ter um CNPJ, você pode emitir NFs como pessoa física e recolher no imposto de renda, só que sai mais caro (mais impostos).

@gousiosg
gousiosg / developer-density.ipynb
Last active November 6, 2020 17:43
Developer density
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@netsensei
netsensei / dell-xps-9380.md
Last active June 19, 2024 13:49
Installing Fedora 30/31 on Dell XPS 13 9380

Installing Fedora 30/31 on a Dell XPS 13 9380 series in dual boot mode

This guide describes how to install Fedora 30/31 next to Windows 10 on a Dell XPS 13 9380 series in dual boot.

  • Keep the stock Windows 10 installation that came with the laptop.
  • Install Fedora 30 alongside Windows on the hard disk.
  • Install GRUB as the bootloader allowing you to choose which OS to boot from.

Authored: September 2019

NOT UP TO DATE!

Things in this document might not work or be broken nowadays

my laptop:

I'm writing this here because a few things in here are spesific to this model laptop.
Dell XPS 15 9560 (4k) touch screen

Some notes:

Most things after setup are not specific for this laptop
# = run as root