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:

77383

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: Tutorials per portage category->net-misc->openssh

Create a chrooted ssh user

This tutorial explains how to install and configure a chroot enviroment for an ssh user. This setup enables you to give out ssh accounts without having to fear that this user can see all files on the system.

Installing ssh

First you need to have a patched version of the sshd server. Luckily these patches can be enabled with the use flag "chroot" in the sshd use flags.
#echo "net-misc/openssh chroot" >> /etc/portage/package.use
#emerge openssh

creating the chroot enviroment

We will create our chroot enviroment in /home/chroot.
To make the chroot work, run the following commands to make the needed directories and devices for the chrooted user.
mkdir /home/chroot/
mkdir /home/chroot/home/
cd /home/chroot
mkdir etc
mkdir bin
mkdir lib
mkdir usr
mkdir usr/bin
mkdir dev
mknod dev/null c 1 3
mknod dev/zero c 1 5

Now we need to populate the directories with some binaries.
copy the following script into a file. If you need more apps, add them
to the APPS line.

APPS="/bin/bash /bin/ls /bin/mkdir /bin/mv /bin/pwd /bin/rm /usr/bin/id /usr/bin/ssh /bin/ping /usr/bin/dircolors"
for prog in $APPS; do
cp $prog ./$prog

# obtain a list of related libraries
ldd $prog > /dev/null
if [ "$?" = 0 ] ; then
LIBS=`ldd $prog | awk '{ print $3 }'`
for l in $LIBS; do
mkdir ./`dirname $l` > /dev/null 2>&1
cp $l ./$l
done
fi
done

After you have run the script, your chroot enviroment is almost done.
run

cp /lib/libnss_compat.so.2 /lib/libnsl.so.1 /lib/libnss_files.so.2 ./lib/
echo '#!/bin/bash' > usr/bin/groups
echo "id -Gn" >> usr/bin/groups
touch etc/passwd
grep /etc/passwd -e "^root" > etc/passwd
to copy some libraries and user information into the chroot.
You should also copy the line of the group in which you will create new users from /etc/group to /home/chroot/etc/group. In this tutorial we will create users in the group users, so we do this:
grep /etc/group -e "^root" -e "^users" > etc/group

and restart SSH:
/etc/init.d/ssh restart

Creating chrooted users

ssh decides which user should be chrooted and which not by the "home directory" entry in the /etc/passwd.
Example for a non-chrooted user:
user_a:x:2002:100:User A:/home/user_a:/bin/bash
This user will be chrooted:
user_b:x:2003:100:User B:/home/chroot/./home/user_b:/bin/bash
Now lets add a testuser to the chrooted user list:
useradd -s /bin/bash -m -d /home/chroot/./home/testuser -c "testuser" -g users testuser

Then we give testuser a password:
passwd testuser

Finally, we have to copy the line for testuser in /etc/passwd to /home/chroot/etc/passwd:
grep /etc/passwd -e "^testuser" >> /home/chroot/etc/passwd


Now log in as testuser and see if everything worked.

Have fun
rate this article:
current rating: average rating: 1.2 (48 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-06-20
adsf - 1.5.2-r1
Ebuild name:

www-servers/adsf-1.5.2-r1

Description

A Dead Simple Fileserver is a static file server that can launch in a dir

Added to portage

2025-06-20

aws-sam-translator - 1.99.0
Ebuild name:

dev-python/aws-sam-translator-1.99.0

Description

A library that transform SAM templates into AWS CloudFormation

Added to portage

2025-06-20

awscli - 1.40.39
Ebuild name:

app-admin/awscli-1.40.39

Description

Universal Command Line Environment for AWS

Added to portage

2025-06-20

bindgen - 0.72.0
Ebuild name:

dev-util/bindgen-0.72.0

Description

Automatically generates Rust FFI bindings to C and C++ libraries.

Added to portage

2025-06-20

boto3 - 1.38.40
Ebuild name:

dev-python/boto3-1.38.40

Description

The AWS SDK for Python

Added to portage

2025-06-20

botocore - 1.38.40
Ebuild name:

dev-python/botocore-1.38.40

Description

Low-level, data-driven core of boto 3

Added to portage

2025-06-20

cvise - 9999
Ebuild name:

dev-util/cvise-9999

Description

Super-parallel Python port of the C-Reduce

Added to portage

2025-06-20

difftastic - 0.64.0
Ebuild name:

dev-util/difftastic-0.64.0

Description

A structural diff that understands syntax.

Added to portage

2025-06-20

dist-kernel - 6.12.34
Ebuild name:

virtual/dist-kernel-6.12.34

Description

Virtual to depend on any Distribution Kernel

Added to portage

2025-06-20

dist-kernel - 6.15.3
Ebuild name:

virtual/dist-kernel-6.15.3

Description

Virtual to depend on any Distribution Kernel

Added to portage

2025-06-20

dist-kernel - 6.6.94
Ebuild name:

virtual/dist-kernel-6.6.94

Description

Virtual to depend on any Distribution Kernel

Added to portage

2025-06-20

drgn - 0.0.32
Ebuild name:

dev-debug/drgn-0.0.32

Description

Programmable debugger

Added to portage

2025-06-20

fakeredis - 2.30.1
Ebuild name:

dev-python/fakeredis-2.30.1

Description

Fake implementation of redis API for testing purposes

Added to portage

2025-06-20

gentoo-kernel - 6.12.34
Ebuild name:

sys-kernel/gentoo-kernel-6.12.34

Description

Linux kernel built with Gentoo patches

Added to portage

2025-06-20

gentoo-kernel - 6.15.3
Ebuild name:

sys-kernel/gentoo-kernel-6.15.3

Description

Linux kernel built with Gentoo patches

Added to portage

2025-06-20

gentoo-kernel - 6.6.94
Ebuild name:

sys-kernel/gentoo-kernel-6.6.94

Description

Linux kernel built with Gentoo patches

Added to portage

2025-06-20

gentoo-kernel-bin - 6.12.34
Ebuild name:

sys-kernel/gentoo-kernel-bin-6.12.34

Description

Pre-built Linux kernel with Gentoo patches

Added to portage

2025-06-20

gentoo-kernel-bin - 6.15.3
Ebuild name:

sys-kernel/gentoo-kernel-bin-6.15.3

Description

Pre-built Linux kernel with Gentoo patches

Added to portage

2025-06-20

gentoo-kernel-bin - 6.6.94
Ebuild name:

sys-kernel/gentoo-kernel-bin-6.6.94

Description

Pre-built Linux kernel with Gentoo patches

Added to portage

2025-06-20

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

dev-python/google-api-python-client-2.173.0

Description

Google API Client for Python

Added to portage

2025-06-20

hypothesis - 6.135.12
Ebuild name:

dev-python/hypothesis-6.135.12

Description

A library for property based testing

Added to portage

2025-06-20

less - 679
Ebuild name:

sys-apps/less-679

Description

Excellent text file viewer

Added to portage

2025-06-20

libaom - 3.12.1
Ebuild name:

media-libs/libaom-3.12.1

Description

Alliance for Open Media AV1 Codec SDK

Added to portage

2025-06-20

libffi - 3.4.8-r3
Ebuild name:

dev-libs/libffi-3.4.8-r3

Description

Portable, high level programming interface to various calling conventions

Added to portage

2025-06-20

libvpx - 1.15.2
Ebuild name:

media-libs/libvpx-1.15.2

Description

WebM VP8 and VP9 Codec SDK

Added to portage

2025-06-20

libwebp - 1.5.0
Ebuild name:

media-libs/libwebp-1.5.0

Description

A lossy image compression format

Added to portage

2025-06-20

markdown - 3.8.2
Ebuild name:

dev-python/markdown-3.8.2

Description

Python implementation of the markdown markup language

Added to portage

2025-06-20

minikanren - 1.0.4
Ebuild name:

dev-python/minikanren-1.0.4

Description

Relational programming in Python

Added to portage

2025-06-20

narwhals - 1.43.1
Ebuild name:

dev-python/narwhals-1.43.1

Description

Extremely lightweight compatibility layer between dataframe libraries

Added to portage

2025-06-20

net-imap - 0.4.22
Ebuild name:

dev-ruby/net-imap-0.4.22

Description

Ruby client api for Internet Message Access Protocol

Added to portage

2025-06-20

net-imap - 0.5.9
Ebuild name:

dev-ruby/net-imap-0.5.9

Description

Ruby client api for Internet Message Access Protocol

Added to portage

2025-06-20

nuitka - 2.7.10
Ebuild name:

dev-python/nuitka-2.7.10

Description

Python to native compiler

Added to portage

2025-06-20

oauthlib - 3.3.1
Ebuild name:

dev-python/oauthlib-3.3.1

Description

Spec-compliant and thorough implementation of the OAuth request-signing l

Added to portage

2025-06-20

pdfpc - 4.7.0-r2
Ebuild name:

app-text/pdfpc-4.7.0-r2

Description

Presenter console with multi-monitor support for PDF files

Added to portage

2025-06-20

pybind11 - 3.0.0_rc4
Ebuild name:

dev-python/pybind11-3.0.0_rc4

Description

AST-based Python refactoring library

Added to portage

2025-06-20

pysnmp - 7.1.21
Ebuild name:

dev-python/pysnmp-7.1.21

Description

Python SNMP library

Added to portage

2025-06-20

qiskit - 2.1.0
Ebuild name:

dev-python/qiskit-2.1.0

Description

An open-source SDK for working with quantum computers

Added to portage

2025-06-20

qtcurve - 1.9.0_p20250314-r1
Ebuild name:

x11-themes/qtcurve-1.9.0_p20250314-r1

Description

Widget styles for Qt and GTK2

Added to portage

2025-06-20

quiche - 0.24.4
Ebuild name:

net-libs/quiche-0.24.4

Description

Implementation of the QUIC transport protocol and HTTP/3

Added to portage

2025-06-20

railway - 2.8.2
Ebuild name:

gui-apps/railway-2.8.2

Description

Travel with all your train information in one place

Added to portage

2025-06-20

rspec-rails - 8.0.1
Ebuild name:

dev-ruby/rspec-rails-8.0.1

Description

RSpec's official Ruby on Rails plugin

Added to portage

2025-06-20

ruby_smb - 3.3.16
Ebuild name:

dev-ruby/ruby_smb-3.3.16

Description

Pure Ruby implementation of the SMB Protocol Family

Added to portage

2025-06-20

vanilla-kernel - 6.12.34
Ebuild name:

sys-kernel/vanilla-kernel-6.12.34

Description

Linux kernel built from vanilla upstream sources

Added to portage

2025-06-20

vanilla-kernel - 6.15.3
Ebuild name:

sys-kernel/vanilla-kernel-6.15.3

Description

Linux kernel built from vanilla upstream sources

Added to portage

2025-06-20

vanilla-kernel - 6.6.94
Ebuild name:

sys-kernel/vanilla-kernel-6.6.94

Description

Linux kernel built from vanilla upstream sources

Added to portage

2025-06-20

xtables-addons - 3.28
Ebuild name:

net-firewall/xtables-addons-3.28

Description

iptables extensions not yet accepted in the main kernel

Added to portage

2025-06-20

zfs - 2.2.8
Ebuild name:

sys-fs/zfs-2.2.8

Description

Userland utilities for ZFS Linux kernel module

Added to portage

2025-06-20

zfs - 2.3.3
Ebuild name:

sys-fs/zfs-2.3.3

Description

Userland utilities for ZFS Linux kernel module

Added to portage

2025-06-20

zfs-kmod - 2.2.8
Ebuild name:

sys-fs/zfs-kmod-2.2.8

Description

Linux ZFS kernel module for sys-fs/zfs

Added to portage

2025-06-20

zfs-kmod - 2.3.3
Ebuild name:

sys-fs/zfs-kmod-2.3.3

Description

Linux ZFS kernel module for sys-fs/zfs

Added to portage

2025-06-20

2025-06-19
Cache-FastMmap - 1.600.0
Ebuild name:

dev-perl/Cache-FastMmap-1.600.0

Description

Uses an mmaped file to act as a shared memory interprocess cache

Added to portage

2025-06-19

IO-Socket-SSL - 2.94.0
Ebuild name:

dev-perl/IO-Socket-SSL-2.94.0

Description

Nearly transparent SSL encapsulation for IO

Added to portage

2025-06-19

Template-Tiny - 1.160.0
Ebuild name:

dev-perl/Template-Tiny-1.160.0

Description

Template Toolkit reimplemented in as little code as possible

Added to portage

2025-06-19

a2wsgi - 1.10.10
Ebuild name:

dev-python/a2wsgi-1.10.10

Description

Convert WSGI app to ASGI app or ASGI app to WSGI app

Added to portage

2025-06-19

ansible - 12.0.0_alpha6
Ebuild name:

app-admin/ansible-12.0.0_alpha6

Description

Model-driven deployment, config management, and command execution f

Added to portage

2025-06-19

ansible-compat - 25.6.0
Ebuild name:

dev-python/ansible-compat-25.6.0

Description

Contains functions that facilitate working with various versions o

Added to portage

2025-06-19

ansible-core - 2.19.0_beta6
Ebuild name:

app-admin/ansible-core-2.19.0_beta6

Description

Model-driven deployment, config management, and command executi

Added to portage

2025-06-19

asciidoctor-diagram - 2.3.2
Ebuild name:

dev-ruby/asciidoctor-diagram-2.3.2

Description

A set of Asciidoctor extensions that enable you to add diagrams

Added to portage

2025-06-19

async-container - 0.24.0
Ebuild name:

dev-ruby/async-container-0.24.0

Description

Abstract container-based parallelism using threads and processes

Added to portage

2025-06-19

aws-partitions - 1.1118.0
Ebuild name:

dev-ruby/aws-partitions-1.1118.0

Description

Provides interfaces to enumerate AWS partitions, regions, and serv

Added to portage

2025-06-19

awscli - 1.40.38
Ebuild name:

app-admin/awscli-1.40.38

Description

Universal Command Line Environment for AWS

Added to portage

2025-06-19

bindata - 2.4.15
Ebuild name:

dev-ruby/bindata-2.4.15

Description

Parsing Binary Data in Ruby

Added to portage

2025-06-19

boto3 - 1.38.39
Ebuild name:

dev-python/boto3-1.38.39

Description

The AWS SDK for Python

Added to portage

2025-06-19

botocore - 1.38.39
Ebuild name:

dev-python/botocore-1.38.39

Description

Low-level, data-driven core of boto 3

Added to portage

2025-06-19

bson - 5.1.1
Ebuild name:

dev-ruby/bson-5.1.1

Description

A Ruby BSON implementation for MongoDB. (Includes binary C-based extension.)

Added to portage

2025-06-19

c-intercal - 33.0-r2
Ebuild name:

dev-lang/c-intercal-33.0-r2

Description

C-INTERCAL - INTERCAL to binary (via C) compiler

Added to portage

2025-06-19

chrome-binary-plugins - 138.0.7204.35_beta
Ebuild name:

www-plugins/chrome-binary-plugins-138.0.7204.35_beta

Description

Binary plugins from Google Chrome for use in C

Added to portage

2025-06-19

chromium - 138.0.7204.35
Ebuild name:

www-client/chromium-138.0.7204.35

Description

Open-source version of Google Chrome web browser

Added to portage

2025-06-19

clamav - 0.103.12-r2
Ebuild name:

app-antivirus/clamav-0.103.12-r2

Description

Clam Anti-Virus Scanner

Added to portage

2025-06-19

clamav - 1.4.3
Ebuild name:

app-antivirus/clamav-1.4.3

Description

Clam Anti-Virus Scanner

Added to portage

2025-06-19

claude-code - 1.0.28
Ebuild name:

dev-util/claude-code-1.0.28

Description

Claude Code - an agentic coding tool by Anthropic

Added to portage

2025-06-19

claude-code - 1.0.29
Ebuild name:

dev-util/claude-code-1.0.29

Description

Claude Code - an agentic coding tool by Anthropic

Added to portage

2025-06-19

cyme - 2.2.3
Ebuild name:

sys-apps/cyme-2.2.3

Description

List system USB buses and devices; a modern cross-platform `lsusb`

Added to portage

2025-06-19

django-prometheus - 2.4.0
Ebuild name:

dev-python/django-prometheus-2.4.0

Description

Library to export Django metrics for Prometheus

Added to portage

2025-06-19

elementpath - 5.0.2
Ebuild name:

dev-python/elementpath-5.0.2

Description

XPath 1.0/2.0 parsers and selectors for ElementTree and lxml

Added to portage

2025-06-19

faraday-multipart - 1.1.1
Ebuild name:

dev-ruby/faraday-multipart-1.1.1

Description

Perform multipart-post requests using Faraday

Added to portage

2025-06-19

faraday-net_http - 3.4.1
Ebuild name:

dev-ruby/faraday-net_http-3.4.1

Description

Faraday adapter for Net

Added to portage

2025-06-19

faraday-net_http_persistent - 2.3.1
Ebuild name:

dev-ruby/faraday-net_http_persistent-2.3.1

Description

Faraday adapter for NetHttpPersistent

Added to portage

2025-06-19

faraday-retry - 2.3.2
Ebuild name:

dev-ruby/faraday-retry-2.3.2

Description

Faraday adapter for Net

Added to portage

2025-06-19

gentoo-sources - 6.12.34
Ebuild name:

sys-kernel/gentoo-sources-6.12.34

Description

Full sources including the Gentoo patchset for the . kernel tree

Added to portage

2025-06-19

gentoo-sources - 6.15.3
Ebuild name:

sys-kernel/gentoo-sources-6.15.3

Description

Full sources including the Gentoo patchset for the . kernel tree

Added to portage

2025-06-19

gentoo-sources - 6.6.94
Ebuild name:

sys-kernel/gentoo-sources-6.6.94

Description

Full sources including the Gentoo patchset for the . kernel tree

Added to portage

2025-06-19

google-chrome-beta - 138.0.7204.35
Ebuild name:

www-client/google-chrome-beta-138.0.7204.35

Description

The web browser from Google

Added to portage

2025-06-19

libwacom - 2.16.1
Ebuild name:

dev-libs/libwacom-2.16.1

Description

Library for identifying Wacom tablets and their model-specific features

Added to portage

2025-06-19

markdown - 3.8.1
Ebuild name:

dev-python/markdown-3.8.1

Description

Python implementation of the markdown markup language

Added to portage

2025-06-19

matrix - 0.4.3
Ebuild name:

dev-ruby/matrix-0.4.3

Description

An implementation of Matrix and Vector classes

Added to portage

2025-06-19

maxitest - 6.0.0
Ebuild name:

dev-ruby/maxitest-6.0.0

Description

Minitest + all the features you always wanted

Added to portage

2025-06-19

mesa - 25.1.4
Ebuild name:

media-libs/mesa-25.1.4

Description

OpenGL-like graphic library for Linux

Added to portage

2025-06-19

mesa_clc - 25.1.4
Ebuild name:

dev-util/mesa_clc-25.1.4

Description

mesa_clc tool used for building OpenCL C to SPIR-V

Added to portage

2025-06-19

ninja - 1.13.0
Ebuild name:

dev-build/ninja-1.13.0

Description

A small build system similar to make

Added to portage

2025-06-19

nuitka - 2.7.9
Ebuild name:

dev-python/nuitka-2.7.9

Description

Python to native compiler

Added to portage

2025-06-19

openpgp-keys-apache-tomcat - 10.1.42
Ebuild name:

sec-keys/openpgp-keys-apache-tomcat-10.1.42

Description

OpenPGP keys used by tomcat.apache.org

Added to portage

2025-06-19

openpgp-keys-apache-tomcat - 11.0.8
Ebuild name:

sec-keys/openpgp-keys-apache-tomcat-11.0.8

Description

OpenPGP keys used by tomcat.apache.org

Added to portage

2025-06-19

openpgp-keys-apache-tomcat - 9.0.106
Ebuild name:

sec-keys/openpgp-keys-apache-tomcat-9.0.106

Description

OpenPGP keys used by tomcat.apache.org

Added to portage

2025-06-19

pikepdf - 9.9.0
Ebuild name:

dev-python/pikepdf-9.9.0

Description

Python library to work with pdf files based on qpdf

Added to portage

2025-06-19

podman - 5.5.0
Ebuild name:

dev-python/podman-5.5.0

Description

A library to interact with a Podman server

Added to portage

2025-06-19

pos-tip - 0.4.7
Ebuild name:

app-emacs/pos-tip-0.4.7

Description

Show tooltip at point

Added to portage

2025-06-19

posframe - 1.4.4
Ebuild name:

app-emacs/posframe-1.4.4

Description

Pop up a frame at point

Added to portage

2025-06-19

pov-mode - 3.3-r1
Ebuild name:

app-emacs/pov-mode-3.3-r1

Description

Major mode for Povray scene files

Added to portage

2025-06-19

powerline - 2.5_p20221110
Ebuild name:

app-emacs/powerline-2.5_p20221110

Description

GNU Emacs version of the Vim powerline

Added to portage

2025-06-19

powerline - 2.5_p20221110
Ebuild name:

app-emacs/powerline-2.5_p20221110

Description

GNU Emacs version of the Vim powerline

Added to portage

2025-06-19

powershell - 0.3_pre20220402
Ebuild name:

app-emacs/powershell-0.3_pre20220402

Description

GNU Emacs mode for editing and running PowerShell code

Added to portage

2025-06-19

powershell - 0.3_pre20220805
Ebuild name:

app-emacs/powershell-0.3_pre20220805

Description

GNU Emacs mode for editing and running PowerShell code

Added to portage

2025-06-19

prime - 0.1.4
Ebuild name:

dev-ruby/prime-0.1.4

Description

Prime numbers and factorization library

Added to portage

2025-06-19

projectile - 2.8.0-r1
Ebuild name:

app-emacs/projectile-2.8.0-r1

Description

A project interaction library for Emacs

Added to portage

2025-06-19

projectile - 2.9.1
Ebuild name:

app-emacs/projectile-2.9.1

Description

A project interaction library for Emacs

Added to portage

2025-06-19

proofgeneral - 4.5
Ebuild name:

app-emacs/proofgeneral-4.5

Description

A generic interface for proof assistants

Added to portage

2025-06-19

pytest - 8.4.1
Ebuild name:

dev-python/pytest-8.4.1

Description

Simple powerful testing with Python

Added to portage

2025-06-19

r10k - 5.0.1
Ebuild name:

app-admin/r10k-5.0.1

Description

Puppet environment and module deployment

Added to portage

2025-06-19

rdoc - 6.14.1
Ebuild name:

dev-ruby/rdoc-6.14.1

Description

An extended version of the RDoc library from Ruby 1.8

Added to portage

2025-06-19

reportlab - 4.4.2
Ebuild name:

dev-python/reportlab-4.4.2

Description

Tools for generating printable PDF documents from any data source

Added to portage

2025-06-19

ruby-feedparser - 0.11.4
Ebuild name:

dev-ruby/ruby-feedparser-0.11.4

Description

Ruby library to parse ATOM/RSS feeds

Added to portage

2025-06-19

symengine - 0.14.1-r1
Ebuild name:

dev-python/symengine-0.14.1-r1

Description

Python wrappers to the symengine C++ library

Added to portage

2025-06-19

tomcat - 10.1.42
Ebuild name:

www-servers/tomcat-10.1.42

Description

Tomcat Servlet-6.0/JSP-3.1/EL-5.0/WebSocket-2.1/JASPIC-3.0 Container

Added to portage

2025-06-19

tomcat - 11.0.8
Ebuild name:

www-servers/tomcat-11.0.8

Description

Tomcat Servlet-6.1/JSP-4.0/EL-6.0/WebSocket-2.2/JASPIC-3.1 Container

Added to portage

2025-06-19

tomcat - 9.0.106
Ebuild name:

www-servers/tomcat-9.0.106

Description

Tomcat Servlet-4.0/JSP-2.3/EL-3.0/WebSocket-1.1/JASPIC-1.1 Container

Added to portage

2025-06-19

typeguard - 4.4.4
Ebuild name:

dev-python/typeguard-4.4.4

Description

Run-time type checker for Python

Added to portage

2025-06-19

urllib3 - 2.5.0
Ebuild name:

dev-python/urllib3-2.5.0

Description

HTTP library with thread-safe connection pooling, file post, and more

Added to portage

2025-06-19

vanilla-sources - 6.12.34
Ebuild name:

sys-kernel/vanilla-sources-6.12.34

Description

Full sources for the Linux kernel

Added to portage

2025-06-19

vanilla-sources - 6.15.3
Ebuild name:

sys-kernel/vanilla-sources-6.15.3

Description

Full sources for the Linux kernel

Added to portage

2025-06-19

vanilla-sources - 6.6.93
Ebuild name:

sys-kernel/vanilla-sources-6.6.93

Description

Full sources for the Linux kernel

Added to portage

2025-06-19

with_advisory_lock - 5.3.0
Ebuild name:

dev-ruby/with_advisory_lock-5.3.0

Description

Advisory locking for ActiveRecord

Added to portage

2025-06-19

woff2 - 1.0.2-r7
Ebuild name:

media-libs/woff2-1.0.2-r7

Description

Encode/decode WOFF2 font format

Added to portage

2025-06-19

xfburn - 0.8.0
Ebuild name:

app-cdr/xfburn-0.8.0

Description

GTK+ based CD and DVD burning application

Added to portage

2025-06-19

xorg-server - 21.1.18
Ebuild name:

x11-base/xorg-server-21.1.18

Description

X.Org X servers

Added to portage

2025-06-19

xwayland - 24.1.8
Ebuild name:

x11-base/xwayland-24.1.8

Description

Standalone X server running under Wayland

Added to portage

2025-06-19

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