meta data for this page
  •  

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
linux:prepare:prepare [2022/01/14 10:47]
niziak [Polish & locales]
linux:prepare:prepare [2023/07/30 08:53] (current)
niziak
Line 2: Line 2:
  
 ===== Basic ===== ===== Basic =====
 +
 +==== default EDITOR ====
 +<code bash>
 +sudo update-alternatives --list editor
 +sudo update-alternatives --config editor
 +</​code>​
  
 ==== set umask ==== ==== set umask ====
Line 179: Line 185:
  
  
 +==== mandb ====
  
 +Disable mandb updates after apt:
 +<code bash>​echo "set man-db/​auto-update false" | debconf-communicate;​ dpkg-reconfigure man-db</​code>​