diff --git a/INSTALL_LINUX.md b/INSTALL_LINUX.md index 10d8ed4774a421361cf2edb72a23906a6f7aa9d3..ba9ac60b1c75f8958473e4bfc9364a10c1fd18b5 100644 --- a/INSTALL_LINUX.md +++ b/INSTALL_LINUX.md @@ -1,14 +1,14 @@ # Instructions to install libre.sh on linux with Systemd ## Recommendation -- Systemd (debian 8 or debian 9, CentOS 7 ...) +- Systemd distro (ubuntu server 18.04.3 or debian 9 ) # Installation Where basicly reproduce what the user_data do for us. as root -# configure sshd +# configure sshd (Optional) Don't forget to create the user core and adding your ssh key before You could also remove AllowUsers core or/and change the username. @@ -25,7 +25,7 @@ chmod 600 /etc/ssh/sshd_config systemctl restart sshd ``` -# add kernel parameter +# add kernel parameter (optional but recommended ) ``` cat > /etc/sysctl.d/libresh.conf < /sys/kernel/mm/transparent_hugepage/enabled ``` -# define Localhost +# define Localhost (should not be needed but... ) ``` cat > /etc/hosts <