Channel Avatar

Pedagogy @UCCCanTbEvuAXpqnTCyjAnLg@youtube.com

6.9K subscribers - no pronouns :c

Hello guys , Welcome to πŸ‘“ Pedagogy πŸ‘“ . Pedagogy will prov


07:08
Practical demonstration of SameSite cookie attribute | Why Secure attribute is needed with None
12:21
SameSite Cookie Attribute | Strict | Lax | None | same-site requests | cross-site requests
08:15
Third Party Cookies | First Party Cookies | Difference between same-site cookies & cross-site cookie
09:58
secure flag in a cookie | secure cookie against MITM attacks | working of secure flags
06:46
HttpOnly Flag In Cookies | Use Of HttpOnly | HttpOnly Against Stealing Cookies | Why HttpOnly
05:22
Expires and Max-Age Cookie Attributes | Session Cookies and Persistent Cookies
09:24
Cookie Attributes | Domain Cookie Attribute | Path Cookie Attribute | Scope of cookies | Examples
05:44
Set-Cookie and Cookie Header | cookies related headers in http
09:08
What is Origin , Site , same origin , cross origin , same site , cross site , schemeful same site
06:19
Introduction to cookies in Sessions management in HTTP | How cookies work | Why we need http cookies
10:06
Stateful Vs Stateless protocols | Theoretical and practical differences | HTTP as stateless protocol
12:54
Response status codes | informational | successful | redirectional | client error | server error
06:16
HTTP Request Methods | GET | HEAD | POST | PUT | PATCH | DELETE | OPTIONS | resource and methods
08:39
Intercepting http Requests & Responses with Burpsuite | An Overview of HTTP request and response
08:58
View Source Port And Destination Port | lsof command for ip connections | PAT Working demo
08:51
View your public IP address and private IP address | login to router | what is my ip address
06:53
NAT & its types | Static NAT | Dynamic NAT | Port address translation | Network address translation
06:16
IPv4 Addresses Vs IPv6 Addresses | Public IP Address vs Private IP Address | use of NAT
05:23
Port Numbers and Its types | Default ports | Dynamic ports | Registered Ports | Well known ports
03:30
Overview of IP Addresses and Port Numbers | why we need IP address | why we need of port numbers
05:00
Internet & World wide web | difference between internet & web | internet services | web vs internet
12:30
Basic methods to debug a shell script | using shellcheck for syntax errors | PS4 Shell Variable
04:50
Introduction to shell scripting | why to learn shell scripting | High level components
17:30
signals and traps in shell scripting | trap command | ctrl + C on a shell script | trap handlers
13:14
Schedule linux commands using cron | crontab command in linux | run shell script using cron
15:58
Shell Script to run commands on remote servers | ssh -t & -T option | ssh basic key based auth setup
10:27
Internal Field Separator in shell scripting | IFS shell variable | field splitting - shell scripting
09:22
select loop in shell scripting | PS3 shell variable | creating menu in shell scripting
15:06
Shell Script to read CSV file | read command with here string in shell scripting | read command IFS
09:33
here document and here string in linux & shell scripting | multi line comments in shell scripting
09:06
operations on array variables in shell scripting - Part 2 | append elements to an array | replace
06:01
operations on array variables in shell scripting - Part 1 | get key names | find number of elements
18:21
operations on scalar variables in shell scripting | substring | length | check if variable exists
06:35
echo command in shell scripting | enable escape sequence in echo | disable trailing newline in echo
09:48
Shell script to print content of a file line by line | script to print common lines of two files
10:29
case statement in shell scripting | structure ,clause , pipe , patterns , semicolon in case
10:41
shell script to print user specific processes and sort processes with given parameter
14:17
Scope of variables in shell scripting | local variable vs global variable | FUNCNAME array variable
15:06
Functions in Shell Scripting | passing arguments to functions | return for function in shell script
11:36
Command line arguments to a shell script | positional arguments in shell scripting | shift command
17:55
Shell script to take backup of user's file | step by step | dirname command and basename command
17:56
Arrays in shell scripting | indexed array vs associative arrays | ${Arr[@]} vs ${Arr[*]} in arrays
16:24
break and continue in shell scripting | break n | continue n | working of break and continue
13:53
while loop in shell scripting | until loop in shell scripting | shell script to loop till user wants
21:44
if else in shell scripting | user creation shell script using if else concept | true & false command
14:52
double parenthesis in shell scripting | (( )) vs $(( )) | mathematical calculations with bc & (( ))
24:26
for loop in shell scripting | c style for loop | shell script to create or delete multiple users
15:53
test command to check condition | =~ operator in [[ ]] | [ ] vs [[ ]] | advance features of [[ ]]
09:55
exit status code of a command | exit command in shell script | why to use exit command & exit codes
10:16
Take user input with read command in shell scripting | readonly variables | unset / delete variables
16:34
Variables In Shell Scripting | $VAR Vs "$VAR" | store output of a command to a variable | ${VAR}
11:29
What is Shebang | use of shebang | interpreter program | execute commands with path in linux
25:45
Text processing using awk command in linux | awk patterns & actions | BEGIN,END,NR,FS,OFS,RS,ORS ...
05:21
managing services using systemctl command in linux | status , start , stop , enable ... options
14:15
/etc/group file & /etc/gshadow file in linx | passwords in group | newgrp command | gpasswd command
21:49
/etc/passwd file & /etc/shadow file in linux | chage and passwd command | lock and disable accounts
10:32
set date , time and timezone in linux | view calendar | ncal , date & timedatectl command in linux
07:03
umask command in linux | set default permissions for files and directories in linux | umask -S
15:03
Mathematical Calculations in Linux | bc calculator in linux | programming features of bc calculator
13:48
setting shell options in Linux | braceexpand, notify , allexport , history , noclobber, noglob etc.