␡
- Many Platforms Make Light Work
- Linux: Where to Place Your Software
- Download a Copy of Your Required Linux Distribution
- Getting any Updates for Your Linux System
- Setting the Linux Date and Time
- Getting Out of Linux Back to Windows
- Installing a Desktop GUI on Your Linux System
- Downloading and Installing the Sun JDK
- Modifying the .profile File
- Testing the Software Installation
- Caution: Modifying the notroot Configuration
- Shutting Down Your Linux System
- Conclusion
Setting the Linux Date and Time
To set the date and time, just run the following command:
sudo dpkg-reconfigure tzdata
A graphical screen will appear, in which you can select your regional settings. To verify that you have the correct settings, just run the following command:
date
When you run the above command after the reconfiguration step, you should see something like this:
Mon Mar 2 14:49:44 GMT 2009-03-02
Obviously, your settings will dictate whether or not your system is on GMT, EST, and so on.