1 mkdir -p {content,exploits,nmap}
1
mkdir -p {content,exploits,nmap}
Useful command to reload zsh when it is modified (alias, keys, etc.):
1 source ~/.zshrc
source ~/.zshrc
1 2 3 pyenv install <version> pyenv versions pyenv global <version>
1 2 3
pyenv install <version> pyenv versions pyenv global <version>
Port Type Usage 20 TCP FTP Data 21 TCP FTP Control 22 TCP/UDP Secure Shell (SSH)...
Creating a Webscraper using Pyscrap Setting Up Our Environment Let’s start by updating our package lists and installing the necessary tools: 1 apt update Now let’s install Python3, Python virtua...
Understanding the Ollama API Ollama provides a simple REST API accessible at http://localhost:11434/api. The main endpoints include: /api/generate - Generate text from a prompt /api/chat - H...
Epsilon (Medium)
Netcat File Transfer