From 9c64748f2f1de9a4d09da1a8e8590067d5a24b41 Mon Sep 17 00:00:00 2001 From: Ionel Andrei Cataon Date: Thu, 15 Jan 2026 19:09:39 +0200 Subject: [PATCH] Updated --- Docker/dockertests/Dockerfile | 8 + Project/Dockerfile | 5 + Project/project.html | 248 ++++++++++++++++++ Ubuntu-nettools/Dockerfile | 22 ++ bandit.txt | 4 + dockerUS/Dockerfile | 0 dockerUS/index.html | 186 +++++++++++++ first_gitea | 1 + .../copilot-worktree-2026-01-15T14-43-39 | 1 + it_school.code-workspace | 7 + 10 files changed, 482 insertions(+) create mode 100644 Docker/dockertests/Dockerfile create mode 100644 Project/Dockerfile create mode 100644 Project/project.html create mode 100644 Ubuntu-nettools/Dockerfile create mode 100644 bandit.txt create mode 100644 dockerUS/Dockerfile create mode 100644 dockerUS/index.html create mode 160000 first_gitea create mode 160000 first_gitea.worktrees/copilot-worktree-2026-01-15T14-43-39 create mode 100644 it_school.code-workspace diff --git a/Docker/dockertests/Dockerfile b/Docker/dockertests/Dockerfile new file mode 100644 index 0000000..e933c2c --- /dev/null +++ b/Docker/dockertests/Dockerfile @@ -0,0 +1,8 @@ +FROM nginx:alpine + +COPY index.html /usr/share/nginx/html/ + styles.css + +EXPOSE 80 + +CMD ["nginx", "-g", "daemon off;"] \ No newline at end of file diff --git a/Project/Dockerfile b/Project/Dockerfile new file mode 100644 index 0000000..73bdc35 --- /dev/null +++ b/Project/Dockerfile @@ -0,0 +1,5 @@ +FROM nginx:1.29.4 + +WORKDIR /usr/share/nginx/html +COPY project.html index.html +EXPOSE 80 \ No newline at end of file diff --git a/Project/project.html b/Project/project.html new file mode 100644 index 0000000..3150c7d --- /dev/null +++ b/Project/project.html @@ -0,0 +1,248 @@ + + + + + + Professional Calculator + + + +
+

🧮 Professional Calculator

+
Question 1 of 10
+ +
+
+

+
+ + + +
+ + +
+
+ +
+

🎉 Congratulations!

+

You've completed all 10 equations!

+ +
+
+ + + + \ No newline at end of file diff --git a/Ubuntu-nettools/Dockerfile b/Ubuntu-nettools/Dockerfile new file mode 100644 index 0000000..9bea177 --- /dev/null +++ b/Ubuntu-nettools/Dockerfile @@ -0,0 +1,22 @@ +FROM ubuntu:24.04 + +RUN apt-get update && \ + apt-get dist-upgrade -y && \ + apt-get install -y \ + net-tools \ + vim \ + ca-certificates \ + iputils-ping \ + iputils-tracepath \ + iproute2 \ + curl \ + wget \ + git \ + telnet \ + dnsutils + +RUN useradd -ms /bin/bash netops + +USER netops + +WORKDIR /home/netops \ No newline at end of file diff --git a/bandit.txt b/bandit.txt new file mode 100644 index 0000000..883bd27 --- /dev/null +++ b/bandit.txt @@ -0,0 +1,4 @@ +SSH info: +Host: bandit5@bandit.labs.overthewire.org +PW: 4oQYVPkxZOOEOO5pTW81FB8j8lxXGUQw + diff --git a/dockerUS/Dockerfile b/dockerUS/Dockerfile new file mode 100644 index 0000000..e69de29 diff --git a/dockerUS/index.html b/dockerUS/index.html new file mode 100644 index 0000000..c341c9d --- /dev/null +++ b/dockerUS/index.html @@ -0,0 +1,186 @@ + + + + + + News - January 15, 2026 + + + +
+

Daily News

+

Top 10 Stories - January 15, 2026

+
+ +
+
+

Global Climate Summit Reaches Historic Agreement

+

World leaders have unanimously approved a groundbreaking climate accord aimed at accelerating carbon neutrality by 2040, marking a significant milestone in international environmental cooperation.

+ Read More +
+ +
+

AI Breakthrough in Medical Diagnostics

+

A new artificial intelligence system has demonstrated 99% accuracy in early cancer detection, promising to revolutionize medical screening processes worldwide.

+ Read More +
+ +
+

Space Exploration: First Crewed Mars Base Operational

+

The international space community celebrates as the first permanently inhabited base on Mars becomes fully operational with 12 astronauts from various nations.

+ Read More +
+ +
+

Quantum Computing Milestone Achieved

+

Researchers have successfully demonstrated the first practical quantum computer capable of solving real-world problems faster than classical supercomputers.

+ Read More +
+ +
+

Global Economic Recovery Accelerates

+

International markets show strong growth as emerging economies lead recovery efforts, with GDP growth exceeding predictions across all major regions.

+ Read More +
+ +
+

Revolutionary Battery Technology Extends EV Range

+

A new solid-state battery design allows electric vehicles to travel over 1000 miles on a single charge, accelerating global automotive transformation.

+ Read More +
+ +
+

Breakthrough in Renewable Energy Storage

+

Scientists announce a new method for storing renewable energy that is 40% more efficient than existing solutions, addressing the intermittency challenge.

+ Read More +
+ +
+

Global Education Initiative Bridges Digital Divide

+

A new international program provides free high-speed internet access to over 500 million students in underserved communities across 150 countries.

+ Read More +
+ +
+

Major Disease Eradication Campaign Succeeds

+

Public health officials announce the successful eradication of a major infectious disease, marking only the second disease to be completely eliminated in human history.

+ Read More +
+ +
+

Sustainable Agriculture Transforms Food Production

+

New agricultural techniques increase crop yields by 60% while reducing water consumption and environmental impact, offering solutions to global food security challenges.

+ Read More +
+
+ + + + \ No newline at end of file diff --git a/first_gitea b/first_gitea new file mode 160000 index 0000000..c23a81d --- /dev/null +++ b/first_gitea @@ -0,0 +1 @@ +Subproject commit c23a81d8e13da84a423b1a32ad9e7411675d5fba diff --git a/first_gitea.worktrees/copilot-worktree-2026-01-15T14-43-39 b/first_gitea.worktrees/copilot-worktree-2026-01-15T14-43-39 new file mode 160000 index 0000000..c23a81d --- /dev/null +++ b/first_gitea.worktrees/copilot-worktree-2026-01-15T14-43-39 @@ -0,0 +1 @@ +Subproject commit c23a81d8e13da84a423b1a32ad9e7411675d5fba diff --git a/it_school.code-workspace b/it_school.code-workspace new file mode 100644 index 0000000..362d7c2 --- /dev/null +++ b/it_school.code-workspace @@ -0,0 +1,7 @@ +{ + "folders": [ + { + "path": "." + } + ] +} \ No newline at end of file