/ escritura
Blog
Todas las entradas, de la más reciente a la más antigua.
Todas las entradas
20263
- Refactorizando de Bash a Python para un CTF de Linux
Cómo un capítulo de Effective Python se convirtió en una refactorización real de la configuración del CTF de Linux de Learn to Cloud.
- verificar el tiempo y el reloj de pared
Qué mide en realidad el temporizador del CTF, un arreglo pequeño pero importante que publiqué, y por qué decidí no cambiar el modelo de fondo.
- Making Python Teaching Samples Ollama-Friendly
A practical guide to adding Ollama support to Python teaching samples with clean environment config, provider switching, devcontainers, compatibility testing, and local embeddings.
20252
- My weekly screen time average is 41 minutes
because my phone is purely a communication tool.
- Recommended Reading
From learning new things about myself to understanding why I behave in certain ways, from improving my faults to overcoming trauma, and overall becoming a better person, in moments of deep loneliness and despair, as well as during periods of intense curiosity and feeling lost, I have always turned first to books for guidance.
20231
- Escalabilidad vs Elasticidad
https://youtu.be/ImYou1c-ocM
20223
- My No BS Guide to Get Into Cloud
I'm not here to baby you, here's the truth.
- Azure CLI basics
It takes me 30 seconds to deploy a VM with the cli vs 6 ish minutes in the portal...
- Introduction to Docker Containers
Oh Docker... let's get started.
202112
- How to use Xunit with Azure Functions in Visual Studio Code
testing one two testing...
- An intro to links in Linux
Link all the things
- An intro to archiving and compression in Linux
It's often useful to make copies of things an move large collections of files from place to place.
- An intro to redirection in Linux
Powerful pipelines!
- An intro to comm and diff commands
It's often useful to compare versions of text files.
- An intro to managing user environment variables
There are two types of variables: shell and environment.
- An intro to Process Management in Linux
A process is a program that is running and a Linux system typically has hundreds of processes running simultaneously.
- An intro to Linux file and directory permissions
No, everyone should not be root.
- An intro to adding and removing software in Debian-based Linux distributions
Download all the things!
- An intro to text manipulation in Linux
Almost everything is a text file in Linux.
- Adventures with Kali Linux on Azure #1
This image is old!
- An intro to finding things in Linux
locate, whereis, which and find commands