
Every day we learn commands that allow us to perform certain tasks at work, so as not to forget any of these commands that served, create a list as a memory aid.
Read More
At work we had to deploy a project developed with VueJS and Laravel on an Ubuntu server, with Apache, PHP, MariaDB, where everything was versioned on github, it had no development branches, nor fork repositories. Deploying the project had some details that we need to understand and learn so as not to make mistakes in …
Read More
Building websites with Hugo Framework made me explore more about this very useful tool. An important necessary functionality was to add the properties of The Open Graph Protocol to a project, the first idea was to edit the HTML files of the theme and add the corresponding tags, but after consulting the official …
Read More
Digitalocean also has a CLI to manage the "DOCTL" infrastructure, which works similarly to AWS CLI, this tool allows us to avoid using the web interface of this provider.
Read More
To finish the small lab and finish the last part of K3s, we will name some important details, install and create the service for Kubernetes Dashboard and finally we will list some interesting tools.
Read More
In Parte 2 of K3s, a description of various concepts that are handled in Kubernetes was made, the kubectl client was installed and connectivity tests to the Kubernetes API were done.
Read More
We continue with the tests in our small cluster with K3s built on the Raspberry Pi (RPI v3, RPI v4) that I have in my laboratory, for the tests we use the official K3s - Rancher documentation and also the official Kubernetes documentation.
Read More
Experimenting with Docker Swarm, I got to the task of building something with the Raspberry Pi (RPI v3, RPI v4) that I have in my lab, after googling a lot and chatting with my friend Sergio, he recommended using K3s which is a Kubernetes distribution with backend sqlite3 based lightweight storage system compatible …
Read More
This is the link to solve and play for a while: Over the wire, Bandit

Let's start!!!
- User: bandit0
- Port: 2220
- Password: bandit0
- URL: banditlabs.overthewire.org
Bandit Level 0 → Level 1
- SSH : ssh -o PubkeyAuthentication=no -p2220 bandit0@bandit.labs.overthewire.org
- Solution:
Read More1$ cat readme 2 …
