Difference between pages "Package:Ntp" and "Package:Wgetpaste"

From Funtoo
(Difference between pages)
Jump to navigation Jump to search
m
 
(initial commit)
 
Line 1: Line 1:
{{Ebuild
{{Ebuild
|Summary=Network Time Protocol suite/programs
|Summary=Command-line interface to various pastebins
|CatPkg=net-misc/ntp
|CatPkg=app-text/wgetpaste
|Homepage=http://www.ntp.org/
|Homepage=http://wgetpaste.zlin.dk/
}}
}}
{{PageNeedsUpdates}}


=== Installation ===
=== Installation ===
{{console|body=
{{console|body=###i## emerge app-text/wgetpaste}}
###i## emerge net-misc/ntp
}}


=== Configuration ===
=== Configuration ===
==== Client ====
The ntp-client command immediately synchronizes your clock, and has separate ntp sync settings from the daemon:
{{file|name=/etc/conf.d/ntp-client|lang=|desc=setting ntp-client upstream servers|body=
NTPCLIENT_OPTS="-s -b -u \
0.pool.ntp.org 1.pool.ntp.org \
2.pool.ntp.org 3.pool.ntp.org"
}}
==== Server ====
The ntpd server is also an ntp-client of upstream servers.  Ntpd continuously, and gradually synchronizes the local clock.
{{file|name=/etc/ntp.conf|lang=|desc=setting ntpd upstream servers|body=
# Pools for Gentoo users
server 0.pool.ntp.org
server 1.pool.ntp.org
server 2.pool.ntp.org
server 3.pool.ntp.org
}}
=== Runtime ===
{{console|body=
###i## rc-update add ntpd
###i## rc-update add ntp-client
###i## rc
}}
==== Hardware Clock ====
To write your NTP sync time to the hardware at shutdown, and read hw clock at start.
{{console|body=
###i## echo 'clock_hctosys="YES"' >> /etc/conf.d/hwclock
###i## echo 'clock_hctosys="YES"' >> /etc/conf.d/hwclock
###i## rc-service hwclock restart
###i## rc-update add hwclock boot
}}
=== External Resources ===
http://keetweej.vanheusden.com/query_ntp.php


=== Usage ===
Wgetpaste allows output to be streamed to the pastebin service of your choice.
{{console|body=###i## cat /tmp/emergeinfo.txt | wgetpaste}}
{{EbuildFooter}}
{{EbuildFooter}}

Revision as of 06:25, January 27, 2015

Wgetpaste

   Tip

We welcome improvements to this page. To edit this page, Create a Funtoo account. Then log in and then click here to edit this page. See our editing guidelines to becoming a wiki-editing pro.


Installation

root # emerge app-text/wgetpaste

Configuration

Usage

Wgetpaste allows output to be streamed to the pastebin service of your choice.

root # cat /tmp/emergeinfo.txt