tibidico.com
  • Home
Subscribe
Tagged

feitam.es

Articles on feitam.es: About technological creatures and bits

AI tutorial - 1.1: Hello world to AI with Ollama
feitam.es - Tutorial IA

AI tutorial - 1.1: Hello world to AI with Ollama

We are currently in a time of continuous evolution of artificial intelligence (AI) languages, with new models and evolutions of existing ones constantly appearing, such as the different versions of GPT (GPT-3.5, GPT-4, etc.) from OpenAI, Gemini from Google, Claude from Anthropic, Grok from X, DeepSeek-V3 from DeepSeek or

  • Juan Luis Sánchez Vázquez
Juan Luis Sánchez Vázquez Sep 19, 2025 • 12 min read
How to make git not always ask for your username and password on your computer
feitam.es

How to make git not always ask for your username and password on your computer

So that git does not ask you on your computer for the username and passwords every time it is required, you can cache it for a while with: git config --global credential.helper 'cache --timeout=86400' or git config --global credential.helper cache In this command we are telling it

  • Juan Luis Sánchez Vázquez
Juan Luis Sánchez Vázquez Sep 18, 2025 • 1 min read
How to get all subdomains of a domain
feitam.es

How to get all subdomains of a domain

To get all the subdomains of a domain I use the following command based on the assetfinder tools and massdns, both available on github. It is required to have git and python installed. With git you clone the two github tools as detailed in each tool (in the case of

  • Juan Luis Sánchez Vázquez
Juan Luis Sánchez Vázquez Sep 18, 2025 • 2 min read
tibidico.com © 2025
  • Contact
  • About
Powered by Ghost