rzhugging commited on
Commit
6778c09
·
verified ·
1 Parent(s): 9da7fc8

Add README

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ tags:
4
+ - developer-tools
5
+ - elasticsearch
6
+ - elk
7
+ - java
8
+ - vscode
9
+ ---
10
+
11
+ # dev-3
12
+
13
+ Offline developer toolkit bundle (five zips). Korea-related content removed per request.
14
+
15
+ - **elk-stack.zip** - Elasticsearch + Kibana + Logstash **9.4.0**, Linux `.tar.gz` + Windows `.zip` for all three, with SHA-512 checksums. (9.4.0 is the latest version published on Elastic's public download CDN.)
16
+ - **elastic-docs.zip** - official Elastic documentation source (github.com/elastic/docs-content), browsable offline.
17
+ - **elk-references.zip** - *Elasticsearch: The Definitive Guide* (free, open-licensed) + REFERENCES.md.
18
+ - **java.zip** - Eclipse Temurin JDK **8, 11, 17, 21**, Linux + Windows x64.
19
+ - **vscode-extensions.zip** - open-source VS Code extensions (.vsix from Open VSX): git (GitLens, Git History, Git Graph), web/MERN (Prettier, ESLint, React, Tailwind, MongoDB), Python (Ruff + helpers), Java (redhat.java pack, Maven, Gradle, XML), and linting/quality tools, plus `install-all.sh`. Microsoft-proprietary extensions (Pylance, ms-python.*) are excluded - their licence forbids redistribution; install them from the VS Code Marketplace (free).