s i s t e m a o p e r a c i o n a l m a g n u x l i n u x | ~/ · documentação · suporte · sobre |
Next
Previous
Contents
4. Miscellaneous problems4.1 Time zoneDenmark is placed in the Central European Time zone (CET or MET,) which (in
the winter) is equivalent to Greenwich Mean Time plus 1 (GMT+1.) You set
the time zone on a Linux system by making a symbolic link between
ln -sf /usr/lib/zoneinfo/MET /etc/localtimeor ln -sf /usr/lib/zoneinfo/Europe/Copenhagen /etc/localtime This automatically sets Daylight Saving Time (GMT+2) in the summer. You synchronize the system time with the CMOS clock by issuing the command
clock -u -sor if your CMOS clock is set to local time use clock -s
4.2 A4 papersize
4.3 Text file formats for other platformsYou can translate files between an ISO-8859-1 formatted text file and
e.g. a DOS text file using codepage 850 with the recode cp850:latin1 foo.txt
Next Previous Contents |