Sujet : Re: Linux upgrade.
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.os.linux.miscDate : 24. Dec 2024, 03:24:37
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vkd614$1gfpo$3@dont-email.me>
References : 1 2 3 4 5 6
User-Agent : Pan/0.161 (Chasiv Yar; )
On 24 Dec 2024 02:08:42 GMT, vallor wrote:
On Tue, 24 Dec 2024 00:27:12 -0000 (UTC), Lawrence D'Oliveiro
<ldo@nz.invalid> wrote in <vkcv50$1f4ve$2@dont-email.me>:
And here’s another tip: before modifying anything in /etc, I try to
make a backup copy with the suffix “-orig” attached. That way, it’s
easy to find all the places I’ve customized the config, with a simple
command like
find /etc -iname \*-orig
Or you could:
# mkdir RCS ...
Some people use Git. Why be satisfied with half-measures?