Skip to content

Instantly share code, notes, and snippets.

View bryanbellato's full-sized avatar

Bryan Bellato bryanbellato

  • /etc/pacman.conf
  • São Manuel - SP
View GitHub Profile
@bryanbellato
bryanbellato / assembly.md
Created February 2, 2025 04:42
Assembly Language Learning Roadmap

Assembly Language Learning Roadmap

Phase 1: Foundation (2-3 weeks)

Computer Architecture Basics

  • Understanding binary, hexadecimal, and decimal number systems
  • CPU architecture and components (registers, ALU, control unit)
  • Memory organization and addressing modes
  • Understanding the fetch-execute cycle
  • Basic computer organization (von Neumann architecture)
@bryanbellato
bryanbellato / arch_libraries_on_artix.txt
Last active November 27, 2024 09:08
How to enable Arch libraries on Artix Linux /// Como habilitar bibliotecas do Arch no Artix Linux
EN-US:
It is very common for Arch Linux users to migrate to Artix and encounter the absence of certain libraries commonly used for installing a wide variety of packages. When facing any problem or doubt while using an operating system, should we consult the Wiki? Certainly, the Arch and Artix WIKI is very clear, well-made, and instructive.
But the purpose here will be a simple and quick guide for you who don't want to spend much time. Just follow the steps, and you’ll have these libraries updated easily.
1. Edit your pacman.conf
You can find this file at /etc/pacman.conf.
You will find the "[system]", "[world]", and "[galaxy]" libraries already enabled. The "[lib32]" will be disabled.
You can enable it by removing the quotes.
#[lib32] ==========>>> [lib32]
@bryanbellato
bryanbellato / pre-calculus-roadmap.txt
Last active April 5, 2025 02:59
ROADMAP de Matemática até Pré-Calculo
ROADMAP de Matemática antes de Cálculo 1:
BÁSICO DO BÁSICO:
- As quatro operações básicas
- Expressões númericas
- Frações
- Operações com números decimais
- Dízimas Periódicas
- Múltiplos e Divisores
- Critérios de Divisibilidade