from small one page howto to huge articles all in one place

search text in:




Other .linuxhowtos.org sites: www.linuxhowtos.org
toolsntoys.linuxhowtos.org



Last additions:
How to make X listen on port 6000

How to make X listen on port 6000

words:

34

views:

85284

userrating:

average rating: 1.2 (52 votes) (1=very good 6=terrible)


May, 25th 2007:
April, 26th 2007:
Apr, 10th. 2007:
Druckversion . pdf icon
You are here: Tips&Tricks

nice and PORTAGE_NICENESS

Very simply put, the Linux kernel has a (process) scheduler that selects which process to run next in your system. One factor influencing the scheduler's decision about which process to assign CPU time to, is the priority of a process. Processes with a high priority will run before those with a lower priority, and processes with the same priority will take turns in running, one after the other and over again.

Better have a look at it for yourself: Run top from a terminal on your host and pay special attention to the PR and NI columns:

Sample top output

  PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND 
 8005 root      20   0 85188  33m  57m R  3.3  6.7   8:43.77 X 
 8148 tobias    20  10 25624 2376  24m S  0.3  0.5   0:00.60 xscreensaver 
    1 root      20   0  2476  552 2304 S  0.0  0.1   0:00.31 init 
    2 root      39  19     0    0    0 S  0.0  0.0   0:00.00 ksoftirqd/0 
    3 root      15  -5     0    0    0 S  0.0  0.0   0:00.09 events/0

The PR column indicates the priority level of a process, the value in the NI column displays the so-called nice value of process, which allows you to adjust the priority of a running process. Possible values range from -20 (very high priority), via 0 (standard priority) to 20 (very low priority). In our little example the xscreensaver process has a higher nice value than X, which indicates that X has a higher priority than xscreensaver.

Now, how do we make this work to our advantage when using Portage?

If you keep using your computer while compiling packages you will notice that your box is much less responsive as usal. This is caused by having two "groups" of processes with the same nice priority: your usual running tasks on one side, and emerge (and its child processes) on the other. Now, if you could renice emerge and its children to a higher nice (i.e. lower priority!) value (default is 0), compiling would inevitably take somewhat longer, but you could use your workstation without noticing much difference to its usual performance. That's what the PORTAGE_NICENESS parameter in /etc/make.conf is for:

Code Listing 1: Put this in /etc/make.conf

PORTAGE_NICENESS="15"

You can generally "renice" individual processes from the commandline, (e.g. renice 0 -p 8148 to prioritize xscreensaver in the above example), but this will not work with emerge, as Portage reads the PORTAGE_NICENESS setting from /etc/make.conf once and executes all child processes with the specified nice value.

From http://www.gentoo.org/news/en/gwn/20041101-newsletter.xml

back



Support us on Content Nation

New Packages

- as rdf newsfeed
- as rss newsfeed
- as Atom newsfeed
2026-05-22
aurorae - 6.6.5-r1
Ebuild name:

kde-plasma/aurorae-6.6.5-r1

Description

Themeable window decoration for KWin

Added to portage

2026-05-22

awscli - 1.45.13
Ebuild name:

app-admin/awscli-1.45.13

Description

Universal Command Line Environment for AWS

Added to portage

2026-05-22

boto3 - 1.43.13
Ebuild name:

dev-python/boto3-1.43.13

Description

The AWS SDK for Python

Added to portage

2026-05-22

botocore - 1.43.13
Ebuild name:

dev-python/botocore-1.43.13

Description

Low-level, data-driven core of boto 3

Added to portage

2026-05-22

cachetools - 7.1.4
Ebuild name:

dev-python/cachetools-7.1.4

Description

Extensible memoizing collections and decorators

Added to portage

2026-05-22

cfn-lint - 1.51.1
Ebuild name:

dev-python/cfn-lint-1.51.1

Description

CloudFormation Linter

Added to portage

2026-05-22

discover - 6.6.5-r1
Ebuild name:

kde-plasma/discover-6.6.5-r1

Description

KDE Plasma resources management GUI

Added to portage

2026-05-22

dist-kernel - 6.1.173_p3
Ebuild name:

virtual/dist-kernel-6.1.173_p3

Description

Virtual to depend on any Distribution Kernel

Added to portage

2026-05-22

dist-kernel - 6.12.90_p2
Ebuild name:

virtual/dist-kernel-6.12.90_p2

Description

Virtual to depend on any Distribution Kernel

Added to portage

2026-05-22

dist-kernel - 6.18.32_p2
Ebuild name:

virtual/dist-kernel-6.18.32_p2

Description

Virtual to depend on any Distribution Kernel

Added to portage

2026-05-22

dist-kernel - 6.6.140_p2
Ebuild name:

virtual/dist-kernel-6.6.140_p2

Description

Virtual to depend on any Distribution Kernel

Added to portage

2026-05-22

dist-kernel - 7.0.9_p2
Ebuild name:

virtual/dist-kernel-7.0.9_p2

Description

Virtual to depend on any Distribution Kernel

Added to portage

2026-05-22

dulwich - 1.2.4
Ebuild name:

dev-python/dulwich-1.2.4

Description

Pure-Python implementation of the Git file formats and protocols

Added to portage

2026-05-22

gentoo-kernel - 6.1.173_p3
Ebuild name:

sys-kernel/gentoo-kernel-6.1.173_p3

Description

Linux kernel built with Gentoo patches

Added to portage

2026-05-22

gentoo-kernel - 6.12.90_p2
Ebuild name:

sys-kernel/gentoo-kernel-6.12.90_p2

Description

Linux kernel built with Gentoo patches

Added to portage

2026-05-22

gentoo-kernel - 6.18.32_p2
Ebuild name:

sys-kernel/gentoo-kernel-6.18.32_p2

Description

Linux kernel built with Gentoo patches

Added to portage

2026-05-22

gentoo-kernel - 6.6.140_p2
Ebuild name:

sys-kernel/gentoo-kernel-6.6.140_p2

Description

Linux kernel built with Gentoo patches

Added to portage

2026-05-22

gentoo-kernel - 7.0.9_p2
Ebuild name:

sys-kernel/gentoo-kernel-7.0.9_p2

Description

Linux kernel built with Gentoo patches

Added to portage

2026-05-22

gentoo-kernel-bin - 6.1.173_p3
Ebuild name:

sys-kernel/gentoo-kernel-bin-6.1.173_p3

Description

Pre-built Linux kernel with Gentoo patches

Added to portage

2026-05-22

gentoo-kernel-bin - 6.12.90_p2
Ebuild name:

sys-kernel/gentoo-kernel-bin-6.12.90_p2

Description

Pre-built Linux kernel with Gentoo patches

Added to portage

2026-05-22

gentoo-kernel-bin - 6.18.32_p2
Ebuild name:

sys-kernel/gentoo-kernel-bin-6.18.32_p2

Description

Pre-built Linux kernel with Gentoo patches

Added to portage

2026-05-22

gentoo-kernel-bin - 6.6.140_p2
Ebuild name:

sys-kernel/gentoo-kernel-bin-6.6.140_p2

Description

Pre-built Linux kernel with Gentoo patches

Added to portage

2026-05-22

gentoo-kernel-bin - 7.0.9_p2
Ebuild name:

sys-kernel/gentoo-kernel-bin-7.0.9_p2

Description

Pre-built Linux kernel with Gentoo patches

Added to portage

2026-05-22

gentoo-sources - 6.1.173-r3
Ebuild name:

sys-kernel/gentoo-sources-6.1.173-r3

Description

Full sources including the Gentoo patchset for the . kernel tr

Added to portage

2026-05-22

gentoo-sources - 6.12.90-r3
Ebuild name:

sys-kernel/gentoo-sources-6.12.90-r3

Description

Full sources including the Gentoo patchset for the . kernel tr

Added to portage

2026-05-22

gentoo-sources - 6.18.32-r3
Ebuild name:

sys-kernel/gentoo-sources-6.18.32-r3

Description

Full sources including the Gentoo patchset for the . kernel tr

Added to portage

2026-05-22

gentoo-sources - 6.6.140-r3
Ebuild name:

sys-kernel/gentoo-sources-6.6.140-r3

Description

Full sources including the Gentoo patchset for the . kernel tr

Added to portage

2026-05-22

gentoo-sources - 7.0.9-r4
Ebuild name:

sys-kernel/gentoo-sources-7.0.9-r4

Description

Full sources including the Gentoo patchset for the . kernel tree

Added to portage

2026-05-22

idna - 3.16
Ebuild name:

dev-python/idna-3.16

Description

Internationalized Domain Names in Applications (IDNA)

Added to portage

2026-05-22

kirigami-addons - 1.12.1
Ebuild name:

dev-libs/kirigami-addons-1.12.1

Description

Visual end user components for Kirigami-based applications

Added to portage

2026-05-22

krita - 6.0.2_pre20260521
Ebuild name:

media-gfx/krita-6.0.2_pre20260521

Description

Free digital painting application. Digital Painting, Creative Fre

Added to portage

2026-05-22

kwin - 6.6.5-r1
Ebuild name:

kde-plasma/kwin-6.6.5-r1

Description

Flexible, composited Window Manager for windowing systems on Linux

Added to portage

2026-05-22

libplasma - 6.6.5-r1
Ebuild name:

kde-plasma/libplasma-6.6.5-r1

Description

Plasma library and runtime components based upon KF6 and Qt6

Added to portage

2026-05-22

mlt - 7.38.0
Ebuild name:

media-libs/mlt-7.38.0

Description

Open source multimedia framework for television broadcasting

Added to portage

2026-05-22

multiple-cursors - 1.5.0
Ebuild name:

app-emacs/multiple-cursors-1.5.0

Description

Multiple cursors for Emacs

Added to portage

2026-05-22

oneDNN - 3.11.2
Ebuild name:

sci-ml/oneDNN-3.11.2

Description

oneAPI Deep Neural Network Library

Added to portage

2026-05-22

opentelemetry-api - 1.42.1
Ebuild name:

dev-python/opentelemetry-api-1.42.1

Description

OpenTelemetry Python API

Added to portage

2026-05-22

opentelemetry-sdk - 1.42.1
Ebuild name:

dev-python/opentelemetry-sdk-1.42.1

Description

OpenTelemetry Python SDK

Added to portage

2026-05-22

opentelemetry-semantic-conventions - 1.42.1
Ebuild name:

dev-python/opentelemetry-semantic-conventions-1.42.1

Description

OpenTelemetry Semantic Conventions

Added to portage

2026-05-22

oxygen-icons - 6.2.0
Ebuild name:

kde-frameworks/oxygen-icons-6.2.0

Description

Oxygen SVG icon theme

Added to portage

2026-05-22

pdm - 2.27.0
Ebuild name:

dev-python/pdm-2.27.0

Description

Python package and dependency manager supporting the latest PEP standards

Added to portage

2026-05-22

pikepdf - 10.7.1
Ebuild name:

dev-python/pikepdf-10.7.1

Description

Python library to work with pdf files based on qpdf

Added to portage

2026-05-22

plasma-desktop - 6.6.5-r1
Ebuild name:

kde-plasma/plasma-desktop-6.6.5-r1

Description

KDE Plasma desktop

Added to portage

2026-05-22

plasma-workspace - 6.6.5-r1
Ebuild name:

kde-plasma/plasma-workspace-6.6.5-r1

Description

KDE Plasma workspace

Added to portage

2026-05-22

pyjwt - 2.13.0
Ebuild name:

dev-python/pyjwt-2.13.0

Description

JSON Web Token implementation in Python

Added to portage

2026-05-22

pypdf - 6.12.0
Ebuild name:

dev-python/pypdf-6.12.0

Description

Python library to work with PDF files

Added to portage

2026-05-22

quassel - 0.14.50_pre20260521
Ebuild name:

net-irc/quassel-0.14.50_pre20260521

Description

Qt/KDE IRC client supporting a remote daemon for 24/7 connectiv

Added to portage

2026-05-22

srs - 6.0.184
Ebuild name:

media-video/srs-6.0.184

Description

Simple Realtime media Server

Added to portage

2026-05-22

vanilla-kernel - 7.0.7
Ebuild name:

sys-kernel/vanilla-kernel-7.0.7

Description

Linux kernel built from vanilla upstream sources

Added to portage

2026-05-22

xdg-desktop-portal-kde - 6.6.5-r1
Ebuild name:

kde-plasma/xdg-desktop-portal-kde-6.6.5-r1

Description

Backend implementation for xdg-desktop-portal that is us

Added to portage

2026-05-22

2026-05-21
AusweisApp - 2.5.1-r1
Ebuild name:

sys-auth/AusweisApp-2.5.1-r1

Description

Official authentication app for German ID cards and residence permits

Added to portage

2026-05-21

aiohappyeyeballs - 2.6.2
Ebuild name:

dev-python/aiohappyeyeballs-2.6.2

Description

Happy Eyeballs for pre-resolved hosts

Added to portage

2026-05-21

asahi-sources - 7.0.9_p2
Ebuild name:

sys-kernel/asahi-sources-7.0.9_p2

Description

Asahi Linux kernel sources

Added to portage

2026-05-21

awscli - 1.45.12
Ebuild name:

app-admin/awscli-1.45.12

Description

Universal Command Line Environment for AWS

Added to portage

2026-05-21

bind - 9.18.49
Ebuild name:

net-dns/bind-9.18.49

Description

Berkeley Internet Name Domain - Name Server

Added to portage

2026-05-21

bind - 9.20.23
Ebuild name:

net-dns/bind-9.20.23

Description

Berkeley Internet Name Domain - Name Server

Added to portage

2026-05-21

boto3 - 1.43.12
Ebuild name:

dev-python/boto3-1.43.12

Description

The AWS SDK for Python

Added to portage

2026-05-21

botocore - 1.43.12
Ebuild name:

dev-python/botocore-1.43.12

Description

Low-level, data-driven core of boto 3

Added to portage

2026-05-21

caffe2 - 2.12.0-r1
Ebuild name:

sci-ml/caffe2-2.12.0-r1

Description

A deep learning framework

Added to portage

2026-05-21

clang - 22.1.6
Ebuild name:

dev-python/clang-22.1.6

Description

Python bindings for llvm-core/clang

Added to portage

2026-05-21

clang - 22.1.6
Ebuild name:

llvm-core/clang-22.1.6

Description

C language family frontend for LLVM

Added to portage

2026-05-21

clang-common - 22.1.6
Ebuild name:

llvm-core/clang-common-22.1.6

Description

Common files shared between multiple slots of clang

Added to portage

2026-05-21

compiler-rt - 22.1.6
Ebuild name:

llvm-runtimes/compiler-rt-22.1.6

Description

Compiler runtime library for clang (built-in part)

Added to portage

2026-05-21

compiler-rt-sanitizers - 22.1.6
Ebuild name:

llvm-runtimes/compiler-rt-sanitizers-22.1.6

Description

Compiler runtime libraries for clang (sanitizers & xray

Added to portage

2026-05-21

dbus-fast - 5.0.3
Ebuild name:

dev-python/dbus-fast-5.0.3

Description

A faster version of dbus-next

Added to portage

2026-05-21

drupal - 10.5.10
Ebuild name:

www-apps/drupal-10.5.10

Description

PHP-based open-source platform and content management system

Added to portage

2026-05-21

drupal - 10.6.9
Ebuild name:

www-apps/drupal-10.6.9

Description

PHP-based open-source platform and content management system

Added to portage

2026-05-21

drupal - 11.1.10
Ebuild name:

www-apps/drupal-11.1.10

Description

PHP-based open-source platform and content management system

Added to portage

2026-05-21

drupal - 11.2.12
Ebuild name:

www-apps/drupal-11.2.12

Description

PHP-based open-source platform and content management system

Added to portage

2026-05-21

drupal - 11.3.10
Ebuild name:

www-apps/drupal-11.3.10

Description

PHP-based open-source platform and content management system

Added to portage

2026-05-21

dulwich - 1.2.3
Ebuild name:

dev-python/dulwich-1.2.3

Description

Pure-Python implementation of the Git file formats and protocols

Added to portage

2026-05-21

evince - 48.1-r1
Ebuild name:

app-text/evince-48.1-r1

Description

Simple document viewer for GNOME

Added to portage

2026-05-21

flang - 22.1.6
Ebuild name:

llvm-core/flang-22.1.6

Description

LLVM's Fortran frontend

Added to portage

2026-05-21

flang-rt - 22.1.6
Ebuild name:

llvm-runtimes/flang-rt-22.1.6

Description

LLVM's Fortran runtime

Added to portage

2026-05-21

godot - 4.6.3
Ebuild name:

dev-games/godot-4.6.3

Description

Multi-platform 2D and 3D game engine with a feature-rich editor

Added to portage

2026-05-21

greenlet - 3.5.1
Ebuild name:

dev-python/greenlet-3.5.1

Description

Lightweight in-process concurrent programming

Added to portage

2026-05-21

haruna - 1.7.1-r1
Ebuild name:

media-video/haruna-1.7.1-r1

Description

Video player built with Qt/QML and libmpv

Added to portage

2026-05-21

haruna - 1.8.1
Ebuild name:

media-video/haruna-1.8.1

Description

Video player built with Qt/QML and libmpv

Added to portage

2026-05-21

highs - 1.14.0-r2
Ebuild name:

sci-mathematics/highs-1.14.0-r2

Description

Modern solver for linear, quadratic, and mixed-integer programs

Added to portage

2026-05-21

kineto - 0.4.0_p20260410
Ebuild name:

sci-ml/kineto-0.4.0_p20260410

Description

part of the PyTorch Profiler

Added to portage

2026-05-21

libclc - 22.1.6
Ebuild name:

llvm-core/libclc-22.1.6

Description

OpenCL C library

Added to portage

2026-05-21

libcxx - 22.1.6
Ebuild name:

llvm-runtimes/libcxx-22.1.6

Description

New implementation of the C++ standard library, targeting C++11

Added to portage

2026-05-21

libcxxabi - 22.1.6
Ebuild name:

llvm-runtimes/libcxxabi-22.1.6

Description

Low level support for a standard C++ library

Added to portage

2026-05-21

libgcc - 22.1.6
Ebuild name:

llvm-runtimes/libgcc-22.1.6

Description

Compiler runtime library for clang, compatible with libgcc_s

Added to portage

2026-05-21

libunwind - 22.1.6
Ebuild name:

llvm-runtimes/libunwind-22.1.6

Description

C++ runtime stack unwinder from LLVM

Added to portage

2026-05-21

lit - 22.1.6
Ebuild name:

dev-python/lit-22.1.6

Description

A stand-alone install of the LLVM suite testing tool

Added to portage

2026-05-21

lld - 22.1.6
Ebuild name:

llvm-core/lld-22.1.6

Description

The LLVM linker (link editor)

Added to portage

2026-05-21

lldb - 22.1.6
Ebuild name:

llvm-core/lldb-22.1.6

Description

The LLVM debugger

Added to portage

2026-05-21

llvm - 22.1.6
Ebuild name:

dev-ml/llvm-22.1.6

Description

OCaml bindings for LLVM

Added to portage

2026-05-21

llvm - 22.1.6
Ebuild name:

llvm-core/llvm-22.1.6

Description

Low Level Virtual Machine

Added to portage

2026-05-21

llvm-common - 22.1.6
Ebuild name:

llvm-core/llvm-common-22.1.6

Description

Common files shared between multiple slots of LLVM

Added to portage

2026-05-21

lxml-html-clean - 0.4.5
Ebuild name:

dev-python/lxml-html-clean-0.4.5

Description

Separate project for HTML cleaning functionalities copied from lxm

Added to portage

2026-05-21

mlir - 22.1.6
Ebuild name:

llvm-core/mlir-22.1.6

Description

Multi-Level Intermediate Representation (library only)

Added to portage

2026-05-21

modsecurity - 3.0.15
Ebuild name:

dev-libs/modsecurity-3.0.15

Description

Application firewall and intrusion detection

Added to portage

2026-05-21

mpvqt - 1.1.1-r3
Ebuild name:

media-libs/mpvqt-1.1.1-r3

Description

libmpv wrapper for QtQuick2 and QML

Added to portage

2026-05-21

mpvqt - 1.2.0
Ebuild name:

media-libs/mpvqt-1.2.0

Description

libmpv wrapper for QtQuick2 and QML

Added to portage

2026-05-21

multiple-cursors - 1.5.0
Ebuild name:

app-emacs/multiple-cursors-1.5.0

Description

Multiple cursors for Emacs

Added to portage

2026-05-21

muse - 3.20.2
Ebuild name:

app-emacs/muse-3.20.2

Description

An authoring and publishing environment for Emacs

Added to portage

2026-05-21

naev - 0.13.4-r1
Ebuild name:

games-strategy/naev-0.13.4-r1

Description

2D space trading and combat game, in a similar vein to Escape Velocit

Added to portage

2026-05-21

nagios-mode - 0.4
Ebuild name:

app-emacs/nagios-mode-0.4

Description

Major mode for editing Nagios configuration files

Added to portage

2026-05-21

nasty - 0.6-r2
Ebuild name:

app-crypt/nasty-0.6-r2

Description

Proof-of-concept GPG passphrase recovery tool

Added to portage

2026-05-21

navi2ch - 1.8.4-r2
Ebuild name:

app-emacs/navi2ch-1.8.4-r2

Description

A navigator for the Japanese textboard 2ch

Added to portage

2026-05-21

offload - 22.1.6
Ebuild name:

llvm-runtimes/offload-22.1.6

Description

OpenMP offloading support

Added to portage

2026-05-21

openapi-spec-validator - 0.9.0
Ebuild name:

dev-python/openapi-spec-validator-0.9.0

Description

OpenAPI 2.0 (aka Swagger) and OpenAPI 3.0 spec validator

Added to portage

2026-05-21

openmp - 22.1.6
Ebuild name:

llvm-runtimes/openmp-22.1.6

Description

OpenMP runtime library for LLVM/clang compiler

Added to portage

2026-05-21

openmp-amdgcn-amd-amdhsa - 22.1.6
Ebuild name:

llvm-runtimes/openmp-amdgcn-amd-amdhsa-22.1.6

Description

OpenMP target library for amdgcn devices

Added to portage

2026-05-21

openmp-nvptx64-nvidia-cuda - 22.1.6
Ebuild name:

llvm-runtimes/openmp-nvptx64-nvidia-cuda-22.1.6

Description

OpenMP target library for nvptx64 devices

Added to portage

2026-05-21

openvpn - 2.6.20
Ebuild name:

net-vpn/openvpn-2.6.20

Description

Robust and highly flexible tunneling application compatible with many OSes

Added to portage

2026-05-21

orderless - 1.7
Ebuild name:

app-emacs/orderless-1.7

Description

Completion style that matches multiple regexps in any order

Added to portage

2026-05-21

org-modern - 1.14
Ebuild name:

app-emacs/org-modern-1.14

Description

Modern style for your GNU Emacs Org buffers

Added to portage

2026-05-21

osm - 2.3
Ebuild name:

app-emacs/osm-2.3

Description

OpenStreetMap tile-based viewer for GNU Emacs

Added to portage

2026-05-21

paredit - 26-r2
Ebuild name:

app-emacs/paredit-26-r2

Description

Minor mode for performing structured editing of S-expressions

Added to portage

2026-05-21

pdns - 5.0.5
Ebuild name:

net-dns/pdns-5.0.5

Description

The PowerDNS Daemon

Added to portage

2026-05-21

peewee - 4.0.6
Ebuild name:

dev-python/peewee-4.0.6

Description

Small Python ORM

Added to portage

2026-05-21

pg_activity - 3.6.2
Ebuild name:

dev-db/pg_activity-3.6.2

Description

Realtime PostgreSQL database server monitoring tool

Added to portage

2026-05-21

pgbouncer - 1.25.2
Ebuild name:

dev-db/pgbouncer-1.25.2

Description

Lightweight connection pooler for PostgreSQL

Added to portage

2026-05-21

pipewire - 1.6.4-r1
Ebuild name:

media-video/pipewire-1.6.4-r1

Description

Multimedia processing graphs

Added to portage

2026-05-21

polly - 22.1.6
Ebuild name:

llvm-core/polly-22.1.6

Description

Polyhedral optimizations for LLVM

Added to portage

2026-05-21

protobuf - 7.34.2
Ebuild name:

dev-python/protobuf-7.34.2

Description

Google's Protocol Buffers - Python bindings

Added to portage

2026-05-21

pydata-sphinx-theme - 0.18.0
Ebuild name:

dev-python/pydata-sphinx-theme-0.18.0

Description

Bootstrap-based Sphinx theme from the PyData community

Added to portage

2026-05-21

python-ldap - 3.4.7
Ebuild name:

dev-python/python-ldap-3.4.7

Description

Various LDAP-related Python modules

Added to portage

2026-05-21

pytorch - 2.12.0
Ebuild name:

sci-ml/pytorch-2.12.0

Description

Tensors and Dynamic neural networks in Python

Added to portage

2026-05-21

pyzotero - 1.12.0
Ebuild name:

dev-python/pyzotero-1.12.0

Description

A Python client for the Zotero API

Added to portage

2026-05-21

redis - 8.2.6
Ebuild name:

dev-db/redis-8.2.6

Description

A persistent caching system, key-value, and data structures database

Added to portage

2026-05-21

redis - 8.4.3
Ebuild name:

dev-db/redis-8.4.3

Description

A persistent caching system, key-value, and data structures database

Added to portage

2026-05-21

redis - 8.6.3
Ebuild name:

dev-db/redis-8.6.3

Description

A persistent caching system, key-value, and data structures database

Added to portage

2026-05-21

ruff - 0.15.14
Ebuild name:

dev-util/ruff-0.15.14

Description

An extremely fast Python linter, written in Rust

Added to portage

2026-05-21

scikit-learn - 1.9.0_rc1
Ebuild name:

dev-python/scikit-learn-1.9.0_rc1

Description

Machine learning library for Python

Added to portage

2026-05-21

scrcpy - 4.0
Ebuild name:

app-mobilephone/scrcpy-4.0

Description

Display and control your Android device

Added to portage

2026-05-21

setuptools-gettext - 0.1.18
Ebuild name:

dev-python/setuptools-gettext-0.1.18

Description

Setuptools plugin for building mo files

Added to portage

2026-05-21

sogo - 5.12.8
Ebuild name:

gnustep-apps/sogo-5.12.8

Description

Groupware server built around OpenGroupware.org and the SOPE application s

Added to portage

2026-05-21

sope - 5.12.8
Ebuild name:

gnustep-libs/sope-5.12.8

Description

A set of frameworks forming a complete Web application server environment

Added to portage

2026-05-21

srs - 6.0.48-r1
Ebuild name:

media-video/srs-6.0.48-r1

Description

Simple Realtime media Server

Added to portage

2026-05-21

tempel - 1.13
Ebuild name:

app-emacs/tempel-1.13

Description

Templates with in-buffer field editing for GNU Emacs

Added to portage

2026-05-21

torchvision - 0.27.0
Ebuild name:

sci-ml/torchvision-0.27.0

Description

Datasets, transforms and models to specific to computer vision

Added to portage

2026-05-21

trove-classifiers - 2026.5.20.19
Ebuild name:

dev-python/trove-classifiers-2026.5.20.19

Description

Canonical source for classifiers on PyPI (pypi.org)

Added to portage

2026-05-21

unbound - 1.25.1
Ebuild name:

net-dns/unbound-1.25.1

Description

A validating, recursive and caching DNS resolver

Added to portage

2026-05-21

util-linux - 2.41.4-r1
Ebuild name:

sys-apps/util-linux-2.41.4-r1

Description

Various useful Linux utilities

Added to portage

2026-05-21

valgrind - 3.27.1
Ebuild name:

dev-debug/valgrind-3.27.1

Description

An open-source memory debugger for GNU/Linux

Added to portage

2026-05-21

vaultwarden - 1.36.0
Ebuild name:

app-admin/vaultwarden-1.36.0

Description

Unofficial Bitwarden compatible password manager

Added to portage

2026-05-21

vaultwarden-web - 2026.4.1
Ebuild name:

www-apps/vaultwarden-web-2026.4.1

Description

Prebuilt web vault frontend for Vaultwarden

Added to portage

2026-05-21

vertico - 2.9
Ebuild name:

app-emacs/vertico-2.9

Description

Vertical interactive completion

Added to portage

2026-05-21

wand - 0.7.1
Ebuild name:

dev-python/wand-0.7.1

Description

Ctypes-based simple ImageMagick binding for Python

Added to portage

2026-05-21

wireshark - 4.6.6
Ebuild name:

net-analyzer/wireshark-4.6.6

Description

Network protocol analyzer (sniffer)

Added to portage

2026-05-21

wordpress - 7.0
Ebuild name:

www-apps/wordpress-7.0

Description

Wordpress PHP and MySQL based content management system (CMS)

Added to portage

2026-05-21

xfsprogs - 7.0.1
Ebuild name:

sys-fs/xfsprogs-7.0.1

Description

XFS filesystem utilities

Added to portage

2026-05-21

zen-sources - 7.0.9
Ebuild name:

sys-kernel/zen-sources-7.0.9

Description

The Zen Kernel Live Sources

Added to portage

2026-05-21

zeroconf - 0.149.13
Ebuild name:

dev-python/zeroconf-0.149.13

Description

Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi com

Added to portage

2026-05-21

rdf newsfeed | rss newsfeed | Atom newsfeed
Copyright 2004-2025 Sascha Nitsch Unternehmensberatung GmbH
- Copyright and legal notices -
Time to create this page: 65.1 ms