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:

77393

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->ntp


ntp is the Network Time Protocol suite.

Installing ntpd

First, make sure ntp/ntpdate are installed. The package is by default installed on Mandrake Linux and Redhat. If you do not have ntp installed you will find packages on your distributions install-cd(s).

On Gentoo Linux, install by typing --- emerge ntp

Configuration files for running ntp as daemon

ntpd manpage

Client Setup

Now, edit the following files:

--- /etc/ntp.conf

The only important thing is that the line contains server some.thing.org.

Example:

--- server ntp.uio.no driftfile /etc/ntp/drift broadcastdelay 0.008 authenticate no ---

Make sure you add ntpd as a boot (init) service.

Gentoo Linux: `rc-update add ntpd default` , `/etc/init.d/ntpd start`

(LAN) Server setup

To run a ntp server to sync the clocks on your lan, edit

--- /etc/ntp.conf

Example:

--- server fartein.ifi.uio.no prefer server ntp.uio.no server ntp.eunet.no

fudge 10.0.0.50 stratum 10

driftfile /etc/ntp/drift broadcastdelay 0.008

authenticate no ---

fudge tells the server to pass on the correct time to the given network interface. stratum is the level of time servers, 10 being the lowest. You only need a higher number if you will be acting as a public internet timeserver with fast bandwidth.

It makes sence to add a few servers. Select the best as prefer

Make sure you add ntpd as a boot (init) service.

Gentoo Linux: `rc-update add ntpd default` , `/etc/init.d/ntpd start`

Firewalls

ntp uses port 123, both UDP and TCP. Make sure this port is not blocked by a firewall.

If you are using iptables, you can open this port with

--- $IPTABLES -A INPUT -j ACCEPT -p tcp --dport 123

Known valid and working ntp servers

server adress Location
ntp.ipv6.viagenie.qc.ca IPV6 ONLY
clock.via.net
server fartein.ifi.uio.no Norway
server ntp.uio.no Norway
server ntp.eunet.no Norway
ntp.demon.co.uk UK
ntp.nasa.gov USA
bigben.cac.washington.edu USA
time-b.nist.gov USA
montpelier.ilan.caltech.edu USA
nist1.aol-ca.truetime.com USA
nist1.datum.com USA
time-a.timefreq.bldrdoc.gov USA
time-b.timefreq.bldrdoc.gov USA
time-c.timefreq.bldrdoc.gov USA
time.nist.gov USA
utcnist.colorado.edu USA
tick.usno.navy.mil USA
tock.usno.navy.mil USA
mizbeaver.udel.edu USA

Server List

Setting the clock at boot or using cron

I good idea is _not_ to run the ntpd daemon on clients as it uses about 1,7 MB memory, unless you are a server or have a box with a broken clock. Many boxes clocks do drift along on their own, a check every hour or day is generally a good idea.

rdate

rdate is a simple 3 kB tool for syncing the system clock to a server. It's options are `-p` to print the date on the given server, `-s` to set the system clock according to it (must be done as root) and `-u` to use the UDP protocol. Example:

`rdate -p sntp.lth.se`

rdate manual page

clockspeed

clockspeed is a very small tool for setting the clock and is, for clients, a much better alternative than installing the 4+ MB ntp package.

cron & ntp

You can simply add ntpdate as a cron job every now and then:

--- echo 'ntpdate -b server.dot.com' > /etc/cron.hourly/time.cron --- chmod a+x /etc/cron.hourly/time.cron

Most distributions come with a cron. dcron and Vixie cron are nice.

Gentoo & ntp-client

You can set the clock using ntp at boot (without starting the daemon) on Gentoo Linux by editing:

--- /etc/conf.d/ntp-client

The file should contain:

--- NTPDATE_CMD="ntpdate" NTPDATE_OPTS="-b your.server.here" ---

Then add ntp-client to the services started at boot:

--- rc-update add ntp-client default

You can check what services are started at boot with `rc-status`.


Page source:

Copyright (c) 2000-2004 Øyvind Sæther. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License".

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

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