User Image

Filbranden's Profile

filbranden (fas) | Fedora badges

Filbranden's Projects

filbranden/fzy

fzy is a fast, simple fuzzy text selector for the terminal with an advanced scoring algorithm.
  • Centos-stream 8 : aarch64, x86_64
  • EPEL 7 : x86_64
  • EPEL 8 : aarch64, x86_64
  • Fedora 38 : aarch64, i386, s390x, x86_64
  • Fedora 39 : aarch64, i386, s390x, x86_64
  • Fedora 40 : aarch64, i386, s390x, x86_64
  • Fedora rawhide : aarch64, i386, s390x, x86_64

filbranden/et

The eternalterminal package, for EPEL
  • EPEL 7 : x86_64
  • EPEL 8 : x86_64
  • Fedora 38 : x86_64
  • Fedora 39 : x86_64
  • Fedora 40 : x86_64
  • Fedora rawhide : x86_64

filbranden/git-rpmbuild

Build RPM packages from Development Trees. Use RPMs to deploy and test development versions of your package, during your development cycle. Quickly build RPM packages, using incremental builds from your worktree. Use RPM to install the packages locally and easily rollback by downgrading back to the distro packages.
  • Fedora 38 : x86_64
  • Fedora 39 : x86_64
  • Fedora 40 : x86_64
  • Fedora rawhide : x86_64

filbranden/oomd

Userspace Out-Of-Memory (OOM) killer for linux systems. Out of memory killing has historically happened inside kernel space. On a memory overcommitted linux system, malloc(2) and friends usually never fail. However, if an application dereferences the returned pointer and the system has run out of physical memory, the linux kernel is forced take extreme measures, up to and including killing processes. This is sometimes a slow and painful process because the kernel can spend an unbounded amount of time swapping in and out pages and evicting the page cache. Furthermore, configuring policy is not very flexible while being somewhat complicated. oomd aims to solve this problem in userspace. oomd leverages PSI and cgroupv2 to monitor a system holistically. oomd then takes corrective action in userspace before an OOM occurs in kernel space. Corrective action is configured via a flexible plugin system, in which custom code can be written. By default, this involves killing offending processes. This enables an unparalleled level of flexibility where each workload can have custom protection rules. Furthermore, time spent livedlocked in kernelspace is minimized.
  • Fedora 38 : x86_64
  • Fedora 39 : x86_64
  • Fedora 40 : x86_64
  • Fedora rawhide : x86_64