i KILLED my Linux computer!! (to teach you something)

  Рет қаралды 212,898

NetworkChuck

NetworkChuck

Күн бұрын

Пікірлер: 415
@whistledev
@whistledev 2 жыл бұрын
Your videos are amazing! Not only does it show how powerful computing is but how easy it is to get started from beginner and up, thanks alot Chuck! Very Professionally Made Videos
@faizanahmed9304
@faizanahmed9304 2 жыл бұрын
Hey Chuck, please continue your bash script series.
@testme8105
@testme8105 2 жыл бұрын
Yess
@simranbanwait
@simranbanwait 2 жыл бұрын
@@testme8105 yes
@madahge
@madahge 2 жыл бұрын
Also .py
@wiktorszymczak4760
@wiktorszymczak4760 2 жыл бұрын
+1
@axelcodr
@axelcodr 2 жыл бұрын
+1
@michaelwaterman3553
@michaelwaterman3553 2 жыл бұрын
You know, I have the highest respect for how you create your videos. You have this ability to make something like explaining command-line entries a fun exercise to watch. Brilliant, educational and entertaining in one go. Respect!
@hyperboily759
@hyperboily759 2 жыл бұрын
Temon
@gironth
@gironth 2 жыл бұрын
Chuck, really, I learn with your videos more that I do by paying a complete course with a boring teacher. You really bring so much value for all of us who whach your videos. Thank you!
@mujuzidenis9098
@mujuzidenis9098 2 жыл бұрын
Me too👍 Chuck is a working CPU.
@mariofansrold
@mariofansrold Жыл бұрын
frfr
@hiringsquad140
@hiringsquad140 2 жыл бұрын
studying for my a+ passed 1001 and now on the 1002, im recognizing about 90% of these commands, its nice to watch your videos in a semi fluent language! thanks for all your content chuck, you have inspired me to begin my IT path :)
@dezsmith9313
@dezsmith9313 2 жыл бұрын
Hey Chuck, I have been watching your video for the past 8months now and have learned a lot. Everything that I learned from you landed me a job as a Systems Engineer and now I am teaching/helping my younger brother get into tech as well. Please continue with the great content.
@pixelagent007
@pixelagent007 2 жыл бұрын
Linux: yea sure create a million directories whatever Windows: noooooo you can't call a folder CON thats illegal >:((
@hashcat253
@hashcat253 2 жыл бұрын
Dies in wisdoms*
@VinayKumar-je3yk
@VinayKumar-je3yk 2 жыл бұрын
Finnally you remember that you have a Linux series
@NetworkChuck
@NetworkChuck 2 жыл бұрын
I almost forgot!
@kenkioqqo
@kenkioqqo 2 жыл бұрын
NetworkChuck, you need to win the KZbinr of the Year Award, RIGHT NOW! Man, even though I'm not in the networking or hacking industry, I just can't skip a video published by you.
@TheStormicBeing
@TheStormicBeing 2 жыл бұрын
I love this series. I have my own Linux machine, but I’m kind of curious if fenrear, a terminal screen reader, would work with Hack The Box. Thank you for saying out loud what you’re doing and what you’re typing, very descriptive for anyone with visual impairments and people in general.
@jojobobbubble5688
@jojobobbubble5688 2 жыл бұрын
Good to have ya back makin video's. As soon as you used the first "rm" command I was asking myself if you were gonna meme it or not. You did and I'm happy you did. Thanks for the learning experience, and for meme'ing it up. sudo rm -rf /
@me-yz6pd
@me-yz6pd 2 жыл бұрын
Great video! I started watching your content during the pandemic and it really motivated me.. I've since enrolled in my local community College and acquired an associates in computer science, and have no plans to stop there. Big thanks!
@n0kodoko143
@n0kodoko143 2 жыл бұрын
Loving your channel and energy you keep bring over the years!
@unseen6yrand163
@unseen6yrand163 2 жыл бұрын
Thanks Chuck. I am so grateful I found you
@ASMaster
@ASMaster 5 күн бұрын
Just crash coursed the entirety of this series I'm moving on to your website now! Thanks for really getting me started into the basics. Linux is a hard learning curve for me coming from a Java Programmer who's been entirely based on Windows for my entire programming career but I'm getting there.
@sopulo4262
@sopulo4262 2 жыл бұрын
This video has lots of stuff inside it! 👍
@themistoclesnelson2163
@themistoclesnelson2163 2 жыл бұрын
I found this video interesting and fun. Thanks Chuck!
@ajpalok
@ajpalok 2 жыл бұрын
Before watching the scene in 17:51 , I was literally thinking about the special *remove* command that I watched in one of your old video and then you mentioned that! 😁
@Asherstitusworld
@Asherstitusworld 2 жыл бұрын
Super Video Chuck Your videos are awesome And informative 😊
@NetworkChuck
@NetworkChuck 2 жыл бұрын
Thank you!
@juliusrowe9374
@juliusrowe9374 2 жыл бұрын
Very cool vlog Chuck! Your vlogs are always informative and educational too! Keep them coming!
@abhinavarya9090
@abhinavarya9090 Жыл бұрын
This series needs more videos !! great content!!
@dvh3273
@dvh3273 2 жыл бұрын
Thanks!
@imationedit
@imationedit 2 жыл бұрын
Nice videostuff man that bash command was awesome!
@abdu.83
@abdu.83 4 ай бұрын
Thanks Man, I am really deeply grateful to you 🙏🏻! You changed my way to deal with my iMac , not only The Terminal, All Respect 🙏🏻!!
@Totally_Troll
@Totally_Troll 2 жыл бұрын
I'm in love with your videos and Linux series. This is the best possible way to explain how this sucker works! Please make a video about Linux machine common troubleshooting. Like check what's happening with cpu/ram/memory, how to see what's wrong with database on a server or website if it's hosted on a linux machine.
@papakeks
@papakeks 2 жыл бұрын
Another simple way to create nested directories is with ranges. For example: mkdir -p \ shelf{0..9}/book{0..9}/page{0..9}/letter{0..9} Then you get a path like this shelf0/book1/page2/letter3/ And about 10000 directories 😉
@KCrouch-t2o
@KCrouch-t2o 2 жыл бұрын
library of babel?
@andreasklindt7144
@andreasklindt7144 2 жыл бұрын
This is also a good example why scripting or learning cli commands should always be done in bash. Because when I enter your command in fish I get this: └── shelf{0..9} └── book{0..9} └── page{0..9} └── letter{0..9} 4 directories, 0 files My advise to new linux users: Don't use fancy terminals like fish when you learn basic commands. Stay in bash for that.
@jcbenge08
@jcbenge08 2 жыл бұрын
Glad you're back, Chuck! Hope your time off was relaxing, we don't want you to burn out!
@jasonbaldini
@jasonbaldini 2 жыл бұрын
I think you should add at the beginning for beginners to type alias and find out if there are any default aliases setup for commands you’re using, because it’s normal or has been normal that they are setup.
@seigfredvincentcagoco
@seigfredvincentcagoco Жыл бұрын
Thanks, chuck! I just finished all your Linux for Hackers playlists.
@DaveSomething
@DaveSomething 2 жыл бұрын
when I was first learning, I re-dated all the files with touch, then when trying to fix it, I created enough files with touch to completely fill the hard drive. learning is fun!
@lucashonz8196
@lucashonz8196 2 жыл бұрын
i have been waiting for this !!!!!!! thx man you made my day with this Video
@kolex023
@kolex023 Жыл бұрын
If you are back up files with cp command, use -p option to preserve time related metadata. It's really useful to see when it has actually modified last time, and not the time when it's been backed up.
@cse03raghuveerawankar31
@cse03raghuveerawankar31 2 жыл бұрын
Next video: I created 1 million Linux distributions.
@zahidjaan1319
@zahidjaan1319 2 жыл бұрын
Big thank u NetworkChuck !
@DrSteveMorreale
@DrSteveMorreale 2 жыл бұрын
That was a wild ride. It was a good review. Didn't know about the cloud Linux Lab systems, that seems pretty cool to me too!
@kerhabplays
@kerhabplays 2 жыл бұрын
And all the directories contain the "Aughhhhhh" sound💀💀
@tensionspan
@tensionspan 2 жыл бұрын
Try these for multiple directory and file creations: mkdir dirs{0001..9999} touch files{0001..9999} BTW in bash it's called "Brace expansion" and can some funky stuff with it. Look it up!
@bobpond6381
@bobpond6381 2 жыл бұрын
Great content as always. Before Linus existed and when databases were prohibitively expensive I wrote a complete job control system in the first port of AT&T Unix to i386 using directory names as primary keys and the best we had at the time for forms on terminals. The file system was a pretty good database. We used that thing for years.
@nathanlaird
@nathanlaird 2 жыл бұрын
I love hearing about creative uses of technology. We work with what we have!
@cameronhill2true
@cameronhill2true 2 жыл бұрын
I love your videos! I don't think anyone else makes tutorials that are as detailed and exciting as yours. You're the reason I decided to build a homelab. Thank you for continuing to make great content!
@dinohunter7176
@dinohunter7176 2 жыл бұрын
Fun fact: windows calls them folders, but in cmd is using mkdir as well to create folders
@v01d_r34l1ty
@v01d_r34l1ty 2 жыл бұрын
It's more of a DE/CLI difference. When in a DE, most operating systems are going to refer to directories as "Folders." When in their respective CLI, they will be referred to as "Directories." (Edit: for clarification, DE stands for Desktop Environment and CLI stands for Command-Line Interface)
@rdx8122
@rdx8122 2 жыл бұрын
first video of NetworkChuck where i really learnt something (actually only something, but still something ), nice tutorial
@williamo1938
@williamo1938 2 жыл бұрын
You may think from Chucks joking, but this is a truly an eye opening learning experience. It proves that ms is just a data miner, not a software developer. This is how you show the true capabilities of good programming; by maxing things out to the limit, showing us how much are machines are truly capable of.
@ChristineNavarromusic
@ChristineNavarromusic 2 жыл бұрын
Love the Tree command! I've been using Linux for years and hadn't found this one... Yes to learning new things!
@justice32legends
@justice32legends 2 жыл бұрын
Interesting ! Can't wait to test it out in my own hardware, ethically of course!
@adelanteamicafe6060
@adelanteamicafe6060 2 жыл бұрын
Good video, i learned how to make files with data already in them. Didnt know i could do that. Good stuff
@DarkGT
@DarkGT 2 жыл бұрын
You can change the color pallet of the terminal to match your visibility ability.
@IntenseGrid
@IntenseGrid 2 жыл бұрын
Directory vs Folder, unix and dos predate Windows with directory as both of them go way back and have the mkdir command. I think "Folder" might have originated with the Mac. AmigaDOS and GUI had an even worse "Drawers". Can't we all just go with an already set standard terminology of "directory"???
@falxonPSN
@falxonPSN 2 жыл бұрын
I think you are correct that Macintosh was the first to use "folder" syntax which was then adopted by Windows 3.x. I can't remember what Windows 1.0 and 2.0 had but I want to say they still used "directories."
@sir6693
@sir6693 2 жыл бұрын
Not only he creates cool directories but he's also cool at teaching. Thank you for the amazing stuff you teach!
@zapityzapzap
@zapityzapzap 2 жыл бұрын
It's totally Windows that renamed directories to folders. Don't believe me? Remember MS-DOS? MKDIR, DIR, RMDIR, etc?
@anilkumarhansda8087
@anilkumarhansda8087 2 жыл бұрын
Wait I never thought about it that way ... I just typed mkdir like I do in Linux and moved on
@Shirtysneez
@Shirtysneez 2 жыл бұрын
@tradde11 Actually there's a historical reason why Microsoft used "\". The first MS-DOS versions did not yet support directories. But "/" was already used by IBM as a "switch'" to run a program with an option to change the behavior of the program. For example: a sorting program might list names from a-z but using a switch the program reversed the order of the list. The word "switch" dates back to an actual switch on a computer in the 70ies. An operator (a real person) could load a program and (optionally) flip a switch to change the behavior of that program. Back then computers did not have computer screens. Everything was outputted to a printer. Most of the physical actions (like flipping a switch, loading a program) were done by a person: the operator. But soon lot of these physical actions were taken over by software: the 'operating system'. (the operator was replaced by the operating system) So when MS-DOS finally supported directories they could not use "/" as that was already being used as a program switch. So they chose "\".
@nathanlaird
@nathanlaird 2 жыл бұрын
@@Shirtysneez Yes, it's IBM's fault. They could have just used "-" to pass parameters if they had been interested in being compatible with the Unix world.
@Sockcatgoldpuppet
@Sockcatgoldpuppet Жыл бұрын
​@tradde11it's fucking disgusting and they can't keep getting away with it
@paulistastars
@paulistastars 2 жыл бұрын
windows also call Directories es in Unix, people started to call it folders after windows got a GUI
@I_RacooN_I
@I_RacooN_I 2 жыл бұрын
Thanks Chuck, you have made my move over to Linux from years of using windows so easy and simple... your teaching style fits so well with me..
@abdusamadabdullakhanov518
@abdusamadabdullakhanov518 2 жыл бұрын
You are just .. "coffee break" .. just perfect :)
@Ts-mf8wx
@Ts-mf8wx Жыл бұрын
Hello I am talking through the inspector element 😂😂I know something very minimal, what I want to say is. Thank you for these videos that you have made and all these wonderful tips, I have the attention span of a rubber band I draw to another video but then spring back trying to gain more information and then draw to another video but then come back learning more, yet your videos I stay and gather a lot of information and I love it. THANK YOU again
@austinmorganmakesmusic
@austinmorganmakesmusic 2 жыл бұрын
Nice video. You could run: mkdir dir{1..1000000} and that would also do it. You could then run top and or htop in another window/terminal to watch how that effects the machine.
@tratranvan8649
@tratranvan8649 2 жыл бұрын
Thank you very much for creating this course!! You make learning more interesting.
@kiprotichenock5251
@kiprotichenock5251 2 жыл бұрын
Lots of things to learn from your channel, thanks Chuck.
@scottyboy1835
@scottyboy1835 2 жыл бұрын
Thanks
@null11q
@null11q 2 жыл бұрын
5:50 So, windows doesn't call directories as directory? But they have dir command as replacement for ls?
@di6176
@di6176 2 жыл бұрын
Yessir. Always a pleasure to see a new vid posted by you! Let's get the coffee ready!
@riddlebawx
@riddlebawx 2 жыл бұрын
Finished the series, I can say I've learned a few things, as a thank you, you got my Sub. ;)
@SmokeytheBeer
@SmokeytheBeer 2 жыл бұрын
I usually skip the sponsor segments, but that learning how hack service is pretty cool. (NSA or FBI if you're listening, learning how to hack so you can defend against it).
@odikophilip167
@odikophilip167 2 жыл бұрын
Seeing your face always make me to pause and see what you've got to say. 😀Thanks for all you do.
@TheNightcatsmeow
@TheNightcatsmeow 2 жыл бұрын
About to watch a networkchuck video and realized i could not.. I was NOT prepared... I rapidly hit space bar to pause the video sprang from the couch and rushed to the coffee machine.. I'll play your video when i get back With my coffee... (actually because you came up in my cue shortly after i finished breakfast but i thought it was amusing cant watch network chuck without coffee)
@techlume7611
@techlume7611 2 жыл бұрын
Thanks a lot for this course. really learned a lot of things well explained and fun to watch.
@dougm3162
@dougm3162 2 жыл бұрын
Dude literally the LITTLE things, like clearing your terminal with control+L...... this man is valid, certified goat even
@Felos_Felopoulos
@Felos_Felopoulos Жыл бұрын
Im 12 I can't drink coffee but I'm drinking a tea watching the best youtuber 😅
@Zer0nuke
@Zer0nuke 2 жыл бұрын
Great content and an easy way to teach! Great job 👍🏼
@zacherymahoney12
@zacherymahoney12 Жыл бұрын
"Pruned our tree" haha. Kinda how i just pruned this burrito.
@lims904
@lims904 2 жыл бұрын
13:22 pretty sure DJ Khaleds directory looks like this
@circadianrebel
@circadianrebel 2 жыл бұрын
They are technically called "directories" in windows too. The use of "folder" in a colloquial term that showed up after GUIs became common, as an easier to understand concept for people that are less tech literate. The two can mostly be used interchangeably. In both windows and linux almost everything API or CLI uses "directory" and user facing GUI will use the word "folder" when needed.
@shashanksinghgautam
@shashanksinghgautam 2 жыл бұрын
Really Enjoyed this video 😂👌
@gmc9753
@gmc9753 2 жыл бұрын
8:25 Actually, you can just use the command "mv file.txt coolstuff". If there is an existing directory called coolstuff in the current directory, the file will be put into that directory. If coolstuff doesn't exist, the file will be renamed to coolstuff in the current directory.
@Chamaeleo
@Chamaeleo Жыл бұрын
I just want to say sudo thank you to you! That was a great course, exactly what I needed :)
@petermergenthaler604
@petermergenthaler604 2 жыл бұрын
Bro I love your videos!!! You missed out a directory/anotherone/bites/the/dust joke hehe
@James-li8cm
@James-li8cm 2 жыл бұрын
directory became "folder" when windows 95 first came out (in the dos days it was directory) that is when they came out with the windows file explorer which displayed directories as folders... although apple did this same thing WAY BEFORE Microsoft ever did remember dos command to list contents of a "directory" is "dir" (dirp, dirp) but in the linux world which has always been command line first (insert political statement here), it has always been "directory"
@donaldmickunas8552
@donaldmickunas8552 2 жыл бұрын
Folders is a gui related term while Directory is a tty/command line related term. They mean the same thing from different perspectives.
@isso013
@isso013 2 жыл бұрын
Sorry chuck but the fact that when you say i hate colors and the screen goes grey i laughed 6:20
@Gray-Wolf-Media
@Gray-Wolf-Media 2 жыл бұрын
That was pretty cool stuff Chuck
@DexterMorgan-l1c
@DexterMorgan-l1c 3 ай бұрын
5:48 i mean the command to make a directory in windows through cli is still mkdir (make directory). WE KNOW WHO DID IT
@crodixcrodix2052
@crodixcrodix2052 2 жыл бұрын
pls do more videos on this playlist
@Ghoop3
@Ghoop3 2 жыл бұрын
finally been waiting for another video big fan
@Holzf43ller
@Holzf43ller 2 жыл бұрын
I recently found your Channel and I really like it, and this is the first series i finished. And i have to say: the information you present is really dense, this is awesome. And you are so high energy. Its awesome but also tiring. Maybe like a safeguard to not watch too many videos all at once so you learn better. Nevertheless: Awesome Work.
@PATATASAIMBOT
@PATATASAIMBOT 2 жыл бұрын
Bro you're cool you're my favourite youtubers i learned alot from you
@theintrovertedsun5159
@theintrovertedsun5159 2 жыл бұрын
new to linux.. cured my anxiety with this playlist.. thank you
@androiddoctor4897
@androiddoctor4897 2 жыл бұрын
Built it learn it break it 😂 🕺
@henriquerei3335
@henriquerei3335 2 жыл бұрын
Guys, what is his keyboard? I don't know if he ever said it but, i really liked it's sound...
@krishnachaitanya5965
@krishnachaitanya5965 2 жыл бұрын
amazing video. learned lot of stuff today.❤
@gregf9160
@gregf9160 2 жыл бұрын
A million directories on a Linux filesystem is irrelevant. Depends on the actual file system, but _any_ genuine UNIX or Linux FS wouldn't care. However, utilities like tree, and probably ls, will simply not work ... for example: ext4 does not limit the number of subdirectories in a single directory, except by the inherent size limit of the directory itself. (In ext3 a directory can have at most 32,000 subdirectories.) To allow for larger directories and continued performance, ext4 in Linux 2.6.23 and later turns on HTree indices (a specialized version of a B-tree) by default, which allows directories up to approximately 10-12 million entries to be stored in the 2-level HTree index and 2 GB directory size limit for 4 KiB block size, depending on the filename length. In Linux 4.12 and later the _largedir_ feature enabled a 3-level HTree and directory sizes over 2 GB, allowing approximately 6 billion entries in a single directory.
@jonakers704
@jonakers704 2 жыл бұрын
Having seen directories with hundreds of thousands of files in them (no... really... God I had biologists sometimes) this is both a blessing and a curse. A blessing because when those people created all of those little files (seriously, why do you need thousands upon thousands of little 4k files?) it did not crash the system, but also a curse because it let them create that many in the first place without saying "Nope... sorry... you have reached your limit... learn how to program better so that you aren't using the filesystem like a database!"
@jonathanbuzzard1376
@jonathanbuzzard1376 2 жыл бұрын
@@jonakers704 Argh the curse of the bioinfomatics people. I have seen that myself. What we do to "avoid" the problem on our HPC system in the first place is put a quota on the number of files they can have. I think we are at about 100 millions files on the file system now, but no individual user can have more than one million. Actually the hard quota is two million, with a 30 day grace period, but the soft quota is one million. Actually they can but they firstly have to ask and secondly there is a charge. Only a handful of people have ever asked and nobody has gone ahead when the issue of the cost was raised. Prior to the introduction of quotas on files we had one user with 17 million files. We are using GPFS and with the right setup a search of one billion files will take under an hour, ~15 minutes springs to mind.
@jonakers704
@jonakers704 2 жыл бұрын
@@jonathanbuzzard1376 We are using lustre for our HPC system, sitting on around seven PB of storage. Users have to purchase their storage allotment on the system, so they get to do with it as they wish. We have had to take an "education of the user" approach for huge numbers of files in order to combat the problem, as we are not able to utilize quotas on the number of files due to our favorite 8th OSI layer... politics.
@jonathanbuzzard6648
@jonathanbuzzard6648 2 жыл бұрын
@@jonakers704 well thankfully we are no longer using the pit of some that is Lustre and are on GPFS, but that is a different story. However the point is that in addition to cost for capacity, every file has a cost too. So a single file 1MB in size is cheaper to store than a thousand files 1KB in size. You are burning through those expensive flash disks for metadata rather than cheap large capacity spinners. You are also filling up the TSM database which is also on expensive flash. All we do is put a reasonable default limit on both capacity and number of files. Above this you have to pay and I have this costed out for both capacity and files. If a user wants to store 10 million files that is absolutely possible they just have to pay the full economic cost of doing so, and they baulk at the cost in my experience. Basically it means they have to have a discussion with use *before* they store millions of files which gives us the opportunity to educate them.
@NFLPHI
@NFLPHI 2 жыл бұрын
Great Video Chuck...Thanks
@davidbarber6268
@davidbarber6268 2 жыл бұрын
Got to love network chuck from a fellow bearded one, coffee drinker and IT novice
@dubsb540
@dubsb540 2 жыл бұрын
I love these courses!
@A_Lesser_Man
@A_Lesser_Man 2 жыл бұрын
you hit EVERY leaf on the way outta that tree, bro!
@marveII0us
@marveII0us 2 жыл бұрын
Awesome stuff mate
@aikiwolfie
@aikiwolfie 2 жыл бұрын
The folder crap became popular with Windows 95. Before that folders were directories. Even in GUIs where they were folders.
@pet-master
@pet-master 2 жыл бұрын
Sir You are awesome and your videos are awesome and I want you publish your videos daily
@CattopyTheWeb
@CattopyTheWeb 2 жыл бұрын
Thanks for the video, Chuck. I appreciate it. Could you please continue your bash scripting series and the python series?
@Gunslinger088
@Gunslinger088 2 жыл бұрын
I love to see Chuck breaking things lol
@gmc9753
@gmc9753 2 жыл бұрын
UNIX called them directories from the very beginning back in the 60's, so it was Microsoft that had to be different. Interestingly, back in the DOS days, they were called directories.
@aminebouchakour8659
@aminebouchakour8659 Жыл бұрын
thanx men i really appreciate it
@t0bbacc0
@t0bbacc0 2 жыл бұрын
Chuck: Linux Subtitles: Lennox💀💀💀
@A___Way
@A___Way 2 жыл бұрын
mv stuff.txt folder , no need for ./folder. And make many folders mkdir folder{1..1000} makes folder1,folder2 to folder1000. So just repeat or pick big number.
5 Steps to Secure Linux (protect from hackers)
23:15
NetworkChuck
Рет қаралды 753 М.
you need to HACK faster!! (Linux Terminal hacks YOU NEED!!)
19:40
NetworkChuck
Рет қаралды 320 М.
Andro, ELMAN, TONI, MONA - Зари (Official Audio)
2:53
RAAVA MUSIC
Рет қаралды 8 МЛН
Какой я клей? | CLEX #shorts
0:59
CLEX
Рет қаралды 1,9 МЛН
3 Levels of WiFi Hacking
22:12
NetworkChuck
Рет қаралды 2,4 МЛН
ditch Google!! (build your own PRIVATE search engine)
18:23
NetworkChuck
Рет қаралды 987 М.
100+ Linux Things you Need to Know
12:23
Fireship
Рет қаралды 1,5 МЛН
i created malware with Python (it's SCARY easy!!)
25:18
NetworkChuck
Рет қаралды 2,4 МЛН
Coding a Web Server in 25 Lines - Computerphile
17:49
Computerphile
Рет қаралды 358 М.
bad USBs are SCARY!! (build one with a Raspberry Pi Pico for $8)
21:03
NetworkChuck
Рет қаралды 2,8 МЛН
Hacking Windows TrustedInstaller (GOD MODE)
31:07
John Hammond
Рет қаралды 868 М.