Skip to content

Instantly share code, notes, and snippets.

View emneo-dev's full-sized avatar
❤️

Emily Flion emneo-dev

❤️
View GitHub Profile

$argon2id$v=19$m=512,t=256,p=1$6QldalZlMPLAH49UXj+BfA$erlUKJBRYLs5vFBkH0mOy5W4Aps6zOwxF2IXRCOBAfU

@emneo-dev
emneo-dev / minimal-linux-workshop.md
Last active March 13, 2024 16:27
Simple workshop subject about making your own bootable Linux system from scratch

Workshop - Creation of a Minimal Linux distribution

Disclaimer

Everything here where sudo is not written does not require sudo! Using sudo when you do not need to could break your installation, and I won't be helping you with that, you are warned!

Compile Linux

@emneo-dev
emneo-dev / Makefile
Created January 10, 2024 16:57
Sample makefile
TARGET_EXEC := my_binary
TARGET_EXEC_TESTS := glados
CC := clang
BUILD_DIR := ./build
SRC_DIRS := ./src
SRCS := $(shell find $(SRC_DIRS) -name '*.c')
@emneo-dev
emneo-dev / tmux_guide.md
Last active January 10, 2024 07:46
Simple tmux guide to help first year Epitech students to go through the stumpers

tmux guide for Epitech students

Why use tmux

During the stumpers (solo and duo) you will be exclusively working inside a tty (Try pressing Ctrl+F4 and you will see what it is), you will therefore not be able to have multiple windows right next to eachothers or switch between windows quite that easily.

To those problems come one really cool solution, the terminal multiplexer, or

Keybase proof

I hereby claim:

  • I am huntears on github.
  • I am huntears (https://keybase.io/huntears) on keybase.
  • I have a public key ASAUomRNtAVZ3m2gDSitVbkpVqL0BqS27HFx6rbuAzqyGQo

To claim this, I am signing this object: