Difference between revisions of "Configuration"

From Linuxintro
imported>ThorstenStaerk
Line 8: Line 8:
 
  LANG=C
 
  LANG=C
  
* [[find out where configuration changes are stored]]
+
= Find out where configuration changes are stored =
 +
See [[find out where configuration changes are stored|here]]

Revision as of 21:32, 19 December 2011

Set english as system language

Example for a bad translation

$ cat /dev/net/tun
Die Dateizugriffsnummer ist in schlechter Verfassung

So let's set the system language to english:

$ cat /etc/environment

there must not be anything but

LANG=C

Find out where configuration changes are stored

See here