Results 1 to 1 of 1
Was trying to change clock to "un" UTC my system and found this tutorial. Someone might be able to use it in the future. I changed the default UTC=yes to ...
- 10-19-2011 #1
How I Changed UTC in My Mint Debian
Was trying to change clock to "un" UTC my system and found this tutorial. Someone might be able to use it in the future. I changed the default UTC=yes to no. That's all.
Code:jun@jun@ldme ~ $ su -c 'nano /etc/default/rcS' Password: # # /etc/default/rcS # # Default settings for the scripts in /etc/rcS.d/ # # For information about these variables see the rcS(5) manual page. # # This file belongs to the "initscripts" package. TMPTIME=0 SULOGIN=no DELAYLOGIN=no UTC=no VERBOSE=no FSCKFIX=no RAMRUN=no RAMLOCK=no [ Read 17 lines ] ^G Get Help ^O WriteOut ^R Read File ^Y Prev Page ^K Cut Text ^C Cur Pos ^X Exit ^J Justify ^W Where Is ^V Next Page ^U UnCut Text^T To Spell


Reply With Quote
