vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| On 3 Sep 2006 12:05:26 -0700, mydejamail@yahoo.co.uk <mydejamail@yahoo.co.uk> wrote: > > How can I change the locale for a server set to a US locale? > > I want to change keyboard, timezone and almost everything imaginable? > It might help if you mention the name of your distro. For Debian-based systems: sudo dpkg-reconfigure locales -- VMS, n.: The world's foremost multi-user adventure game. |
| |||
| I am using CentOS 4.3 Bill Marcum wrote: > On 3 Sep 2006 12:05:26 -0700, mydejamail@yahoo.co.uk > <mydejamail@yahoo.co.uk> wrote: > > > > How can I change the locale for a server set to a US locale? > > > > I want to change keyboard, timezone and almost everything imaginable? > > > It might help if you mention the name of your distro. For Debian-based > systems: > > sudo dpkg-reconfigure locales > > > -- > VMS, n.: > The world's foremost multi-user adventure game. |
| |||
| In comp.os.linux.setup mydejamail@yahoo.co.uk: > Bill Marcum wrote: >> On 3 Sep 2006 12:05:26 -0700, mydejamail@yahoo.co.uk >> <mydejamail@yahoo.co.uk> wrote: >> > How can I change the locale for a server set to a US locale? >> > I want to change keyboard, timezone and almost everything imaginable? >> It might help if you mention the name of your distro. For Debian-based >> systems: >> sudo dpkg-reconfigure locales > I am using CentOS 4.3 You should not leave out such important info in the future. vi /etc/sysconfig/i18n Guess there's some lame GUI tool system-config-language, redhat-config-language or so, not that I'd ever used it. Good luck -- Michael Heiming (X-PGP-Sig > GPG-Key ID: EDD27B94) mail: echo zvpunry@urvzvat.qr | perl -pe 'y/a-z/n-za-m/' #bofh excuse 461: Some people use windows, others have a life. |
| |||
| Michael Heiming wrote: > In comp.os.linux.setup mydejamail@yahoo.co.uk: > > Bill Marcum wrote: > >> On 3 Sep 2006 12:05:26 -0700, mydejamail@yahoo.co.uk > >> <mydejamail@yahoo.co.uk> wrote: > > >> > How can I change the locale for a server set to a US locale? > >> > I want to change keyboard, timezone and almost everything imaginable? > > >> It might help if you mention the name of your distro. For Debian-based > >> systems: > > >> sudo dpkg-reconfigure locales > > > I am using CentOS 4.3 > > You should not leave out such important info in the future. > > vi /etc/sysconfig/i18n > Is there some guide on what the settings mean, and the values to used? I am looking for those applicable to the UK environment. > Guess there's some lame GUI tool system-config-language, > redhat-config-language or so, not that I'd ever used it. > > Good luck > > -- > Michael Heiming (X-PGP-Sig > GPG-Key ID: EDD27B94) > mail: echo zvpunry@urvzvat.qr | perl -pe 'y/a-z/n-za-m/' > #bofh excuse 461: Some people use windows, others have a life. |
| ||||
| In comp.os.linux.setup mydejamail@yahoo.co.uk: > Michael Heiming wrote: >> In comp.os.linux.setup mydejamail@yahoo.co.uk: >> > Bill Marcum wrote: >> >> On 3 Sep 2006 12:05:26 -0700, mydejamail@yahoo.co.uk >> >> <mydejamail@yahoo.co.uk> wrote: >> >> > How can I change the locale for a server set to a US locale? >> >> > I want to change keyboard, timezone and almost everything imaginable? [..] >> > I am using CentOS 4.3 >> You should not leave out such important info in the future. >> vi /etc/sysconfig/i18n > Is there some guide on what the settings mean, and the values to used? > I am looking for those applicable to the UK environment. Iirc the redhat documentation provides an overview about /etc/sysconfig/ files which should mention a few settings. For UK settings, check what is available to you through 'locale -a' ('man locale'). Good luck -- Michael Heiming (X-PGP-Sig > GPG-Key ID: EDD27B94) mail: echo zvpunry@urvzvat.qr | perl -pe 'y/a-z/n-za-m/' #bofh excuse 278: The Dilithium Crystals need to be rotated. |