memory-leaks

Still reachable: lots of words in many pages.
git clone https://git.kevinlegouguec.net/memory-leaks
Log | Files | Refs | README | LICENSE

commit b1e22d6007297e131d5de0cee06f1d5cafda4e01
parent e12eaaa243378b4057e2623ac3b2655a46f4b2aa
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Sun, 19 Jan 2025 11:34:55 +0100

Remark lack of keyboard tools on OVH Debian images

Diffstat:
Mguides/sysadmin/cloud/vps.org | 10++++++++++
1 file changed, 10 insertions(+), 0 deletions(-)

diff --git a/guides/sysadmin/cloud/vps.org b/guides/sysadmin/cloud/vps.org @@ -43,6 +43,16 @@ sudo hostnamectl set-hostname $DOMAIN sudo timedatectl set-timezone $tz #+end_src +** Console keyboard +To avoid stammering at the OVH KVM console: +#+begin_src sh +sudo apt install console-setup keyboard-configuration +# Pick "French - French (legacy, alt.)" for fr latin9. +# To bring up this selection again: +sudo dpkg-reconfigure keyboard-configuration +#+end_src +Then add =ctrl:nocaps= to =XKBOPTIONS= in =/etc/default/keyboard=, +=setupcon= in the KVM console, reboot. * Services ** Web server Run ~sudo apt install nginx~; then, in