dont know if anyone gives a shit but if you're bored like me atm then you can stream pretty much all of the new movies and series on InstaFlixxer. Have been binge watching with my girlfriend these days :)
@@marshallwages5035we still have to show respect for our indian brothers who’ve always been there when we needed them most. no matter what fuck shit u did to mess up ur computer, they got ur back
Yeah it's a story I hear a lot from people doing IT degrees in university, basically they teach ridiculously out of date material and they don't teach it well XD
man thank You very much, I just started my ethical hacker journey and didn't knew a thing about Linux but man you just taught me from the very start.😘🙏
No problem. Yeah I had to learn all this from scratch when I left the air force, so a lot of the videos I make are the ones I wished were around when I was learning.
Hello, I have Kali linux installed on my windows, and I wanted to know where in the file explorer can I find the actual root and home directories. Thank You
CyberForge@kali on the terminal is the Username@hostname. So to change the CyberForge/Username part you need to be logged on as the username which you want displayed there. You can create a new user with the following command: adduser eg: adduser SuperHackerAwesomeExtreme1000 Depending on what OS you're using you may need to add sudo to the front of the command and also -r if you want to create a sudo/admin user :)
@@GeorgeCOnyia System Preferences > Users > + (Add User Button) Then create a user with the 'account name' of what you want the name to be. Then logon as that user and the terminal will show the new name.
hey i have difficult to appear the help in this sequence man pwd + pwd --help when i press it say pwd: bad option: -h check on your video you use and highlighted the version then press q to quit out then you use that help plan
Terminal/Command Line, Nmap, Nessus, Burp Suite, Metasploit, sqlmap, any preferred coding IDE to look through source code (I use VS Code) and many more XD
Depending on what you are trying to move and where, you might not have the correct file permissions to move it. Linux has a very robust file permissions system which is worth looking into but this problem should be fixed by adding sudo before your command. This runs the command as the SuperUser/Root/Admin and will have permission to do 99% of things on Linux. Eg: sudo mv filetomove ./myfolder1/movedfile
Hey I just started studying computer science, and didn't really get in touch with linux :(. Your video was very helpful, but I have one question, is it possible with kali to copy text inside a file directly to the clipboard? Ofcourse it's possible with the GUI but then you can do mistakes or copy formation informations (like paragraphs). Would be nice if you had an answer to this question, searched long for an answer but couldn't find any :( Thanks for your video!
Thanks for this video! i managed to move the file successfully the first time, but then i tried to move it to another folder like downloads and was unable with the same command, what am i doing wrong? i used this command while in documents: - mv NameOfFile.txt Downloads/ - Access was denied.
Really helpful video!! Just had a question- When I use "ls" as a root user, it shows folders like Desktop, Downloads, Videos, etc. I can't view the contents of File System. I know we can see its content in terminal by right clicking on it and choosing open terminal here. But is there any way to open it in default ?
Hey bro help me . My msi Battery Charging limit was set at 60% max in windows... Now I am in kali Linux the clean Installed it then also my laptop battery charges up to 60% then it stops . Help me how can I Enable full capacity of battery battery health is excellent. Please help me
In linux you can either go to the 'start' menu and type 'terminal' and it should give you the terminal or some versions of Linux you can use the keyboard shortcut ctrl+alt+t
@@_AkashRana If you want to hack wifi networks/devices you will need a specific type of Wifi adaptor with an 'Atheros' chipset for packet injection/sniffing. For 90% of the rest hacking just having a network connection to the device or internet connection if it is online is fine.
Haha yeah I hear from some of my friends who are in uni that they aren't learning a lot of useful things at uni :P A lot of people in the Cyber Security industry actually regret getting their degrees, most employees aren't interested in them and the subjects they learned were really dated and never used. So they had to learn things from scratch anyway.
Finally a nice English accent to understand !!!!!
dont know if anyone gives a shit but if you're bored like me atm then you can stream pretty much all of the new movies and series on InstaFlixxer. Have been binge watching with my girlfriend these days :)
@Aries Skylar Yup, I've been watching on instaflixxer for months myself :D
Anything is better than broken hindish
😂
@@marshallwages5035we still have to show respect for our indian brothers who’ve always been there when we needed them most. no matter what fuck shit u did to mess up ur computer, they got ur back
This is the best beginners video I've watched so far
His laugh at 13:00 proved he's enjoying what he's doing. Thank you CyberForge!!!! Keep making more fun tutorials.
Thanks! Will do :)
one of the best videos for a beginner to learn basic command line ....
My whole semester in Uni = this 16 mins video 👌👌
Yeah it's a story I hear a lot from people doing IT degrees in university, basically they teach ridiculously out of date material and they don't teach it well XD
Great video. Easy to understand, straightforward and clear. Thank you!
Glad to be of help :)
@Sudo apk install bob ?
👍
man thank You very much, I just started my ethical hacker journey and didn't knew a thing about Linux but man you just taught me from the very start.😘🙏
No problem. Yeah I had to learn all this from scratch when I left the air force, so a lot of the videos I make are the ones I wished were around when I was learning.
With these video a last bench student can proudly say as topper of the class
It been 3years but you just earned a subscriber :)
Started a job and needed to know this. I know have a shrine with your photo and candles all around it. Thank you for saving me!!!
😜
Keep doing videos man,they are easy to understand
Glad you like them :)
Oh my God thank you SOOOOO MUCH for this video!!!! It’s legit perfect for beginners :) 💜
Great video... I like the little laughs
I really enjoy your channel and you are a good teacher. I might have missed sotNice tutorialng and I don't get friends with the setuper. I worked
You really would be a great teacher, thanks for the video!
Thank you so much for this. So easy even I could understand.
Can you tell us how to go to Linux terminal
This was wholesome and helpful. Thank you.
Glad it was helpful! :)
Thank you for your perfect presentation👍 .For beginners like me this helped me a lot 🤝
Finally someone who speaks English
great ! What video software did you use ?
Adobe Premier Pro and Nvida Geforce Experience to record.
This was really helpful. Thanks
Happy it helped :)
Very apt and to the point. My Respects. I pray you learn a lot more and gather more knowledge and teach the same to us 😜
Hello, I have Kali linux installed on my windows, and I wanted to know where in the file explorer can I find the actual root and home directories. Thank You
Hello, I was wondering could you be able to tell me on how did you put your name as "CyberForge" on terminal kali Linux? Thanks!
CyberForge@kali on the terminal is the Username@hostname. So to change the CyberForge/Username part you need to be logged on as the username which you want displayed there. You can create a new user with the following command:
adduser
eg:
adduser SuperHackerAwesomeExtreme1000
Depending on what OS you're using you may need to add sudo to the front of the command and also -r if you want to create a sudo/admin user :)
@@cyber_forge I’m using a macOS Big Sur
@@GeorgeCOnyia System Preferences > Users > + (Add User Button)
Then create a user with the 'account name' of what you want the name to be. Then logon as that user and the terminal will show the new name.
@@cyber_forge Thank you very much!!
Thank you so much for this video, please how do I go to the next line of code while in terminal, every time I press enter it just runs the code
how install this system on my computer?
can you show how to go to Management.conf from command line and overwrite the read only file?
Thanks Man for the simple and easy tutorial ....
you earned a new subscriber
Thanks dude!
hey i have difficult to appear the help in this sequence man pwd + pwd --help when i press it say pwd: bad option: -h check on your video you use and highlighted the version then press q to quit out then you use that help plan
thank you for this!! quick and easy to understand
Could you maybe do a video on commands when using the tools in kali?
I get they start with sudo, but how do they differ with each tool?
what is this program language like " sudo / ls / cd / pwd " like are they C# or C++ or C+ or Python ???
Those are BASH
My terminal don't display the file type, how do I turn it on ?
You make things so easy to understand 🤟🏽
Great vid! U explained everything very well . Tysm !
No problem, glad you liked it :)
AM getting a no file exists on all the myfile.text ,how can i create one on Debian?
What are the top using tools for Cyber security ?
Terminal/Command Line, Nmap, Nessus, Burp Suite, Metasploit, sqlmap, any preferred coding IDE to look through source code (I use VS Code) and many more XD
Hey! I'm getting permission denied when I try to move a file to documents, like you are at about 12min in the video?
Depending on what you are trying to move and where, you might not have the correct file permissions to move it. Linux has a very robust file permissions system which is worth looking into but this problem should be fixed by adding sudo before your command. This runs the command as the SuperUser/Root/Admin and will have permission to do 99% of things on Linux. Eg:
sudo mv filetomove ./myfolder1/movedfile
plz need help dude, i cant see the bar at the top of the terminal u know, file actions edit etc
Hope u reply but what would the command be to make a map on the terminal
got everything sorted but my pwd --help did not show up and could not find anything online,
Not all commands have a --help option. Try the following:
man pwd
Thank you, this is of great help to me,
Thank you once again
Thanks a lot, how do I erase "Ham" without also erasing "cheese" ???
how to write blue stright vertical line, i don,t know what it names
Hey i want to make a proxychain and in the tutorial the guy says "write :wq to write and quit" i write :wq and nothing happens what do i need to do?
Make one more video on different commands of Kali linux
Hey I just started studying computer science, and didn't really get in touch with linux :(.
Your video was very helpful, but I have one question, is it possible with kali to copy text inside a file directly to the clipboard?
Ofcourse it's possible with the GUI but then you can do mistakes or copy formation informations (like paragraphs). Would be nice if you had an answer to this question, searched long for an answer but couldn't find any :(
Thanks for your video!
Welcome to the wonderful world of Computer Science !
Here's how you copy/paste with the Terminal:
ua-cam.com/video/0l6ZbHD0mVk/v-deo.html
@@cyber_forge Amazing, thank you! =)
Useful tutorial, thank you so much!
Glad you enjoyed it :)
if i put the file in documents how do i put it where it was
Thank you for easily understand sir
My quotation marks appear in red and say Command Not Found when I hit enter after typing what you did. Plz Help
My terminal looks different how do I get it to look like this?
Thanks for this video!
i managed to move the file successfully the first time, but then i tried to move it to another folder like downloads and was unable with the same command, what am i doing wrong?
i used this command while in documents:
- mv NameOfFile.txt Downloads/
- Access was denied.
Really helpful video!!
Just had a question-
When I use "ls" as a root user, it shows folders like Desktop, Downloads, Videos, etc. I can't view the contents of File System. I know we can see its content in terminal by right clicking on it and choosing open terminal here. But is there any way to open it in default ?
tried 'cd /' to go to your root dir?
I'm asking cuz I'm beginner and doing that I was about to reach 75% of my mory capacity.. it just felt wrong.
I subscribed, please make more, and how can we get a reference of all the commands?
You got it dude!
simple and easy to understand
Good for starters but, if you know already Linux it is basic linux commands
Hey bro help me . My msi Battery Charging limit was set at 60% max in windows... Now I am in kali Linux the clean Installed it then also my laptop battery charges up to 60% then it stops . Help me how can I Enable full capacity of battery battery health is excellent. Please help me
Underrated channel
I'm happy as long as people get useful information from it :)
Bro laughing at his own jokes and coding errors 😅 ty for vid dude ✌️
Very nice video, thank you very much
Glad you liked it!
Thanks A Tons..!! Dude 😍😍😍❤❤❤
Np, glad it helped :)
echo "Thank for th great video!!" > comments
amazing video, thanks bro
Nice video. Please avoid mistakes on your tutorials. Thank you
He's only but human
So informative, thanks a lot!
Great 😊
Thanks 😊
Yeah. Same here finally someone who can speak proper English. Is hacking too boring for native speakers these days?
Haha yeah it does get a tad annoying when you're trying to seriously learn things and you can't understand what people are saying XD
Happy to help :)
When i use pwd --help it gives me
Pwd: bad option: -h
Tks for ur msg i though i was alone ❤❤
Nice video . Thanks a lot
Np, hope it helps :)
here i subscribed because you said i should subscribe
from where to get termnal plzz help plzz plzz plzz
In linux you can either go to the 'start' menu and type 'terminal' and it should give you the terminal or some versions of Linux you can use the keyboard shortcut ctrl+alt+t
@@cyber_forge plzz tell is adapter is required in every type of hacks or only in wifi
@@_AkashRana If you want to hack wifi networks/devices you will need a specific type of Wifi adaptor with an 'Atheros' chipset for packet injection/sniffing. For 90% of the rest hacking just having a network connection to the device or internet connection if it is online is fine.
sudo/ thank you great video
Np, happy to help :)
thanks a lot bro
You're welcome!
This was great!
nice bro keep going
NIce video, thanks.
Glad you liked it :)
I want exactly same system
Are you live?
Yep still alive, just busy with work.
Make sum more videos bro please
More on the way dude !
Wow great video. Less dislikes also
Thanks man! :D
🙌
👍 thank you
No problem 👍
Can u teach me sir I want to learn. my dream *become a good hacker *
cyberforge > uni lecture
Haha yeah I hear from some of my friends who are in uni that they aren't learning a lot of useful things at uni :P
A lot of people in the Cyber Security industry actually regret getting their degrees, most employees aren't interested in them and the subjects they learned were really dated and never used. So they had to learn things from scratch anyway.
Can you please make another one i want to be a ethical hacker
I'm working on some new videos right now :)
@@cyber_forge thanks i subscribed
Love it
Thank u
The dude is high I think, btw no problem at all.
you talk alot, be concise nd clear
😂😂😂
Unknowingly I Wrote my name as " Clear'
When I ask it who am I? It says Clear 🤣
from bangladesh
My head wants to explode 😢
Yeah it can be a bit overwhelming at first but give it time and you soon get used to it :)
sudo rm -rf /
Executive
ja sam dedaj kale siri ljubav
Video is ok but without the silly laughing and a bit more preparedness it would have been much better.
He Just do this so the viewer doesn't get bored 🥱