From e7ebe7e6dae41860e010f5516da0a0e53b45845d Mon Sep 17 00:00:00 2001 From: Kyle Hagerty Date: Thu, 7 May 2020 21:15:13 -0500 Subject: [PATCH] make headers smaller --- Debian/README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Debian/README.md b/Debian/README.md index 5e2b8f4..65b9a0b 100644 --- a/Debian/README.md +++ b/Debian/README.md @@ -2,23 +2,22 @@ This guide will show you how to run the iDRAC6 Java KVM console on Debian. I am sure that it works on other Linux platforms but it has not been tested. This guide assumes you have already cloned the repository into your home directory. -## Download and install the latest version of openjdk: +### Download and install the latest version of openjdk: ``` sudo apt install openjdk-11-jre ``` -## Use your favorite text editor to open java.security at the path below: +### Use your favorite text editor to open java.security at the path below: ``` /etc/java/security/java.security ``` -## Comment out the line in java.security: +### Comment out the line in java.security: ``` # jdk.tls.disabledAlgorithms=SSLv3, RC4, MD5withRSA, DH keySize < 1024, ``` -## Run the connect_idrac_kvm.sh script and enter the IP address and credentials of your iDRAC interface to connect to the network KVM on your Dell Server - +### Run the connect_idrac_kvm.sh script and enter the IP address and credentials of your iDRAC interface to connect to the network KVM on your Dell Server