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:

74419

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: Misc

Portage via NFS

You have multiple gentoo installations in your network and don't want to waste disc space for the portage tree and bandwidth to sync them all?

Just read ahead :)

installing nfs server and client

First you have to install an nfs server on the server you picked and nfs utils on the clients.
emerge nfs-utils
Next you need to enable nfs server/client support in the kernel of the machines you use. (Usually this is already enabled)

Add the needed initscripts to the runlevel and nfs should work.

server: rc-update add nfs default
client: rc-update add nfsmount default

exporting your portage tree

On the server side you need to export your portage tree:
nano -w /etc/exports
add
/usr/portage     192.168.0.0/24(rw,sync,no_root_squash)
(modify the ip/netmask according to your network settings)

start the nfs server and nfs clients

Now, start the init scripts.

cleaning clients old portage tree

Next step has to be repeated on all client machines, NOT on the server
cd /usr/portage
rm -r *
This cleans the existing portage tree.

mounting the server's tree

add this to the /etc/fstab file on each client
192.168.0.1:/usr/portage  /usr/portage  nfs  rw
mount the new tree
mount /usr/portage
if all went fine, you should see the portage tree in /usr/portage

once again, this time with the cache

repeat the steps above with the directory /var/cache/edb/dep/usr/portage this way, portage uses the server's portage cache, which speeds up things a bit.

summary

In this setup one client fetches a file, all client can use it, this saves bandwidth and time, but creates more internal network load.
Every user can sync the tree now or you could create a crontab on the server to have it sync every week. Please don't sync more than once a day.
rate this article:
current rating: average rating: 1.0 (14 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-04-26
bpf-toolchain - 15.1.0_p1
Ebuild name:

sys-devel/bpf-toolchain-15.1.0_p1

Description

All-in-one bpf toolchain for building DTrace and systemd without

Added to portage

2025-04-26

capnproto - 1.1.0
Ebuild name:

dev-libs/capnproto-1.1.0

Description

RPC/Serialization system with capabilities support

Added to portage

2025-04-26

dist-kernel - 6.1.135
Ebuild name:

virtual/dist-kernel-6.1.135

Description

Virtual to depend on any Distribution Kernel

Added to portage

2025-04-26

dist-kernel - 6.12.25
Ebuild name:

virtual/dist-kernel-6.12.25

Description

Virtual to depend on any Distribution Kernel

Added to portage

2025-04-26

dist-kernel - 6.14.4
Ebuild name:

virtual/dist-kernel-6.14.4

Description

Virtual to depend on any Distribution Kernel

Added to portage

2025-04-26

dist-kernel - 6.6.88
Ebuild name:

virtual/dist-kernel-6.6.88

Description

Virtual to depend on any Distribution Kernel

Added to portage

2025-04-26

elasticsearch - 9.0.2
Ebuild name:

dev-ruby/elasticsearch-9.0.2

Description

Ruby integrations for ES, elasticsearch module

Added to portage

2025-04-26

elasticsearch-api - 9.0.2
Ebuild name:

dev-ruby/elasticsearch-api-9.0.2

Description

Ruby integrations for ES, elasticsearch-api module

Added to portage

2025-04-26

gentoo-kernel - 6.1.135
Ebuild name:

sys-kernel/gentoo-kernel-6.1.135

Description

Linux kernel built with Gentoo patches

Added to portage

2025-04-26

gentoo-kernel - 6.12.25
Ebuild name:

sys-kernel/gentoo-kernel-6.12.25

Description

Linux kernel built with Gentoo patches

Added to portage

2025-04-26

gentoo-kernel - 6.14.4
Ebuild name:

sys-kernel/gentoo-kernel-6.14.4

Description

Linux kernel built with Gentoo patches

Added to portage

2025-04-26

gentoo-kernel - 6.6.88
Ebuild name:

sys-kernel/gentoo-kernel-6.6.88

Description

Linux kernel built with Gentoo patches

Added to portage

2025-04-26

gentoo-kernel-bin - 6.1.135
Ebuild name:

sys-kernel/gentoo-kernel-bin-6.1.135

Description

Pre-built Linux kernel with Gentoo patches

Added to portage

2025-04-26

gentoo-kernel-bin - 6.12.25
Ebuild name:

sys-kernel/gentoo-kernel-bin-6.12.25

Description

Pre-built Linux kernel with Gentoo patches

Added to portage

2025-04-26

gentoo-kernel-bin - 6.14.4
Ebuild name:

sys-kernel/gentoo-kernel-bin-6.14.4

Description

Pre-built Linux kernel with Gentoo patches

Added to portage

2025-04-26

gentoo-kernel-bin - 6.6.88
Ebuild name:

sys-kernel/gentoo-kernel-bin-6.6.88

Description

Pre-built Linux kernel with Gentoo patches

Added to portage

2025-04-26

grafana-bin - 11.6.1
Ebuild name:

www-apps/grafana-bin-11.6.1

Description

Gorgeous metric viz, dashboards & editors for Graphite, InfluxDB &a

Added to portage

2025-04-26

install-xattr - 0.10
Ebuild name:

sys-apps/install-xattr-0.10

Description

Wrapper to coreutils install to preserve Filesystem Extended Attributes

Added to portage

2025-04-26

jaq - 2.2.0
Ebuild name:

app-misc/jaq-2.2.0

Description

Just another JSON query tool

Added to portage

2025-04-26

json - 2.11.3
Ebuild name:

dev-ruby/json-2.11.3

Description

A JSON implementation as a Ruby extension

Added to portage

2025-04-26

kdesdk-meta - 24.12.3-r1
Ebuild name:

kde-apps/kdesdk-meta-24.12.3-r1

Description

KDE SDK - merge this to pull in all kdesdk-derived packages

Added to portage

2025-04-26

kdesdk-meta - 25.04.0-r1
Ebuild name:

kde-apps/kdesdk-meta-25.04.0-r1

Description

KDE SDK - merge this to pull in all kdesdk-derived packages

Added to portage

2025-04-26

lokalize - 24.12.3-r1
Ebuild name:

kde-apps/lokalize-24.12.3-r1

Description

Localization tool for KDE software and other free and open source soft

Added to portage

2025-04-26

lokalize - 25.04.0-r1
Ebuild name:

kde-apps/lokalize-25.04.0-r1

Description

Localization tool for KDE software and other free and open source soft

Added to portage

2025-04-26

marble - 24.12.3-r1
Ebuild name:

kde-apps/marble-24.12.3-r1

Description

Virtual Globe and World Atlas to learn more about Earth

Added to portage

2025-04-26

marble - 25.04.0-r1
Ebuild name:

kde-apps/marble-25.04.0-r1

Description

Virtual Globe and World Atlas to learn more about Earth

Added to portage

2025-04-26

nodejs - 20.19.1
Ebuild name:

net-libs/nodejs-20.19.1

Description

A JavaScript runtime built on Chrome's V8 JavaScript engine

Added to portage

2025-04-26

nodejs - 22.15.0
Ebuild name:

net-libs/nodejs-22.15.0

Description

A JavaScript runtime built on Chrome's V8 JavaScript engine

Added to portage

2025-04-26

oneVPL-cpu - 2023.2.0-r2
Ebuild name:

media-libs/oneVPL-cpu-2023.2.0-r2

Description

oneAPI Video Processing Library CPU implementation

Added to portage

2025-04-26

q4wine - 1.4.1
Ebuild name:

app-emulation/q4wine-1.4.1

Description

Qt GUI configuration tool for Wine

Added to portage

2025-04-26

radicale - 3.5.2
Ebuild name:

www-apps/radicale-3.5.2

Description

A simple CalDAV calendar server

Added to portage

2025-04-26

ruff - 0.11.7
Ebuild name:

dev-util/ruff-0.11.7

Description

An extremely fast Python linter, written in Rust

Added to portage

2025-04-26

rutorrent - 5.2.0
Ebuild name:

www-apps/rutorrent-5.2.0

Description

ruTorrent is a front-end for the popular Bittorrent client rTorrent

Added to portage

2025-04-26

signal-desktop-bin - 7.52.0
Ebuild name:

net-im/signal-desktop-bin-7.52.0

Description

Allows you to send and receive messages of Signal Messenger on you

Added to portage

2025-04-26

skrooge - 25.4.0
Ebuild name:

app-office/skrooge-25.4.0

Description

Personal finances manager, aiming at being simple and intuitive

Added to portage

2025-04-26

torchvision - 0.21.0-r1
Ebuild name:

sci-ml/torchvision-0.21.0-r1

Description

Datasets, transforms and models to specific to computer vision

Added to portage

2025-04-26

uutils-coreutils - 0.0.30
Ebuild name:

sys-apps/uutils-coreutils-0.0.30

Description

GNU coreutils rewritten in Rust

Added to portage

2025-04-26

vanilla-kernel - 6.1.135
Ebuild name:

sys-kernel/vanilla-kernel-6.1.135

Description

Linux kernel built from vanilla upstream sources

Added to portage

2025-04-26

vanilla-kernel - 6.12.25
Ebuild name:

sys-kernel/vanilla-kernel-6.12.25

Description

Linux kernel built from vanilla upstream sources

Added to portage

2025-04-26

vanilla-kernel - 6.14.4
Ebuild name:

sys-kernel/vanilla-kernel-6.14.4

Description

Linux kernel built from vanilla upstream sources

Added to portage

2025-04-26

vanilla-kernel - 6.6.88
Ebuild name:

sys-kernel/vanilla-kernel-6.6.88

Description

Linux kernel built from vanilla upstream sources

Added to portage

2025-04-26

2025-04-25
anagramarama - 0.2-r2
Ebuild name:

games-puzzle/anagramarama-0.2-r2

Description

Create as many words as you can before the time runs out

Added to portage

2025-04-25

aravis - 0.8.34
Ebuild name:

media-video/aravis-0.8.34

Description

Library for video acquisition using Genicam cameras

Added to portage

2025-04-25

asio - 1.34.2
Ebuild name:

dev-cpp/asio-1.34.2

Description

Asynchronous Network Library

Added to portage

2025-04-25

asymptote - 3.02
Ebuild name:

media-gfx/asymptote-3.02

Description

A vector graphics language that provides a framework for technical drawing

Added to portage

2025-04-25

awscli - 1.40.1
Ebuild name:

app-admin/awscli-1.40.1

Description

Universal Command Line Environment for AWS

Added to portage

2025-04-25

bamtools - 2.5.2-r1
Ebuild name:

sci-biology/bamtools-2.5.2-r1

Description

A programmer's API and an end-user's toolkit for handling BAM files

Added to portage

2025-04-25

boto3 - 1.38.2
Ebuild name:

dev-python/boto3-1.38.2

Description

The AWS SDK for Python

Added to portage

2025-04-25

botocore - 1.38.2
Ebuild name:

dev-python/botocore-1.38.2

Description

Low-level, data-driven core of boto 3

Added to portage

2025-04-25

bss - 0.8-r3
Ebuild name:

net-wireless/bss-0.8-r3

Description

Bluetooth stack smasher / fuzzer

Added to portage

2025-04-25

caffe2 - 2.4.1-r7
Ebuild name:

sci-ml/caffe2-2.4.1-r7

Description

A deep learning framework

Added to portage

2025-04-25

caffe2 - 2.5.1-r11
Ebuild name:

sci-ml/caffe2-2.5.1-r11

Description

A deep learning framework

Added to portage

2025-04-25

caffe2 - 2.6.0-r4
Ebuild name:

sci-ml/caffe2-2.6.0-r4

Description

A deep learning framework

Added to portage

2025-04-25

capstone - 6.0.0_alpha4
Ebuild name:

dev-libs/capstone-6.0.0_alpha4

Description

disassembly/disassembler framework + bindings

Added to portage

2025-04-25

cargo-c - 0.10.12
Ebuild name:

dev-util/cargo-c-0.10.12

Description

Helper program to build and install c-like libraries

Added to portage

2025-04-25

cfn-lint - 1.34.2
Ebuild name:

dev-python/cfn-lint-1.34.2

Description

CloudFormation Linter

Added to portage

2025-04-25

cudnn-frontend - 1.10.0
Ebuild name:

sci-ml/cudnn-frontend-1.10.0

Description

A c++ wrapper for the cudnn backend API

Added to portage

2025-04-25

cudnn-frontend - 1.6.1
Ebuild name:

sci-ml/cudnn-frontend-1.6.1

Description

A c++ wrapper for the cudnn backend API

Added to portage

2025-04-25

cudnn-frontend - 1.8.0
Ebuild name:

sci-ml/cudnn-frontend-1.8.0

Description

A c++ wrapper for the cudnn backend API

Added to portage

2025-04-25

cups - 2.4.12
Ebuild name:

net-print/cups-2.4.12

Description

The Common Unix Printing System

Added to portage

2025-04-25

cups-browsed - 2.1.1-r1
Ebuild name:

net-print/cups-browsed-2.1.1-r1

Description

helper daemon to browse for remote CUPS queues and IPP network prin

Added to portage

2025-04-25

cutlass - 3.8.0
Ebuild name:

dev-libs/cutlass-3.8.0

Description

CUDA Templates for Linear Algebra Subroutines

Added to portage

2025-04-25

display-manager-init - 1.1.2-r2
Ebuild name:

gui-libs/display-manager-init-1.1.2-r2

Description

RC init files for starting display and login managers

Added to portage

2025-04-25

eduvpn-client - 4.5.0
Ebuild name:

net-vpn/eduvpn-client-4.5.0

Description

Linux client and Python client API for eduVPN

Added to portage

2025-04-25

exabgp - 4.2.25
Ebuild name:

net-misc/exabgp-4.2.25

Description

The BGP swiss army knife of networking

Added to portage

2025-04-25

fbthrift - 2025.04.14.00-r2
Ebuild name:

dev-cpp/fbthrift-2025.04.14.00-r2

Description

Facebook's branch of Apache Thrift (C++ bindings)

Added to portage

2025-04-25

folly - 2025.04.14.00-r1
Ebuild name:

dev-cpp/folly-2025.04.14.00-r1

Description

An open-source C++ library developed and used at Facebook

Added to portage

2025-04-25

fuse - 3.17.2
Ebuild name:

sys-fs/fuse-3.17.2

Description

An interface for filesystems implemented in userspace

Added to portage

2025-04-25

gcc - 13.3.1_p20250424
Ebuild name:

sys-devel/gcc-13.3.1_p20250424

Description

The GNU Compiler Collection

Added to portage

2025-04-25

gcc - 15.1.0
Ebuild name:

sys-devel/gcc-15.1.0

Description

The GNU Compiler Collection

Added to portage

2025-04-25

gcc - 15.1.9999
Ebuild name:

sys-devel/gcc-15.1.9999

Description

The GNU Compiler Collection

Added to portage

2025-04-25

gentoo-sources - 6.1.135
Ebuild name:

sys-kernel/gentoo-sources-6.1.135

Description

Full sources including the Gentoo patchset for the . kernel tree

Added to portage

2025-04-25

gentoo-sources - 6.12.25
Ebuild name:

sys-kernel/gentoo-sources-6.12.25

Description

Full sources including the Gentoo patchset for the . kernel tree

Added to portage

2025-04-25

gentoo-sources - 6.14.4
Ebuild name:

sys-kernel/gentoo-sources-6.14.4

Description

Full sources including the Gentoo patchset for the . kernel tree

Added to portage

2025-04-25

gentoo-sources - 6.6.88
Ebuild name:

sys-kernel/gentoo-sources-6.6.88

Description

Full sources including the Gentoo patchset for the . kernel tree

Added to portage

2025-04-25

google-api-python-client - 2.168.0
Ebuild name:

dev-python/google-api-python-client-2.168.0

Description

Google API Client for Python

Added to portage

2025-04-25

gssproxy - 0.9.2-r1
Ebuild name:

net-nds/gssproxy-0.9.2-r1

Description

Daemon to proxy GSSAPI context establishment and channel handling

Added to portage

2025-04-25

h11 - 0.16.0
Ebuild name:

dev-python/h11-0.16.0

Description

A pure-Python implementation of HTTP/1.1 inspired by hyper-h2

Added to portage

2025-04-25

httpcore - 1.0.9
Ebuild name:

dev-python/httpcore-1.0.9

Description

A minimal low-level HTTP client

Added to portage

2025-04-25

kuroo - 1.2.4
Ebuild name:

app-portage/kuroo-1.2.4

Description

Graphical Portage frontend based on KDE Frameworks

Added to portage

2025-04-25

libblockdev - 3.1.1-r1
Ebuild name:

sys-libs/libblockdev-3.1.1-r1

Description

A library for manipulating block devices

Added to portage

2025-04-25

libdbusmenu-lxqt - 0.3.0
Ebuild name:

dev-libs/libdbusmenu-lxqt-0.3.0

Description

LXQt DBusMenu Implementation

Added to portage

2025-04-25

libfm-qt - 2.2.0
Ebuild name:

x11-libs/libfm-qt-2.2.0

Description

Qt Library for Building File Managers

Added to portage

2025-04-25

liblxqt - 2.2.0
Ebuild name:

lxqt-base/liblxqt-2.2.0

Description

Common base library for the LXQt desktop environment

Added to portage

2025-04-25

libmp3splt - 0.9.2-r7
Ebuild name:

media-libs/libmp3splt-0.9.2-r7

Description

Library for mp3splt to split mp3 and ogg files without decoding

Added to portage

2025-04-25

libqtxdg - 4.2.0
Ebuild name:

dev-libs/libqtxdg-4.2.0

Description

Qt Implementation of XDG Standards

Added to portage

2025-04-25

lximage-qt - 2.2.0
Ebuild name:

media-gfx/lximage-qt-2.2.0

Description

Qt Image Viewer

Added to portage

2025-04-25

lxqt-about - 2.2.0
Ebuild name:

lxqt-base/lxqt-about-2.2.0

Description

LXQt about dialog

Added to portage

2025-04-25

lxqt-admin - 2.2.0
Ebuild name:

lxqt-base/lxqt-admin-2.2.0

Description

LXQt system administration tool

Added to portage

2025-04-25

lxqt-archiver - 1.2.0
Ebuild name:

app-arch/lxqt-archiver-1.2.0

Description

Qt GUI File Archiver

Added to portage

2025-04-25

lxqt-build-tools - 2.2.0
Ebuild name:

dev-util/lxqt-build-tools-2.2.0

Description

LXQt Build Tools

Added to portage

2025-04-25

lxqt-config - 2.2.0
Ebuild name:

lxqt-base/lxqt-config-2.2.0

Description

LXQt system configuration control center

Added to portage

2025-04-25

lxqt-globalkeys - 2.2.0
Ebuild name:

lxqt-base/lxqt-globalkeys-2.2.0

Description

Daemon and library for global keyboard shortcuts registration

Added to portage

2025-04-25

lxqt-menu-data - 2.2.0
Ebuild name:

lxqt-base/lxqt-menu-data-2.2.0

Description

LXQt Menu Files and Translations for Menu Categories

Added to portage

2025-04-25

lxqt-meta - 2.2.0
Ebuild name:

lxqt-base/lxqt-meta-2.2.0

Description

Meta ebuild for LXQt, the Lightweight Desktop Environment

Added to portage

2025-04-25

lxqt-notificationd - 2.2.0
Ebuild name:

lxqt-base/lxqt-notificationd-2.2.0

Description

LXQt notification daemon and library

Added to portage

2025-04-25

lxqt-openssh-askpass - 2.2.0
Ebuild name:

lxqt-base/lxqt-openssh-askpass-2.2.0

Description

LXQt OpenSSH user password prompt tool

Added to portage

2025-04-25

lxqt-panel - 2.2.0
Ebuild name:

lxqt-base/lxqt-panel-2.2.0

Description

LXQt desktop panel and plugins

Added to portage

2025-04-25

lxqt-policykit - 2.2.0
Ebuild name:

lxqt-base/lxqt-policykit-2.2.0

Description

LXQt PolKit authentication agent

Added to portage

2025-04-25

lxqt-powermanagement - 2.2.0
Ebuild name:

lxqt-base/lxqt-powermanagement-2.2.0

Description

LXQt daemon for power management and auto-suspend

Added to portage

2025-04-25

lxqt-qtplugin - 2.2.0
Ebuild name:

lxqt-base/lxqt-qtplugin-2.2.0

Description

LXQt system integration plugin for Qt

Added to portage

2025-04-25

lxqt-runner - 2.2.0
Ebuild name:

lxqt-base/lxqt-runner-2.2.0

Description

LXQt quick launcher

Added to portage

2025-04-25

lxqt-session - 2.2.0
Ebuild name:

lxqt-base/lxqt-session-2.2.0

Description

LXQt Session Manager

Added to portage

2025-04-25

lxqt-sudo - 2.2.0
Ebuild name:

lxqt-base/lxqt-sudo-2.2.0

Description

LXQt GUI frontend for sudo

Added to portage

2025-04-25

lxqt-themes - 2.2.0
Ebuild name:

x11-themes/lxqt-themes-2.2.0

Description

LXQt Themes

Added to portage

2025-04-25

lxqt-wayland-session - 0.2.0
Ebuild name:

lxqt-base/lxqt-wayland-session-0.2.0

Description

LXQt Wayland Session Support

Added to portage

2025-04-25

mit-krb5 - 1.21.3-r1
Ebuild name:

app-crypt/mit-krb5-1.21.3-r1

Description

MIT Kerberos V

Added to portage

2025-04-25

moar - 1.31.5
Ebuild name:

sys-apps/moar-1.31.5

Description

Pager designed to do the right thing without any configuration

Added to portage

2025-04-25

nicotine+ - 3.3.10
Ebuild name:

net-p2p/nicotine+-3.3.10

Description

Graphical client for the Soulseek peer to peer network written in Python

Added to portage

2025-04-25

octokit - 10.0.0
Ebuild name:

dev-ruby/octokit-10.0.0

Description

Ruby toolkit for the Github API

Added to portage

2025-04-25

oneDNN - 3.7.1
Ebuild name:

sci-ml/oneDNN-3.7.1

Description

oneAPI Deep Neural Network Library

Added to portage

2025-04-25

opensc - 0.26.1
Ebuild name:

dev-libs/opensc-0.26.1

Description

Libraries and applications to access smartcards

Added to portage

2025-04-25

openstackdocstheme - 3.5.0
Ebuild name:

dev-python/openstackdocstheme-3.5.0

Description

Theme and extension support for Sphinx documentation

Added to portage

2025-04-25

pavucontrol-qt - 2.2.0
Ebuild name:

media-sound/pavucontrol-qt-2.2.0

Description

Qt GUI Pulseaudio Mixer

Added to portage

2025-04-25

pcmanfm-qt - 2.2.0
Ebuild name:

x11-misc/pcmanfm-qt-2.2.0

Description

Qt GUI Tabbed Filemanager

Added to portage

2025-04-25

pilot-link - 0.12.5-r5
Ebuild name:

app-pda/pilot-link-0.12.5-r5

Description

Suite of tools for moving data between a Palm device and a desktop

Added to portage

2025-04-25

pkgcraft-tools - 0.0.26
Ebuild name:

sys-apps/pkgcraft-tools-0.0.26

Description

pkgcraft-based tools for Gentoo

Added to portage

2025-04-25

pkgcruft - 0.0.13
Ebuild name:

dev-util/pkgcruft-0.0.13

Description

QA library and tools based on pkgcraft

Added to portage

2025-04-25

pwndbg - 20250418
Ebuild name:

dev-debug/pwndbg-20250418

Description

A GDB plug-in that makes debugging with GDB suck less

Added to portage

2025-04-25

pygit2 - 1.18.0
Ebuild name:

dev-python/pygit2-1.18.0

Description

Python bindings for libgit2

Added to portage

2025-04-25

pytest-recording - 0.13.3
Ebuild name:

dev-python/pytest-recording-0.13.3

Description

A pytest plugin to record network interactions via VCR.py

Added to portage

2025-04-25

qps - 2.11.0
Ebuild name:

x11-misc/qps-2.11.0

Description

Qt GUI Process Manager

Added to portage

2025-04-25

qterminal - 2.2.0
Ebuild name:

x11-terms/qterminal-2.2.0

Description

Qt-based multitab terminal emulator

Added to portage

2025-04-25

qtermwidget - 2.2.0
Ebuild name:

x11-libs/qtermwidget-2.2.0

Description

Qt terminal emulator widget

Added to portage

2025-04-25

qtxdg-tools - 4.2.0
Ebuild name:

app-misc/qtxdg-tools-4.2.0

Description

User Tools from libqtxdg

Added to portage

2025-04-25

rail - 1.2_p1-r2
Ebuild name:

dev-tex/rail-1.2_p1-r2

Description

Offers syntax/railroad diagrams

Added to portage

2025-04-25

repology - 1.2.3
Ebuild name:

app-emacs/repology-1.2.3

Description

Repology API access via Emacs Lisp

Added to portage

2025-04-25

repology - 1.2.4
Ebuild name:

app-emacs/repology-1.2.4

Description

Repology API access via Emacs Lisp

Added to portage

2025-04-25

request - 0.3.3_p20220318
Ebuild name:

app-emacs/request-0.3.3_p20220318

Description

Compatible layer for URL request

Added to portage

2025-04-25

rescript-mode - 0.1.0_p20220613
Ebuild name:

app-emacs/rescript-mode-0.1.0_p20220613

Description

Emacs major mode for ReScript

Added to portage

2025-04-25

rmg - 0.7.8
Ebuild name:

games-emulation/rmg-0.7.8

Description

Rosalie's Mupen GUI

Added to portage

2025-04-25

rqrcode_core - 2.0.0
Ebuild name:

dev-ruby/rqrcode_core-2.0.0

Description

Library for encoding QR Codes

Added to portage

2025-04-25

rsync-bpc - 3.1.3.0-r1
Ebuild name:

net-misc/rsync-bpc-3.1.3.0-r1

Description

Rsync-bpc is a customized version of rsync that is used as part of Ba

Added to portage

2025-04-25

scamp - 2.14.0
Ebuild name:

sci-astronomy/scamp-2.14.0

Description

Astrometric and photometric solutions for astronomical images

Added to portage

2025-04-25

screengrab - 2.10.0
Ebuild name:

x11-misc/screengrab-2.10.0

Description

Qt GUI Screenshot Utility

Added to portage

2025-04-25

sddm - 0.21.0_p20250326
Ebuild name:

x11-misc/sddm-0.21.0_p20250326

Description

Simple Desktop Display Manager

Added to portage

2025-04-25

sequoia-chameleon-gnupg - 0.13.1
Ebuild name:

app-crypt/sequoia-chameleon-gnupg-0.13.1

Description

Sequoia's reimplementation of the GnuPG interface

Added to portage

2025-04-25

sequoia-sop - 0.37.1
Ebuild name:

app-crypt/sequoia-sop-0.37.1

Description

Implementation of the Stateless OpenPGP Command Line Interface using S

Added to portage

2025-04-25

sequoia-sq - 1.3.1
Ebuild name:

app-crypt/sequoia-sq-1.3.1

Description

CLI of the Sequoia OpenPGP implementation

Added to portage

2025-04-25

soapyrtlsdr - 0.3.3-r1
Ebuild name:

net-wireless/soapyrtlsdr-0.3.3-r1

Description

SoapySDR RTL-SDR Support Module

Added to portage

2025-04-25

sqlglot - 26.16.2
Ebuild name:

dev-python/sqlglot-26.16.2

Description

An easily customizable SQL parser and transpiler

Added to portage

2025-04-25

sqlmap - 1.9.4
Ebuild name:

dev-db/sqlmap-1.9.4

Description

An automatic SQL injection and database takeover tool

Added to portage

2025-04-25

statifier - 1.7.4-r3
Ebuild name:

dev-util/statifier-1.7.4-r3

Description

Statifier is a tool for creating portable, self-containing Linux execut

Added to portage

2025-04-25

superlu - 7.0.1
Ebuild name:

sci-libs/superlu-7.0.1

Description

Sparse LU factorization library

Added to portage

2025-04-25

symbols-nerd-font - 3.4.0
Ebuild name:

media-fonts/symbols-nerd-font-3.4.0

Description

Symbols-only font containing the Nerd Font icons

Added to portage

2025-04-25

txredisapi - 1.4.11
Ebuild name:

dev-python/txredisapi-1.4.11

Description

Non-blocking redis client for python

Added to portage

2025-04-25

unidecode - 1.4.0
Ebuild name:

dev-python/unidecode-1.4.0

Description

Module providing ASCII transliterations of Unicode text

Added to portage

2025-04-25

valgrind - 3.25.0
Ebuild name:

dev-debug/valgrind-3.25.0

Description

An open-source memory debugger for GNU/Linux

Added to portage

2025-04-25

vanilla-sources - 6.1.135
Ebuild name:

sys-kernel/vanilla-sources-6.1.135

Description

Full sources for the Linux kernel

Added to portage

2025-04-25

vanilla-sources - 6.12.25
Ebuild name:

sys-kernel/vanilla-sources-6.12.25

Description

Full sources for the Linux kernel

Added to portage

2025-04-25

vanilla-sources - 6.14.4
Ebuild name:

sys-kernel/vanilla-sources-6.14.4

Description

Full sources for the Linux kernel

Added to portage

2025-04-25

vanilla-sources - 6.6.88
Ebuild name:

sys-kernel/vanilla-sources-6.6.88

Description

Full sources for the Linux kernel

Added to portage

2025-04-25

wdfs - 1.4.2-r4
Ebuild name:

net-fs/wdfs-1.4.2-r4

Description

WebDAV filesystem with special features for accessing subversion repositories

Added to portage

2025-04-25

wmnetload - 1.3-r7
Ebuild name:

x11-plugins/wmnetload-1.3-r7

Description

Network interface monitor dockapp

Added to portage

2025-04-25

wtfis - 0.10.2
Ebuild name:

net-analyzer/wtfis-0.10.2

Description

Passive hostname, domain and IP lookup tool for non-robots

Added to portage

2025-04-25

xcffib - 1.8.0
Ebuild name:

dev-python/xcffib-1.8.0

Description

A drop in replacement for xpyb, an XCB python binding

Added to portage

2025-04-25

xdg-desktop-portal-lxqt - 1.2.0
Ebuild name:

gui-libs/xdg-desktop-portal-lxqt-1.2.0

Description

Backend implementation for xdg-desktop-portal using Qt/KF5/l

Added to portage

2025-04-25

xfce4-pulseaudio-plugin - 0.5.1
Ebuild name:

xfce-extra/xfce4-pulseaudio-plugin-0.5.1

Description

A panel plug-in for PulseAudio volume control

Added to portage

2025-04-25

xfig - 3.2.9a
Ebuild name:

media-gfx/xfig-3.2.9a

Description

A menu-driven tool to draw and manipulate objects interactively in an X windo

Added to portage

2025-04-25

xfig - 9999
Ebuild name:

media-gfx/xfig-9999

Description

A menu-driven tool to draw and manipulate objects interactively in an X window

Added to portage

2025-04-25

xml2doc - 20030510-r3
Ebuild name:

app-text/xml2doc-20030510-r3

Description

Tool to convert simple XML to a variety of formats (pdf, html, txt, ma

Added to portage

2025-04-25

yara-x - 0.14.0
Ebuild name:

app-forensics/yara-x-0.14.0

Description

A malware identification and classification tool

Added to portage

2025-04-25

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: 65.6 ms