From 997c770b006848b23e05d26d13c096493cde3a06 Mon Sep 17 00:00:00 2001 From: aviadfri <100038772+aviadfri@users.noreply.github.com> Date: Fri, 11 Mar 2022 14:02:03 +0200 Subject: [PATCH 1/8] Create aviad --- aviad | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 aviad diff --git a/aviad b/aviad new file mode 100644 index 00000000..5999d5b7 --- /dev/null +++ b/aviad @@ -0,0 +1,11 @@ +aviadfridman@gmail.com + +create a new folder in the name "welcometotheopsjan22" +in the folder write there you go.... what i do + +binari num + +111=7, 100=4, 10110=22 +0-255 +11110110 + From 337b9ab1bc4ff70acfb6b8a28b4bc3593de171da Mon Sep 17 00:00:00 2001 From: aviadfri <100038772+aviadfri@users.noreply.github.com> Date: Sat, 12 Mar 2022 19:15:45 +0200 Subject: [PATCH 2/8] Update aviad --- aviad | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/aviad b/aviad index 5999d5b7..9113d3c7 100644 --- a/aviad +++ b/aviad @@ -9,3 +9,8 @@ binari num 0-255 11110110 + + + + + From b23a3531a8628aa8ceb2fbf6793db596d8feaac7 Mon Sep 17 00:00:00 2001 From: aviadfri <100038772+aviadfri@users.noreply.github.com> Date: Sat, 12 Mar 2022 19:32:53 +0200 Subject: [PATCH 3/8] Update README --- 02_linux_ex1/README | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/02_linux_ex1/README b/02_linux_ex1/README index 2fab31e8..ed639c07 100644 --- a/02_linux_ex1/README +++ b/02_linux_ex1/README @@ -1,12 +1,16 @@ -name@example.com +aviadfridman@gmail.com < your secret here > Kernel System Calls ------------------- -< Your Answer > +"welcome to Devopsjan2022 goodluck" +and then he write +"There you go...tell me what i do" Binary Numbers -------------- -< Your Answer > \ No newline at end of file +1) 7 4 22 +2) 0-255 +3) 11110111 From 7b29f9316c7e8dc6df178c737969dc8a31bfce7e Mon Sep 17 00:00:00 2001 From: aviadfri <100038772+aviadfri@users.noreply.github.com> Date: Sat, 12 Mar 2022 19:48:25 +0200 Subject: [PATCH 4/8] Update yourSolution.sh --- 02_linux_ex1/yourSolution.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/02_linux_ex1/yourSolution.sh b/02_linux_ex1/yourSolution.sh index e69de29b..d3315adb 100644 --- a/02_linux_ex1/yourSolution.sh +++ b/02_linux_ex1/yourSolution.sh @@ -0,0 +1,11 @@ +mkdir secretDir +rm r maliciousfiles +cd secretDir +touch .secret +chmod 650 .secret +cd .. +rm important.link +cd src +bash generetsecret.sh +cd secretDir +cat .secret From be04e7341ce4e6ced384a0831975ae0691818255 Mon Sep 17 00:00:00 2001 From: aviadfri <100038772+aviadfri@users.noreply.github.com> Date: Sat, 12 Mar 2022 19:49:57 +0200 Subject: [PATCH 5/8] Update yourSolution.sh --- 02_linux_ex1/yourSolution.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02_linux_ex1/yourSolution.sh b/02_linux_ex1/yourSolution.sh index d3315adb..576d480d 100644 --- a/02_linux_ex1/yourSolution.sh +++ b/02_linux_ex1/yourSolution.sh @@ -2,7 +2,7 @@ mkdir secretDir rm r maliciousfiles cd secretDir touch .secret -chmod 650 .secret +chmod 600 .secret cd .. rm important.link cd src From fcdfa37863fd778492989923d73fcc3fba28eac7 Mon Sep 17 00:00:00 2001 From: Alon Itach Date: Tue, 22 Mar 2022 16:48:39 +0200 Subject: [PATCH 6/8] ex1 feedback --- 02_linux_ex1/README | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/02_linux_ex1/README b/02_linux_ex1/README index ed639c07..c8a18ab4 100644 --- a/02_linux_ex1/README +++ b/02_linux_ex1/README @@ -1,5 +1,5 @@ aviadfridman@gmail.com -< your secret here > +< your secret here > # FIXME you were supposed to put the secret here Kernel System Calls @@ -8,9 +8,12 @@ Kernel System Calls and then he write "There you go...tell me what i do" +# FIXME (A) you're right. but how that sentence is written? to stdout? in a file? + Binary Numbers -------------- 1) 7 4 22 2) 0-255 +# FIXME (B) in both 3-4 you should suggest some method to represent negative and decimal numbers. e.g. to represent negative numbers the first bit can represent the sign. 0 for positive, 1 to negative 3) 11110111 From 7438fff9d5e40cb584e607db8a3ab409bedf3f04 Mon Sep 17 00:00:00 2001 From: aviadfri <100038772+aviadfri@users.noreply.github.com> Date: Thu, 31 Mar 2022 20:49:26 +0300 Subject: [PATCH 7/8] Create ex2 --- ex2 | 1 + 1 file changed, 1 insertion(+) create mode 100644 ex2 diff --git a/ex2 b/ex2 new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/ex2 @@ -0,0 +1 @@ + From 84de1a254e2071cb126f56b20b0129fb94cd726c Mon Sep 17 00:00:00 2001 From: aviadfri <100038772+aviadfri@users.noreply.github.com> Date: Wed, 20 Apr 2022 12:52:27 +0300 Subject: [PATCH 8/8] Create katas1 --- katas1 | 1 + 1 file changed, 1 insertion(+) create mode 100644 katas1 diff --git a/katas1 b/katas1 new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/katas1 @@ -0,0 +1 @@ +