42 School

4 weeks Piscine Piscine blog, how is the 42 school. Prepare for the piscine Ask Us - 42 Berlin Korean guy hack the whole exams. https://github.com/voiddeveloper/Piscine GitHub - ayoub0x1/C-Piscine-exam: Get ready for your 1337/42 exams Basic knowledge Shell, git, Terminal, Vim cd, pwd, ls, touch, mkdir, rm, cat、head、tail, less redirections with chevrons >> and pipes |. https://www.coursera.org/specializations/oss-development-linux-git Linux Shell Scripting Tutorial - A Beginner’s handbook (freeos.com) csh for coder bash shell in Linux ...

2023-10-31 · 1 min · Atom.X

Duke Introductory C Programming

Duke University Open Course Introductory C Programming Specialization It includes four special coursers: Programming Fundamentals Writing, Running, and Fixing Code in C Pointers, Arrays, and Recursion Interacting with the System and Managing Memory Professors speak excellent English, I recommend. if you can not pass Poker game in the final exam of course 3 and 4, please let them away for sometime, after you competing the latter couses, then come back and you can pass them finally. ...

2023-10-31 · 1 min · Atom.X

IBM cybersecurity

Cybersecurity Compliance Framework & System Administration subject matter experts (SMEs) SOC HIPAA PCI DSS Compliance and Industry Standards Summary(ISO/SOC/PCI/HIPAA) Center for Internet Security (CIS) Critical Security Controls CIS Controls Implementation Group Cybersecurity Roles, Processes & Operating System Security The Information Technology Infrastructure Library (ITIL) ITIL® 4: the framework for the management of IT-enabled services how IT Service Management (ITSM) and ITIL are related. Authentication and Access control 3, (Token, list and log are not) ...

2023-10-20 · 2 min · Atom.X

Mathematical Thinking Stanford, W4

Quantifier(logic) $∀$ , For All, Conjunction, ∧, all things $∃$, Exist, Disjunction, ∨, at least one $∃x$[$A(x) ∧ B(x)$] ≠ $∃x$$A(x)$ ∧ $∃x$$B(x)$, False There is a game player who is both an attacker and a defender. There is a game player who is an attacker, and There is a game player(another one?) who is a defender. $∃x$[$A(x) ∨ B(x)$] = $∃x$$A(x)$ ∨ $∃x$$B(x)$ There is a game player who is an attacker or a defender. ...

2023-10-2 · 1 min · Atom.X

Mathematical Thinking Stanford, W3 Assignment 5

(∀𝑚∈ ℕ)(∃𝑛 ∈ ℕ)(𝑛>𝑚), True Express the existence assertions a. ($∃x$ ∈ ℕ)($x^3 = 27$ ) b. ($∃𝑛$ ∈ ℕ)(𝑛>10000) c. natural number n is not a prime ($∃p$ ∈ ℕ)($∃m$ ∈ ℕ)($p$>1 ∧ $m$>1 ∧ $n=pm$) Express the ‘for all’ assertions a. ($∀x$ ∉ ℕ)($x^3$ = 28) ¬($∃x$ ∈ $ℕ$)($x^3$ = 28) ($∀x$ ∈ ℕ)($x^3$ ≠ 28) ($∀x$ ∈ ℕ)¬($x^3$ = 28) b. ($∀n$ ∈ ℕ)($n>0$ ) c. ($∀p$ ∈ ℕ)($∀q$ ∈ ℕ)[( $n=pq$) ⇒ ($p=1$ V $q=1$)] ...

2023-9-29 · 4 min · Atom.X