Skip to content

Instantly share code, notes, and snippets.

View necrose99's full-sized avatar

Michael L. necrose99

View GitHub Profile
From Scratch
## From bbvol (bussybox in a chroot~y like cage) for building or un-fucking a broken container...
# https://hub.docker.com/add/automated-build/(Your-name) settings should be able to add as a build setting.
## ie From Gentoo/portage adds portage volume thats curent. adds to yur docker a /usr/portage/ thats least curent to curent day...
##
## add the from busybox/bb-tools-vol & wala tools... for building.. in cloud..
##
## else FROM busybox/bb-tools-vol in own new Dockerfile...
## ADD your other scripts/static tools yourname_/bb-tools-vol_extra add your carp'lets for your own use/cases..
@necrose99
necrose99 / README.md
Created February 26, 2020 05:10 — forked from kwk/README.md
Forgot to sign-off commits?

No problem,

run

git filter-branch --msg-filter "cat - && echo && echo 'Signed-off-by: Your Name <[email protected]>'" HEAD~2..HEAD

To sign-off the last two commits.

Then force to push them to the remote repo with the -f option:

@necrose99
necrose99 / 00-gentoo-installation-partitioning.bash
Last active September 30, 2022 01:40 — forked from renich/00-gentoo-installation-partitioning.bash
Install Gentoo on BtrFS subvolumes + UEFI
#!/usr/bin/env bash
# WARNING!!
# This will obliterate all the data in your partition!! (not actually true, but act as if it was)
# Do NOT execute this script if you don't fully understand it!
# a few vars
amount_of_swap=$( free --si -g | grep Mem: | gawk '{ print $2 + 1}' )
# create directories