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:

72280

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-02-22
bcm2835 - 1.75
Ebuild name:

dev-libs/bcm2835-1.75

Description

Provides access to GPIO and other IO functions on the Broadcom BCM2835

Added to portage

2025-02-22

bedrock-server - 1.21.61.01
Ebuild name:

games-server/bedrock-server-1.21.61.01

Description

The official bedrock (non-java) based server for the sandbox

Added to portage

2025-02-22

cava - 0.10.4
Ebuild name:

media-sound/cava-0.10.4

Description

Console-based Audio Visualizer for Alsa

Added to portage

2025-02-22

cheetah3 - 3.4.0
Ebuild name:

dev-python/cheetah3-3.4.0

Description

Python-powered template engine and code generator

Added to portage

2025-02-22

devilutionx - 1.5.4
Ebuild name:

games-engines/devilutionx-1.5.4

Description

Diablo engine for modern operating systems

Added to portage

2025-02-22

dist-kernel - 6.1.129
Ebuild name:

virtual/dist-kernel-6.1.129

Description

Virtual to depend on any Distribution Kernel

Added to portage

2025-02-22

dist-kernel - 6.6.79
Ebuild name:

virtual/dist-kernel-6.6.79

Description

Virtual to depend on any Distribution Kernel

Added to portage

2025-02-22

freedroid - 1.2.3
Ebuild name:

games-rpg/freedroid-1.2.3

Description

The original Freedroid, a clone of the C64 classic Paradroid

Added to portage

2025-02-22

freeorion - 0.5.1
Ebuild name:

games-strategy/freeorion-0.5.1

Description

Free turn-based space empire and galactic conquest game

Added to portage

2025-02-22

gcc - 12.4.1_p20250220
Ebuild name:

sys-devel/gcc-12.4.1_p20250220

Description

The GNU Compiler Collection

Added to portage

2025-02-22

gcc - 13.3.1_p20250221
Ebuild name:

sys-devel/gcc-13.3.1_p20250221

Description

The GNU Compiler Collection

Added to portage

2025-02-22

gentoo-kernel - 6.1.129
Ebuild name:

sys-kernel/gentoo-kernel-6.1.129

Description

Linux kernel built with Gentoo patches

Added to portage

2025-02-22

gentoo-kernel - 6.6.79
Ebuild name:

sys-kernel/gentoo-kernel-6.6.79

Description

Linux kernel built with Gentoo patches

Added to portage

2025-02-22

gentoo-kernel-bin - 6.1.129
Ebuild name:

sys-kernel/gentoo-kernel-bin-6.1.129

Description

Pre-built Linux kernel with Gentoo patches

Added to portage

2025-02-22

gentoo-kernel-bin - 6.6.79
Ebuild name:

sys-kernel/gentoo-kernel-bin-6.6.79

Description

Pre-built Linux kernel with Gentoo patches

Added to portage

2025-02-22

haruna - 1.3.2
Ebuild name:

media-video/haruna-1.3.2

Description

Video player built with Qt/QML and libmpv

Added to portage

2025-02-22

ibus-typing-booster - 2.27.28
Ebuild name:

app-i18n/ibus-typing-booster-2.27.28

Description

Completion input method for IBus

Added to portage

2025-02-22

installkernel - 54
Ebuild name:

sys-kernel/installkernel-54

Description

Gentoo fork of installkernel script from debianutils

Added to portage

2025-02-22

jaq - 2.1.1
Ebuild name:

app-misc/jaq-2.1.1

Description

Just another JSON query tool

Added to portage

2025-02-22

libspf2 - 1.2.11-r1
Ebuild name:

mail-filter/libspf2-1.2.11-r1

Description

implementation of Sender Policy Framework (SPF)

Added to portage

2025-02-22

libtlsrpt - 0.5.0
Ebuild name:

net-libs/libtlsrpt-0.5.0

Description

library to implement TLSRPT

Added to portage

2025-02-22

metee - 4.3.1
Ebuild name:

dev-libs/metee-4.3.1

Description

Cross-platform access library for Intel CSME HECI interface

Added to portage

2025-02-22

naev - 0.12.3
Ebuild name:

games-strategy/naev-0.12.3

Description

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

Added to portage

2025-02-22

ncnn - 20241226
Ebuild name:

dev-libs/ncnn-20241226

Description

High-performance neural network inference framework

Added to portage

2025-02-22

onnx - 1.17.0
Ebuild name:

sci-libs/onnx-1.17.0

Description

Open Neural Network Exchange (ONNX)

Added to portage

2025-02-22

parmasan - 0_pre20250221-r1
Ebuild name:

dev-build/parmasan-0_pre20250221-r1

Description

Parallel make sanitizer

Added to portage

2025-02-22

parmasan-remake - 4.3_p20240220
Ebuild name:

dev-build/parmasan-remake-4.3_p20240220

Description

Patched dev-build/remake for dev-build/parmasan, a parallel

Added to portage

2025-02-22

pysolfc - 3.2.0
Ebuild name:

games-board/pysolfc-3.2.0

Description

Exciting collection of more than 1000 solitaire card games

Added to portage

2025-02-22

qbs - 2.5.1
Ebuild name:

dev-util/qbs-2.5.1

Description

Modern build tool for software projects

Added to portage

2025-02-22

rfcview - 0.13
Ebuild name:

app-emacs/rfcview-0.13

Description

An Emacs mode that reformats IETF RFCs for display

Added to portage

2025-02-22

unrar - 7.1.4
Ebuild name:

app-arch/unrar-7.1.4

Description

Uncompress rar files

Added to portage

2025-02-22

vanilla-kernel - 6.1.129
Ebuild name:

sys-kernel/vanilla-kernel-6.1.129

Description

Linux kernel built from vanilla upstream sources

Added to portage

2025-02-22

vanilla-kernel - 6.6.79
Ebuild name:

sys-kernel/vanilla-kernel-6.6.79

Description

Linux kernel built from vanilla upstream sources

Added to portage

2025-02-22

vice - 3.9
Ebuild name:

app-emulation/vice-3.9

Description

Versatile Commodore Emulator

Added to portage

2025-02-22

wine-vanilla - 10.2
Ebuild name:

app-emulation/wine-vanilla-10.2

Description

Free implementation of Windows(tm) on Unix, without external patchs

Added to portage

2025-02-22

zstandard - 0.23.0-r1
Ebuild name:

dev-python/zstandard-0.23.0-r1

Description

Zstandard Bindings for Python

Added to portage

2025-02-22

2025-02-21
awscli - 1.37.25
Ebuild name:

app-admin/awscli-1.37.25

Description

Universal Command Line Environment for AWS

Added to portage

2025-02-21

boto3 - 1.36.25
Ebuild name:

dev-python/boto3-1.36.25

Description

The AWS SDK for Python

Added to portage

2025-02-21

botocore - 1.36.25
Ebuild name:

dev-python/botocore-1.36.25

Description

Low-level, data-driven core of boto 3

Added to portage

2025-02-21

bpftop - 0.6.0
Ebuild name:

dev-util/bpftop-0.6.0

Description

Process monitor for BPF programs

Added to portage

2025-02-21

cachetools - 5.5.2
Ebuild name:

dev-python/cachetools-5.5.2

Description

Extensible memoizing collections and decorators

Added to portage

2025-02-21

certbot - 3.2.0-r100
Ebuild name:

app-crypt/certbot-3.2.0-r100

Description

Let’s Encrypt client to automate deployment of X.509 certificates

Added to portage

2025-02-21

cudnn-frontend - 1.8.0
Ebuild name:

dev-libs/cudnn-frontend-1.8.0

Description

A c++ wrapper for the cudnn backend API

Added to portage

2025-02-21

dist-kernel - 6.12.16
Ebuild name:

virtual/dist-kernel-6.12.16

Description

Virtual to depend on any Distribution Kernel

Added to portage

2025-02-21

dist-kernel - 6.13.4
Ebuild name:

virtual/dist-kernel-6.13.4

Description

Virtual to depend on any Distribution Kernel

Added to portage

2025-02-21

firefox-bin - 128.7.0-r1
Ebuild name:

www-client/firefox-bin-128.7.0-r1

Description

Firefox Web Browser

Added to portage

2025-02-21

firefox-bin - 135.0.1-r1
Ebuild name:

www-client/firefox-bin-135.0.1-r1

Description

Firefox Web Browser

Added to portage

2025-02-21

gentoo-kernel - 6.12.16
Ebuild name:

sys-kernel/gentoo-kernel-6.12.16

Description

Linux kernel built with Gentoo patches

Added to portage

2025-02-21

gentoo-kernel - 6.13.4
Ebuild name:

sys-kernel/gentoo-kernel-6.13.4

Description

Linux kernel built with Gentoo patches

Added to portage

2025-02-21

gentoo-kernel-bin - 6.12.16
Ebuild name:

sys-kernel/gentoo-kernel-bin-6.12.16

Description

Pre-built Linux kernel with Gentoo patches

Added to portage

2025-02-21

gentoo-kernel-bin - 6.13.4
Ebuild name:

sys-kernel/gentoo-kernel-bin-6.13.4

Description

Pre-built Linux kernel with Gentoo patches

Added to portage

2025-02-21

gentoo-sources - 6.1.129
Ebuild name:

sys-kernel/gentoo-sources-6.1.129

Description

Full sources including the Gentoo patchset for the . kernel tree

Added to portage

2025-02-21

gentoo-sources - 6.12.16
Ebuild name:

sys-kernel/gentoo-sources-6.12.16

Description

Full sources including the Gentoo patchset for the . kernel tree

Added to portage

2025-02-21

gentoo-sources - 6.13.4
Ebuild name:

sys-kernel/gentoo-sources-6.13.4

Description

Full sources including the Gentoo patchset for the . kernel tree

Added to portage

2025-02-21

gentoo-sources - 6.6.79
Ebuild name:

sys-kernel/gentoo-sources-6.6.79

Description

Full sources including the Gentoo patchset for the . kernel tree

Added to portage

2025-02-21

gimp - 3.0.0_rc2-r1
Ebuild name:

media-gfx/gimp-3.0.0_rc2-r1

Description

GNU Image Manipulation Program

Added to portage

2025-02-21

go - 1.24.0
Ebuild name:

dev-lang/go-1.24.0

Description

A concurrent garbage collected and typesafe programming language

Added to portage

2025-02-21

googleapis-common-protos - 1.68.0
Ebuild name:

dev-python/googleapis-common-protos-1.68.0

Description

Python classes generated from the common protos in the g

Added to portage

2025-02-21

haproxy - 3.1.5
Ebuild name:

net-proxy/haproxy-3.1.5

Description

A TCP/HTTP reverse proxy for high availability environments

Added to portage

2025-02-21

kineto - 0.4.0_p20241109
Ebuild name:

sci-libs/kineto-0.4.0_p20241109

Description

part of the PyTorch Profiler

Added to portage

2025-02-21

kodi - 21.2
Ebuild name:

media-tv/kodi-21.2

Description

A free and open source media-player and entertainment hub

Added to portage

2025-02-21

libgeotiff - 1.7.4
Ebuild name:

sci-libs/libgeotiff-1.7.4

Description

Library for reading TIFF files with embedded tags for geographic informat

Added to portage

2025-02-21

live - 2024.10.31
Ebuild name:

media-plugins/live-2024.10.31

Description

Libraries for standards-based RTP/RTCP/RTSP multimedia streaming

Added to portage

2025-02-21

live - 2025.01.17
Ebuild name:

media-plugins/live-2025.01.17

Description

Libraries for standards-based RTP/RTCP/RTSP multimedia streaming

Added to portage

2025-02-21

lowdown - 2.0.2
Ebuild name:

app-text/lowdown-2.0.2

Description

Markdown translator producing HTML5, roff documents in the ms and man format

Added to portage

2025-02-21

mkvtoolnix - 90.0
Ebuild name:

media-video/mkvtoolnix-90.0

Description

Tools to create, alter, and inspect Matroska files

Added to portage

2025-02-21

nghttp3 - 1.8.0
Ebuild name:

net-libs/nghttp3-1.8.0

Description

HTTP/3 library written in C

Added to portage

2025-02-21

ngtcp2 - 1.11.0
Ebuild name:

net-libs/ngtcp2-1.11.0

Description

Implementation of the IETF QUIC Protocol

Added to portage

2025-02-21

onnx - 1.16.1-r2
Ebuild name:

sci-libs/onnx-1.16.1-r2

Description

Open Neural Network Exchange (ONNX)

Added to portage

2025-02-21

onnx - 1.16.2-r1
Ebuild name:

sci-libs/onnx-1.16.2-r1

Description

Open Neural Network Exchange (ONNX)

Added to portage

2025-02-21

passenger - 6.0.26
Ebuild name:

www-apache/passenger-6.0.26

Description

Passenger makes deployment of Ruby on Rails applications a breeze

Added to portage

2025-02-21

propcache - 0.3.0
Ebuild name:

dev-python/propcache-0.3.0

Description

Yet another URL library

Added to portage

2025-02-21

pwndbg - 20250219
Ebuild name:

dev-debug/pwndbg-20250219

Description

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

Added to portage

2025-02-21

pypy - 3.11.7.3.18_p20250221
Ebuild name:

dev-lang/pypy-3.11.7.3.18_p20250221

Description

A fast, compliant alternative implementation of the Python () l

Added to portage

2025-02-21

pypy3-exe - 3.11.7.3.18_p20250221
Ebuild name:

dev-lang/pypy3-exe-3.11.7.3.18_p20250221

Description

PyPy3.11 executable (build from source, snapshot)

Added to portage

2025-02-21

qiskit - 1.3.3
Ebuild name:

dev-python/qiskit-1.3.3

Description

An open-source SDK for working with quantum computers

Added to portage

2025-02-21

remake - 4.4_pre20250217
Ebuild name:

dev-build/remake-4.4_pre20250217

Description

Patched version of GNU Make with improved error reporting, tracing

Added to portage

2025-02-21

rfcview - 0.13
Ebuild name:

app-emacs/rfcview-0.13

Description

An Emacs mode that reformats IETF RFCs for display

Added to portage

2025-02-21

rg - 2.3.0
Ebuild name:

app-emacs/rg-2.3.0

Description

GNU Emacs search tool based on ripgrep

Added to portage

2025-02-21

rpds-py - 0.23.0
Ebuild name:

dev-python/rpds-py-0.23.0

Description

Python bindings to Rust's persistent data structures (rpds)

Added to portage

2025-02-21

rust - 1.85.0
Ebuild name:

dev-lang/rust-1.85.0

Description

Systems programming language originally developed by Mozilla

Added to portage

2025-02-21

rust - 1.86.0_beta20250218
Ebuild name:

dev-lang/rust-1.86.0_beta20250218

Description

Systems programming language originally developed by Mozilla

Added to portage

2025-02-21

rust - 9999
Ebuild name:

dev-lang/rust-9999

Description

Systems programming language originally developed by Mozilla

Added to portage

2025-02-21

rust-bin - 1.78.0-r102
Ebuild name:

dev-lang/rust-bin-1.78.0-r102

Description

Systems programming language from Mozilla

Added to portage

2025-02-21

rust-bin - 1.79.0-r103
Ebuild name:

dev-lang/rust-bin-1.79.0-r103

Description

Systems programming language from Mozilla

Added to portage

2025-02-21

rust-bin - 1.80.1-r103
Ebuild name:

dev-lang/rust-bin-1.80.1-r103

Description

Systems programming language from Mozilla

Added to portage

2025-02-21

rust-bin - 1.81.0-r103
Ebuild name:

dev-lang/rust-bin-1.81.0-r103

Description

Systems programming language from Mozilla

Added to portage

2025-02-21

rust-bin - 1.82.0-r103
Ebuild name:

dev-lang/rust-bin-1.82.0-r103

Description

Systems programming language from Mozilla

Added to portage

2025-02-21

rust-bin - 1.83.0-r2
Ebuild name:

dev-lang/rust-bin-1.83.0-r2

Description

Systems programming language from Mozilla

Added to portage

2025-02-21

rust-bin - 1.84.1-r2
Ebuild name:

dev-lang/rust-bin-1.84.1-r2

Description

Systems programming language from Mozilla

Added to portage

2025-02-21

rust-bin - 1.85.0
Ebuild name:

dev-lang/rust-bin-1.85.0

Description

Added to portage

2025-02-21

rust-bin - 1.86.0_beta20250218
Ebuild name:

dev-lang/rust-bin-1.86.0_beta20250218

Description

Added to portage

2025-02-21

rust-bin - 9999
Ebuild name:

dev-lang/rust-bin-9999

Description

Added to portage

2025-02-21

rust-common - 1.85.0
Ebuild name:

dev-lang/rust-common-1.85.0

Description

Common files shared between multiple slots of Rust

Added to portage

2025-02-21

rust-common - 1.86.0_beta20250218
Ebuild name:

dev-lang/rust-common-1.86.0_beta20250218

Description

Common files shared between multiple slots of Rust

Added to portage

2025-02-21

rust-common - 9999
Ebuild name:

dev-lang/rust-common-9999

Description

Common files shared between multiple slots of Rust

Added to portage

2025-02-21

rust-std - 1.85.0
Ebuild name:

sys-devel/rust-std-1.85.0

Description

Rust standard library, standalone (for crossdev)

Added to portage

2025-02-21

selenium - 4.29.0
Ebuild name:

dev-python/selenium-4.29.0

Description

Python language binding for Selenium Remote Control

Added to portage

2025-02-21

selenium-manager - 4.29.0
Ebuild name:

dev-util/selenium-manager-4.29.0

Description

CLI tool that manages the browser/driver infrastructure required b

Added to portage

2025-02-21

spacenavd - 1.3.1
Ebuild name:

app-misc/spacenavd-1.3.1

Description

The spacenavd daemon provides free alternative to the 3dxserv daemon

Added to portage

2025-02-21

spotify - 1.2.56
Ebuild name:

media-sound/spotify-1.2.56

Description

Spotify is a social music platform

Added to portage

2025-02-21

stevedore - 5.4.1
Ebuild name:

dev-python/stevedore-5.4.1

Description

Manage dynamic plugins for Python applications

Added to portage

2025-02-21

tmuxp - 1.53.0
Ebuild name:

app-misc/tmuxp-1.53.0

Description

tmux session manager. built on libtmux

Added to portage

2025-02-21

tpm2-openssl - 1.3.0
Ebuild name:

app-crypt/tpm2-openssl-1.3.0

Description

OpenSSL Provider for TPM2 integration

Added to portage

2025-02-21

translate-toolkit - 3.15.0
Ebuild name:

dev-python/translate-toolkit-3.15.0

Description

Toolkit to convert between many translation formats

Added to portage

2025-02-21

trimesh - 4.6.3
Ebuild name:

dev-python/trimesh-4.6.3

Description

Python library for loading and using triangular meshes

Added to portage

2025-02-21

vanilla-kernel - 6.12.16
Ebuild name:

sys-kernel/vanilla-kernel-6.12.16

Description

Linux kernel built from vanilla upstream sources

Added to portage

2025-02-21

vanilla-kernel - 6.13.4
Ebuild name:

sys-kernel/vanilla-kernel-6.13.4

Description

Linux kernel built from vanilla upstream sources

Added to portage

2025-02-21

vanilla-sources - 6.1.129
Ebuild name:

sys-kernel/vanilla-sources-6.1.129

Description

Full sources for the Linux kernel

Added to portage

2025-02-21

vanilla-sources - 6.12.16
Ebuild name:

sys-kernel/vanilla-sources-6.12.16

Description

Full sources for the Linux kernel

Added to portage

2025-02-21

vanilla-sources - 6.13.4
Ebuild name:

sys-kernel/vanilla-sources-6.13.4

Description

Full sources for the Linux kernel

Added to portage

2025-02-21

vanilla-sources - 6.6.79
Ebuild name:

sys-kernel/vanilla-sources-6.6.79

Description

Full sources for the Linux kernel

Added to portage

2025-02-21

vivaldi - 7.1.3570.54
Ebuild name:

www-client/vivaldi-7.1.3570.54

Description

A browser for our friends

Added to portage

2025-02-21

weasyprint - 64.1
Ebuild name:

dev-python/weasyprint-64.1

Description

Visual rendering engine for HTML and CSS that can export to PDF

Added to portage

2025-02-21

zeitwerk - 2.7.2
Ebuild name:

dev-ruby/zeitwerk-2.7.2

Description

Efficient and thread-safe code loader for Ruby

Added to portage

2025-02-21

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