Difference between pages "Configuration" and "DISTRIBUTIONS"

From Linuxintro
(Difference between pages)
imported>ThorstenStaerk
(example for setting the console language)
 
imported>ThorstenStaerk
(Redirected page to Distro-command-translations)
 
Line 1: Line 1:
= Set english as system language =
+
#REDIRECT [[Distro-command-translations]]
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
 
 
 
== example ==
 
<pre>
 
bootstick@bootstick:~$ echo "hello" >/proc/cmdline
 
bash: /proc/cmdline: Keine Berechtigung
 
bootstick@bootstick:~$ export LANG=C
 
bootstick@bootstick:~$ echo "hello" >/proc/cmdline
 
bash: /proc/cmdline: Permission denied
 
bootstick@bootstick:~$
 
</pre>
 
 
 
= Find out where configuration changes are stored =
 
See [[find out where configuration changes are stored|here]]
 
 
 
= Schedule tasks =
 
To schedule tasks to be execute at boot, during login or at a specific time see [[scheduling tasks]].
 

Latest revision as of 05:54, 8 September 2012