Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 11 additions & 4 deletions 02_linux_ex1/README
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
name@example.com
< your secret here >
aviadfridman@gmail.com
< your secret here > # FIXME you were supposed to put the secret here


Kernel System Calls
-------------------
< Your Answer >
"welcome to Devopsjan2022 goodluck"
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
--------------
< Your Answer >
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
11 changes: 11 additions & 0 deletions 02_linux_ex1/yourSolution.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
mkdir secretDir
rm r maliciousfiles
cd secretDir
touch .secret
chmod 600 .secret
cd ..
rm important.link
cd src
bash generetsecret.sh
cd secretDir
cat .secret
16 changes: 16 additions & 0 deletions aviad
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
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






1 change: 1 addition & 0 deletions ex2
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

1 change: 1 addition & 0 deletions katas1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@