From d050afd31fa0ceff24f5796fa13d89734724f1ac Mon Sep 17 00:00:00 2001 From: Philippe Favre Date: Mon, 21 Oct 2024 19:02:23 +0200 Subject: [PATCH] vim text replacement with nano. --- miscellaneous/full_disk_encryption_remote_unlock_luks.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/miscellaneous/full_disk_encryption_remote_unlock_luks.md b/miscellaneous/full_disk_encryption_remote_unlock_luks.md index 1bc98ec..182fb83 100644 --- a/miscellaneous/full_disk_encryption_remote_unlock_luks.md +++ b/miscellaneous/full_disk_encryption_remote_unlock_luks.md @@ -33,11 +33,11 @@ Modify the Dropbear configuration file to ensure it is set up correctly at boot ``` - Edit the configuration file: ```sh - sudo vim config + sudo nano config ``` **Or**, for newer versions: ```sh - sudo vim dropbear.conf + sudo nano dropbear.conf ``` - Add or modify the following options: ``` @@ -52,7 +52,7 @@ Modify the Dropbear configuration file to ensure it is set up correctly at boot If your server is located in a data center or an environment where a fixed IP address is required, it is recommended to configure a static IP: - Edit the file `/etc/initramfs-tools/initramfs.conf`: ```sh - sudo vim /etc/initramfs-tools/initramfs.conf + sudo nano /etc/initramfs-tools/initramfs.conf ``` - Add the static IP configuration: ```