Python / Linux
Linux
Python
https://www.python.org/downloads/
Video
Audio Broadcast
Python Cybersecurity and Penetration Testing
Link
https://swcarpentry.github.io/python
https://www.jetbrains.com/pycharm
Forum
https://www.python-forum.de
https://py-tutorial-de.readthedocs.io
Video Linux (Kali) for Ethical Hackers
Kali Linux Tools Downloads
https://tools.kali.org/tools-listing
https://tools.kali.org/kali-metapackages
ls -la show directory inkl rights
ls /etc/ show all directory
mkdir make directory
cd .. back in directory step by step
rm hello.txt remove file hello.txt
mv hello.txt /Downlads/ move hello.txt
locate bash show all files with bash
updatedb update database
ls -la tmp/ show all file in temp directory
passwd change password
man ls show some information
echo "hello" > hello.txt create file hello.txt
cat hello.txt show file name
chmod 777 hello.txt full access on the file hello.txt
adduser xxx create user xxx
cat /etc/passwd show all users
history show history
free available RAM and physical memory
vi screen editor used to edit
sort content of a text file line by line
more output in the terminal,.
less view the file instead of opening
whoami print the active user ID
pwd show the directory
ls show hidden files of a directory
users login names of currently logged
uname information about the current system
https://www.javatpoint.com/kali-linux-commands (EN)
https://www.giga.de/extra/linux/specials/linux-befehle/ (DE)
chmod - modify file access rightssu - temporarily become the superusersudo - temporarily become the superuserchown - change file ownershipchgrp - change a file's group ownership- temporarily become the superuser
Recommended Posts:
How to Install VirtualBox in Linux?
How to Install Linux on Windows PowerShell Subsystem?
How to Install Katoolin on Linux Mint?
How to Install Lazy Script in Kali Linux?
How to Install Z Shell(zsh) on Linux?
How to Install and Configure Apache Subversion(SVN) In Linux?
How to Install R Studio on Windows and Linux?
How to Install Ruby on Rails on Windows and Linux?
How to Install and Use Hydra in Linux?
How to Install TeamViewer on Linux/Ubuntu?
How to Install Kali Linux VirtualBox Image?
NMAP