I am a beginner to Kali is there any website where I can learn Kali? For tips and tricks also.
Hi @Kanshi you can visit Linux Journey website to learn and give it a start. You can go through this post.
Can you please tell me how to update and upgrade Kali Linux?
Just open the terminal and run the below command, that’s it.
sudo apt update && sudo apt full-upgrade
Your Kali Linux will be updated and upgraded.
sudo apt full-upgrade -y
to upgrade all installed packages.
Bonjour, moi aussi je suis debutant et j’aimerais bien que l’on me dise coment commencer .
Hi @Jujutsu1 I hope you have installed Kali Linux in your system or any virtual software. If you need any basic information and want to learn from beginning then you can visit the Linux Journey website as mentioned in the above post.
If you need any help regarding any specific thing in Kali, do let me know.
Delete Kali and install Debian last stable distro. After many years, when you learn some linux wisdom, back to kali, bro.
If you tell this to a wall it will understand you, but someone who just got their hands on Kali will at best ignore your post.
That’s why a lot of people don’t bother teaching pentesting and fixing Kali issues for newbies.
no the command is sudo apt full-upgrade
(as mentioned in the docs) and not upgrade.
Oh yes you are right. Thank you for pointing the mistake. I have edited my comment.
How can I create a folder often called as directory in Terminal?
Hi @Bosa
Just open the terminal, and write the command.
mkdir folder name
for example mkdir Shaunak
will create a folder named as Shaunak.