Displaying 5 results from an estimated 5 matches for "darksmil".
Did you mean:
darksmile
2014 Dec 12
0
HOWTO Stratum 1 NTP server under CentOS 7
The right thing to do next is to ask for this change upstream, so people can get regular updates and stay secure.
Lucian
--
Sent from the Delta quadrant using Borg technology!
Nux!
www.nux.ro
----- Original Message -----
> From: "xaos" <xaos at darksmile.net>
> To: centos at centos.org
> Sent: Friday, 12 December, 2014 14:55:12
> Subject: Re: [CentOS] HOWTO Stratum 1 NTP server under CentOS 7
> Alexander,
>
> First off, CentOS7 came with cronyd. Which was very annoying
> because when I tried to remove it, it had 2 prereqs...
2015 Oct 30
0
Screen
...a (to emulate behavior of GNU screen)
unbind C-b
set -g prefix C-a
bind C-a send-prefix
# use vi-like keybindings
set-window-option -g mode-keys vi
# emulate GNU screen's Ctrl-a a sequence to jump to beginning of
# line
bind a send-prefix
On Fri, Oct 30, 2015 at 6:39 AM, xaos <xaos at darksmile.net> wrote:
> Andrew,
>
> Don't do it man. Don't remap screen key sequences.
>
> I had the same issue. This is how I ultimately solved it.
> I mentally trained myself to think of screen
> as a room that I need to do a Ctrl-A in order to get in there.
>
> So, f...
2015 Oct 30
2
Screen
Andrew,
Don't do it man. Don't remap screen key sequences.
I had the same issue. This is how I ultimately solved it.
I mentally trained myself to think of screen
as a room that I need to do a Ctrl-A in order to get in there.
So, for bash, It is NOT a big deal anyway. Train your fingers to do a
Ctrl-A then a
It is just one extra keystroke.
I got used to it within a week.
-George
On
2014 Dec 12
5
HOWTO Stratum 1 NTP server under CentOS 7
Alexander,
First off, CentOS7 came with cronyd. Which was very annoying
because when I tried to remove it, it had 2 prereqs:
anaconda
initial-setup
Now, I don't know why the setup program kept these
2 around. I think CentOS7 needs a bit growing up.
Anyway, I disabled chrony:
systemctl disable time-sync
systemctl stop time-sync
Then I installed ntp. However, when I started it
it seems that
2014 Dec 11
2
HOWTO Stratum 1 NTP server under CentOS 7
Hello everyone,
If anyone is interested, I have created a HOWTO
on running a Motorola GPS receiver connected to
a CentOS 7 box via serial port (com1),
with 1PPS over DCD.
The trick here is that CentOS 7 uses systemd
and setup was a bit different. Anyway,
everything works.
The result is a highly accurate NTP server, Stratum 1.
Here is the documentation.