User manual
3 Software Configuration
Configuration Client For client configuration edit /etc/ntp.conf as follows:
### client:/etc/ntp.conf ###############
driftfile /var/lib/ntp/ntp.drift
# NTP-server in LAN
server 192.168.1.1
# Grant access from other NTP-server
restrict 192.168.1.1
# Grant access from localhost (ntpq -p)
restrict 127.0.0.1
# deny access for other peers
restrict default notrust nomodify nopeer
###############################################
Then restart ntpd.
Configuration Server For server configuration edit /etc/ntp.conf as follows:
### server:/etc/ntp.conf ########################
driftfile /var/lib/ntp/ntp.drift
# NTP-server
server ptbtime1.ptb.de
server ptbtime2.ptb.de
# Grant access from other NTP-server
restrict ptbtime1.ptb.de
restrict ptbtime2.ptb.de
# Grant access from localhost (ntpq -p)
restrict 127.0.0.1
# grant access for local network
restrict 192.168.1.0 mask 255.255.255.0
# deny access for other peers
restrict default notrust nomodify nopeer
#################################################
Then restart ntpd.
3.7.9. WindowMaker
Window Maker
22
is an X11 window manager originally designed to provide integration support for
the GNUstep Desktop Environment. In every way possible, it reproduces the elegant look and feel
of the NEXTSTEP[tm] user interface. It is fast, feature rich, easy to configure, and easy to use.
It is also free software, with contributions being made by programmers from around the world.
Window Maker includes compatibility options which allow it to work with other popular desktop
environments, namely GNOME and KDE, and comes with a powerful GUI configuration editor,
called WPrefs, which removes the need to edit text-based config files by hand
22
http://www.windowmaker.info
May 2014 OnRISC User Manual 23