You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// import { Typewriter } from "react-simple-typewriter";
7
7
exportdefaultfunctionCli(){
8
8
constcommandHandler=(text)=>{
9
9
// console.log("executing: ", text);
@@ -60,22 +60,6 @@ export default function Cli() {
60
60
break;
61
61
62
62
case"event-list":
63
-
// response = (
64
-
// <div>
65
-
// <ul>
66
-
// <li>00: Adrenaline/FOSS Day</li>
67
-
// <li>01: Rescue Tux</li>
68
-
// <li>02: Cyber-0-Day</li>
69
-
// <li>03: Hackers' Horizon</li>
70
-
// <li>04: GSOC Made Easy</li>
71
-
// <li>05: LINUX Installation Booth</li>
72
-
// <li>06: Password</li>
73
-
// <li>07: Cyber-0-Day 2.0</li>
74
-
// <li>08: Password 2024</li>
75
-
// <li>09: FOSSit 2024</li>
76
-
// </ul>
77
-
// </div>
78
-
// );
79
63
response=(
80
64
<div>
81
65
<ul>
@@ -98,26 +82,32 @@ export default function Cli() {
98
82
response=
99
83
"Held on the 17th March, 2022, Adreanline/FOSS Day was a one-day event for participants to show-off their familiarity with open-source technologies. Participants gathered to demonstrate their projects to an industry expert.";
100
84
break;
85
+
101
86
case"man rescue-tux":
102
87
response=
103
88
"Rescue The Tux event, generously sponsored by GeeksForGeeks, was an opportunity to bring together participants for an immersive Linux competition, introducing them to the world of Linux and Open Source Software.";
104
89
break;
90
+
105
91
case"man cyber-0-day":
106
92
response=
107
93
"Cyber-0-Day 2.0, the flagship event of Technovit, took our future hackers on a riveting expedition into the world of cybersecurity. Held at the grand Netaji Auditorium, this 24-hour tech marathon was an unforgettable experience.The event commenced with a knowledge-packed workshop covering five key topics: Linux fundamentals, OSINT reconnaissance, Web exploitation, cryptography, and Binary exploitation. Participants absorbed valuable insights and honed their skills during these interactive as well as hands-on sessions. Our tech team was active throughout the sessions assisting them with their doubts.";
108
94
break;
95
+
109
96
case"man hackers-horizon":
110
97
response=
111
98
'The Linux Club organized a highly successful two-day event, "Hackers Horizon" on 11th and 12th February 2023, featuring a full hands-on hacking session led by the esteemed Mr. Ankit Singh, a renowned cybersecurity expert and a top 50 Bugcrowd hacker globally.';
112
99
break;
100
+
113
101
case"man gsoc-made-easy":
114
102
response=
115
-
"Linux Club, VIT Chennai successfully organised “Google Summer of Code Made Easy”, purpose of the event was to guide students about GSOC. Beleswar Prasad Padhi, president of LINUX CLUB was speaker of the event, he participated in GSoC and contributed to the well-known Metasploit cybersecurity framework";
103
+
"Linux Club, VIT Chennai successfully organised “Google Summer of Code Made Easy”, purpose of the event was to guide students about GSOC. Beleswar Prasad Padhi, president of LINUX CLUB was speaker of the event, he participated in GSoC and contributed to the well-known Metasploit cybersecurity framework";
116
104
break;
105
+
117
106
case"man linux-installation-booth":
118
107
response=
119
108
"Linux Club, VIT Chennai successfully organised “LINUX INSTALLATION BOOTH”, where we helped students both install Linux OS and dual boot their systems. Our aim was to make Linux accessible to everyone, regardless of their technical background, and we are proud to say that we achieved this goal. During the event, we provided step-by-step guidance and assistance to students installing Linux on their systems. We welcomed more than 200 participants. It was amazing to see the enthusiasm and curiosity of the students who participated in the booth. Many of them were interested in learning more about Linux and its potential.";
120
109
break;
110
+
121
111
case"man password":
122
112
response=
123
113
"Password in this event participants will have the opportunity to engage in hands-on workshops, where they can learn practical skills related to cybersecurity. These workshops will cover areas like cryptography, penetration testing, and incident response";
@@ -127,10 +117,12 @@ export default function Cli() {
127
117
response=
128
118
"Cyber-0-Day 2.0, the flagship event of Technovit, took our future hackers on a riveting expedition into the world of cybersecurity. Held at the grand Netaji Auditorium, this 24-hour tech marathon was an unforgettable experience.The event commenced with a knowledge-packed workshop covering five key topics: Linux fundamentals, OSINT reconnaissance, Web exploitation, cryptography, and Binary exploitation. Participants absorbed valuable insights and honed their skills during these interactive as well as hands-on sessions. Our tech team was active throughout the sessions assisting them with their doubts.";
129
119
break;
120
+
130
121
case"man password2":
131
122
response=
132
123
"The club's flagship event for the academic year, Password 2.0 saw engaging workshops, the official launch of StratOS and a novel attack and defense based CTF round covering the wide field of cybersecurity";
133
124
break;
125
+
134
126
case"man fossit":
135
127
response=
136
128
"FOSSit '24 was a 24-hour Open Source marathon aimed towards introducing the participants to the different aspects of Free and Open Source Software. With workshops, competition, collaboration, the event encapsulated the world of FOSS into a informative and fun experience.";
@@ -206,14 +198,16 @@ export default function Cli() {
206
198
<li>rm: Remove files or directories. rm file_name</li>
207
199
<li>cp: Copy files or directories. cp source destination</li>
208
200
<li>
209
-
{" "}
210
201
mv: Move or rename files or directories. mv old_name new_name
211
202
</li>
212
203
<li>
213
204
touch: Create an empty file or update the access and
214
205
modification times of a file. touch filename
215
206
</li>
216
-
<li>cat: Display the contents of a file. cat filename</li>
207
+
<li>
208
+
cat: Display the contents of a file. cat filename example: cat
209
+
level_8
210
+
</li>
217
211
<li>
218
212
echo: Display a message or concatenate files. echo "Hello,
219
213
Linux!"
@@ -222,7 +216,6 @@ export default function Cli() {
222
216
</div>
223
217
);
224
218
break;
225
-
``;
226
219
227
220
case"board-member":
228
221
response=(
@@ -289,6 +282,52 @@ export default function Cli() {
0 commit comments