PuTTY Fatal Error: Network Error: Software Caused Connection Abort

Configure PuTTY Select your connection, load itIn the left-hand menu pane, select ConnectionIn the field beside Seconds between keepalives, enter 5.Check Enable TCP Keepalives (SO_KEEPALIVE option)Now click Open and leave the SSH connection idle for a while to see if it stays up.If you are using a PuTTY session profile, don’t forget to Save your […]

5 min Kotlin and AdopOpenJDK and make jar (Extended import java.util.*)

Files after download Download AdoptOpenJDK AdoptOpenJDK – Open source, prebuilt OpenJDK binaries OpenJDK11U-jdk_x64_windows_hotspot_11.0.13_8.msi On install:Add to PATH, Set JAVA_HOME on local HD. C:\Users\username>java -versionopenjdk version “11.0.13” 2021-10-19OpenJDK Runtime Environment Temurin-11.0.13+8 (build 11.0.13+8)OpenJDK 64-Bit Server VM Temurin-11.0.13+8 (build 11.0.13+8, mixed mode Download Kotlin zip Release Kotlin 1.6.10 · JetBrains/kotlin (github.com) kotlin-compiler-1.6.10.zip unzip it somewhere C:\giti2021\Kotlins\kotlin-compiler-1.6.10\kotlinc Add […]

Kotlin and AdoptOpenJDK with compile for jar. (Extended with Eclipse and AdoptOpenJDK)

AdoptOpenJDK – Open source, prebuilt OpenJDK binaries OpenJDK11U-jdk_x64_windows_hotspot_11.0.13_8.msi Add to PATH, Set JAVA_HOME on local HD. Release Kotlin 1.6.10 · JetBrains/kotlin (github.com) Download Kotlin Download and unzip it C:\giti2021\Kotlins\kotlin-compiler-1.6.10\kotlinc Click on the Edit environment variables for your account shortcut. Enter “KOTLIN_HOME” as variable name. Enter the [KOTLIN_INSTALL_DIR] as variable value. Next, we need to configure the PATH […]

Passing JVM arguments to Tomcat when running as a service

java – Passing JVM arguments to Tomcat when running as a service? – Stack Overflow In your Tomcat /bin folder, you should have a tomcat5w.exe admin app (or in later versions tomcat6w.ex, tomcat8w.exe, etc). Go to the Java tab and add the args in the “Java Options:” box.

icacls 5 min

icacls is a command-line utility that can be used to modify NTFS file system permissions in Windows Server 2003 SP2, Windows Server 2008, Windows Vista and Windows 7. It builds on the functionality of similar previous utilities, including cacls, Xcacls.exe, Cacls.exe, and Xcacls.vbs. With icacls, administrators can view or modify access control lists for files […]

5 min data storage approach in Azure decision tree

Case: https://docs.microsoft.com/en-us/learn/modules/choose-storage-approach-in-azure/ Data classification:The key factors to consider in deciding on the optimal storage solution are: how to classify your data, how your data will be used, and how you can get the best performance for your application. Structured (SQL, RDBMS) Semi-structured (key/value, NOSQL, serialization language, XML,JSON, YAML) Unstructured (media, word, text, log) What are […]