From 0a54467d2b71f1fde7e1624109823c933f1fc27f Mon Sep 17 00:00:00 2001 From: AbhilashaNehra119 <105879400+AbhilashaNehra119@users.noreply.github.com> Date: Fri, 20 May 2022 01:29:38 +0530 Subject: [PATCH] abhilisha --- answer.md | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 answer.md diff --git a/answer.md b/answer.md new file mode 100644 index 0000000..6e159d7 --- /dev/null +++ b/answer.md @@ -0,0 +1,59 @@ +Name :- Abhilash Nehra +Year :- 2nd Year +Branch :- computer Science (cs-A) + + +My approch (steps and commands):- +step 1: (inititalization) + +1) Forked the reposetory :- hack-sprint-path-finder +2) clone the repo by :- git clone https://github.com/NJ8875/hack-sprint-path-finder.git +3) Created a new Branch by using command :- git checkout -b abhilasha_nehra +4) Checking Git status:- git log +4) created answer.md : Touch answer.md + +step 2: (connecting to the ssh Network ) + +1) Connecting to the machine : ssh lincomarya@3.111.209.97 +password-(as provided by the community) + +step 3: (aprroch to solve the problem) +ls - To lis all the dicectory peresent in the machine + +1) found dir name college +2)cd college (to change the directory) +3)ls (to check the items in college +4)cat readme.txt (To read the text in file ) +5)cd Hostel (as written in the readme.txt in college directory) +6)again found readme.txt :- cat readme.txt(to see the content) +7)cd sqrt +8)Founded a gpg file (Basically gpg is used to encrypt the data) +9)To decrypt gpg file we use the command gpg File_name +10)gpg readme..txt +11)gpg -d readme.txt.gpg (To decrypt the gpg file) the key was 4 (answer t=of the duck riddle ) +12)change dir to '2ndyear' +13)gpg -d readme.txt (password - : linustorvalsslavrotsunil) +14)changed directory to /college/depts/ (as instructed) +15)cat readme (to read the file in that directory) +16)cd cs/2ndyear +17)gpg -d readme.txt.gpg (password : - Tdngnrngnfgllcyr29) +18)cd dbms (as instruction provided) +19)gpg -d readme.txt(password -ate) +20)change directory to vlsilab as instructed +21)gpg -d readme.txt.gpg (password: 10239) +22)visit /college/depts/cs/2ndyear/thermlab directory as written in instruction +23)gpg -d readme.txt.gpg (password:- 76105110991111099651141219719052022) +24)Changed the directory to javalab (as instruction provided) +25)gpg -d readme.txt.gpg (password :- kernel) + +26)cd nplab (changed directory to nplab(as instruction provided)) +27)gpg -d readme.txt.gpg(password :- 3112) +28)changed directory to delab (as instruction provided in hint) +29)gpg -d readme.txt.gpg (password:- 2777) +30)change directory to oopslab (as instruction provided in readme.txt.gpg) + +31)gpg -d readme.txt.gpg (password:- 4861636B537072696E7422025091) +32) Now finally i got the instruction which tell me to go in mess directory and at last we have to decrypt the mess for that +cd hostel/mess +ls +33)gpg -d 2ndyear.txt.gpg (password:-2777) \ No newline at end of file