From 3d53aa22da48a26a0a30d7915d9e9c04702d5b56 Mon Sep 17 00:00:00 2001 From: jcShan709 <1826543852@qq.com> Date: Sat, 13 Jul 2024 09:44:21 +0000 Subject: [PATCH] Create jekyll structure --- README.md | 3 ++- _posts/2024-07-13-en.md | 22 ++++++++++++++++++++++ README_zh.md => _posts/2024-07-13-zh.md | 2 +- 3 files changed, 25 insertions(+), 2 deletions(-) create mode 100644 _posts/2024-07-13-en.md rename README_zh.md => _posts/2024-07-13-zh.md (89%) diff --git a/README.md b/README.md index 2c8d8b9..6818da6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -> Language select: English \| [中文](https://github.com/jcshan709/jetbrains-activating-tutorial/tree/main/README_zh.md) +> Visit on [GitHub Pages](https://jcshan709.github.io/jetbrains-activating-tutorial/en) +Language select: English \| [中文](https://jcshan709.github.io/jetbrains-activating-tutorial/zh) # JetBrains Activating Tutorial ### Step 1 - Look up JetBrains License Server diff --git a/_posts/2024-07-13-en.md b/_posts/2024-07-13-en.md new file mode 100644 index 0000000..82b1085 --- /dev/null +++ b/_posts/2024-07-13-en.md @@ -0,0 +1,22 @@ +> Language select: English \| [中文](https://jcshan709.github.io/jetbrains-activating-tutorial/zh) + +# JetBrains Activating Tutorial +### Step 1 - Look up JetBrains License Server +1. Visit [Censys Search](https://search.censys.io/) +2. Input the text below and search: + ```plain + services.http.response.headers.location: account.jetbrains.com/fls-auth + ``` +3. Find a site open on port 80. Click and have a check whether the status code is **302**. If not, find another one. + +![looking up for license servers](https://github.com/user-attachments/assets/d273115b-887e-48ba-9367-376d43a042fe) +![checking whether status is 302](https://github.com/user-attachments/assets/a2cebd5e-0c71-4cca-80b7-84178bbd14cf) + +### Step 2 - Activate your IDE +1. Launch your IDE and select `License Server` in activating page. +2. Copy the address, including protocol (`http://`) (do not include port) and click `Activate` +3. The same to JetBrains Plugins like `Code With Me` +4. If activating failed, find another server and have a try. + +![activating](https://github.com/user-attachments/assets/e36a4dd0-964a-4fd6-b993-443e05f42393) +![activated](https://github.com/user-attachments/assets/0391245c-c324-40f6-981d-02b2d98f662b) diff --git a/README_zh.md b/_posts/2024-07-13-zh.md similarity index 89% rename from README_zh.md rename to _posts/2024-07-13-zh.md index 3b1960f..2127351 100644 --- a/README_zh.md +++ b/_posts/2024-07-13-zh.md @@ -1,4 +1,4 @@ -> Language select: [English](https://github.com/jcshan709/jetbrains-activating-tutorial/tree/main/README.md) \| 中文 +> Language select: [English](https://jcshan709.github.io/jetbrains-activating-tutorial/en) \| 中文 # JetBrains全家桶激活教程 ### Step 1 - 查找许可证服务器