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:

82209

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
2025-11-28
boehm-gc - 8.2.10
Ebuild name:

dev-libs/boehm-gc-8.2.10

Description

The Boehm-Demers-Weiser conservative garbage collector

Added to portage

2025-11-28

ccache - 4.12.2
Ebuild name:

dev-util/ccache-4.12.2

Description

Fast compiler cache

Added to portage

2025-11-28

clang - 22.0.0_pre20251127
Ebuild name:

dev-python/clang-22.0.0_pre20251127

Description

Python bindings for llvm-core/clang

Added to portage

2025-11-28

clang - 22.0.0_pre20251127
Ebuild name:

llvm-core/clang-22.0.0_pre20251127

Description

C language family frontend for LLVM

Added to portage

2025-11-28

clang-common - 22.0.0_pre20251127
Ebuild name:

llvm-core/clang-common-22.0.0_pre20251127

Description

Common files shared between multiple slots of clang

Added to portage

2025-11-28

claws-mail - 4.3.1-r2
Ebuild name:

mail-client/claws-mail-4.3.1-r2

Description

An email client (and news reader) based on GTK+

Added to portage

2025-11-28

compiler-rt - 22.0.0_pre20251127
Ebuild name:

llvm-runtimes/compiler-rt-22.0.0_pre20251127

Description

Compiler runtime library for clang (built-in part)

Added to portage

2025-11-28

compiler-rt-sanitizers - 22.0.0_pre20251127
Ebuild name:

llvm-runtimes/compiler-rt-sanitizers-22.0.0_pre20251127

Description

Compiler runtime libraries for clang (sanit

Added to portage

2025-11-28

edbrowse - 3.8.15
Ebuild name:

app-accessibility/edbrowse-3.8.15

Description

Combination editor, browser, and mail client that is 100% text ba

Added to portage

2025-11-28

flang - 22.0.0_pre20251127
Ebuild name:

llvm-core/flang-22.0.0_pre20251127

Description

LLVM's Fortran frontend

Added to portage

2025-11-28

flang-rt - 22.0.0_pre20251127
Ebuild name:

llvm-runtimes/flang-rt-22.0.0_pre20251127

Description

LLVM's Fortran runtime

Added to portage

2025-11-28

gmpy2 - 2.2.2
Ebuild name:

dev-python/gmpy2-2.2.2

Description

Python bindings for GMP, MPC, MPFR and MPIR libraries

Added to portage

2025-11-28

google-protobuf - 4.33.1
Ebuild name:

dev-ruby/google-protobuf-4.33.1

Description

Protocol Buffers are Google's data interchange format

Added to portage

2025-11-28

gr - 0.73.6-r1
Ebuild name:

sci-visualization/gr-0.73.6-r1

Description

Universal framework for cross-platform visualization applications

Added to portage

2025-11-28

guildmaster - 0_pre20251122
Ebuild name:

dev-build/guildmaster-0_pre20251122

Description

FIFO-like jobserver node via CUSE

Added to portage

2025-11-28

guildmaster - 9999
Ebuild name:

dev-build/guildmaster-9999

Description

FIFO-like jobserver node via CUSE

Added to portage

2025-11-28

hip - 6.4.3-r2
Ebuild name:

dev-util/hip-6.4.3-r2

Description

C++ Heterogeneous-Compute Interface for Portability

Added to portage

2025-11-28

hip - 7.0.2-r1
Ebuild name:

dev-util/hip-7.0.2-r1

Description

C++ Heterogeneous-Compute Interface for Portability

Added to portage

2025-11-28

hip - 7.1.0-r1
Ebuild name:

dev-util/hip-7.1.0-r1

Description

C++ Heterogeneous-Compute Interface for Portability

Added to portage

2025-11-28

hypothesis - 6.148.3
Ebuild name:

dev-python/hypothesis-6.148.3

Description

A library for property based testing

Added to portage

2025-11-28

imv - 5.0.1
Ebuild name:

media-gfx/imv-5.0.1

Description

Minimal image viewer designed for tiling window manager users

Added to portage

2025-11-28

libclc - 22.0.0_pre20251127
Ebuild name:

llvm-core/libclc-22.0.0_pre20251127

Description

OpenCL C library

Added to portage

2025-11-28

libcxx - 22.0.0_pre20251127
Ebuild name:

llvm-runtimes/libcxx-22.0.0_pre20251127

Description

New implementation of the C++ standard library, targeting C

Added to portage

2025-11-28

libcxxabi - 22.0.0_pre20251127
Ebuild name:

llvm-runtimes/libcxxabi-22.0.0_pre20251127

Description

Low level support for a standard C++ library

Added to portage

2025-11-28

libgcc - 22.0.0_pre20251127
Ebuild name:

llvm-runtimes/libgcc-22.0.0_pre20251127

Description

Compiler runtime library for clang, compatible with libgcc_

Added to portage

2025-11-28

libunwind - 22.0.0_pre20251127
Ebuild name:

llvm-runtimes/libunwind-22.0.0_pre20251127

Description

C++ runtime stack unwinder from LLVM

Added to portage

2025-11-28

lit - 22.0.0_pre20251127
Ebuild name:

dev-python/lit-22.0.0_pre20251127

Description

A stand-alone install of the LLVM suite testing tool

Added to portage

2025-11-28

lld - 22.0.0_pre20251127
Ebuild name:

llvm-core/lld-22.0.0_pre20251127

Description

The LLVM linker (link editor)

Added to portage

2025-11-28

lldb - 22.0.0_pre20251127
Ebuild name:

llvm-core/lldb-22.0.0_pre20251127

Description

The LLVM debugger

Added to portage

2025-11-28

llvm - 22.0.0_pre20251127
Ebuild name:

dev-ml/llvm-22.0.0_pre20251127

Description

OCaml bindings for LLVM

Added to portage

2025-11-28

llvm - 22.0.0_pre20251127
Ebuild name:

llvm-core/llvm-22.0.0_pre20251127

Description

Low Level Virtual Machine

Added to portage

2025-11-28

llvm-common - 22.0.0_pre20251127
Ebuild name:

llvm-core/llvm-common-22.0.0_pre20251127

Description

Common files shared between multiple slots of LLVM

Added to portage

2025-11-28

logbook - 1.9.2
Ebuild name:

dev-python/logbook-1.9.2

Description

A logging replacement for Python

Added to portage

2025-11-28

mkdocstrings - 1.0.0
Ebuild name:

dev-python/mkdocstrings-1.0.0

Description

Automatic documentation from sources, for MkDocs

Added to portage

2025-11-28

mkdocstrings-python - 2.0.0
Ebuild name:

dev-python/mkdocstrings-python-2.0.0

Description

Python handler for dev-python/mkdocstrings

Added to portage

2025-11-28

mlir - 22.0.0_pre20251127
Ebuild name:

llvm-core/mlir-22.0.0_pre20251127

Description

Multi-Level Intermediate Representation (library only)

Added to portage

2025-11-28

offload - 22.0.0_pre20251127
Ebuild name:

llvm-runtimes/offload-22.0.0_pre20251127

Description

OpenMP offloading support

Added to portage

2025-11-28

openmp - 22.0.0_pre20251127
Ebuild name:

llvm-runtimes/openmp-22.0.0_pre20251127

Description

OpenMP runtime library for LLVM/clang compiler

Added to portage

2025-11-28

polly - 22.0.0_pre20251127
Ebuild name:

llvm-core/polly-22.0.0_pre20251127

Description

Polyhedral optimizations for LLVM

Added to portage

2025-11-28

protobuf - 33.1
Ebuild name:

dev-libs/protobuf-33.1

Description

Google's Protocol Buffers - Extensible mechanism for serializing structured

Added to portage

2025-11-28

qgis - 3.44.5
Ebuild name:

sci-geosciences/qgis-3.44.5

Description

User friendly Geographic Information System

Added to portage

2025-11-28

qutebrowser - 3.6.2
Ebuild name:

www-client/qutebrowser-3.6.2

Description

Keyboard-driven, vim-like browser based on Python and Qt

Added to portage

2025-11-28

rasdaemon - 0.8.4
Ebuild name:

app-admin/rasdaemon-0.8.4

Description

Reliability, Availability and Serviceability logging tool

Added to portage

2025-11-28

rocm_bandwidth_test - 7.1.0-r2
Ebuild name:

dev-util/rocm_bandwidth_test-7.1.0-r2

Description

Bandwidth test for ROCm

Added to portage

2025-11-28

sphinx - 9.0.0_rc1
Ebuild name:

dev-python/sphinx-9.0.0_rc1

Description

Python documentation generator

Added to portage

2025-11-28

steve - 1.0.2
Ebuild name:

dev-build/steve-1.0.2

Description

A simple jobserver for Gentoo

Added to portage

2025-11-28

swaylock - 1.8.4
Ebuild name:

gui-apps/swaylock-1.8.4

Description

Screen locker for Wayland

Added to portage

2025-11-28

swtpm - 0.9.0
Ebuild name:

app-crypt/swtpm-0.9.0

Description

Libtpms-based TPM emulator

Added to portage

2025-11-28

tc-play - 3.3
Ebuild name:

app-crypt/tc-play-3.3

Description

A free, pretty much fully featured and stable TrueCrypt implementation

Added to portage

2025-11-28

types-psutil - 7.1.3.20251127
Ebuild name:

dev-python/types-psutil-7.1.3.20251127

Description

Typing stubs for psutil

Added to portage

2025-11-28

2025-11-27
awscli - 1.43.5
Ebuild name:

app-admin/awscli-1.43.5

Description

Universal Command Line Environment for AWS

Added to portage

2025-11-27

bash - 5.3_p8
Ebuild name:

app-shells/bash-5.3_p8

Description

The standard GNU Bourne again shell

Added to portage

2025-11-27

borgmatic - 2.0.12
Ebuild name:

app-backup/borgmatic-2.0.12

Description

Automatically create, prune and verify backups with borgbackup

Added to portage

2025-11-27

boto3 - 1.41.5
Ebuild name:

dev-python/boto3-1.41.5

Description

The AWS SDK for Python

Added to portage

2025-11-27

botocore - 1.41.5
Ebuild name:

dev-python/botocore-1.41.5

Description

Low-level, data-driven core of boto 3

Added to portage

2025-11-27

charset-normalizer - 3.4.4-r1
Ebuild name:

dev-python/charset-normalizer-3.4.4-r1

Description

The Real First Universal Charset Detector

Added to portage

2025-11-27

clang - 16.0.6-r1
Ebuild name:

llvm-core/clang-16.0.6-r1

Description

C language family frontend for LLVM

Added to portage

2025-11-27

clang - 17.0.6-r1
Ebuild name:

llvm-core/clang-17.0.6-r1

Description

C language family frontend for LLVM

Added to portage

2025-11-27

clang - 18.1.8-r7
Ebuild name:

llvm-core/clang-18.1.8-r7

Description

C language family frontend for LLVM

Added to portage

2025-11-27

clang - 19.1.7-r1
Ebuild name:

llvm-core/clang-19.1.7-r1

Description

C language family frontend for LLVM

Added to portage

2025-11-27

clang-linker-config - 16
Ebuild name:

llvm-core/clang-linker-config-16

Description

Default linker configuration for clang

Added to portage

2025-11-27

clang-linker-config - 17
Ebuild name:

llvm-core/clang-linker-config-17

Description

Default linker configuration for clang

Added to portage

2025-11-27

clang-linker-config - 18
Ebuild name:

llvm-core/clang-linker-config-18

Description

Default linker configuration for clang

Added to portage

2025-11-27

clang-linker-config - 19
Ebuild name:

llvm-core/clang-linker-config-19

Description

Default linker configuration for clang

Added to portage

2025-11-27

clang-rtlib-config - 16
Ebuild name:

llvm-runtimes/clang-rtlib-config-16

Description

Default rtlib configuration for clang

Added to portage

2025-11-27

clang-rtlib-config - 17
Ebuild name:

llvm-runtimes/clang-rtlib-config-17

Description

Default rtlib configuration for clang

Added to portage

2025-11-27

clang-rtlib-config - 18
Ebuild name:

llvm-runtimes/clang-rtlib-config-18

Description

Default rtlib configuration for clang

Added to portage

2025-11-27

clang-rtlib-config - 19
Ebuild name:

llvm-runtimes/clang-rtlib-config-19

Description

Default rtlib configuration for clang

Added to portage

2025-11-27

clang-runtime - 16.0.6-r1
Ebuild name:

llvm-runtimes/clang-runtime-16.0.6-r1

Description

Meta-ebuild for clang runtime libraries

Added to portage

2025-11-27

clang-runtime - 17.0.6-r1
Ebuild name:

llvm-runtimes/clang-runtime-17.0.6-r1

Description

Meta-ebuild for clang runtime libraries

Added to portage

2025-11-27

clang-runtime - 18.1.8-r1
Ebuild name:

llvm-runtimes/clang-runtime-18.1.8-r1

Description

Meta-ebuild for clang runtime libraries

Added to portage

2025-11-27

clang-runtime - 19.1.7-r1
Ebuild name:

llvm-runtimes/clang-runtime-19.1.7-r1

Description

Meta-ebuild for clang runtime libraries

Added to portage

2025-11-27

clang-stdlib-config - 16
Ebuild name:

llvm-runtimes/clang-stdlib-config-16

Description

Default C++ library configuration for clang

Added to portage

2025-11-27

clang-stdlib-config - 17
Ebuild name:

llvm-runtimes/clang-stdlib-config-17

Description

Default C++ library configuration for clang

Added to portage

2025-11-27

clang-stdlib-config - 18
Ebuild name:

llvm-runtimes/clang-stdlib-config-18

Description

Default C++ library configuration for clang

Added to portage

2025-11-27

clang-stdlib-config - 19
Ebuild name:

llvm-runtimes/clang-stdlib-config-19

Description

Default C++ library configuration for clang

Added to portage

2025-11-27

clang-unwindlib-config - 16
Ebuild name:

llvm-runtimes/clang-unwindlib-config-16

Description

Default unwindlib configuration for clang

Added to portage

2025-11-27

clang-unwindlib-config - 17
Ebuild name:

llvm-runtimes/clang-unwindlib-config-17

Description

Default unwindlib configuration for clang

Added to portage

2025-11-27

clang-unwindlib-config - 18
Ebuild name:

llvm-runtimes/clang-unwindlib-config-18

Description

Default unwindlib configuration for clang

Added to portage

2025-11-27

clang-unwindlib-config - 19
Ebuild name:

llvm-runtimes/clang-unwindlib-config-19

Description

Default unwindlib configuration for clang

Added to portage

2025-11-27

copyq - 13.0.0
Ebuild name:

x11-misc/copyq-13.0.0

Description

Clipboard manager with advanced features

Added to portage

2025-11-27

easyeffects - 8.0.5
Ebuild name:

media-sound/easyeffects-8.0.5

Description

Limiter, auto volume and many other plugins for PipeWire applications

Added to portage

2025-11-27

element-desktop-bin - 1.12.4
Ebuild name:

net-im/element-desktop-bin-1.12.4

Description

A glossy Matrix collaboration client for desktop (binary package)

Added to portage

2025-11-27

git-crypt - 0.8.0
Ebuild name:

dev-vcs/git-crypt-0.8.0

Description

Transparent file encryption in git

Added to portage

2025-11-27

haproxy - 3.3.0
Ebuild name:

net-proxy/haproxy-3.3.0

Description

A TCP/HTTP reverse proxy for high availability environments

Added to portage

2025-11-27

haproxy - 3.3.9999
Ebuild name:

net-proxy/haproxy-3.3.9999

Description

A TCP/HTTP reverse proxy for high availability environments

Added to portage

2025-11-27

hatchling - 1.28.0
Ebuild name:

dev-python/hatchling-1.28.0

Description

Modern, extensible Python build backend

Added to portage

2025-11-27

jalv - 1.6.8-r1
Ebuild name:

media-sound/jalv-1.6.8-r1

Description

Simple but fully featured LV2 host for Jack

Added to portage

2025-11-27

just - 1.43.1
Ebuild name:

dev-build/just-1.43.1

Description

Just a command runner (with syntax inspired by 'make')

Added to portage

2025-11-27

kimageannotator - 0.7.2
Ebuild name:

media-libs/kimageannotator-0.7.2

Description

Tool for annotating images

Added to portage

2025-11-27

kquickimageeditor - 0.6.0
Ebuild name:

media-libs/kquickimageeditor-0.6.0

Description

QtQuick components providing basic image editing capabilities

Added to portage

2025-11-27

libinput - 1.30.0
Ebuild name:

dev-libs/libinput-1.30.0

Description

Library to handle input devices in Wayland

Added to portage

2025-11-27

limine - 10.3.2
Ebuild name:

sys-boot/limine-10.3.2

Description

Limine is a modern, advanced, and portable BIOS/UEFI multiprotocol bootloade

Added to portage

2025-11-27

linux-firmware - 20251125
Ebuild name:

sys-kernel/linux-firmware-20251125

Description

Linux firmware files

Added to portage

2025-11-27

njs - 0.9.4
Ebuild name:

www-nginx/njs-0.9.4

Description

A subset of JavaScript language to use in NGINX

Added to portage

2025-11-27

nuitka - 2.8.7
Ebuild name:

dev-python/nuitka-2.8.7

Description

Python to native compiler

Added to portage

2025-11-27

pydantic - 2.12.5
Ebuild name:

dev-python/pydantic-2.12.5

Description

Data parsing and validation using Python type hints

Added to portage

2025-11-27

pymdown-extensions - 10.17.2
Ebuild name:

dev-python/pymdown-extensions-10.17.2

Description

Extensions for Python Markdown

Added to portage

2025-11-27

pyspelling - 2.12.1
Ebuild name:

dev-python/pyspelling-2.12.1

Description

Spell checker automation tool

Added to portage

2025-11-27

python-xmp-toolkit - 2.1.0
Ebuild name:

dev-python/python-xmp-toolkit-2.1.0

Description

Library for working with XMP metadata

Added to portage

2025-11-27

quickjs-ng - 0.11.0
Ebuild name:

dev-libs/quickjs-ng-0.11.0

Description

QuickJS, the Next Generation a mighty JavaScript engine

Added to portage

2025-11-27

sigstore-models - 0.0.6
Ebuild name:

dev-python/sigstore-models-0.0.6

Description

Pydantic based models for Sigstore's protobuf specifications

Added to portage

2025-11-27

spotipy - 2.25.2
Ebuild name:

dev-python/spotipy-2.25.2

Description

A lightweight Python library for the Spotify Web API

Added to portage

2025-11-27

steve - 1.0.0
Ebuild name:

dev-build/steve-1.0.0

Description

A simple jobserver for Gentoo

Added to portage

2025-11-27

steve - 1.0.1
Ebuild name:

dev-build/steve-1.0.1

Description

A simple jobserver for Gentoo

Added to portage

2025-11-27

subtitlecomposer - 0.8.2-r1
Ebuild name:

media-video/subtitlecomposer-0.8.2-r1

Description

Text-based subtitles editor

Added to portage

2025-11-27

telegram-desktop-bin - 6.3.4
Ebuild name:

net-im/telegram-desktop-bin-6.3.4

Description

Official desktop client for Telegram (binary package)

Added to portage

2025-11-27

uv - 0.9.13
Ebuild name:

dev-python/uv-0.9.13

Description

A Python package installer and resolver, written in Rust

Added to portage

2025-11-27

uv-build - 0.9.13
Ebuild name:

dev-python/uv-build-0.9.13

Description

PEP517 uv build backend

Added to portage

2025-11-27

vlc - 3.0.22_rc2
Ebuild name:

media-video/vlc-3.0.22_rc2

Description

Media player and framework with support for most multimedia files and st

Added to portage

2025-11-27

wayland-utils - 1.3.0
Ebuild name:

app-misc/wayland-utils-1.3.0

Description

Display information about supported Wayland protocols and current comp

Added to portage

2025-11-27

xorg-server - 21.1.21
Ebuild name:

x11-base/xorg-server-21.1.21

Description

X.Org X servers

Added to portage

2025-11-27

zlib-ng - 2.3.1
Ebuild name:

sys-libs/zlib-ng-2.3.1

Description

Fork of the zlib data compression library

Added to portage

2025-11-27

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