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:

73505

userrating:

average rating: 1.2 (8 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


rate this article:
current rating: average rating: 1.4 (80 votes) (1=very good 6=terrible)
Your rating:
Very good (1) Good (2) ok (3) average (4) bad (5) terrible (6)

back



Support us on Content Nation

New Packages

- as rdf newsfeed
- as rss newsfeed
- as Atom newsfeed
2025-03-24
AusweisApp - 2.3.1
Ebuild name:

sys-auth/AusweisApp-2.3.1

Description

Official authentication app for German ID cards and residence permits

Added to portage

2025-03-24

apitrace - 12.0
Ebuild name:

dev-debug/apitrace-12.0

Description

Tool for tracing, analyzing, and debugging graphics APIs

Added to portage

2025-03-24

aspell-cs - 20040614.1-r1
Ebuild name:

app-dicts/aspell-cs-20040614.1-r1

Description

Aspell () language dictionary

Added to portage

2025-03-24

bgrep - 0.2_p20250205
Ebuild name:

app-misc/bgrep-0.2_p20250205

Description

Grep-like tool to search for binary strings

Added to portage

2025-03-24

bibletime - 3.1.1
Ebuild name:

app-text/bibletime-3.1.1

Description

Qt Bible-study application using the SWORD library

Added to portage

2025-03-24

branca - 0.8.1-r1
Ebuild name:

sci-libs/branca-0.8.1-r1

Description

spinoff from folium, host the non-map-specific features

Added to portage

2025-03-24

catch - 3.8.0
Ebuild name:

dev-cpp/catch-3.8.0

Description

Modern C++ header-only framework for unit-tests

Added to portage

2025-03-24

cherrytree - 1.4.0
Ebuild name:

app-text/cherrytree-1.4.0

Description

A hierarchical note taking application (C++ version)

Added to portage

2025-03-24

ckermit - 10.0.414_beta11-r1
Ebuild name:

app-misc/ckermit-10.0.414_beta11-r1

Description

Combined serial and network communication software package

Added to portage

2025-03-24

ckermit - 9.0.302-r1
Ebuild name:

app-misc/ckermit-9.0.302-r1

Description

combined serial and network communication software package

Added to portage

2025-03-24

cpuid - 20250316
Ebuild name:

sys-apps/cpuid-20250316

Description

Linux tool to dump x86 CPUID information about the CPUs

Added to portage

2025-03-24

django-bootstrap5 - 24.3-r3
Ebuild name:

dev-python/django-bootstrap5-24.3-r3

Description

Bootstrap 5 for Django.

Added to portage

2025-03-24

dracut - 106-r2
Ebuild name:

sys-kernel/dracut-106-r2

Description

Generic initramfs generation tool

Added to portage

2025-03-24

expandvars - 1.0.0
Ebuild name:

dev-python/expandvars-1.0.0

Description

Expand system variables Unix style

Added to portage

2025-03-24

flawfinder - 2.0.19-r2
Ebuild name:

dev-util/flawfinder-2.0.19-r2

Description

Examines C/C++ source code for security flaws

Added to portage

2025-03-24

gcc - 15.0.1_pre20250323
Ebuild name:

sys-devel/gcc-15.0.1_pre20250323

Description

The GNU Compiler Collection

Added to portage

2025-03-24

gentoo-kernel - 6.12.20
Ebuild name:

sys-kernel/gentoo-kernel-6.12.20

Description

Linux kernel built with Gentoo patches

Added to portage

2025-03-24

gentoo-kernel - 6.13.8
Ebuild name:

sys-kernel/gentoo-kernel-6.13.8

Description

Linux kernel built with Gentoo patches

Added to portage

2025-03-24

gentoo-kernel - 6.6.84
Ebuild name:

sys-kernel/gentoo-kernel-6.6.84

Description

Linux kernel built with Gentoo patches

Added to portage

2025-03-24

gentoo-kernel-bin - 6.12.20
Ebuild name:

sys-kernel/gentoo-kernel-bin-6.12.20

Description

Pre-built Linux kernel with Gentoo patches

Added to portage

2025-03-24

gentoo-kernel-bin - 6.13.8
Ebuild name:

sys-kernel/gentoo-kernel-bin-6.13.8

Description

Pre-built Linux kernel with Gentoo patches

Added to portage

2025-03-24

gentoo-kernel-bin - 6.6.84
Ebuild name:

sys-kernel/gentoo-kernel-bin-6.6.84

Description

Pre-built Linux kernel with Gentoo patches

Added to portage

2025-03-24

gpxsee - 13.38
Ebuild name:

sci-geosciences/gpxsee-13.38

Description

Viewer and analyzer that supports gpx, tcx, kml, fit, igc and nmea fil

Added to portage

2025-03-24

harfbuzz - 11.0.0
Ebuild name:

media-libs/harfbuzz-11.0.0

Description

An OpenType text shaping engine

Added to portage

2025-03-24

hypothesis - 6.130.3
Ebuild name:

dev-python/hypothesis-6.130.3

Description

A library for property based testing

Added to portage

2025-03-24

inline-snapshot - 0.20.9
Ebuild name:

dev-python/inline-snapshot-0.20.9

Description

Create and update inline snapshots in your Python tests

Added to portage

2025-03-24

lanes - 3.17.1
Ebuild name:

dev-lua/lanes-3.17.1

Description

Lightweight, native, lazy evaluating multithreading library

Added to portage

2025-03-24

level-zero - 1.21.2
Ebuild name:

dev-libs/level-zero-1.21.2

Description

oneAPI Level Zero headers, loader and validation layer

Added to portage

2025-03-24

limnoria - 20241222
Ebuild name:

net-irc/limnoria-20241222

Description

Python based extensible IRC infobot and channel bot

Added to portage

2025-03-24

luasystem - 0.5.1
Ebuild name:

dev-lua/luasystem-0.5.1

Description

Platform independent system calls for Lua

Added to portage

2025-03-24

nestopia - 1.53.1
Ebuild name:

games-emulation/nestopia-1.53.1

Description

Portable Nintendo Entertainment System emulator written in C++

Added to portage

2025-03-24

opcodes - 0.3.14-r2
Ebuild name:

dev-python/opcodes-0.3.14-r2

Description

Opcodes Project

Added to portage

2025-03-24

openapi-core - 0.19.5-r1
Ebuild name:

dev-python/openapi-core-0.19.5-r1

Description

Client-side and server-side support for the OpenAPI Specification

Added to portage

2025-03-24

peachpy - 2022.11.13-r3
Ebuild name:

dev-python/peachpy-2022.11.13-r3

Description

Portable Efficient Assembly Code-generator in Higher-level Python

Added to portage

2025-03-24

photoqt - 4.8.1
Ebuild name:

media-gfx/photoqt-4.8.1

Description

Simple but powerful Qt-based image viewer

Added to portage

2025-03-24

pkgcraft-tools - 0.0.24
Ebuild name:

sys-apps/pkgcraft-tools-0.0.24

Description

pkgcraft-based tools for Gentoo

Added to portage

2025-03-24

pkgcruft - 0.0.11
Ebuild name:

dev-util/pkgcruft-0.0.11

Description

QA library and tools based on pkgcraft

Added to portage

2025-03-24

prosody - 13.0.0
Ebuild name:

net-im/prosody-13.0.0

Description

Prosody is a modern XMPP communication server

Added to portage

2025-03-24

pyparsing - 3.2.2
Ebuild name:

dev-python/pyparsing-3.2.2

Description

Easy-to-use Python module for text parsing

Added to portage

2025-03-24

spglib - 2.6.0
Ebuild name:

sci-libs/spglib-2.6.0

Description

Spglib is a C library for finding and handling crystal symmetries

Added to portage

2025-03-24

spirv-llvm-translator - 15.0.10-r2
Ebuild name:

dev-util/spirv-llvm-translator-15.0.10-r2

Description

Bi-directional translator between SPIR-V and LLVM IR

Added to portage

2025-03-24

spirv-llvm-translator - 16.0.10-r2
Ebuild name:

dev-util/spirv-llvm-translator-16.0.10-r2

Description

Bi-directional translator between SPIR-V and LLVM IR

Added to portage

2025-03-24

spirv-llvm-translator - 17.0.10-r2
Ebuild name:

dev-util/spirv-llvm-translator-17.0.10-r2

Description

Bi-directional translator between SPIR-V and LLVM IR

Added to portage

2025-03-24

spirv-llvm-translator - 18.1.10-r2
Ebuild name:

dev-util/spirv-llvm-translator-18.1.10-r2

Description

Bi-directional translator between SPIR-V and LLVM IR

Added to portage

2025-03-24

spirv-llvm-translator - 19.1.5-r2
Ebuild name:

dev-util/spirv-llvm-translator-19.1.5-r2

Description

Bi-directional translator between SPIR-V and LLVM IR

Added to portage

2025-03-24

tini - 0.19.0-r2
Ebuild name:

sys-process/tini-0.19.0-r2

Description

A tiny but valid init for containers

Added to portage

2025-03-24

vanilla-kernel - 6.12.20
Ebuild name:

sys-kernel/vanilla-kernel-6.12.20

Description

Linux kernel built from vanilla upstream sources

Added to portage

2025-03-24

vanilla-kernel - 6.13.8
Ebuild name:

sys-kernel/vanilla-kernel-6.13.8

Description

Linux kernel built from vanilla upstream sources

Added to portage

2025-03-24

vanilla-kernel - 6.6.84
Ebuild name:

sys-kernel/vanilla-kernel-6.6.84

Description

Linux kernel built from vanilla upstream sources

Added to portage

2025-03-24

zmap - 4.3.2
Ebuild name:

net-analyzer/zmap-4.3.2

Description

Fast network scanner designed for Internet-wide network surveys

Added to portage

2025-03-24

2025-03-23
a52dec - 0.7.4-r9
Ebuild name:

media-libs/a52dec-0.7.4-r9

Description

Library for decoding ATSC A/52 streams used in DVD

Added to portage

2025-03-23

accelerate - 1.5.2-r2
Ebuild name:

sci-ml/accelerate-1.5.2-r2

Description

Run your *raw* PyTorch training script on any kind of device

Added to portage

2025-03-23

argcomplete - 3.6.1
Ebuild name:

dev-python/argcomplete-3.6.1

Description

Bash tab completion for argparse

Added to portage

2025-03-23

aspell-ca - 2.5.0-r1
Ebuild name:

app-dicts/aspell-ca-2.5.0-r1

Description

Aspell () language dictionary

Added to portage

2025-03-23

aspell-cs - 20040614.1-r1
Ebuild name:

app-dicts/aspell-cs-20040614.1-r1

Description

Aspell () language dictionary

Added to portage

2025-03-23

asymptote - 3.01
Ebuild name:

media-gfx/asymptote-3.01

Description

A vector graphics language that provides a framework for technical drawing

Added to portage

2025-03-23

audiotools - 3.1.1-r3
Ebuild name:

media-sound/audiotools-3.1.1-r3

Description

Collection of command line audio tools

Added to portage

2025-03-23

bitstring - 4.3.1
Ebuild name:

dev-python/bitstring-4.3.1

Description

A pure Python module for creation and analysis of binary data

Added to portage

2025-03-23

bzflag - 2.4.30-r1
Ebuild name:

games-action/bzflag-2.4.30-r1

Description

3D tank combat simulator game

Added to portage

2025-03-23

caffe2 - 2.4.1-r6
Ebuild name:

sci-ml/caffe2-2.4.1-r6

Description

A deep learning framework

Added to portage

2025-03-23

caffe2 - 2.5.1-r10
Ebuild name:

sci-ml/caffe2-2.5.1-r10

Description

A deep learning framework

Added to portage

2025-03-23

caffe2 - 2.6.0-r2
Ebuild name:

sci-ml/caffe2-2.6.0-r2

Description

A deep learning framework

Added to portage

2025-03-23

ccache - 4.11.2
Ebuild name:

dev-util/ccache-4.11.2

Description

Fast compiler cache

Added to portage

2025-03-23

cifs-utils - 7.3
Ebuild name:

net-fs/cifs-utils-7.3

Description

Tools for Managing Linux CIFS Client Filesystems

Added to portage

2025-03-23

datasets - 2.21.0-r5
Ebuild name:

sci-ml/datasets-2.21.0-r5

Description

Access and share datasets for Audio, Computer Vision, and NLP tasks

Added to portage

2025-03-23

ddrescue - 1.29.1
Ebuild name:

sys-fs/ddrescue-1.29.1

Description

Copy data from one file or block device to another with read-error recovery

Added to portage

2025-03-23

dnsmasq - 2.91
Ebuild name:

net-dns/dnsmasq-2.91

Description

Small forwarding DNS server

Added to portage

2025-03-23

dogtail - 0.9.11-r1
Ebuild name:

dev-util/dogtail-0.9.11-r1

Description

GUI test tool and automation framework using accessibility framework

Added to portage

2025-03-23

elicense - 1.0.2-r2
Ebuild name:

app-portage/elicense-1.0.2-r2

Description

Tool to find installed packages in Gentoo with non-accepted license(s

Added to portage

2025-03-23

fftw - 3.3.10-r1
Ebuild name:

sci-libs/fftw-3.3.10-r1

Description

Fast C library for the Discrete Fourier Transform

Added to portage

2025-03-23

garcon - 4.21.0
Ebuild name:

xfce-base/garcon-4.21.0

Description

Xfce's freedesktop.org specification compatible menu implementation library

Added to portage

2025-03-23

gcc - 14.2.1_p20250322
Ebuild name:

sys-devel/gcc-14.2.1_p20250322

Description

The GNU Compiler Collection

Added to portage

2025-03-23

gdbm - 1.25
Ebuild name:

sys-libs/gdbm-1.25

Description

Standard GNU database libraries

Added to portage

2025-03-23

gentoo-sources - 6.12.20
Ebuild name:

sys-kernel/gentoo-sources-6.12.20

Description

Full sources including the Gentoo patchset for the . kernel tree

Added to portage

2025-03-23

gentoo-sources - 6.13.8
Ebuild name:

sys-kernel/gentoo-sources-6.13.8

Description

Full sources including the Gentoo patchset for the . kernel tree

Added to portage

2025-03-23

gentoo-sources - 6.6.84
Ebuild name:

sys-kernel/gentoo-sources-6.6.84

Description

Full sources including the Gentoo patchset for the . kernel tree

Added to portage

2025-03-23

geoipyupdate - 0.0.3
Ebuild name:

net-misc/geoipyupdate-0.0.3

Description

Simple python replacement for the MaxMind geoipupdate program

Added to portage

2025-03-23

gobject-introspection - 1.84.0
Ebuild name:

dev-libs/gobject-introspection-1.84.0

Description

Introspection system for GObject-based libraries

Added to portage

2025-03-23

gobject-introspection-common - 1.84.0
Ebuild name:

dev-libs/gobject-introspection-common-1.84.0

Description

Build infrastructure for GObject Introspection

Added to portage

2025-03-23

gpodder - 3.11.5
Ebuild name:

media-sound/gpodder-3.11.5

Description

A free cross-platform podcast aggregator

Added to portage

2025-03-23

hg-evolve - 11.1.8
Ebuild name:

dev-vcs/hg-evolve-11.1.8

Description

enables the changeset evolution feature of Mercurial

Added to portage

2025-03-23

hypothesis - 6.130.2
Ebuild name:

dev-python/hypothesis-6.130.2

Description

A library for property based testing

Added to portage

2025-03-23

kdiff3 - 1.12.2
Ebuild name:

kde-misc/kdiff3-1.12.2

Description

Frontend to diff3 based on KDE Frameworks

Added to portage

2025-03-23

kid3 - 3.9.6-r3
Ebuild name:

media-sound/kid3-3.9.6-r3

Description

Simple tag editor based on Qt

Added to portage

2025-03-23

libical - 3.0.20
Ebuild name:

dev-libs/libical-3.0.20

Description

Implementation of basic iCAL protocols

Added to portage

2025-03-23

libiio - 0.26
Ebuild name:

net-libs/libiio-0.26

Description

Library for interfacing with IIO devices

Added to portage

2025-03-23

libxfce4ui - 4.20.1
Ebuild name:

xfce-base/libxfce4ui-4.20.1

Description

Unified widget and session management libs for Xfce

Added to portage

2025-03-23

libxfce4util - 4.20.1
Ebuild name:

xfce-base/libxfce4util-4.20.1

Description

A basic utility library for the Xfce desktop environment

Added to portage

2025-03-23

mercurial - 6.9.4
Ebuild name:

dev-vcs/mercurial-6.9.4

Description

Scalable distributed SCM

Added to portage

2025-03-23

minify-html - 0.16.4
Ebuild name:

dev-python/minify-html-0.16.4

Description

Extremely fast and smart HTML + JS + CSS minifier

Added to portage

2025-03-23

nextcloud-client - 3.15.3-r1
Ebuild name:

net-misc/nextcloud-client-3.15.3-r1

Description

Desktop Syncing Client for Nextcloud

Added to portage

2025-03-23

notmuch - 0.39
Ebuild name:

net-mail/notmuch-0.39

Description

Thread-based e-mail indexer, supporting quick search and tagging

Added to portage

2025-03-23

openpgp-keys-gdbm - 20250323
Ebuild name:

sec-keys/openpgp-keys-gdbm-20250323

Description

OpenPGP keys used by GNU dbm

Added to portage

2025-03-23

pytorch - 2.4.1-r3
Ebuild name:

sci-ml/pytorch-2.4.1-r3

Description

Tensors and Dynamic neural networks in Python

Added to portage

2025-03-23

pytorch - 2.5.1-r4
Ebuild name:

sci-ml/pytorch-2.5.1-r4

Description

Tensors and Dynamic neural networks in Python

Added to portage

2025-03-23

pytorch - 2.6.0-r3
Ebuild name:

sci-ml/pytorch-2.6.0-r3

Description

Tensors and Dynamic neural networks in Python

Added to portage

2025-03-23

s4cmd - 2.1.0-r3
Ebuild name:

net-misc/s4cmd-2.1.0-r3

Description

Super S3 command line tool

Added to portage

2025-03-23

seekwatcher - 0.15-r1
Ebuild name:

sys-block/seekwatcher-0.15-r1

Description

Generates graphs from blktrace to help visualize IO patterns and perf

Added to portage

2025-03-23

sentencepiece - 0.2.0-r1
Ebuild name:

sci-ml/sentencepiece-0.2.0-r1

Description

Text tokenizer for Neural Network-based text generation

Added to portage

2025-03-23

syd - 3.32.6
Ebuild name:

sys-apps/syd-3.32.6

Description

seccomp and landlock based application sandbox with support for namespaces

Added to portage

2025-03-23

thunar - 4.21.0
Ebuild name:

xfce-base/thunar-4.21.0

Description

File manager for the Xfce desktop environment

Added to portage

2025-03-23

timezone-data - 2025b
Ebuild name:

sys-libs/timezone-data-2025b

Description

Timezone data (/usr/share/zoneinfo) and utilities (tzselect/zic/zdump)

Added to portage

2025-03-23

torchvision - 0.20.0-r2
Ebuild name:

sci-ml/torchvision-0.20.0-r2

Description

Datasets, transforms and models to specific to computer vision

Added to portage

2025-03-23

transformers - 4.49.0-r5
Ebuild name:

sci-ml/transformers-4.49.0-r5

Description

State-of-the-art Machine Learning for JAX, PyTorch and TensorFlow

Added to portage

2025-03-23

tumbler - 4.21.0
Ebuild name:

xfce-base/tumbler-4.21.0

Description

A thumbnail service for Thunar

Added to portage

2025-03-23

unittest++ - 2.0.0-r3
Ebuild name:

dev-libs/unittest++-2.0.0-r3

Description

A lightweight unit testing framework for C++

Added to portage

2025-03-23

vanilla-sources - 6.12.20
Ebuild name:

sys-kernel/vanilla-sources-6.12.20

Description

Full sources for the Linux kernel

Added to portage

2025-03-23

vanilla-sources - 6.13.8
Ebuild name:

sys-kernel/vanilla-sources-6.13.8

Description

Full sources for the Linux kernel

Added to portage

2025-03-23

vanilla-sources - 6.6.83
Ebuild name:

sys-kernel/vanilla-sources-6.6.83

Description

Full sources for the Linux kernel

Added to portage

2025-03-23

wine-staging - 10.4
Ebuild name:

app-emulation/wine-staging-10.4

Description

Free implementation of Windows(tm) on Unix, with Wine-Staging patch

Added to portage

2025-03-23

xarchiver - 0.5.4.25
Ebuild name:

app-arch/xarchiver-0.5.4.25

Description

A GTK+ archive manager that can be used with Thunar

Added to portage

2025-03-23

xdg-desktop-portal-gnome - 47.3
Ebuild name:

sys-apps/xdg-desktop-portal-gnome-47.3

Description

Backend implementation for xdg-desktop-portal using GNOME

Added to portage

2025-03-23

xfce4-appfinder - 4.21.0
Ebuild name:

xfce-base/xfce4-appfinder-4.21.0

Description

A tool to find and launch installed applications for the Xfce desk

Added to portage

2025-03-23

xfce4-panel - 4.20.4
Ebuild name:

xfce-base/xfce4-panel-4.20.4

Description

Panel for the Xfce desktop environment

Added to portage

2025-03-23

xfce4-power-manager - 4.21.0
Ebuild name:

xfce-base/xfce4-power-manager-4.21.0

Description

Power manager for the Xfce desktop environment

Added to portage

2025-03-23

xfce4-session - 4.20.1
Ebuild name:

xfce-base/xfce4-session-4.20.1

Description

A session manager for the Xfce desktop environment

Added to portage

2025-03-23

xfce4-session - 4.21.0
Ebuild name:

xfce-base/xfce4-session-4.21.0

Description

A session manager for the Xfce desktop environment

Added to portage

2025-03-23

xfce4-settings - 4.21.0
Ebuild name:

xfce-base/xfce4-settings-4.21.0

Description

Configuration system for the Xfce desktop environment

Added to portage

2025-03-23

xfconf - 4.21.0
Ebuild name:

xfce-base/xfconf-4.21.0

Description

A configuration management system for Xfce

Added to portage

2025-03-23

xmlschema - 3.4.5
Ebuild name:

dev-python/xmlschema-3.4.5

Description

An XML Schema validator and decoder

Added to portage

2025-03-23

rdf newsfeed | rss newsfeed | Atom newsfeed
- Powered by LeopardCMS - Running on Gentoo -
Copyright 2004-2020 Sascha Nitsch Unternehmensberatung GmbH
Valid XHTML1.1 : Valid CSS : buttonmaker
- Level Triple-A Conformance to Web Content Accessibility Guidelines 1.0 -
- Copyright and legal notices -
Time to create this page: 61.9 ms