Dwelling in the Dream

July 11, 2006

Setting the Date and Time

Filed under: Computer, Linux — wrjih @ 9:27 pm

The date MMDDHHmmYYYY can change the system date and time.

$ date 071121282006
Tue Jul 11 21:28:00 CST 2006

Note: Only the super user (i.e. root) has the right to change the system date.

Shutdown Linux

Filed under: Computer, Linux — wrjih @ 9:19 pm

Shutdown at a specified date-time :

$ sudo at MMDDYY
at> shutdown -P hh:mm
at> press Ctrl-D

January 10, 2005

Display Chinese characters in Samba client

Filed under: Computer, Linux — wrjih @ 1:29 pm

The Chinese characters can not show properly on Samba client. This problem is caused by the Samba 3.0 (or later version) do not support the parameter code page. Insert the following lines into the smb.conf:

  • unix charset = big5
  • dos charset = big5

It work properly now!!

Blog at WordPress.com.