sys-apps/0xFFFF::guru
- Ebuilds: 1, Testing: 0.10 Description:
0xFFFF is the Open Free Fiasco Firmware Flasher for Maemo devices. It supports
generating and unpacking FIASCO images. It is useful for editing Maemo firmware
packages before flashing. It supports flashing via USB any image type to a
Maemo device and also \"cold\" flashing which means flashing dead device with
erased bootloader. There is support for booting kernel via USB without flashing
to NAND and also changing configuration of Maemo device (enable/disable R&D
mode, changing HW revision strings, ...).
0xFFFF is an alternative tool to proprietary Nokia flasher-3.5 and fiasco-gen.
0xFFFF generates compatible FIASCO images and also accepts FIASCO images
generated by Nokia fiasco-gen.
Use it with CARE. This is an experimental tool and it can brick your device.
It's not supposed to be stable, so Nokia will probably release incompatible
bootloaders to break this tool. USE IT AT YOUR OWN RISK.
PLEASE. Read all the documentation inside doc/* carefully before building or
using the flasher to avoid questions, problems or so.
Homepage:https://github.com/pali/0xFFFF License: GPL-3
sys-apps/corefreq::guru
- Ebuilds: 4, Testing: 2.1.2, Snapshot: 9999 Description:
CoreFreq provides a framework to retrieve CPU data with a high degree of precision:
* Core frequencies and ratios; SpeedStep (EIST), Turbo Boost, Hyper-Threading (HTT) and Base Clock
* Performance counters including Time Stamp Counter (TSC), Unhalted Core Cycles (UCC), Unhalted Reference Cycles (URC)
* Number of instructions per cycle or second, IPS, IPC, or CPI
* CPU C-States C0 C1 C3 C6 C7 - C1E - Auto/UnDemotion of C1 C3
* DTS Temperature and Tjunction Max, Thermal Monitoring TM1 TM2 state, Vcore
* Topology map including Caches for boostrap and application CPU
* Processor features, brand and architecture strings
* In progress: Uncore, Memory Controller channels and geometry, DIMM timings,
* Stress tools, Power and Energy (RAPL, P-State, HWP, TDP), Overclocking, cpuidle and cpufreq driver, ClockSource, Mitigation Mechanisms
To reach this goal, CoreFreq implements a Linux Kernel module which employs the followings:
* asm code to keep as near as possible the readings of the performance counters;
* per-CPU, implements slab data memory and high-resolution timer;
* compliant with suspend / resume and CPU Hot-Plug;
* a shared memory to protect kernel from the user-space part of the software;
* atomic synchronization of threads to avoid mutexes and deadlock
Homepage:https://github.com/cyring License: GPL-2
sys-apps/dinit::guru
- Ebuilds: 2, Testing: 0.22.1, Snapshot: 9999 Description:
Dinit is a service supervisor with dependency support which can also act as the system "init" program.
It was created with the intention of providing a portable init system with dependency management,
that was functionally superior to many extant inits. Development goals include clean design,
robustness, portability, usability, and avoiding feature bloat
(whilst still handling common - and some less-common - use cases).
Dinit is designed to integrate with rather than subsume or replace other system software.
Homepage:https://github.com/davmac314/dinit License: Apache-2.0
sys-apps/dysk::guru
- Ebuilds: 1, Testing: 2.10.1 Description: give information on mounted filesystems
Homepage:https://dystroy.org/dysk License: MIT
MIT Unicode-DFS-2016
|| ( Apache-2.0 Boost-1.0 )
sys-apps/flashprog::guru
- Ebuilds: 3, Testing: 1.4 Description: flashprog is a utility for identifying, reading, writing, verifying and erasing flash chips. It is designed to flash BIOS/EFI/coreboot/firmware/optionROM images on mainboards, network/graphics/storage controller cards, and various other programmer devices.
Homepage:https://flashprog.org/ License: GPL-2
sys-apps/hex::guru
- Ebuilds: 2, Testing: 0.7.0 Description:
Futuristic take on hexdump.
hex takes a file as input and outputs a hexadecimal colorized view to stdout.
Homepage:https://github.com/sitkevij/hex License: MIT Apache-2.0 MIT Unicode-DFS-2016
sys-apps/lact::guru
- Ebuilds: 1, Testing: 0.9.1 Description: Linux GPU Control Application
Homepage:https://github.com/ilya-zlobintsev/LACT License: MIT
Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD CC0-1.0
CDLA-Permissive-2.0 ISC LGPL-3+ MIT MPL-2.0 Unicode-3.0 ZLIB
sys-apps/loclone::guru
- Ebuilds: 1, Testing: 0.1.0 Description:
A tool to clone a disk image.
Main features
- Utilises FICLONE to create a copy-on-write clone of the image
- Uses FIFREEZE if the image is mounted in order to ensure consistency of the image
For further details see loclone(1).
Homepage:https://github.com/hugglesfox/loclone License: GPL-3
sys-apps/pnpm-bin::guru
- Ebuilds: 2, Testing: 10.33.2 Description:
* Fast. Up to 2x faster than the alternatives.
* Efficient. Files inside node_modules are linked from a single content-addressable storage
* Great for monorepos.
* Strict. A package can access only dependencies that are specified in its package.json.
* Deterministic. Has a lockfile called pnpm-lock.yaml.
* Works as a Node.js version manager.
* Battle-tested. Used in production by teams of all sizes since 2016.
To quote the Rush team "Microsoft uses pnpm in Rush repos with hundreds of projects and hundreds of PRs per day, and we’ve found it to be very fast and reliable".
pnpm uses a content-addressable filesystem to store all files from all module directories on a disk. When using npm, if you have 100 projects using lodash, you will have 100 copies of lodash on disk. With pnpm, lodash will be stored in a content-addressable storage, so:
* If you depend on different versions of lodash, only the files that differ are added to the store. If lodash has 100 files, and a new version has a change only in one of those files, pnpm update will only add 1 new file to the storage.
* All the files are saved in a single place on the disk. When packages are installed, their files are linked from that single place consuming no additional disk space. Linking is performed using either hard-links or reflinks (copy-on-write).
As a result, you save gigabytes of space on your disk and you have a lot faster installations!
Homepage:https://pnpm.io License: MIT
sys-apps/turnstile::guru
- Ebuilds: 2, Testing: 0.1.11, Snapshot: 9999 Description:
Turnstile is a work in progress effort to create a session/login tracker to serve as a
fully featured alternative to the logind subproject from systemd,
and to provide a neutral API to both our session tracker and to logind itself.
Homepage:https://github.com/chimera-linux/turnstile License: BSD-2