Skip to content

Instantly share code, notes, and snippets.

View basedjakfan2's full-sized avatar

Ishimoto Shinobu basedjakfan2

View GitHub Profile
@basedjakfan2
basedjakfan2 / bootstrapping-rust-freebsd-aarch64.md
Created June 19, 2022 20:04 — forked from dumbbell/bootstrapping-rust-freebsd-aarch64.md
Bootstrapping Rust and Cargo on FreeBSD/aarch64

Bootstrapping Rust and Cargo on FreeBSD/aarch64

At the time of this writing, Rust and Cargo are available on FreeBSD/amd64 and FreeBSD/i386 only, whether it is from rustup or from the FreeBSD ports tree. Here is how I could bootstrap Rust and Cargo for FreeBSD/aarch64 from FreeBSD/amd64.

Base system for the target

To be able to cross-compile anything, you need a userland for the target.

From a release

@basedjakfan2
basedjakfan2 / 1._Howto_build_Win2k3.md
Created February 28, 2022 20:25
an interseting tutoriel

SSH keypair setup for GitHub (or GitHub/GitLab/BitBucket, etc, etc)

Create a repo.

Make sure there is at least one file in it (even just the README.md)

Generate a SSH key pair (private/public):

ssh-keygen -t rsa -C "[email protected]"