User Tools

Site Tools


linux:system_config

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
linux:system_config [2017/03/15 10:58]
tkilla [fail2ban]
linux:system_config [2018/10/08 17:05]
tkilla [Date, Time and Timezones]
Line 25: Line 25:
 ===== Date, Time and Timezones ===== ===== Date, Time and Timezones =====
  
-== get date & time ==+==== get date & time ====
  
   date   date
      
-== set date & time ==+==== set date & time ====
  
   date --set 1998-11-02    date --set 1998-11-02 
Line 35: Line 35:
      
      
-== set timezone ==+==== set timezone ====
  
   dpkg-reconfigure tzdata   dpkg-reconfigure tzdata
  
  
-== fix locale ==+ 
 +==== fix locales ====
  
   apt-get install locales   apt-get install locales
Line 46: Line 47:
   locale   locale
  
 +If you still get "unable to set locale, falling back to the default locale", try this:
 +
 +  export LANGUAGE=en_US.UTF-8
 +  export LANG=en_US.UTF-8
 +  export LC_ALL=en_US.UTF-8
 +  locale-gen en_US.UTF-8
  
  
linux/system_config.txt · Last modified: 2019/01/24 21:43 by tkilla