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:

88136

userrating:

average rating: 1.2 (52 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
2026-09-04
QGnomePlatform - 0.9.2-r8
Ebuild name:

x11-themes/QGnomePlatform-0.9.2-r8

Description

Qt Platform Theme aimed to accommodate GNOME settings

Added to portage

2026-09-04

adwaita-qt - 1.4.2-r2
Ebuild name:

x11-themes/adwaita-qt-1.4.2-r2

Description

A style to bend Qt applications to look like they belong into GNOME

Added to portage

2026-09-04

boto3 - 1.43.88
Ebuild name:

dev-python/boto3-1.43.88

Description

The AWS SDK for Python

Added to portage

2026-09-04

botocore - 1.43.88
Ebuild name:

dev-python/botocore-1.43.88

Description

Low-level, data-driven core of boto 3

Added to portage

2026-09-04

django-otp - 1.7.2
Ebuild name:

dev-python/django-otp-1.7.2

Description

Django framework adding two-factor authentication using one-time passwo

Added to portage

2026-09-04

github-cli - 2.100.0
Ebuild name:

dev-util/github-cli-2.100.0

Description

GitHub CLI

Added to portage

2026-09-04

gitlab-cli - 1.116.0
Ebuild name:

dev-util/gitlab-cli-1.116.0

Description

the official gitlab command line interface

Added to portage

2026-09-04

go - 1.27.1
Ebuild name:

dev-lang/go-1.27.1

Description

A concurrent garbage collected and typesafe programming language

Added to portage

2026-09-04

google-api-core - 2.36.0
Ebuild name:

dev-python/google-api-core-2.36.0

Description

Core Library for Google Client Libraries

Added to portage

2026-09-04

google-auth - 2.57.1
Ebuild name:

dev-python/google-auth-2.57.1

Description

Google Authentication Library

Added to portage

2026-09-04

googleapis-common-protos - 1.75.3
Ebuild name:

dev-python/googleapis-common-protos-1.75.3

Description

Python classes generated from the common protos in the g

Added to portage

2026-09-04

jj - 0.45.1
Ebuild name:

dev-vcs/jj-0.45.1

Description

Jujutsu - an experimental version control system

Added to portage

2026-09-04

libmirage - 3.3.3
Ebuild name:

dev-libs/libmirage-3.3.3

Description

CD and DVD image access library

Added to portage

2026-09-04

lsp-mode - 10.0.0
Ebuild name:

app-emacs/lsp-mode-10.0.0

Description

Emacs client/library for the Language Server Protocol

Added to portage

2026-09-04

micawber - 0.8.0
Ebuild name:

dev-python/micawber-0.8.0

Description

A small library for extracting rich content from urls

Added to portage

2026-09-04

mongodb-compass-bin - 1.50.0
Ebuild name:

dev-db/mongodb-compass-bin-1.50.0

Description

GUI for MongoDB

Added to portage

2026-09-04

openvpn - 2.7.6
Ebuild name:

net-vpn/openvpn-2.7.6

Description

Robust and highly flexible tunneling application compatible with many OSes

Added to portage

2026-09-04

pixi - 0.79.0
Ebuild name:

dev-util/pixi-0.79.0

Description

A package management and workflow tool

Added to portage

2026-09-04

postfix - 3.12_pre20260901
Ebuild name:

mail-mta/postfix-3.12_pre20260901

Description

A fast and secure drop-in replacement for sendmail

Added to portage

2026-09-04

pytest-rerunfailures - 16.6.1
Ebuild name:

dev-python/pytest-rerunfailures-16.6.1

Description

pytest plugin to re-run tests to eliminate flaky failures

Added to portage

2026-09-04

setuptools-scm - 10.2.3
Ebuild name:

dev-python/setuptools-scm-10.2.3

Description

Manage versions by scm tags via setuptools

Added to portage

2026-09-04

snmp_exporter - 0.30.1
Ebuild name:

app-metrics/snmp_exporter-0.30.1

Description

Prometheus exporter for snmp metrics

Added to portage

2026-09-04

sqlglot - 30.18.0
Ebuild name:

dev-python/sqlglot-30.18.0

Description

An easily customizable SQL parser and transpiler

Added to portage

2026-09-04

terraform - 1.16.1
Ebuild name:

app-admin/terraform-1.16.1

Description

A tool for building, changing, and combining infrastructure safely

Added to portage

2026-09-04

urwid - 4.1.1
Ebuild name:

dev-python/urwid-4.1.1

Description

Curses-based user interface library for Python

Added to portage

2026-09-04

vcs-versioning - 2.3.4
Ebuild name:

dev-python/vcs-versioning-2.3.4

Description

Core VCS versioning functionality from setuptools-scm

Added to portage

2026-09-04

vdirsyncer - 0.21.0
Ebuild name:

dev-python/vdirsyncer-0.21.0

Description

Synchronize calendars and contacts

Added to portage

2026-09-04

yq-go - 4.53.6
Ebuild name:

app-misc/yq-go-4.53.6

Description

yq is a lightweight and portable command-line YAML, JSON and XML processor

Added to portage

2026-09-04

zmq-anyio - 0.4.1
Ebuild name:

dev-python/zmq-anyio-0.4.1

Description

Asynchronous API for ZMQ using AnyIO

Added to portage

2026-09-04

2026-09-03
Test-Snapshot - 0.61.0
Ebuild name:

dev-perl/Test-Snapshot-0.61.0

Description

Test against data stored in automatically-named file

Added to portage

2026-09-03

ansi2html - 1.9.4
Ebuild name:

dev-python/ansi2html-1.9.4

Description

Convert text with ANSI color codes to HTML

Added to portage

2026-09-03

ansible - 14.3.1
Ebuild name:

app-admin/ansible-14.3.1

Description

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

Added to portage

2026-09-03

ansible-core - 2.21.3
Ebuild name:

app-admin/ansible-core-2.21.3

Description

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

Added to portage

2026-09-03

anyio - 4.15.0
Ebuild name:

dev-python/anyio-4.15.0

Description

Compatibility layer for multiple asynchronous event loop implementations

Added to portage

2026-09-03

ast-serialize - 0.9.0
Ebuild name:

dev-python/ast-serialize-0.9.0

Description

Python bindings for mypy AST serialization

Added to portage

2026-09-03

asymptote - 3.14
Ebuild name:

media-gfx/asymptote-3.14

Description

A vector graphics language that provides a framework for technical drawing

Added to portage

2026-09-03

beets - 2.13.1
Ebuild name:

media-sound/beets-2.13.1

Description

Media library management system for obsessive music geeks

Added to portage

2026-09-03

boto3 - 1.43.87
Ebuild name:

dev-python/boto3-1.43.87

Description

The AWS SDK for Python

Added to portage

2026-09-03

botocore - 1.43.87
Ebuild name:

dev-python/botocore-1.43.87

Description

Low-level, data-driven core of boto 3

Added to portage

2026-09-03

certbot - 5.8.0
Ebuild name:

app-crypt/certbot-5.8.0

Description

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

Added to portage

2026-09-03

cloudflare-warp - 2026.7.1377.0
Ebuild name:

net-vpn/cloudflare-warp-2026.7.1377.0

Description

Cloudflare Warp Client

Added to portage

2026-09-03

cmd2 - 4.2.3
Ebuild name:

dev-python/cmd2-4.2.3

Description

Extra features for standard library's cmd module

Added to portage

2026-09-03

crispy-bootstrap5 - 2026.9
Ebuild name:

dev-python/crispy-bootstrap5-2026.9

Description

Bootstrap5 template pack for django-crispy-forms

Added to portage

2026-09-03

dbeaver-bin - 26.2.0
Ebuild name:

dev-db/dbeaver-bin-26.2.0

Description

Free universal database tool (community edition)

Added to portage

2026-09-03

derper - 1.102.2
Ebuild name:

net-vpn/derper-1.102.2

Description

DERP server for tailscale network

Added to portage

2026-09-03

dist-kernel - 6.1.187
Ebuild name:

virtual/dist-kernel-6.1.187

Description

Virtual to depend on any Distribution Kernel

Added to portage

2026-09-03

dist-kernel - 6.12.108
Ebuild name:

virtual/dist-kernel-6.12.108

Description

Virtual to depend on any Distribution Kernel

Added to portage

2026-09-03

dist-kernel - 6.18.49
Ebuild name:

virtual/dist-kernel-6.18.49

Description

Virtual to depend on any Distribution Kernel

Added to portage

2026-09-03

dist-kernel - 6.6.156
Ebuild name:

virtual/dist-kernel-6.6.156

Description

Virtual to depend on any Distribution Kernel

Added to portage

2026-09-03

dist-kernel - 7.1.13
Ebuild name:

virtual/dist-kernel-7.1.13

Description

Virtual to depend on any Distribution Kernel

Added to portage

2026-09-03

dist-kernel - 7.2.3
Ebuild name:

virtual/dist-kernel-7.2.3

Description

Virtual to depend on any Distribution Kernel

Added to portage

2026-09-03

django - 6.1.1
Ebuild name:

dev-python/django-6.1.1

Description

High-level Python web framework

Added to portage

2026-09-03

django-otp - 1.7.1
Ebuild name:

dev-python/django-otp-1.7.1

Description

Django framework adding two-factor authentication using one-time passwo

Added to portage

2026-09-03

dropbox - 268.4.4124
Ebuild name:

net-misc/dropbox-268.4.4124

Description

Dropbox daemon (pretends to be GUI-less)

Added to portage

2026-09-03

freerdp - 3.31.1
Ebuild name:

net-misc/freerdp-3.31.1

Description

Free implementation of the Remote Desktop Protocol

Added to portage

2026-09-03

fzf - 0.74.3
Ebuild name:

app-shells/fzf-0.74.3

Description

General-purpose command-line fuzzy finder, written in Golang

Added to portage

2026-09-03

gallery-dl - 1.32.10-r1
Ebuild name:

net-misc/gallery-dl-1.32.10-r1

Description

Download image galleries and collections from several image hosting

Added to portage

2026-09-03

gentoo-kernel - 6.1.187
Ebuild name:

sys-kernel/gentoo-kernel-6.1.187

Description

Linux kernel built with Gentoo patches

Added to portage

2026-09-03

gentoo-kernel - 6.12.108
Ebuild name:

sys-kernel/gentoo-kernel-6.12.108

Description

Linux kernel built with Gentoo patches

Added to portage

2026-09-03

gentoo-kernel - 6.18.49
Ebuild name:

sys-kernel/gentoo-kernel-6.18.49

Description

Linux kernel built with Gentoo patches

Added to portage

2026-09-03

gentoo-kernel - 6.6.156
Ebuild name:

sys-kernel/gentoo-kernel-6.6.156

Description

Linux kernel built with Gentoo patches

Added to portage

2026-09-03

gentoo-kernel - 7.1.13
Ebuild name:

sys-kernel/gentoo-kernel-7.1.13

Description

Linux kernel built with Gentoo patches

Added to portage

2026-09-03

gentoo-kernel - 7.2.3
Ebuild name:

sys-kernel/gentoo-kernel-7.2.3

Description

Linux kernel built with Gentoo patches

Added to portage

2026-09-03

gentoo-kernel-bin - 6.1.187
Ebuild name:

sys-kernel/gentoo-kernel-bin-6.1.187

Description

Pre-built Linux kernel with Gentoo patches

Added to portage

2026-09-03

gentoo-kernel-bin - 6.12.108
Ebuild name:

sys-kernel/gentoo-kernel-bin-6.12.108

Description

Pre-built Linux kernel with Gentoo patches

Added to portage

2026-09-03

gentoo-kernel-bin - 6.18.49
Ebuild name:

sys-kernel/gentoo-kernel-bin-6.18.49

Description

Pre-built Linux kernel with Gentoo patches

Added to portage

2026-09-03

gentoo-kernel-bin - 6.6.156
Ebuild name:

sys-kernel/gentoo-kernel-bin-6.6.156

Description

Pre-built Linux kernel with Gentoo patches

Added to portage

2026-09-03

gentoo-kernel-bin - 7.1.13
Ebuild name:

sys-kernel/gentoo-kernel-bin-7.1.13

Description

Pre-built Linux kernel with Gentoo patches

Added to portage

2026-09-03

gentoo-kernel-bin - 7.2.3
Ebuild name:

sys-kernel/gentoo-kernel-bin-7.2.3

Description

Pre-built Linux kernel with Gentoo patches

Added to portage

2026-09-03

gentoo-kernel-modprep - 6.1.187
Ebuild name:

sys-kernel/gentoo-kernel-modprep-6.1.187

Description

Minimal subset of gentoo-kernel-bin for building modules,

Added to portage

2026-09-03

gentoo-kernel-modprep - 6.12.108
Ebuild name:

sys-kernel/gentoo-kernel-modprep-6.12.108

Description

Minimal subset of gentoo-kernel-bin for building modules,

Added to portage

2026-09-03

gentoo-kernel-modprep - 6.18.49
Ebuild name:

sys-kernel/gentoo-kernel-modprep-6.18.49

Description

Minimal subset of gentoo-kernel-bin for building modules,

Added to portage

2026-09-03

gentoo-kernel-modprep - 6.6.156
Ebuild name:

sys-kernel/gentoo-kernel-modprep-6.6.156

Description

Minimal subset of gentoo-kernel-bin for building modules,

Added to portage

2026-09-03

gentoo-kernel-modprep - 7.1.13
Ebuild name:

sys-kernel/gentoo-kernel-modprep-7.1.13

Description

Minimal subset of gentoo-kernel-bin for building modules, f

Added to portage

2026-09-03

gentoo-kernel-modprep - 7.2.3
Ebuild name:

sys-kernel/gentoo-kernel-modprep-7.2.3

Description

Minimal subset of gentoo-kernel-bin for building modules, fo

Added to portage

2026-09-03

gentoo-sources - 6.1.187
Ebuild name:

sys-kernel/gentoo-sources-6.1.187

Description

Full sources including the Gentoo patchset for the . kernel tree

Added to portage

2026-09-03

gentoo-sources - 6.12.108
Ebuild name:

sys-kernel/gentoo-sources-6.12.108

Description

Full sources including the Gentoo patchset for the . kernel tree

Added to portage

2026-09-03

gentoo-sources - 6.18.49
Ebuild name:

sys-kernel/gentoo-sources-6.18.49

Description

Full sources including the Gentoo patchset for the . kernel tree

Added to portage

2026-09-03

gentoo-sources - 6.6.156
Ebuild name:

sys-kernel/gentoo-sources-6.6.156

Description

Full sources including the Gentoo patchset for the . kernel tree

Added to portage

2026-09-03

gentoo-sources - 7.1.13
Ebuild name:

sys-kernel/gentoo-sources-7.1.13

Description

Full sources including the Gentoo patchset for the . kernel tree

Added to portage

2026-09-03

gentoo-sources - 7.2.3
Ebuild name:

sys-kernel/gentoo-sources-7.2.3

Description

Full sources including the Gentoo patchset for the . kernel tree

Added to portage

2026-09-03

intellij-idea - 2026.2.2
Ebuild name:

dev-util/intellij-idea-2026.2.2

Description

A complete toolset for web, mobile and enterprise development

Added to portage

2026-09-03

kea - 3.2.0-r1
Ebuild name:

net-misc/kea-3.2.0-r1

Description

High-performance production grade DHCPv4 & DHCPv6 server

Added to portage

2026-09-03

kmscon - 10.0.3
Ebuild name:

sys-apps/kmscon-10.0.3

Description

KMS/DRM based virtual Console Emulator

Added to portage

2026-09-03

latex-beamer - 3.78
Ebuild name:

dev-tex/latex-beamer-3.78

Description

LaTeX class for creating presentations using a video projector

Added to portage

2026-09-03

libsdl2 - 2.32.72
Ebuild name:

media-libs/libsdl2-2.32.72

Description

Simple Direct Media Layer

Added to portage

2026-09-03

libsdl3 - 3.4.16
Ebuild name:

media-libs/libsdl3-3.4.16

Description

Simple Direct Media Layer

Added to portage

2026-09-03

libunwind - 22.1.8-r1
Ebuild name:

llvm-runtimes/libunwind-22.1.8-r1

Description

C++ runtime stack unwinder from LLVM

Added to portage

2026-09-03

libunwind - 23.1.0-r1
Ebuild name:

llvm-runtimes/libunwind-23.1.0-r1

Description

C++ runtime stack unwinder from LLVM

Added to portage

2026-09-03

lsp-mode - 9999
Ebuild name:

app-emacs/lsp-mode-9999

Description

Emacs client/library for the Language Server Protocol

Added to portage

2026-09-03

lsp-treemacs - 0.5
Ebuild name:

app-emacs/lsp-treemacs-0.5

Description

Integration between lsp-mode and treemacs

Added to portage

2026-09-03

lsp-treemacs - 0.5
Ebuild name:

app-emacs/lsp-treemacs-0.5

Description

Integration between lsp-mode and treemacs

Added to portage

2026-09-03

lxml - 6.1.3
Ebuild name:

dev-python/lxml-6.1.3

Description

A Pythonic binding for the libxml2 and libxslt libraries

Added to portage

2026-09-03

mergiraf - 0.19.1
Ebuild name:

dev-vcs/mergiraf-0.19.1

Description

Syntax-aware git merge driver

Added to portage

2026-09-03

nct6687d - 0_pre20260901
Ebuild name:

sys-power/nct6687d-0_pre20260901

Description

Kernel module for the Nuvoton NCT6687-R

Added to portage

2026-09-03

openjdk - 11.0.32.1_p1-r1
Ebuild name:

dev-java/openjdk-11.0.32.1_p1-r1

Description

Open source implementation of the Java programming language

Added to portage

2026-09-03

openjdk - 17.0.20.1_p1-r1
Ebuild name:

dev-java/openjdk-17.0.20.1_p1-r1

Description

Open source implementation of the Java programming language

Added to portage

2026-09-03

openjdk - 21.0.12.1_p1-r1
Ebuild name:

dev-java/openjdk-21.0.12.1_p1-r1

Description

Open source implementation of the Java programming language

Added to portage

2026-09-03

openjdk - 28_alpha13
Ebuild name:

dev-java/openjdk-28_alpha13

Description

Open source implementation of the Java programming language

Added to portage

2026-09-03

pytorch - 2.14.0
Ebuild name:

sci-ml/pytorch-2.14.0

Description

Tensors and Dynamic neural networks in Python with strong GPU acceleration

Added to portage

2026-09-03

raspberrypi-sources - 6.18.32_p20260521-r1
Ebuild name:

sys-kernel/raspberrypi-sources-6.18.32_p20260521-r1

Description

Raspberry Pi kernel sources

Added to portage

2026-09-03

raspberrypi-sources - 6.18.46_p20260824-r1
Ebuild name:

sys-kernel/raspberrypi-sources-6.18.46_p20260824-r1

Description

Raspberry Pi kernel sources

Added to portage

2026-09-03

rust - 1.98.1
Ebuild name:

dev-lang/rust-1.98.1

Description

Systems programming language originally developed by Mozilla

Added to portage

2026-09-03

rust-bin - 1.98.1
Ebuild name:

dev-lang/rust-bin-1.98.1

Description

Added to portage

2026-09-03

rust-common - 1.98.1
Ebuild name:

dev-lang/rust-common-1.98.1

Description

Common files shared between multiple slots of Rust

Added to portage

2026-09-03

rust-std - 1.98.1
Ebuild name:

sys-devel/rust-std-1.98.1

Description

Rust standard library, standalone (for crossdev)

Added to portage

2026-09-03

simdjson - 4.6.10
Ebuild name:

dev-libs/simdjson-4.6.10

Description

SIMD accelerated C++ JSON library

Added to portage

2026-09-03

simpleini - 4.27
Ebuild name:

dev-cpp/simpleini-4.27

Description

C++ library providing a simple API to read and write INI-style files

Added to portage

2026-09-03

spyder - 6.1.7
Ebuild name:

dev-python/spyder-6.1.7

Description

The Scientific Python Development Environment

Added to portage

2026-09-03

systemd - 260.4
Ebuild name:

sys-apps/systemd-260.4

Description

System and service manager for Linux

Added to portage

2026-09-03

telegram-desktop-bin - 7.1.5
Ebuild name:

net-im/telegram-desktop-bin-7.1.5

Description

Official desktop client for Telegram (binary package)

Added to portage

2026-09-03

thunderbird - 140.15.0
Ebuild name:

mail-client/thunderbird-140.15.0

Description

Thunderbird Mail Client

Added to portage

2026-09-03

thunderbird - 153.2.0
Ebuild name:

mail-client/thunderbird-153.2.0

Description

Thunderbird Mail Client

Added to portage

2026-09-03

thunderbird - 155.0
Ebuild name:

mail-client/thunderbird-155.0

Description

Thunderbird Mail Client

Added to portage

2026-09-03

thunderbird-l10n - 153.2.0
Ebuild name:

mail-client/thunderbird-l10n-153.2.0

Description

Thunderbird mail client's translation files

Added to portage

2026-09-03

thunderbird-l10n - 155.0
Ebuild name:

mail-client/thunderbird-l10n-155.0

Description

Thunderbird mail client's translation files

Added to portage

2026-09-03

tomcat - 10.1.59
Ebuild name:

www-servers/tomcat-10.1.59

Description

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

Added to portage

2026-09-03

tomcat - 11.0.25
Ebuild name:

www-servers/tomcat-11.0.25

Description

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

Added to portage

2026-09-03

tomcat - 9.0.121
Ebuild name:

www-servers/tomcat-9.0.121

Description

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

Added to portage

2026-09-03

tuf - 7.0.1
Ebuild name:

dev-python/tuf-7.0.1

Description

A secure updater framework for Python

Added to portage

2026-09-03

urwid - 4.1.0
Ebuild name:

dev-python/urwid-4.1.0

Description

Curses-based user interface library for Python

Added to portage

2026-09-03

vanilla-kernel - 6.1.187
Ebuild name:

sys-kernel/vanilla-kernel-6.1.187

Description

Linux kernel built from vanilla upstream sources

Added to portage

2026-09-03

vanilla-kernel - 6.12.108
Ebuild name:

sys-kernel/vanilla-kernel-6.12.108

Description

Linux kernel built from vanilla upstream sources

Added to portage

2026-09-03

vanilla-kernel - 6.18.49
Ebuild name:

sys-kernel/vanilla-kernel-6.18.49

Description

Linux kernel built from vanilla upstream sources

Added to portage

2026-09-03

vanilla-kernel - 6.6.156
Ebuild name:

sys-kernel/vanilla-kernel-6.6.156

Description

Linux kernel built from vanilla upstream sources

Added to portage

2026-09-03

vanilla-kernel - 7.1.13
Ebuild name:

sys-kernel/vanilla-kernel-7.1.13

Description

Linux kernel built from vanilla upstream sources

Added to portage

2026-09-03

vanilla-kernel - 7.2.3
Ebuild name:

sys-kernel/vanilla-kernel-7.2.3

Description

Linux kernel built from vanilla upstream sources

Added to portage

2026-09-03

vanilla-sources - 6.1.187
Ebuild name:

sys-kernel/vanilla-sources-6.1.187

Description

Full sources for the Linux kernel

Added to portage

2026-09-03

vanilla-sources - 6.12.108
Ebuild name:

sys-kernel/vanilla-sources-6.12.108

Description

Full sources for the Linux kernel

Added to portage

2026-09-03

vanilla-sources - 6.18.49
Ebuild name:

sys-kernel/vanilla-sources-6.18.49

Description

Full sources for the Linux kernel

Added to portage

2026-09-03

vanilla-sources - 6.6.156
Ebuild name:

sys-kernel/vanilla-sources-6.6.156

Description

Full sources for the Linux kernel

Added to portage

2026-09-03

vanilla-sources - 7.1.13
Ebuild name:

sys-kernel/vanilla-sources-7.1.13

Description

Full sources for the Linux kernel

Added to portage

2026-09-03

vanilla-sources - 7.2.3
Ebuild name:

sys-kernel/vanilla-sources-7.2.3

Description

Full sources for the Linux kernel

Added to portage

2026-09-03

vips - 8.18.6
Ebuild name:

media-libs/vips-8.18.6

Description

VIPS Image Processing Library

Added to portage

2026-09-03

zsnes - 2.3.0
Ebuild name:

games-emulation/zsnes-2.3.0

Description

Fork of the classic Super Nintendo emulator

Added to portage

2026-09-03

rdf newsfeed | rss newsfeed | Atom newsfeed
Copyright 2004-2025 Sascha Nitsch Unternehmensberatung GmbH
- Copyright and legal notices -
Time to create this page: 22.5 ms