System administration: Difference between revisions

Jump to navigation Jump to search
→‎keyboard shortcuts: add split window commands
Tags: Mobile edit Mobile web edit
Tags: Mobile edit Mobile web edit
Line 173: Line 173:
== Reconfigure console font ==
== Reconfigure console font ==


<syntaxhighlight lang="bash">
<source lang="bash">
$ dpkg-reconfigure console-setup
$ dpkg-reconfigure console-setup
</syntaxhighlight>
</source>
 
== Change the default editor ==
 
Used by visudo and other programs for invoking an editor.
 
<source lang="bash">
$ sudo update-alternatives --config editor
</source>


== Change time zone ==
== Change time zone ==

Navigation menu