The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Difference between revisions of "Install/Setting the Date/pl"
(Created page with "<includeonly> == Ustawianie Daty == </includeonly><noinclude><languages/> = Przewodnik Instalacji: Ustawianie Daty =") |
(Created page with "{{Important|Jeżeli data i godzina w Twoim systemie jest odległa od aktualnej (zwykle o miesiące lub lata,) może to uniemożliwić 'Portage' prawidłowe pobieranie paczek (...") |
||
Line 6: | Line 6: | ||
{{InstallNavigation|num=7|prev=Mounting Filesystems|next=Download and Extract Stage3}}</noinclude> | {{InstallNavigation|num=7|prev=Mounting Filesystems|next=Download and Extract Stage3}}</noinclude> | ||
{{Important| | {{Important|Jeżeli data i godzina w Twoim systemie jest odległa od aktualnej (zwykle o miesiące lub lata,) może to uniemożliwić 'Portage' prawidłowe pobieranie paczek (tarballs) z kodem źródłowym Wynika to z faktu, że niektóre archiwa są pobierane przez HTTPS, który używa certyfikatów SSL i są one oznaczone datą aktywacji i wygaśnięcia. Jeśli jednak czas systemowy jest stosunkowo bliski poprawnemu, prawdopodobnie na razie możesz pominąć ten krok.}} | ||
Now is a good time to verify the date and time are correctly set to UTC. Use the {{c|date}} command to verify the date and time: | Now is a good time to verify the date and time are correctly set to UTC. Use the {{c|date}} command to verify the date and time: |
Revision as of 19:24, May 6, 2020
Przewodnik Instalacji: Ustawianie Daty
Install Guide, Chapter 7 | < Prev | Next > |
Jeżeli data i godzina w Twoim systemie jest odległa od aktualnej (zwykle o miesiące lub lata,) może to uniemożliwić 'Portage' prawidłowe pobieranie paczek (tarballs) z kodem źródłowym Wynika to z faktu, że niektóre archiwa są pobierane przez HTTPS, który używa certyfikatów SSL i są one oznaczone datą aktywacji i wygaśnięcia. Jeśli jednak czas systemowy jest stosunkowo bliski poprawnemu, prawdopodobnie na razie możesz pominąć ten krok.
Now is a good time to verify the date and time are correctly set to UTC. Use the date
command to verify the date and time:
root # date Fri Jul 15 19:47:18 UTC 2011
If the date and/or time need to be corrected, do so using date MMDDhhmmYYYY
, keeping in mind hhmm
are in 24-hour format. The example below changes the date and time to "July 16th, 2011 @ 8:00PM" UTC:
root # date 071620002011 Fri Jul 16 20:00:00 UTC 2011
Once you have set the system clock, it's a very good idea to copy the time to the hardware clock, so it persists across reboots:
root # hwclock --systohc
Install Guide, Chapter 7 | < Prev | Next > |