In this course, you will learn the basics of Kali Linux. The course covers installation, using the terminal / command line, bash scripting, tools and features for ethical hacking, and more. The course focuses on Kali Linux but much of the content applies to other versions of Linux as well.
⭐️ Course Contents ⭐️
⌨️ Installing VMWare / Kali Linux
⌨️ Kali Linux Overview
⌨️ Navigating the File System
⌨️ Users and Privileges
⌨️ Common Network Commands
⌨️ Viewing, Creating, and Editing Files
⌨️ Starting and Stopping Services
⌨️ Installing and Updating Tools
⌨️ Scripting with Bash
🎥 Course created by The Cyber Mentor. Check out his YouTube channel:
🐦 The Cyber Mentor on Twitter:
—
Learn to code for free and get a developer job:
Read hundreds of articles on programming:
And subscribe for new videos on technology every day:
Nguồn: https://ftlinuxcourse.com
Xem thêm bài viết khác: https://ftlinuxcourse.com/lap-trinh-linux
Xem thêm Bài Viết:
- Trải nghiệm mới hay ho với hướng dẫn cài Mac Os trên vmware
- Bật mí cách cài đặt ssl miễn phí lên Let’s Encrypt
- Tuyệt chiêu tạo usb boot kali linux đơn giản dành cho bạn
- Hướng dẫn chi tiết từ A – Z các bước cài đặt Python trên Windows 10
- Bật mí quy trình cài đặt Kali Linux trên Vmware đúng chuẩn và chi tiết
Hi everyone! I hope you enjoy this course and not only learn some beginner Linux, but how certain commands/files/settings apply to ethical hacking, what hacker distributions are relevant, and what learning paths/certifications you can take to become an ethical hacker (starts at 1:51:04) . If you enjoyed the course, my teaching style, or just want to check out some ethical hacking videos, please check out my channel. Thank you!! <33
Imagine running 64gig ram
I dont have these tools on my image that i downloaded from Offensive Security for vmware, I was using Virtual Box earlier but even in this i don't see the tools, how and where can I get these tools from.
My terminal displays all white text, is there a way to change it so that root@kali is red etc?
After downloading i am getting an error , it says this host does not support Intel VT-x . How do I fix this ?pls help
Which computer do u have?
Hey, you gut my case, how turn on the chasing lights?
I just love your cpu
How much that cabinet cost u??
01:01
The " Random Sir, please do not hack my site. " Is one of the funniest I've read in a long time. I believe your politeness is sincere, but day dreaming "what coulda been" scenarios. Fun
Thank you for the info. A very good initial step for an intro and resource into the communities (Linux, Kali, Pen Test, and Trouble Maker)
the ls command is broken doesn't show me shi* in root file except ls -la which shows unknown things that i dont need, at this moment.
New to computer need help please. When I push play virtual machine I see. Host has 1 cpu. Virtual machine is configured to run with 4 cpu. Does that mean I need a computer with 4 cpu I thought computer on had 1 cpu or does that mean the speed if the cpu. This is a old computer I had in storage
I'm having difficulties figuring out how to get the color in my terminal. It's just black when I'm logged in as root. I did notice when I switch back to the default user it has color in the terminal, but root doesnt. It seems like an easy fix I just cant figure it out. Thanks in advance to whomever is able to give me advice.
I think this is the best video on kali linux on youtube😊😊
Really helpful dude and interesting. Something I have always really struggled with is command line/ programming/scripting. You explained it perfectly. I pretty much got it straight away.
Thankyou
Hey somehow I can't adduser do you know why this could be happening?
Thanks for that We really appreciate it💞
I had been nervous of running a vm before but your video helped enormously. I had it up and running after a couple of hours with storage and Internet even playing music. The kali system only needs office suite installed now. Many thanks.
Ps Just 1 ommission. If you live in Europe we need to set up localisation and keyboard layout. In kali Linux it can be confusing to find in the menus. It's very frustrating typing in the shell when you don't have a US keyboard.
Can somebody help me with: When i try to cd from / to root/, it says permission denied. Thanks.
how to change the color of texts in terminal of root user account?
Thanks! The last person said “देके के बाद भी पुलिस को दी शिकायत में कहा”
The default password don't work how can I get it to work?
help when i try to instal kali linux in vmware it pup up error what can i do?
for some reason, I typed exactly what you have in the video, but its giving me this error message:
ping: .seq: Name or service not known
#!/bin/bash
for ip in 'seq 1 254'; do
ping -c 1 $1.$ip | grep "64 bytes" | cut -d " " -f 4 | tr -d ":" &
done