From dcd5dfceb2794fee9619975265c90318d28fe80b Mon Sep 17 00:00:00 2001
From: mamunozgil <miguel.munoz-gil@hft-stuttgart.de>
Date: Mon, 2 Dec 2024 14:58:53 +0100
Subject: [PATCH] installation and moodle changes

---
 .../0-installation-basic-first-steps.md             | 13 ++++++++++++-
 cota-frontend/0-moodle-http-security.md             |  1 +
 2 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/Installation-and-set-up/0-installation-basic-first-steps.md b/Installation-and-set-up/0-installation-basic-first-steps.md
index 38a86a5..7643a10 100644
--- a/Installation-and-set-up/0-installation-basic-first-steps.md
+++ b/Installation-and-set-up/0-installation-basic-first-steps.md
@@ -80,4 +80,15 @@ Download and install the following:
      sudo ln -s /opt/eclipse/eclipse /usr/local/bin/eclipse
      ```
 
----
\ No newline at end of file
+---
+## Personal IDE Choice (VSC):
+
+- Install snap package manager with:
+ ```bash
+   sudo apt update
+   sudo apt install snapd
+```
+
+```bash
+sudo snap install code --classic
+```
diff --git a/cota-frontend/0-moodle-http-security.md b/cota-frontend/0-moodle-http-security.md
index e69de29..63417db 100644
--- a/cota-frontend/0-moodle-http-security.md
+++ b/cota-frontend/0-moodle-http-security.md
@@ -0,0 +1 @@
+## Delete every blocked ip adress and port in HTTP Security
-- 
GitLab