Coder Social home page Coder Social logo

binhost's Introduction

Binhost

This repos is used to maintain a Gentoo binhost (binary package host), including all necessary files for the portage system.

Motivation

Gentoo, my daily driver, is a Linux distribution that builds packages from source codes. The reason why I choose it is its flexibility - thanks for its USE flags, through which I can specify which optional libraries or utilties will be linked with a package. On the other hand, Gentoo supports various CPU architectures, such as AMD64 and ARM. I can not only install it on my laptop, but also on a Raspberry Pi or other single-board computers (SBC).

However, the only drawback is that I have to compile source codes for either installing a new pacakge or updating the system, which requires a lot of hardware resources. That is during the compilation I have to endure the high load of CPU, and it becomes worse if I have other tasks to do at the same time. Thus, I decided to employ a binhost to compile source codes to binary files and create a tarball of them, such that I can download the tarball file and unpacking it into the system, which is similar to other Linux distributions that offer pre-compiled binary packages.

Usage

Directories:

  • amd64: includes portage configuration files for AMD64 systems.
  • armv7a: includes portage configuration files for ARMv7a systems.
  • utils: includes utilties for maintaining the binhost.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.