Setting ntpclient on Tiny Core Linux

Sometimes it is annoying to have unsynchronized clock on the system, especially if your mainboard is old and the BIOS battery don’t hold the charge very long. Fortunately there is a program to automatically synchronize the system time on Tiny Core Linux. Here is how I installed and configured it:

1. Install ntpclient on boot:

ntpclient01

2. With your favourite editor, create a script file called “ntpclient_startup” on directory “~/.X.d”:

ntpclient02

3. Save it and make it executable.

4. Restart your system.

5. That’s it!