Difference between revisions of "Ubuntu"

Jump to navigation Jump to search
315 bytes added ,  12:00, 10 January 2011
→‎Random Settings: Added "Locale"
(→‎Random Settings: Added "Proxy Server")
(→‎Random Settings: Added "Locale")
Line 154: Line 154:


== Random Settings ==
== Random Settings ==
=== Locale ===
To change the local '''time-zone''' use...
* <code> dpkg-reconfigure tzdata </code>
To change the keyboard layout in use...
* <code> dpkg-reconfigure console-data </code>
...if <code> console-data </code> isn't installed, use...
* <code> apt-get install console-data </code>
...and reboot to apply
=== <code>\tmp</code> Boot Time Clean-up ===
=== <code>\tmp</code> Boot Time Clean-up ===
The files in <code>/tmp</code> get deleted if their last modification time is more than <code>TMPTIME</code> days ago.
The files in <code>/tmp</code> get deleted if their last modification time is more than <code>TMPTIME</code> days ago.

Navigation menu